/**
 * 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
 */
 
 /* =========================
   HEADER
========================= */

.bdmt-header {
    position: relative;
    z-index: 1000;
    width: 100%;
    background: rgba(4, 13, 20, 0.96);
    border-bottom: 1px solid rgba(115, 255, 0, 0.15);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.bdmt-header-inner {
    width: min(1380px, calc(100% - 40px));
    min-height: 78px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.bdmt-logo {
    flex: 0 0 auto;
}

.bdmt-logo img {
    display: block;
    width: auto;
    max-width: 190px;
    height: 62px;
    object-fit: contain;
}

.bdmt-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* =========================
   MENU CHÍNH
========================= */

.bdmt-navbar {
    position: relative;
    width: 100%;
}

.bdmt-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bdmt-menu > li {
    position: relative;
}

.bdmt-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 78px;
    padding: 0 15px;
    color: #f5f7f8;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color 0.25s ease, background 0.25s ease;
}

.bdmt-menu > li > a::after {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 17px;
    left: 15px;
    height: 2px;
    background: #78df00;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.bdmt-menu > li:hover > a,
.bdmt-menu > li.active > a {
    color: #8cf000;
    background: rgba(120, 223, 0, 0.05);
}

.bdmt-menu > li:hover > a::after,
.bdmt-menu > li.active > a::after {
    transform: scaleX(1);
}

.bdmt-arrow {
    font-size: 12px;
    transition: transform 0.25s ease;
}

.bdmt-menu > li:hover > a .bdmt-arrow {
    transform: rotate(180deg);
}

.bdmt-menu-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* =========================
   MENU CON
========================= */

.bdmt-submenu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    z-index: 1001;
    min-width: 245px;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    background: #08151d;
    border: 1px solid rgba(120, 223, 0, 0.18);
    border-radius: 0 0 8px 8px;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.38);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition:
        opacity 0.22s ease,
        visibility 0.22s ease,
        transform 0.22s ease;
}

.bdmt-menu > li:hover > .bdmt-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.bdmt-submenu li {
    position: relative;
}

.bdmt-submenu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 18px;
    color: #dfe7eb;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-left: 3px solid transparent;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        border-color 0.2s ease;
}

.bdmt-submenu li:hover > a {
    color: #91f21c;
    background: rgba(120, 223, 0, 0.08);
    border-left-color: #78df00;
}

.bdmt-submenu .bdmt-submenu {
    top: -10px;
    left: 100%;
    border-radius: 8px;
}

.bdmt-submenu li:hover > .bdmt-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* =========================
   NÚT ĐẶT LỊCH
========================= */

.bdmt-header-action {
    flex: 0 0 auto;
}

.bdmt-booking-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 44px;
    padding: 0 20px;
    color: #071006;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    background: linear-gradient(135deg, #9af51c, #5ec900);
    border-radius: 6px;
    box-shadow: 0 8px 22px rgba(104, 220, 0, 0.26);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.bdmt-booking-button:hover {
    color: #071006;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(104, 220, 0, 0.36);
}

/* Nút menu điện thoại */

.bdmt-menu-toggle {
    display: none;
    width: 44px;
    height: 42px;
    margin-left: auto;
    padding: 9px;
    background: transparent;
    border: 1px solid rgba(120, 223, 0, 0.45);
    border-radius: 5px;
    cursor: pointer;
}

.bdmt-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: #8cf000;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

: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;
    --ck-z-default: 100;
    --ck-z-panel: calc(var(--ck-z-default) + 999);
}

.ck {
    --ck-content-font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    --ck-content-font-size: 13px;
    --ck-content-font-color: #333;
    --ck-content-line-height: 1.42857143;
}

@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;
}

[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;
}

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;
}

.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:not(.table):not(.media):not(.nv-media) {
    position: relative;
    margin: 5px auto 10px auto;
    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 !important;
    margin-left: auto !important;
}

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

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);
}

/* NV Iframe */
.nvck-iframe {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.nvck-iframe>.nvck-iframe-inner>.nvck-iframe-element {
    border: none;
    margin: 0 auto;
    display: block;
}

.nvck-iframe.nvck-iframe-responsive {
    height: 0;
}

.nvck-iframe.nvck-iframe-responsive>.nvck-iframe-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nvck-iframe.nvck-iframe-responsive>.nvck-iframe-inner>.nvck-iframe-element {
    width: 100%;
    height: 100%;
}

/* NV Docs */
.nvck-docs {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.nvck-docs>.nvck-docs-inner>.nvck-docs-element {
    border: none;
    margin: 0 auto;
    display: block;
}

.nvck-docs.nvck-docs-responsive {
    height: 0;
}

.nvck-docs.nvck-docs-responsive>.nvck-docs-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nvck-docs.nvck-docs-responsive>.nvck-docs-inner>.nvck-docs-element {
    width: 100%;
    height: 100%;
}

/* Global */

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

body {
    color: #333;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    background-color: #eeeeee;
	width: 100%;
}

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

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

a.dimgray {
    color: #707070;
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.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: 100%;
    margin: 0 auto;
}

.container	{
	position: relative;
    overflow: hidden;
    color: #ffffff;
	width: 100%;
		background:
        radial-gradient(
            circle at 5% 50%,
            rgba(121, 255, 0, 0.13),
            transparent 28%
        ),
        radial-gradient(
            circle at 95% 55%,
            rgba(121, 255, 0, 0.12),
            transparent 28%
        );
}
}
.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-Color: #040d14f5;
}

/* Header */

.site-banner {
    position: absolute;
    width: 100%;
    background-size: cover;
    z-index: -10;
    background-position: center center;
    height: 250px;
}

#header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
	height: 200px;
}

#header .logo {
    padding: 20px 10px 20px 0;
}

#header .logo img {
    max-height: 120px;
    width: auto;
}

#header .logo h1,
#header .logo .site_name {
    display: none;
}

#header .logo h2,
#header .logo .site_description {
    color: #707070;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman';
    line-height: 1.1;
    margin: 0;
    padding: 0;
    display: block;
}

#header .right-ads {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 10px 0;
}

#header .right-ads > .nv-block-banners:last-child {
    margin-bottom: 0;
}

/* 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;
}

/* 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%);
}

/* Social share */
.social-share-container {
    display: flex;
    align-items: center;
}

.social-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.social-share-buttons button {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    color: #fff;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    line-height: 1;
    font-size: 12px;
}

.social-share-buttons button.social-share-facebook {
    background-color: #1877F2;
}

.social-share-buttons button.social-share-twitter {
    background-color: #1DA1F2;
}

.social-share-label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 10px;
}

/* 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);
	width: 100%;
}

/* Footer-NAV2 */

.footerNav2 {
    position: relative;
    width: 100%;
    background-color: #193c5a;
    padding: 10px 0;
    color: #dcdcdc;
	background:
        linear-gradient(
            rgba(1, 7, 10, 0.9),
            rgba(1, 7, 10, 0.97)
        ),
        url("../images/footer/footer-bg.jpg")
        center center / cover no-repeat;
}

.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 */

#footer {
    position: relative;
    width: 100%;
    border-top-color: #428bca;
    border-bottom-width: 1px;
    border-bottom-color: #245682;
     position: relative;
    overflow: hidden;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    background:
        linear-gradient(
            rgba(1, 7, 10, 0.9),
            rgba(1, 7, 10, 0.97)
        ),
        url("../images/footer/footer-bg.jpg")
        center center / cover no-repeat;
}

#footer,
#footer a {
    color: #dcdcdc;
}

#footer h3 {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #dcdcdc;
}

#footer h3 a {
    color: inherit;
}

#footer p {
    margin: 0;
    padding: 0;
}

/* Block Footer-Menu */

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

#footer .menu li {
    position: relative;
    display: inline-block;
    width: 49%;
    padding: 0;
    margin: 0;
}

#footer .menu li:nth-child(2n + 1) {
    padding-right: 8px;
}

#footer .menu li:nth-child(2n) {
    padding-left: 7px;
}

#footer .menu li a {
    display: block;
    white-space: nowrap;
    border-bottom-width: 1px;
    border-bottom-color: #6aa3d5;
    border-bottom-style: dotted;
    padding: 8px 0;
}

#footer .menu li a:before {
    content: '\f111';
    color: #dcdcdc;
    font-family: FontAwesome;
    font-size: 5px;
    padding-right: 6px;
    vertical-align: middle;
}

#footer .menu li a:hover {
    border-bottom-color: #fff;
    color: #fff;
}

#footer .menu li a:hover:before {
    color: #fff;
}

/* 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;
    width: 2em;
}

.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);
    -moz-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;
    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;
    vertical-align: middle;
    width: 14px;
    font: normal 14px/1 'FontAwesome';
    -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;
    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;
}

@media (max-width: 1100px) {
    .bdmt-header-inner {
        width: min(100% - 24px, 1380px);
        min-height: 70px;
    }

    .bdmt-logo img {
        max-width: 155px;
        height: 54px;
    }

    .bdmt-menu-toggle {
        display: block;
    }

    .bdmt-navigation {
        justify-content: flex-end;
    }

    .bdmt-menu {
        position: absolute;
        top: calc(100% + 15px);
        right: 0;
        left: 0;
        display: none;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        padding: 8px;
        background: #06131b;
        border: 1px solid rgba(120, 223, 0, 0.22);
        border-radius: 8px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.45);
    }

    .bdmt-navbar.is-open .bdmt-menu {
        display: block;
    }

    .bdmt-menu > li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }

    .bdmt-menu > li:last-child {
        border-bottom: 0;
    }

    .bdmt-menu > li > a {
        min-height: 48px;
        padding: 0 12px;
    }

    .bdmt-menu > li > a::after {
        display: none;
    }

    .bdmt-menu > li > a .bdmt-arrow {
        margin-left: auto;
    }

    .bdmt-submenu,
    .bdmt-submenu .bdmt-submenu {
        position: static;
        display: none;
        min-width: 0;
        padding: 0 0 7px 12px;
        background: rgba(255, 255, 255, 0.025);
        border: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .bdmt-menu li.submenu-open > .bdmt-submenu {
        display: block;
    }

    .bdmt-menu li.submenu-open > a .bdmt-arrow {
        transform: rotate(180deg);
    }

    .bdmt-submenu li a {
        padding: 11px 14px;
        font-size: 13px;
    }

    .bdmt-header-action {
        display: none;
    }
}

@media (max-width: 575px) {
    .bdmt-header-inner {
        width: calc(100% - 20px);
        min-height: 64px;
        gap: 12px;
    }

    .bdmt-logo img {
        max-width: 125px;
        height: 48px;
    }

    .bdmt-menu {
        top: calc(100% + 10px);
    }
}

/* =====================================
   HERO BANNER
===================================== */

.bdmt-hero {
    position: relative;
    width: 100%;
    min-height: 690px;
    overflow: hidden;
    background: #041018;
    color: #fff;
}

.bdmt-hero-slider {
    position: relative;
    width: 100%;
    min-height: 690px;
}

.bdmt-hero-slide {
    position: absolute;
    inset: 0;
    z-index: 1;
    min-height: 690px;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.025);
    transition:
        opacity 0.8s ease,
        visibility 0.8s ease,
        transform 6s ease;
}

.bdmt-hero-slide.is-active {
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.bdmt-hero-background {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bdmt-hero-slide.is-active .bdmt-hero-background {
    animation: bdmtHeroZoom 7s linear forwards;
}

@keyframes bdmtHeroZoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.065);
    }
}

/* Lớp phủ tối giúp chữ dễ đọc */

.bdmt-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            90deg,
            rgba(2, 10, 16, 0.96) 0%,
            rgba(3, 13, 20, 0.88) 30%,
            rgba(3, 13, 20, 0.52) 57%,
            rgba(3, 13, 20, 0.16) 100%
        ),
        linear-gradient(
            0deg,
            rgba(3, 12, 18, 0.9) 0%,
            transparent 40%
        );
}

.bdmt-hero-light {
    position: absolute;
    top: -180px;
    left: 28%;
    z-index: 3;
    width: 600px;
    height: 600px;
    pointer-events: none;
    background: rgba(112, 232, 0, 0.1);
    border-radius: 50%;
    filter: blur(110px);
}

.bdmt-hero-container {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    width: min(1380px, calc(100% - 60px));
    min-height: 690px;
    margin: 0 auto;
    padding: 90px 0 100px;
}

.bdmt-hero-content {
    width: min(690px, 60%);
}

/* Nhãn nhỏ phía trên */

.bdmt-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #f2f7f8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.bdmt-hero-label-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    color: #071204;
    background: linear-gradient(135deg, #a0ff28, #5bc500);
    border-radius: 50%;
    box-shadow: 0 0 25px rgba(112, 226, 0, 0.35);
}

/* Tiêu đề */

.bdmt-hero-title {
    max-width: 680px;
    margin: 0 0 22px;
    color: #fff;
    font-family: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
    font-size: clamp(56px, 6.6vw, 80px);
    font-weight: 900;
    line-height: 0.92;
    letter-spacing: -3px;
    text-transform: uppercase;
    text-shadow: 0 7px 25px rgba(0, 0, 0, 0.55);
}

.bdmt-hero-title strong {
    display: block;
    margin-top: 11px;
    color: #83ec0a;
    font-weight: 900;
    text-shadow:
        0 5px 30px rgba(79, 198, 0, 0.28),
        0 4px 12px rgba(0, 0, 0, 0.5);
}

.bdmt-hero-description {
    max-width: 610px;
    margin: 0 0 31px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 17px;
    line-height: 1.75;
}

/* Nút */

.bdmt-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.bdmt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 5px;
    transition:
        color 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.bdmt-btn:hover {
    text-decoration: none;
    transform: translateY(-3px);
}

.bdmt-btn-primary {
    color: #071204;
    background: linear-gradient(135deg, #9af91a, #58c400);
    box-shadow: 0 12px 30px rgba(101, 218, 0, 0.25);
}

.bdmt-btn-primary:hover {
    color: #071204;
    box-shadow: 0 16px 35px rgba(101, 218, 0, 0.4);
}

.bdmt-btn-outline {
    color: #fff;
    background: rgba(5, 17, 25, 0.58);
    border-color: rgba(255, 255, 255, 0.42);
    backdrop-filter: blur(8px);
}

.bdmt-btn-outline:hover {
    color: #91f31b;
    background: rgba(5, 17, 25, 0.82);
    border-color: #81e710;
}

/* Liên hệ dưới nút */

.bdmt-hero-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    margin-top: 35px;
}

.bdmt-hero-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bdmt-hero-contact-item > i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    color: #83ed0b;
    font-size: 18px;
    background: rgba(112, 226, 0, 0.08);
    border: 1px solid rgba(112, 226, 0, 0.3);
    border-radius: 50%;
}

.bdmt-hero-contact-item div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.bdmt-hero-contact-item span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    text-transform: uppercase;
}

.bdmt-hero-contact-item a,
.bdmt-hero-contact-item strong {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.bdmt-hero-contact-item a:hover {
    color: #83ed0b;
}

/* Nút điều hướng */

.bdmt-hero-control {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 58px;
    padding: 0;
    color: #fff;
    font-size: 28px;
    background: rgba(5, 17, 25, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.18);
    cursor: pointer;
    opacity: 0;
    transform: translateY(-50%);
    transition:
        opacity 0.25s ease,
        background 0.25s ease,
        border-color 0.25s ease;
}

.bdmt-hero:hover .bdmt-hero-control {
    opacity: 1;
}

.bdmt-hero-control:hover {
    color: #071204;
    background: #80e80b;
    border-color: #80e80b;
}

.bdmt-hero-prev {
    left: 22px;
    border-radius: 5px;
}

.bdmt-hero-next {
    right: 22px;
    border-radius: 5px;
}

/* Chấm điều hướng */

.bdmt-hero-dots {
    position: absolute;
    right: 0;
    bottom: 47px;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 9px;
}

.bdmt-hero-dot {
    width: 27px;
    height: 4px;
    padding: 0;
    background: rgba(255, 255, 255, 0.35);
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    transition:
        width 0.25s ease,
        background 0.25s ease;
}

.bdmt-hero-dot.is-active {
    width: 49px;
    background: #83ed0b;
}

/* Thanh thời gian chạy slide */

.bdmt-hero-progress {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11;
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
}

.bdmt-hero-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #5fc900, #a0ff28);
}

.bdmt-hero-progress span.is-running {
    animation: bdmtHeroProgress 6s linear forwards;
}

@keyframes bdmtHeroProgress {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

/* Dải chuyển tiếp cuối banner */

.bdmt-hero-bottom {
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 8;
    height: 60px;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        transparent,
        #06131b
    );
}
@media (max-width: 991px) {
    .bdmt-hero,
    .bdmt-hero-slider,
    .bdmt-hero-slide {
        min-height: 630px;
    }

    .bdmt-hero-container {
        width: min(100% - 40px, 1380px);
        min-height: 630px;
        padding: 75px 0 90px;
    }

    .bdmt-hero-content {
        width: min(680px, 85%);
    }

    .bdmt-hero-overlay {
        background:
            linear-gradient(
                90deg,
                rgba(2, 10, 16, 0.95) 0%,
                rgba(3, 13, 20, 0.82) 48%,
                rgba(3, 13, 20, 0.38) 100%
            ),
            linear-gradient(
                0deg,
                rgba(3, 12, 18, 0.94) 0%,
                transparent 50%
            );
    }

    .bdmt-hero-title {
        font-size: clamp(50px, 9vw, 78px);
    }

    .bdmt-hero-control {
        display: none;
    }
}

@media (max-width: 575px) {
    .bdmt-hero,
    .bdmt-hero-slider,
    .bdmt-hero-slide {
        min-height: 610px;
    }

    .bdmt-hero-container {
        align-items: flex-end;
        width: calc(100% - 30px);
        min-height: 610px;
        padding: 100px 0 88px;
    }

    .bdmt-hero-content {
        width: 100%;
    }

    .bdmt-hero-background {
        background-position: 62% center;
    }

    .bdmt-hero-overlay {
        background:
            linear-gradient(
                0deg,
                rgba(3, 12, 18, 0.98) 0%,
                rgba(3, 12, 18, 0.82) 48%,
                rgba(3, 12, 18, 0.22) 100%
            );
    }

    .bdmt-hero-label {
        margin-bottom: 14px;
        font-size: 11px;
        letter-spacing: 2px;
    }

    .bdmt-hero-label-icon {
        width: 29px;
        height: 29px;
    }

    .bdmt-hero-title {
        margin-bottom: 15px;
        font-size: clamp(42px, 14vw, 59px);
        line-height: 0.94;
        letter-spacing: -2px;
    }

    .bdmt-hero-title strong {
        margin-top: 7px;
    }

    .bdmt-hero-description {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 1.6;
    }

    .bdmt-hero-buttons {
        gap: 9px;
    }

    .bdmt-btn {
        flex: 1;
        min-width: 140px;
        min-height: 45px;
        padding: 0 13px;
        font-size: 12px;
    }

    .bdmt-hero-contact {
        display: none;
    }

    .bdmt-hero-dots {
        bottom: 31px;
    }

    .bdmt-hero-dot {
        width: 20px;
    }

    .bdmt-hero-dot.is-active {
        width: 37px;
    }
}
/* =====================================
   SERVICES SECTION
===================================== */

.bdmt-container {
    position: relative;
    z-index: 3;
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

.bdmt-services {
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    color: #ffffff;
    background: #06131b;
}

.bdmt-services-background {
    position: absolute;
    inset: 0;
    z-index: 1;
    background-image:
        url("../images/background/services-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.27;
}

.bdmt-services-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            180deg,
            #06131b 0%,
            rgba(6, 19, 27, 0.86) 23%,
            rgba(6, 19, 27, 0.9) 78%,
            #06131b 100%
        );
}

/* Tiêu đề section */

.bdmt-section-heading {
    max-width: 780px;
    margin: 0 auto 48px;
    text-align: center;
}

.bdmt-section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #87ec0c;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.bdmt-section-heading h2 {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 18px;
    color: #ffffff;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.bdmt-section-heading h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 84px;
    height: 3px;
    background: linear-gradient(
        90deg,
        transparent,
        #85eb0d,
        transparent
    );
    transform: translateX(-50%);
}

.bdmt-section-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.75;
}

/* Lưới dịch vụ */

.bdmt-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.bdmt-service-card {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 35px 28px 30px;
    background:
        linear-gradient(
            145deg,
            rgba(14, 31, 41, 0.96),
            rgba(7, 20, 28, 0.94)
        );
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.bdmt-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(
        90deg,
        transparent,
        #75d900,
        transparent
    );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.bdmt-service-card::after {
    content: "";
    position: absolute;
    right: -90px;
    bottom: -90px;
    width: 190px;
    height: 190px;
    pointer-events: none;
    background: rgba(116, 224, 0, 0.07);
    border-radius: 50%;
    filter: blur(10px);
    transition: transform 0.35s ease;
}

.bdmt-service-card:hover {
    border-color: rgba(132, 237, 8, 0.42);
    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.38),
        0 0 30px rgba(100, 215, 0, 0.08);
    transform: translateY(-9px);
}

.bdmt-service-card:hover::before {
    opacity: 1;
}

.bdmt-service-card:hover::after {
    transform: scale(1.35);
}

/* Ô nổi bật */

.bdmt-service-featured {
    border-color: rgba(130, 235, 12, 0.54);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.36),
        0 0 32px rgba(102, 215, 0, 0.09);
}

.bdmt-service-badge {
    position: absolute;
    top: 16px;
    right: -31px;
    width: 125px;
    padding: 6px 0;
    color: #061006;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    background: #84ed0b;
    transform: rotate(45deg);
}

/* Icon */

.bdmt-service-icon {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    margin-bottom: 25px;
    color: #86ed0d;
    font-size: 32px;
    background: rgba(118, 225, 0, 0.08);
    border: 1px solid rgba(126, 232, 8, 0.34);
    border-radius: 14px;
    box-shadow: inset 0 0 25px rgba(118, 225, 0, 0.04);
    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease;
}

.bdmt-service-card:hover .bdmt-service-icon {
    color: #071006;
    background: linear-gradient(
        135deg,
        #a4ff25,
        #62cb00
    );
    transform: rotate(-5deg) scale(1.06);
}

.bdmt-service-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.bdmt-service-card p {
    position: relative;
    z-index: 2;
    min-height: 76px;
    margin: 0 0 19px;
    color: rgba(255, 255, 255, 0.67);
    font-size: 14px;
    line-height: 1.7;
}

.bdmt-service-card ul {
    position: relative;
    z-index: 2;
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}

.bdmt-service-card li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 21px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
}

.bdmt-service-card li::before {
    content: "\f00c";
    position: absolute;
    top: 1px;
    left: 0;
    color: #83ed0a;
    font-family: FontAwesome;
    font-size: 12px;
}

/* Link */

.bdmt-service-link {
    position: absolute;
    right: 28px;
    bottom: 27px;
    left: 28px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 17px;
    color: #87ec0c;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.bdmt-service-link i {
    transition: transform 0.25s ease;
}

.bdmt-service-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.bdmt-service-link:hover i {
    transform: translateX(6px);
}

/* Nút cuối section */

.bdmt-services-action {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 43px;
}
@media (max-width: 1199px) {
    .bdmt-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bdmt-service-card {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .bdmt-services {
        padding: 68px 0;
    }

    .bdmt-container {
        width: calc(100% - 30px);
    }

    .bdmt-section-heading {
        margin-bottom: 34px;
    }

    .bdmt-section-heading h2 {
        font-size: 34px;
    }

    .bdmt-section-heading p {
        font-size: 14px;
    }

    .bdmt-services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bdmt-service-card {
        min-height: 0;
        padding: 27px 23px 76px;
    }

    .bdmt-service-card p {
        min-height: 0;
    }

    .bdmt-service-icon {
        width: 64px;
        height: 64px;
        font-size: 27px;
    }

    .bdmt-services-action {
        flex-direction: column;
    }

    .bdmt-services-action .bdmt-btn {
        width: 100%;
    }
}

/*Album Ảnh*/

.gallery-home{

    padding:90px 0;

    background:#07131c;
}

.section-title{

    text-align:center;

    margin-bottom:50px;
}

.section-title span{

    color:#8DFF00;

    font-weight:700;

    letter-spacing:3px;
}

.section-title h2{

    color:#fff;

    font-size:48px;

    margin-top:15px;

    font-weight:900;
}

.section-title p{

    color:#aaa;

    max-width:700px;

    margin:auto;

    margin-top:20px;

    line-height:30px;
}

.gallery-grid{

    display:grid;

    grid-template-columns:2fr 1fr 1fr;

    grid-auto-rows:260px;

    gap:20px;
}

.gallery-item{

    overflow:hidden;

    border-radius:15px;

    position:relative;
}

.gallery-item.large{

    grid-row:span 2;
}

.gallery-item img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;
}

.gallery-item:hover img{

    transform:scale(1.1);
}

.gallery-item:before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:linear-gradient(transparent,#000);

    opacity:0;

    transition:.4s;

    z-index:2;
}

.gallery-item:hover:before{

    opacity:1;
}
.gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
    border-radius: 15px;
    background: #0a1821;
}

.gallery-item:hover,
.gallery-item:focus {
    color: #ffffff;
    text-decoration: none;
}

.gallery-item::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.04) 20%,
        rgba(1, 8, 13, 0.92) 100%
    );
    opacity: 0.65;
    transition: opacity 0.35s ease;
}

.gallery-item:hover::before {
    opacity: 1;
}

.gallery-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-content {
    position: absolute;
    right: 25px;
    bottom: 24px;
    left: 25px;
    z-index: 3;
    transform: translateY(40px);
    transition: transform 0.35s ease;
}

.gallery-item:hover .gallery-content {
    transform: translateY(0);
}

.gallery-content > span {
    display: block;
    margin-bottom: 7px;
    color: #8df000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gallery-content h3 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.gallery-view {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.gallery-item:hover .gallery-view {
    opacity: 1;
}

.gallery-view i {
    color: #8df000;
}
@media(max-width:991px){

.gallery-grid{

grid-template-columns:1fr 1fr;

}

.gallery-item.large{

grid-row:span 1;

}

}

@media(max-width:767px){

.gallery-grid{

grid-template-columns:1fr;

}

}
.gallery-more{

    display:flex;

    align-items:center;

    justify-content:center;

    background:linear-gradient(135deg,#0d1b24,#152d39);

    border:2px dashed rgba(140,255,0,.25);

    transition:.4s;
}

.gallery-more:hover{

    background:#8DFF00;

    color:#111;

    transform:translateY(-8px);
}

.gallery-more-content{

    text-align:center;
}

.gallery-more i{

    font-size:45px;

    margin-bottom:20px;
}

.gallery-more h3{

    font-size:26px;

    margin-bottom:15px;
}

.gallery-more span{

    display:block;

    color:#aaa;

    margin-bottom:25px;
}

.gallery-more strong{

    color:#8DFF00;

    font-size:18px;
}

.gallery-more:hover strong,
.gallery-more:hover span{

    color:#111;
}

/* =====================================
   VIDEO HIGHLIGHT HOME
===================================== */

.bdmt-video-home {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #ffffff;
    background: #050c12;
}

.bdmt-video-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(
            circle at 20% 30%,
            rgba(133, 238, 0, 0.14),
            transparent 35%
        ),
        radial-gradient(
            circle at 85% 70%,
            rgba(255, 70, 0, 0.12),
            transparent 32%
        );
}

.bdmt-video-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            120deg,
            rgba(3, 10, 15, 0.98),
            rgba(5, 17, 24, 0.86)
        );
}

.bdmt-video-home .bdmt-container {
    position: relative;
    z-index: 3;
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

.bdmt-video-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: 70px;
}

.bdmt-video-label {
    display: inline-block;
    margin-bottom: 15px;
    color: #8dff00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.bdmt-video-content h2 {
    margin: 0 0 22px;
    color: #ffffff;
    font-size: clamp(38px, 4.5vw, 62px);
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
}

.bdmt-video-content h2 strong {
    display: block;
    color: #8dff00;
    font-weight: 900;
}

.bdmt-video-content > p {
    max-width: 620px;
    margin: 0 0 32px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.8;
}

.bdmt-video-features {
    display: grid;
    gap: 17px;
    margin-bottom: 35px;
}

.bdmt-video-feature {
    display: flex;
    align-items: center;
    gap: 17px;
}

.bdmt-video-feature > i {
    display: flex;
    flex: 0 0 52px;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: #8dff00;
    font-size: 21px;
    background: rgba(141, 255, 0, 0.08);
    border: 1px solid rgba(141, 255, 0, 0.24);
    border-radius: 12px;
}

.bdmt-video-feature h3 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
}

.bdmt-video-feature span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 13px;
    line-height: 1.5;
}

.bdmt-video-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.bdmt-video-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 23px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    transition:
        color 0.3s ease,
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.bdmt-video-btn:hover {
    text-decoration: none;
    transform: translateY(-3px);
}

.bdmt-video-btn-primary {
    color: #071007;
    background: linear-gradient(135deg, #a5ff2b, #69d500);
    border: 1px solid #8dff00;
}

.bdmt-video-btn-primary:hover {
    color: #071007;
    background: #ffffff;
}

.bdmt-video-btn-outline {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.bdmt-video-btn-outline:hover {
    color: #8dff00;
    border-color: #8dff00;
}

/* Video player */

.bdmt-video-player {
    position: relative;
}

.bdmt-video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #0b161e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    box-shadow:
        0 35px 75px rgba(0, 0, 0, 0.55),
        0 0 50px rgba(121, 230, 0, 0.08);
}

.bdmt-video-frame::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0.05) 25%,
            rgba(1, 8, 12, 0.9) 100%
        );
}

.bdmt-video-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.bdmt-video-frame:hover img {
    transform: scale(1.05);
}

.bdmt-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    text-decoration: none;
    background: rgba(141, 255, 0, 0.15);
    border: 1px solid rgba(141, 255, 0, 0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.bdmt-video-play::before,
.bdmt-video-play::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(141, 255, 0, 0.45);
    border-radius: 50%;
    animation: bdmt-video-pulse 2.1s infinite;
}

.bdmt-video-play::after {
    animation-delay: 0.7s;
}

.bdmt-video-play span {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    color: #071007;
    font-size: 23px;
    background: #8dff00;
    border-radius: 50%;
}

.bdmt-video-play span i {
    margin-left: 4px;
}

.bdmt-video-play:hover {
    text-decoration: none;
}

.bdmt-video-play:hover span {
    background: #ffffff;
}

@keyframes bdmt-video-pulse {
    0% {
        opacity: 0.8;
        transform: scale(0.9);
    }

    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}

.bdmt-video-caption {
    position: absolute;
    right: 30px;
    bottom: 27px;
    left: 30px;
    z-index: 3;
}

.bdmt-video-caption span {
    display: block;
    margin-bottom: 5px;
    color: #8dff00;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bdmt-video-caption h3 {
    margin: 0;
    color: #ffffff;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.35;
}

.bdmt-video-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 15px 18px 0;
}

.bdmt-video-stats > div {
    padding: 18px 12px;
    text-align: center;
    background: rgba(13, 29, 39, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.bdmt-video-stats strong {
    display: block;
    margin-bottom: 3px;
    color: #8dff00;
    font-size: 22px;
    font-weight: 900;
}

.bdmt-video-stats span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

@media (max-width: 991px) {
    .bdmt-video-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .bdmt-video-content {
        text-align: center;
    }

    .bdmt-video-content > p {
        margin-right: auto;
        margin-left: auto;
    }

    .bdmt-video-features {
        max-width: 620px;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }

    .bdmt-video-actions {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .bdmt-video-home {
        padding: 70px 0;
    }

    .bdmt-video-home .bdmt-container {
        width: calc(100% - 30px);
    }

    .bdmt-video-content h2 {
        font-size: 36px;
    }

    .bdmt-video-content > p {
        font-size: 14px;
    }

    .bdmt-video-actions {
        flex-direction: column;
    }

    .bdmt-video-btn {
        width: 100%;
    }

    .bdmt-video-frame {
        border-radius: 12px;
    }

    .bdmt-video-play {
        width: 72px;
        height: 72px;
    }

    .bdmt-video-play span {
        width: 52px;
        height: 52px;
        font-size: 18px;
    }

    .bdmt-video-caption {
        right: 18px;
        bottom: 16px;
        left: 18px;
    }

    .bdmt-video-caption h3 {
        font-size: 17px;
    }

    .bdmt-video-stats {
        margin-right: 0;
        margin-left: 0;
    }

    .bdmt-video-stats strong {
        font-size: 18px;
    }

    .bdmt-video-stats span {
        font-size: 10px;
    }
}
/* =====================================
   COUNTER HOME
===================================== */

.bdmt-counter-home {
    position: relative;
    overflow: hidden;
    padding: 95px 0;
    color: #ffffff;
    background:
        linear-gradient(
            rgba(4, 13, 19, 0.9),
            rgba(4, 13, 19, 0.94)
        ),
        url("../images/background/counter-bg.jpg")
        center center / cover no-repeat;
}

.bdmt-counter-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(
            circle at center,
            rgba(141, 255, 0, 0.1),
            transparent 48%
        );
}

.bdmt-counter-home .bdmt-container {
    position: relative;
    z-index: 2;
    width: min(1380px, calc(100% - 40px));
    margin: 0 auto;
}

.bdmt-counter-heading {
    max-width: 760px;
    margin: 0 auto 48px;
    text-align: center;
}

.bdmt-counter-heading > span {
    display: block;
    margin-bottom: 12px;
    color: #8dff00;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.bdmt-counter-heading h2 {
    margin: 0 0 17px;
    color: #ffffff;
    font-family: NukeVietIcons;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.bdmt-counter-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 15px;
    line-height: 1.8;
}

.bdmt-counter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.bdmt-counter-item {
    position: relative;
    overflow: hidden;
    padding: 38px 22px 34px;
    text-align: center;
    background:
        linear-gradient(
            145deg,
            rgba(15, 35, 45, 0.95),
            rgba(6, 18, 26, 0.95)
        );
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.bdmt-counter-item::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 160px;
    height: 160px;
    background: rgba(141, 255, 0, 0.08);
    border-radius: 50%;
    filter: blur(10px);
}

.bdmt-counter-item:hover {
    border-color: rgba(141, 255, 0, 0.45);
    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.38),
        0 0 30px rgba(141, 255, 0, 0.08);
    transform: translateY(-8px);
}

.bdmt-counter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    color: #8dff00;
    font-size: 29px;
    background: rgba(141, 255, 0, 0.08);
    border: 1px solid rgba(141, 255, 0, 0.25);
    border-radius: 50%;
}

.bdmt-counter-number {
    display: block;
    margin-bottom: 9px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}

.bdmt-counter-item > span {
    display: block;
    color: rgba(255, 255, 255, 0.64);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .bdmt-counter-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .bdmt-counter-home {
        padding: 68px 0;
    }

    .bdmt-counter-home .bdmt-container {
        width: calc(100% - 30px);
    }

    .bdmt-counter-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .bdmt-counter-heading {
        margin-bottom: 34px;
    }

    .bdmt-counter-heading h2 {
        font-size: 34px;
    }

    .bdmt-counter-item {
        padding: 30px 20px;
    }

    .bdmt-counter-number {
        font-size: 36px;
    }
}
{
background: #07131c;
}

body,
button,
input,
textarea,
select {
    font-family: NukeVietIcons;
}

/* ==================================================
   BLOCK TRÁI PHẢI - BÓNG ĐÁ MIỀN TÂY
================================================== */

.bdmt-sidebar-block {
    position: relative;
    overflow: hidden;
    margin-bottom: 22px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    background:
        linear-gradient(
            145deg,
            rgba(11, 25, 32, 0.98),
            rgba(4, 14, 19, 0.98)
        );
    border: 1px solid rgba(141, 255, 0, 0.35);
    border-radius: 13px;
    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.25),
        inset 0 0 25px rgba(141, 255, 0, 0.02);
}

.bdmt-sidebar-block::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 130px;
    height: 130px;
    pointer-events: none;
    background: rgba(141, 255, 0, 0.08);
    border-radius: 50%;
    filter: blur(35px);
}

/* Tiêu đề block */

.bdmt-sidebar-heading {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 57px;
    padding: 0 17px;
    background:
        linear-gradient(
            90deg,
            rgba(16, 35, 43, 0.98),
            rgba(6, 18, 24, 0.98)
        );
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.bdmt-sidebar-heading::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 17px;
    width: 92px;
    height: 2px;
    background: #8dff00;
    box-shadow:
        0 0 8px rgba(141, 255, 0, 0.7),
        0 0 18px rgba(141, 255, 0, 0.3);
}

.bdmt-sidebar-heading-left {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
}

.bdmt-sidebar-icon {
    display: flex;
    flex: 0 0 27px;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    color: #8dff00;
    font-size: 16px;
}

.bdmt-sidebar-heading h3 {
    overflow: hidden;
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0.2px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Sọc trang trí bên phải */

.bdmt-sidebar-stripes {
    display: flex;
    flex: 0 0 auto;
    gap: 3px;
    margin-left: 10px;
    transform: skewX(-28deg);
}

.bdmt-sidebar-stripes i {
    display: block;
    width: 4px;
    height: 17px;
    background: rgba(141, 255, 0, 0.65);
}

.bdmt-sidebar-stripes i:nth-child(2) {
    opacity: 0.75;
}

.bdmt-sidebar-stripes i:nth-child(3) {
    opacity: 0.5;
}

.bdmt-sidebar-stripes i:nth-child(4) {
    opacity: 0.25;
}

/* Nội dung block */

.bdmt-sidebar-body {
    position: relative;
    z-index: 2;
    padding: 17px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.65;
}

.bdmt-sidebar-body p:last-child,
.bdmt-sidebar-body ul:last-child,
.bdmt-sidebar-body form:last-child {
    margin-bottom: 0;
}

/* Link bên trong block */

.bdmt-sidebar-body a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition:
        color 0.25s ease,
        transform 0.25s ease;
}

.bdmt-sidebar-body a:hover,
.bdmt-sidebar-body a:focus {
    color: #8dff00;
    text-decoration: none;
}

/* Danh sách */

.bdmt-sidebar-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bdmt-sidebar-body ul li {
    position: relative;
    padding: 11px 0 11px 19px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.bdmt-sidebar-body ul li:last-child {
    border-bottom: 0;
}

.bdmt-sidebar-body ul li::before {
    content: "\f105";
    position: absolute;
    top: 12px;
    left: 1px;
    color: #8dff00;
    font-family: FontAwesome;
    font-size: 15px;
}

.bdmt-sidebar-body ul li:hover {
    background: rgba(141, 255, 0, 0.025);
}

/* Hình ảnh trong block */

.bdmt-sidebar-body img {
    max-width: 100%;
    height: auto;
    border-radius: 7px;
}

/* Form */

.bdmt-sidebar-body input[type="text"],
.bdmt-sidebar-body input[type="email"],
.bdmt-sidebar-body input[type="tel"],
.bdmt-sidebar-body input[type="password"],
.bdmt-sidebar-body select,
.bdmt-sidebar-body textarea,
.bdmt-sidebar-body .form-control {
    width: 100%;
    min-height: 42px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 6px;
    box-shadow: none;
    outline: none;
    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.bdmt-sidebar-body textarea,
.bdmt-sidebar-body textarea.form-control {
    min-height: 120px;
    resize: vertical;
}

.bdmt-sidebar-body input:focus,
.bdmt-sidebar-body select:focus,
.bdmt-sidebar-body textarea:focus,
.bdmt-sidebar-body .form-control:focus {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.065);
    border-color: #8dff00;
    box-shadow: 0 0 0 3px rgba(141, 255, 0, 0.1);
}

/* Placeholder */

.bdmt-sidebar-body input::placeholder,
.bdmt-sidebar-body textarea::placeholder {
    color: rgba(255, 255, 255, 0.42);
}

/* Nút */

.bdmt-sidebar-body button,
.bdmt-sidebar-body input[type="submit"],
.bdmt-sidebar-body .btn-primary,
.bdmt-sidebar-body .btn-success {
    min-height: 43px;
    padding: 9px 20px;
    color: #071007;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    background: linear-gradient(135deg, #adff22, #72da00);
    border: 1px solid #8dff00;
    border-radius: 6px;
    box-shadow: none;
    transition:
        transform 0.25s ease,
        background 0.25s ease,
        box-shadow 0.25s ease;
}

.bdmt-sidebar-body button:hover,
.bdmt-sidebar-body input[type="submit"]:hover,
.bdmt-sidebar-body .btn-primary:hover,
.bdmt-sidebar-body .btn-success:hover {
    color: #071007;
    background: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 8px 22px rgba(141, 255, 0, 0.18);
    transform: translateY(-2px);
}

.bdmt-sidebar-body .form-group {
    margin-bottom: 13px;
}

.bdmt-sidebar-body label {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 700;
}

.bdmt-sidebar-body .input-group {
    width: 100%;
}

.bdmt-sidebar-body .input-group-addon {
    color: #8dff00;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.17);
}

.bdmt-sidebar-body .btn {
    width: 100%;
}
.bdmt-sidebar-block.panel,
.bdmt-sidebar-block .panel,
.bdmt-sidebar-block .panel-heading,
.bdmt-sidebar-block .panel-body {
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.bdmt-sidebar-block .panel-heading {
    display: none;
}