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

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

figure {
    position: relative;
    margin: 5px 0 10px 0;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

figure.article figcaption {
    color: #fff;
}

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

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

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


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

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: 1080px;
    margin: 0 auto;
}

.container,
.rel {
    position: relative;
}

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

.fa-pointer {
    cursor: pointer;
}

.fa-horizon {
    width: 14px;
}

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

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

span.keyword {
    background-color: yellow;
}

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

a.btn {
    color: #fff;
}

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


/* Header */

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

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

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

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

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


/* Body */

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


/* Footer-NAV2 */

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

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

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

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

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

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

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

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

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

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


/* Footer */

#footer {
    position: relative;
  
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #428bca;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #245682;
    background-color: #245682;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 100%);
    padding: 20px 0;
    font-size: 13px;
}

#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);
    -box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

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

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


/* Social share,social button */

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

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

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


/* Form control */

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

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

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

.grecaptcha-badge {
    visibility: hidden;
}


/* List item */

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

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

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

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

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

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

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


/* sub-list-icon */

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

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

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


/* List none */

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


/* Block global */

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

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

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

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

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

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

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


/* Info die */

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

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

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


/* Form */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
    font-size: 13px;
}

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

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

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

.modal-body {
    padding: 15px;
}

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

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

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

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

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

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

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

#timeoutsess {
    display: none;
}

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


/* Block featured-products */

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

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

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

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

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

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


/* Account Level */

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

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

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

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

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

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


/* module Contact*/

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


/* Block module-menu */

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

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

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

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

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

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

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

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


/*alert*/

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

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

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

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

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


/*cookie-notice popup*/

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

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

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

.cookie-notice button {
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 24px;
}
.banner{
margin-bottom: 26px;
}
.banner1 img{
    height: auto;
    width: 100%;
    margin-bottom: 23px;
}
.block-logo img{
width:33%;
}
.header_search{
margin-top:25px;
}
/* Form box */
.form-horizontal {
  width:90%;
  margin: 30px auto;
  background: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.form-horizontal .form-group {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-horizontal label {
  flex: 0 0 40%;
  max-width: 40%;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
}

.form-horizontal input[type="text"],
.form-horizontal input[type="password"],
.form-horizontal input[type="email"] {
  flex: 1;
  padding: 8px 12px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.3s;
}

.form-horizontal input:focus {
  border-color: #007bff;
  outline: none;
  background: #fff;
}

/* Submit button */
.form-horizontal button[type="submit"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.form-horizontal button[type="submit"]:hover {
  background: #0056b3;
}

/* Error message */
.alert-danger {
  background: #ffe3e3;
  color: #b02a37;
  padding: 10px 15px;
  border: 1px solid #ffcccc;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 14px;
}

/* Icons */
.form-horizontal i.fa {
  color: #007bff;
  min-width: 18px;
}

/* Eye toggle */
.password-wrapper {
  position: relative;
}

.password-wrapper input {
  padding-right: 35px;
}

.password-wrapper .toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
}

.password-wrapper .toggle-password:hover {
  color: #007bff;
}
.sidebar {
    width: 100%;
    background:linear-gradient(to right, #e0613b, #ff2b08);
    padding: 0;
    color: #fff;
    font-family: "Segoe UI", sans-serif;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

.sidebar .menu li {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sidebar .menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 15px;
  transition: background 0.3s ease;
}

.sidebar .menu > li > a:hover {
  background-color: #e2dc17;
}
.sidebar .menu > li > a span:last-child {
  width: 24px; /* giá»¯ chá»— Ä‘á»ƒ cÄƒn giá»‘ng cĂ¡c menu cĂ³ icon sá»• xuá»‘ng */
}

.sidebar .menu i {
  margin-right: 10px;
}

.sidebar .submenu {
  display: none;
  list-style: none;
  background-color: #2b2b3c;
}

.sidebar .submenu li a {
  display: flex;
  align-items: center;
  padding: 12px 40px;
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
  transition: background 0.3s ease;
}

.sidebar .submenu li a:hover {
  background-color: #444;
  color: #fff;
}

.sidebar .menu li.open > a .toggle-icon {
  transform: rotate(180deg);
}
.top-bar {
    background-color:#ed3106;
    color: white;
    font-size: 14px;
    padding: 14px 0;
    display: block;
	height:50px;
}
.top-bar-left ul li, .top-bar-right ul li {
    display: inline-block;
	width:auto;
}
.top-bar-left ul li:not(:first-child) a, .top-bar-right ul li:not(:first-child) a {
    border-left: 1px solid #aaa;
    padding-left: 7px;
        margin-left: 7px;
}
.header a {
    color: #0850f1;
    font-size: 17px;
}
.container-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
	    margin-top: 11px;
    padding: 0 10px; 
	font-family: serif;
	
}

.top-bar-right {
    justify-content: flex-end;
}
.acp-container {

    margin: 0 auto;
}
.header-content {

    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
	display:block;
}
.logo img{
    width: 80px;
    height: auto;
}

.nav ul{
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-family: initial;
    font-weight: 700;
}
.nav a {
    text-decoration: none;
    color: black;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.2s ease-in-out;
}
.contact-left {

    gap: 16px;
    align-items: center;
    flex-wrap: wrap;
}
.contact-left span {
  padding:31px;
    align-items: center;
}
.trai{
float:left;
}
.phai{
float:right;
}
.mobile-wrapper{
display:none;
}

/* Header */
.section-header-bar
{
    position: relative;
    background-color: #eee;
}

.header-nav ul
{
    padding: 0;
    margin: 0;
    text-align: right;
}

.header-nav ul li
{
    display: inline-block;
    font-size: 14px;
    padding: 8px 10px;
}

.header-nav ul li a
{
    color: #0098fe;
}

.header-nav ul li a:hover
{
    color: #000;
}

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

#header{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    background: #fff;
	margin-bottom: 18px;
}

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

#header .logo img
{
    height: auto;
    width: auto;
}

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

#header .search_header
{
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 450px;
    margin-left: 67px;
}

.hotline
{
    position: relative;
    width: 102%;
}

.hotline a
{
    font-size: 20px;
    font-weight: 400;
    padding: 8px 6px;
    border-radius: 40px;
}

.btn-login
{
    padding: 0 15px;
}

.hotline img
{
    height: 30px;
    margin-right: 6px;
}

.sb-search-input
{
    border: 1px solid #dcdcdc;
    background: #fff;
    width: 100%;
    height: 45px;
    margin: 0;
    z-index: 10;
    padding: 8px 24px;
    border-radius: 40px;
    font-size: 13px;
}

.sb-icon-search
{
    width: 60px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    color: #fff;
    background-color: #0098fe;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px
}

/* breadcrumb */

.third-nav
{
    position: relative;
    background-color: #eee;
}

.breadcrumbs-wrap
{
    position: relative;
}

.breadcrumbs-wrap .display
{
    height: 39px;
    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;
}

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

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


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

/*Menu*/
.section-nav
{
    position: relative;
    background-color: #0098fe;
}

/* Bootstrap Menu */

#menusite .navbar-default
{
    background-color: transparent;
    border: none;
    border-radius: 0;
    z-index: 1;
}

#menusite .navbar-default .navbar-nav>li>a
{
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 16px 19px;
}

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

/*Slider*/

.section-slider
{
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}

#slider .owl-dots
{
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
    z-index: 9999;
}

#slider .owl-dots .owl-dot
{
    position: relative;
    height: 6px;
    width: 40px;
    margin: 0 5px;
    background-color: #0098fec7 !important;
    opacity: 0.5;
    border-radius: 8px;
}

#slider .owl-dots .owl-dot.active
{
    opacity: 1;
}

/*section-body*/
.section-body
{
    position: relative;
    padding: 30px 0;
}

.section-header
{
    background: #fff;
}

/*section-banner*/
.section-banner
{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    background-image: url(../images/BG_green_2.jpg);
}

.section-banner .banner-img
{
    max-width: 600px;
    padding: 150px 0;
    margin: 0 auto;
}

.section-banner .banner-img img
{
    width: 100%;
}

.text
{
    text-align: justify;
}

.section-tour
{
    position: relative;
    background-color: #fff;
    padding: 10px 0;
}

.section-tour h2
{
    font-size: 25px;
    font-weight: 500;
    color: #0098fe;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.section-tour h2 a
{
    color: #0098fe;
}

/*section-media*/
.section-media
{
    position: relative;
    padding: 40px 0;
}

.section-media h2
{
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.section-media h2:before
{
    position: absolute;
    content: '';
    background-color: #0098fe;
    height: 1px;
    width: 85%;
    top: 12px;
    left: 0;
}

.section-media h2:after
{
    position: absolute;
    content: '';
    background-color: #0098fe;
    height: 1px;
    width: 80%;
    top: 16px;
    left: 0;
}

.section-media h2 a
{
    position: relative;
    background-color: #f7f8fa;
    padding-right: 20px;
    z-index: 999;
}

.page-grid .item
{
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.page-grid .thumb
{
    position: relative;
    overflow: hidden;
    margin: -1px;
    max-height: 180px
}

.page-grid .thumb:before
{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.page-grid .thumb:after
{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.page-grid .thumb:before,
.page-grid .thumb:after
{
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 1;
}

.page-grid .thumb img
{
    width: 100%;
    min-height: 180px;
    filter: alpha(opacity=100);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.page-grid h3
{
    padding: 10px 15px;
}

.page-grid h3 a
{
    font-size: 15px;
    font-weight: 500;
    color: #333;
    text-transform: uppercase;
    transition: .4s
}

.page-grid h3 a:hover
{
    color: #8cc43f
}

.page-grid .thumb:hover img
{
    opacity: .8;
    filter: alpha(opacity=50);
    transform: scale(1.2);
}

.page-grid .thumb:hover:before,
.page-grid .thumb:hover:after
{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.main-album h3
{
    min-height: 64px
}

.album-view h1
{
    font-size: 20px;
    margin-bottom: 20px;
}

.album-view .item
{
    position: relative;
    margin-bottom: 20px;
}

.album-view .thumb
{
    position: relative;
    max-height: 190px;
    overflow: hidden;
}

.album-view .thumb img
{
    width: 100%;
    min-height: 190px;
    -webkit-transition: opacity .35s ease 0s;
    -o-transition: opacity .35s ease 0s;
    transition: opacity .35s ease 0s;
    width: 100%;
}

.album-view .thumb:hover img
{
    opacity: .5;
    filter: alpha(opacity=50);
}

.album-view .thumb:before
{
    content: "+";
    position: absolute;
    font-size: 18px;
    color: #fafafa;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #fafafa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    margin: auto;
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.album-view .thumb:hover:before
{
    color: #fff;
    border-color: #fff;
    -webkit-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.album-view .thumb a:before,
.album-view .thumb a:after
{
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity .35s ease 0s, transform .35s ease 0s;
    -o-transition: opacity .35s ease 0s, transform .35s ease 0s;
    transition: opacity .35s ease 0s, transform .35s ease 0s;
    z-index: 1;
}

.album-view .thumb a:before
{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.album-view .thumb a:after
{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.album-view .thumb a:hover:before,
.album-view .thumb a:hover:after
{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#image-gallery img
{
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
}

.media-box iframe
{
    border-radius: 8px;
}

/*News*/

.section-news h2
{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    border-left: 4px solid #17a1ff;
    padding-left: 10px;
}

.news_slider_top .slide-post-img,
.news_slider_bottom .slide-post-img
{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.news_slider_top .slide-post-img img,
.news_slider_bottom .slide-post-img img
{
    width: 100%;
}

.news_slider_top .slide-post-img img
{
    height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news_slider_top .slide-post-detail
{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: #0000005c;
    color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.news_slider_top .slide-post-detail a
{
    color: #fff;
}

.news_slider_top .slide-post-detail h3
{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.news_slider_top .slide-post-img
{
    margin-bottom: 20px;
}

.news_slider_bottom .slick-prev,
.news_slider_bottom .slick-next
{
    width: 28px;
    height: 28px;
    top: 38%;
    z-index: 9999;
}

.news_slider_bottom .slick-prev:before,
.news_slider_bottom .slick-next:before
{
    font-size: 28px;
}

.slick-next:before
{
    opacity: 1;
    background-image: url(../images/slick-right.png);
    color: transparent;
    display: block;
    background-size: contain;
}

.slick-prev:before
{
    opacity: 1;
    background-image: url(../images/slick-left.png);
    color: transparent;
    display: block;
    background-size: contain;
}

.news_slider_bottom
{
    margin: 0 -8px;
}

.news_slider_bottom .post-item
{
    padding: 0 8px;
}

.slide-post-img
{
    margin-bottom: 10px;
}

.news_slider_bottom h4
{
    font-size: 15px;
    font-weight: 400;
}

.news-groups-type0 ul
{
    margin: 0;
    padding: 0;
}

.news-groups-type0 ul li
{
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

.news-groups-type0 ul li:last-child
{
    margin-bottom: 0;
}

.news-groups-type0 img
{
    width: 140px;
    height: 100px;
    border-radius: 8px;
    margin-right: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-groups-type0 h3
{
    font-weight: 500;
}

.news-groups-type0 .cat
{
    display: inline-block;
    color: #17a1ff;
    border: 1px solid #17a1ff;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-style: italic;
    margin: 4px 0;
}

.news-groups-type0 p
{
    font-size: 13px;
    font-style: italic;
    color: #888;
}

/*contact-box*/
.contact-box
{
    position: relative;
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 8px;
}

/* Footer-NAV2 */

.footerNav2
{
    position: relative;
    width: 100%;
    background-color: #000;
    padding: 15px 0;
    color: #fff;
}

/* Footer */

#footer
{
    position: relative;
    width: 100%;
    padding: 40px 0 30px;
    background-color: #0098fe;
}

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

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

#footer ul li
{
    padding: 2px 0;
}

#footer h3
{
    font-size: 18px;
}

#footer h3 a
{
    color: inherit;
}

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

.navbar-default .navbar-toggle
{
    border-color: #fff;
}

/* Page break line */

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

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

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

/* Social share,social button */

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

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

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

/* Form control */

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

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

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

.grecaptcha-badge
{
    visibility: hidden;
}

/* List item */

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

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

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

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

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

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

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

/* sub-list-icon */

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

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

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

/* List none */

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

/* Block global */

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

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

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

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

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

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

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

/* Info die */

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

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

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

/* Form */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote
{
    font-size: 13px;
}

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

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

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

.modal-body
{
    padding: 15px;
}

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

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

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

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

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

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

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

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

#timeoutsess
{
    display: none;
}

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

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

.section-news
{
    position: relative;
    background-color: #fff;
    padding: 30px 0;
}

.box-first img
{
    width: 100%;
    height: 350px;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover;
}

.box-first h3
{
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 0;
    text-transform: uppercase;
}

.box-first p
{
    color: #555;
}


.news-groups-type1 .loop-item
{
    position: relative;
    display: flex;
    border: 1px solid #eee;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
}

.news-groups-type1 .loop-item .box-loop-content
{
    padding: 30px 20px;
}

.news-groups-type1 .loop-item h3
{
    font-size: 18px;
    font-weight: 500;
}

.news-groups-type1 .loop-item span,
.box-first span
{
    display: block;
    font-weight: 300;
    font-style: italic;
    margin: 0 0 10px;
}

.news-groups-type1 .loop-item p
{
    margin: 0;
    color: #555;
    font-weight: 300;
}

.news-groups-type1 .loop-item .box-loop-thumb img
{
    width: 230px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.top-bar-left ul li,
.top-bar-right ul li
{
    display: inline-block;
}

.top-bar-left ul li:not(:first-child) a,
.top-bar-right ul li:not(:first-child) a
{
    border-left: 1px solid #aaa;
    padding-left: 7px;
    margin-left: 7px;
}

.header a
{
    color: #0850f1;
    font-size: 17px;
}

.container-flex
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 11px;
    padding: 0 10px;
    font-family: serif;

}

.top-bar-right
{
    justify-content: flex-end;
}

.logined-box
{
    height: 50px;
    cursor: pointer;
    display:flex;
    width: 198px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.userBlock
{
    display: none;
    z-index: 10;
    border: 0;
    background: #fff;
    border-radius: 4px;
    color: #000;
    padding: 4px;
    position: absolute;
    top: 100%;
    right: 0;
    line-height: normal;
    box-shadow: 0 1px 8px 1px rgb(0 0 0 / 25%);
    text-align: left;
    white-space: nowrap;
}

.list-group
{
    margin-top: 17px;
    padding-left: 0;
}

.body_block_user .list-group a
{
    margin-bottom: 10px;
    display: block;
}

.body_block_user .list-group a i
{
    color: #0300e1;
    font-size: 20px;
    padding-right: 5px;
}

.body_block_user .list-group span
{
    float: right;
}

.btn1
{
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
}

.body_block_user .list-group a i
{
    color: #0300e1;
    font-size: 20px;
    padding-right: 5px;
}

.body-html h3
{
    color: #0850f1;
    font-size: 22px;
    margin-bottom: 5px;
}

.body-html p
{
    margin-bottom: 7px;
    padding: 0 10px;
    text-align: justify;
    font-size: 18px;
    font-family: serif;
}

.slides img
{
    padding: 0px 10px;
    width: 100%;
}

#payment_method_1
{
    font-size: 16px;
    font-family: serif;
}

.ctbook
{
    border: 1px solid;
    padding: 10px;
    border-radius: 14px;
}

.pull-left
{
    margin-bottom: 11px;
}

.submit
{
    text-align: center;
    font-size: 16px;
    background-color: #0098fe;

    padding: 15px 10px;
    padding-left: 25px;
    top: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;

}

.booktour
{
    text-align: center;
}

.thaydoibook h3
{
    text-transform: uppercase;
    margin-bottom: 15px;

    font-family: serif;
    padding: 10px;

}

.choncho h3
{
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 10px;
    font-family: serif;
}

.thaydoibook
{
    background: #0098fe;
    /* padding: 10px; */
    text-align: center;
    margin-top: 10px;

}

.thaydoibook fa
{
    color: #fff;
}

.thaydoibook h3 a
{

    color: #fff;
    font-family: serif;
}

.choncho
{
    background: #0098fe;
    /* padding: 10px; */
    text-align: center;
    margin-top: 10px;

}

.choncho h3 a
{

    color: #fff;
    font-family: serif;
}

.tour-hot
{
    background: #1A0296;
}

.tour-hot .container-fluid
{
    padding: 0;
}

.tour-hot .container-fluid .row
{
    margin: 0;
}

.hot-left
{
    /* max-width: 600px; */
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
}

.hot-left h1
{
    display: block;
    font-size: 28px;
    font-weight: 500;
    line-height: initial;
    margin-bottom: 23px;
    margin-top: 23px;
}

.hot-left .desc
{
    font-size: 18px;
    margin-bottom: 50px;
}

.desc p
{
    font-family: serif;
    font-size: 20px;
    text-align: justify;
}

.tour-hot .container-fluid .row .col-md-12,
.tour-hot .container-fluid .row .col-md-12
{
    padding: 0;
}

.img-fluid
{
    max-width: 100%;
    height: auto;
}

.mda-hotle
{
    height: 45px;
    background-color: #1A0296;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.mda-hotle .mda-hotle-img
{
    padding: 5px 10px 5px 5px;
    background-color: #ff8d1b;
    /* width: 220px; */
    float: left;
}

.mda-hotle .mda-hotle-img p
{
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}

.mda-hotle .mda-hotle-img i
{
    float: left;
    font-size: 28px;
    margin-right: 15px;
    line-height: 40px;
}

.mda-hotle .mda-hotle-content
{
    width: calc(100% - 220px);
    float: left;
    padding: 5px;
    padding-left: 10px;
    font-size: 14px;
}

.mda-hotle-content div,
.mda-hotle-content a
{
    display: inline-block;
    line-height: 1.4;
}

.mda-hotle-content hr
{
    width: 45px;
    transform: rotate(110deg);
    display: inline-block;
    margin: 0px 0px 14px 0px;
    color: #FFF;
    background: #FFF;
}

.mda-hotle .mda-hotle-content span
{
    color: #ff8d1b;
    font-size: 12px;
}

.mda-hotle .mda-hotle-content .hotle-title
{
    color: #fff;
    display: block;
}

.kenz_group168_footer
{
    padding: 0px 0;
    background: #1A0296;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.border-grid-box
{
    padding: 1px 14px;
}

.kenz_group168_footer .footer_content
{
    padding: 92px;
    position: relative;
    color: #fff;

}

.chantrang
{
    margin-left: -46px;
    margin-top: 2px;
}

.diendai p
{
    font-size: 15px;
}

.title__footer
{
    background-image: url(../images/iconweb.png);
}

.logocuoi
{
    margin-top: 8px;
    width: 333px;
    text-align: justify;
    margin-left: -127px;
}

.logocuoi img
{

    width: 287px;
    margin-bottom: 10px;

}

.kenz_group168_footer .top_footer
{
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-around;
    margin-top: -84px;

}

.kenz_group168_footer .top_footer .footer-item
{
    -webkit-flex-basis: calc(100% / 4);
    flex-basis: calc(100% / 4);
    color: #c6c6c6;
    max-width: 240px;
}

.menu
{
    color: #fff;
    width: 100%;
    bottom: 0;
    z-index: 25;
}

#menu-footer-168-group a
{
    color: #fff;
}

#menu-menu-chinh-sach-ban-hang a
{
    color: #fff;
}

.chantrang
{
    margin-left: -56px;
    margin-top: 20px;

}

.chantrang img
{
    width: 14%;
    margin-left: 99px;
}

.network
{
    width: 438px;
    margin-left: 91px;
    margin-top: 10px;
}

.network img
{
    width: 33px;
    margin-left: 9px;
}

.kenz_group168_footer .footer_content .title__footer h5
{
    color: #fff;
    font-size: 18px;
    position: relative;
    padding: 15px 0 15px 0;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.kenz_group168_footer .top_footer .footer-item
{
    margin-right: 1px;
}

.logocuoi
{
    margin-left: -3px;
}

.menu_footer p
{
    color: #fff;
    font-family: serif;
}

.pc
{
    display: block;
}

.mobile
{
    display: none;
}

#myBtn
{
    display: none;
    position: fixed;
    bottom: 2px;
    right: 7px;
    z-index: 99;
    font-size: 17px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    font-family: serif;
}

.menu123
{
    background-image: url(../images/dw.png);
    border-bottom: 3px solid #fff;

    transition: top 800ms ease 0s;

    z-index: 999;
    width: 100%;
}

.thanhtimkiem
{
    width: 13%;
    float: right;
    margin-right: 96px;
    margin-top: -47px;
    display: block;


}

.thanhtimkiem img
{
    margin-top: 16px;
}

.fixed-menu
{
    top: -60px;
    transition: top 800ms ease 0s;

    z-index: 9999;
    width: 100%;
}

.second-nav
{
    top: 0px;
}

.pay
{
    padding: 25px 0;
    margin-bottom: 40px;
    display: block;
}

.pay a
{
    display: flex;
    width: 100%;
    height: 100px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 5px;
}

body .container
{
    width: 100%;

}

.hinhpa img
{
    width: 61%;
    height: 51px;
}

.header-info .text1
{
    padding-left: 63px;
}

.header-info .text1 p
{
    color: #0672ff;
}

.bodytext img
{
    width: 100%;
}

#event-cat
{
    padding: 0;
    margin: 0;
    border-bottom: 20px solid #0098fe;
    display: flex;
}

#event-cat li
{
    color: #333;
    font-size: 16px;
    line-height: 36px;
    padding: 0 20px;
    position: relative;
    display: block;
    width: 100%;

    background-color: #fff;
    text-transform: uppercase;
}

.topic a
{
    color: #141ae7;
    font-size: 15px;
    font-family: serif;
    font-weight: 700;
    margin: 0 -12px;
}

.xh
{
    position: absolute;
    margin-top: 7px;
    margin-left: 10px;
}

.cd33
{
    background-image: url(../images/nen1.jpg);
}

.content_slow
{
    background: #fff;
}

.screen
{
    background: linear-gradient(90deg, #1eb1e7, #1198ca);
    position: relative;
    width: 360px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}

.screen__content
{
    z-index: 1;
    position: relative;
    height: 100%;
}

.login-form
{

    width: 100%;
    padding: 70px 12px 30px;
}

.btn-primary11
{
    background: #fff;
    font-size: 14px;
    margin-top: 37px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #1eb1e7;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #4C489D;
    box-shadow: 0px 2px 2px #1eb1e7;
    cursor: pointer;
    transition: .2s;
}

.regis-login a
{
    color: #f2f5f7;
    text-decoration: unset;
    font-size: 18px;
}

.regis-login
{
    text-align: center;
    color: #09455b;
    margin-top: -30px;
}

.login-logo
{
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0px;
    height: 163px;
    width: 179px;
    border-radius: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
}

.login-logo img
{
    width: 77%;
    height: auto;
    object-fit: cover;
    margin-left: 15px;
}

input.required form-control
{
    padding: 0 10px;
}

.section-gioithieu
{
    background: #fff;
}

.section-gioithieu h4
{
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'SFU Futura Heavy', sans-serif;
    font-size: 30px;
    color: #003678;
    background-image: linear-gradient(180deg, #003678, #1cccf6 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3
}

.hinh img
{
    width: 20%;
}

.hinh
{
    text-align: center;
    padding: 3px;
    margin-top: -30px;
}

.section-gioithieu p
{
    font-weight: 300;
    color: #000000;
    line-height: 1.3;
    text-align: justify;
    font-size: 20px;
    font-family: serif;
    padding: 10px 10px;
}

.hinh3 img
{
    width: 100%;
    height: 300px;
    padding: 10px;
    margin-top: 45px
}

.hinh2 img
{
    width: 100%;
    height: 400px;

}

.section-giatri
{
    margin-top: 30px;
    background: #fff;
}

.image img
{
    width: 40%;
}

.image
{
    text-align: center;
}

.chitiet
{
    text-align: center;

    font-size: 18px;
    font-family: serif;
    padding: 10px;
    margin-top: -20px;
    color: #1a1bda;
    font-weight: 700;
}

.dest p
{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    font-size: 18px;
    font-family: serif;
    color: #333;

}

.ansinh
{
    background-image: url(../images/bg-about-item.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 25px;
}

.maybay img
{
    width: 100%;
}

.section_collection_4 .banner_content:before
{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.section_collection_4 .banner_content .col_content
{
    width: 100%;
    padding-bottom: 100%;
}

.section_collection_4 .banner_content:nth-child(1)
{
    background-color: #59cca6;
    background-image: url(../images/tpob.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.section_collection_4 .banner_content:nth-child(2)
{
    background-color: #91ad41;
    background-image: url(../images/thucuong1.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.section_collection_4 .banner_content:nth-child(3)
{
    background-color: #e3b375;
    background-image: url(../images/saugao.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.section_collection_4 .banner_content:nth-child(4)
{
    background-color: #ef7f94;
    background-image: url(../images/tp2.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}

.section_collection_4 .banner_content:hover:before
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.section_collection_4 .banner_content .content_
{
    color: #fff;
    position: absolute;
    top: 56%;
    left: 10px;
    width: 60%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section_collection_4
{
    width: 100%;
    padding: 10px 16px;
}

.section_collection_4 .banner_content .content_ h3
{
    font-size: 24px;
    margin: 0;
    line-height: normal;
    padding-bottom: 10px;
}

.section_collection_4 .banner_content .content_ h3 a
{
    color: #fff;
}

.section_collection_4 .banner_content .content_ h3 a:hover
{
    color: #91ad41;
}

.section_collection_4 .banner_content .content_ span
{
    display: block;
    float: left;
    margin-bottom: 30px;
}

.section_collection_4 .banner_content .content_ .btn_xem
{
    border-radius: 32px;
    height: 45px;
    line-height: 32px;
    margin-bottom: 10px;
    background: #340fc2;
}

.section-ansinh
{
    background: url(../images/section-vietfood.jpg);
}

.section-ansinh img
{
    width: 30%;
}

.kenz_group168_footer
{
    width: 100%;
    margin: auto;
    position: relative;
    font-family: 'Roboto', sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-image: url(../images/0.png);
    background-repeat: no-repeat;

}

.border-grid-box
{
    padding: 1px 14px;
}

.kenz_group168_footer .footer_content
{
    padding: 92px;
    position: relative;
    color: #fff;

}

.diendai p
{
    font-size: 15px;
}

.title__footer
{
    background-image: url(../images/iconweb.png);
}

.logocuoi
{
    margin-top: 8px;
    width: 333px;
    text-align: justify;
    margin-left: -127px;
}

.logocuoi img
{
    width: 145px;
}

.kenz_group168_footer .top_footer .footer-item
{
    -webkit-flex-basis: calc(100% / 4);
    flex-basis: calc(100% / 4);
    color: #c6c6c6;
    max-width: 240px;
}

.kenz_group168_footer .footer_content .title__footer h5
{
    color: #fff;
    font-size: 18px;
    position: relative;
    padding: 15px 0 15px 0;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.guimail img
{
    width: 35px;
    margin-left: 194px;
    margin-top: -44px;
}

strong
{

    height: 32px;
    width: 190px
}

.guimail
{
    float: right;
    margin-right: -103px;
    width: 230px;
    font-size: 11px;
    margin-top: -11px;


}

.dienmail
{
    border: solid 1px;
}

.text1
{
    font-size: 17px;
    padding: 15px 15px;
}

.kenz_group168_footer .footer_content .title__footer h5:before
{
    content: '';
    width: 114px;
    height: 7px;
    background: url(../images/iconweb.png);
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.kenz_group168_footer .footer_content .menu_footer ul li span
{
    color: #fff;
    font-weight: 700;
}

.menu_footer img
{
    width: 40px;
}

.kenz_group168_footer .footer_content .menu_footer ul li
{
    padding: 5px 0;
    font-weight: 300;
    margin-left: -40px;
    color: #fff;
}

.kenz_group168_footer .bottom_footer
{
    font-size: 12px;
    font-weight: 300;
    margin: 30px auto;
}

.kenz_group168_footer .bottom_footer .logo-footer
{
    width: 63px;
    height: 53px;
    border-right: 1px solid #ffffff;
    text-align: center;
}

.kenz_group168_footer .bottom_footer .logo-footer img
{
    max-width: 55px;
    margin: 8px auto auto auto;
}

.kenz_group168_footer .bottom_footer .information-footer
{
    padding: 0 20px;
}

.kenz_group168_footer .bottom_footer .right
{
    flex-basis: calc(25% - 45px);
    -webkit-flex-basis: calc(25% - 45px);
}

.kenz_group168_footer .footer_content .mxh
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.kenz_group168_footer .list-socials-network
{
    width: 100%;
    display: inline-block;
    height: 33px;
    border-radius: 10px;
    display: flex;
    display: -o-flex;
    display: -moz-flex;
    display: -webkit-flex;
    margin: 10px 0;
    align-items: center;
    -webkit-align-items: center;
}

.kenz_group168_footer .list-socials-network a
{
    display: block;
    color: #c6c6c6;
    font-size: 16px;
    padding: 0 0 0 0;
    font-weight: 300;
    position: relative;
    margin: 0 10px 0 0;
}

.kenz_group168_footer .footer_content .menu_footer ul li a
{
    font-size: 15px;
    color: #c6c6c6;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: block;
    color: #fff;
}

.kenz_group168_footer .footer_content .menu_footer ul li a:hover
{
    font-size: 15px;
    color: #c6c6c6;
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    display: block;
    color: #cb1818;
}

.kenz_group168_footer .top_footer .footer-item
{
    -webkit-flex-basis: calc(100% / 4);
    flex-basis: calc(100% / 4);
    color: #c6c6c6;
    max-width: 240px;
    margin-right: -107px;
    font-size: 15px;
    margin-top: 60px;
}

.chantrang img
{
    width: 14%;
    margin-left: 99px;
}

.network
{
    width: 438px;
    margin-left: 91px;
    margin-top: 10px;

}

.network img
{
    width: 33px;
    margin-left: 9px;
}

.kenz_group168_footer .list-socials-network a img
{
    width: 100%;
}

.mxh img
{
    width: 100%;
}

.chitietvf a
{
    font-size: 20px;
    font-family: serif;
    border-radius: 50px;
    background: #4b09ec;
    padding: 11px 10px;
    color: #fff;
}

.chitietvf
{
    text-align: center;
    padding: 50px;
}

.logined-box
{
    height: 25px;
    cursor: pointer;
    display: table-cell;
    width: 198px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.userBlock a
{
    color: #fff;
}

.userBlock
{
    display: none;
    margin-top: 10px;
    z-index: 10;
    border: 0;
    background: #fff;
    border-radius: 4px;
    color: #000;
    padding: 4px;

    top: 100%;
    right: 0;
    line-height: normal;
    box-shadow: 0 1px 8px 1px rgb(0 0 0 / 25%);
    text-align: left;
    white-space: nowrap;
}

.list-group
{
    margin-top: 17px;
    padding-left: 0;
}

.body_block_user .list-group a
{
    margin-bottom: 10px;
    display: block;
}

.body_block_user .list-group a i
{
    color: #0300e1;
    font-size: 20px;
    padding-right: 5px;
}

.body_block_user .list-group span
{
    float: right;
}

.topic a
{
    color: #141ae7;
    font-size: 15px;
    font-family: serif;
    font-weight: 700;
    margin: 0 -12px;
}

.xh
{
    position: absolute;
    margin-top: 7px;
    margin-left: 10px;
}

.cd33
{
    background-image: url(../images/dk.jpg);
    background-size: cover;
    background-position: revert;
}

.content_slow
{
    background: #fff;
}

.screen
{
    background: linear-gradient(90deg, #1eb1e7, #1198ca);
    position: relative;
    width: 360px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}

.screen__content
{
    z-index: 1;
    position: relative;
    height: 100%;
}

.login-form
{

    width: 100%;
    padding: 70px 12px 30px;
}

.btn-primary11
{
    background: #fff;
    font-size: 14px;
    margin-top: 37px;
    padding: 16px 20px;
    border-radius: 26px;
    border: 1px solid #1eb1e7;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #4C489D;
    box-shadow: 0px 2px 2px #1eb1e7;
    cursor: pointer;
    transition: .2s;
}

.regis-login a
{
    color: #f2f5f7;
    text-decoration: unset;
    font-size: 18px;
}

.regis-login
{
    text-align: center;
    color: #09455b;
    margin-top: 5px;
}

.login-logo
{
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0px;
    height: 163px;
    width: 179px;
    border-radius: 100%;
    margin: 0 auto 30px;
    overflow: hidden;
}

.login-logo img
{
    max-width: 95%;
    height: auto;
    object-fit: cover;
}

input.required form-control
{
    padding: 0 10px;
}

.screen
{
    background: linear-gradient(90deg, #1eb1e7, #1198ca);
    position: relative;
    width: 360px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}

.screen__content
{
    z-index: 1;
    position: relative;
    height: 100%;
}

.login-form
{
    width: 100%;
}

.box_listsp
{
    position: relative;
}

.box_infolist
{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    flex-wrap: wrap;
}

.content_list
{
    width: 45%;
    padding: 5rem 6rem;
}

.tit_list
{
    margin-bottom: 2rem;
}

.tit_list p
{
    font-family: 'BaiJamjuree-SemiBold';
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
}

.tit_list h2
{
    font-family: 'BaiJamjuree-Bold';
    font-size: 35px;
    line-height: 85px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
}

.desc_list
{
    font-size: 17px;
    text-align: justify;
    font-family: 'Roboto';
    text-align: justify;
    padding: 2px;
    color: #fff;
    margin-bottom: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    width: 107%;
    line-height: 24px;
}

.read_list
{}

.read_list a
{
    color: #fff;
    font-family: 'BaiJamjuree-SemiBold';
    font-size: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.read_list span
{
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    display: flex;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.6s;
    justify-content: center;
    align-items: center;
}

.read_list span i
{
    font-size: 30px;
}

.read_list:hover span
{
    width: 100px;
    height: 100px;
    border: 1px solid var(--color-y);
}

.read_list:hover a
{
    color: #c4cf1a;
}

.box_havecat
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}

.content_cat
{
    width: 55%;
    padding: 3rem 5rem 3rem 2rem;
}

.item_catsp
{
    width: 90%;
    margin: 0px auto;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.img_catsp
{
    position: relative;
    z-index: 1;
}

.img_catsp:before
{
    content: '';
    width: 100%;
    height: 100%;
    background: #0000003d;
    position: absolute;
    top: 100%;
    right: 100%;
    z-index: 1;
    transition: all 0.5s;
}

.item_catsp:hover .img_catsp:before
{
    top: 0;
    right: 0;
}

.info_catsp
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    z-index: 9;
}

.tit_catsp
{
    margin-bottom: 2rem;
}

.tit_catsp p
{
    font-family: 'BaiJamjuree-SemiBold';
    color: #fff;
    font-size: 22px;
    text-transform: capitalize;
}

.tit_catsp h3
{
    font-family: 'BaiJamjuree-Bold';
    color: #fff;
    font-size: 30px;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.read_catsp
{}

.read_catsp a
{
    color: #fff;
    font-family: 'BaiJamjuree-SemiBold';
    font-size: 17px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.read_catsp span
{
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.6s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.read_catsp span i
{
    font-size: 25px;
}

.read_catsp:hover span
{
    width: 70px;
    height: 70px;
    border: 1px solid color:c4cf1a;
    border-radius: 50%;
}

.read_catsp:hover a
{
    color: #cbb539;
}

.cont_catsp .slick-slide:nth-child(2n)
{
    margin-top: 3rem;
}

.img_catsp img
{
    width: 100%;
}

.item_gp
{}

.item_gp:nth-child(2n) .pic_gp
{
    order: 1;
}

.pic_gp
{
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 30%;
    max-width: 400px;
    cursor: pointer;
}

.pic_gp img
{
    max-width: 100%;
    margin: 0 auto;
    border-radius: 50%;
}

.pic_gp .second-image
{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.pic_gp .first-image,
.pic_gp .second-image
{
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.pic_gp:hover .first-image
{
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
}

.pic_gp:hover .second-image
{
    left: 0;
    opacity: 1;
    -ms-transform: scale(1, 0);
    /* -webkit-transform: scale(1, 0); */
    /* transform: scale(1, 0); */
}

.box_solution
{
    padding: 4rem 0 2rem;
}

.item_gp
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.info_gp
{
    width: 66%;
}

.name_gp
{
    font-family: 'BaiJamjuree-Bold';
    color: #fff;
    font-size: 42px;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.desc_gp
{
    font-size: 20px;
    text-align: justify;
    padding: 2px;
    color: #fff;
    font-family: 'BaiJamjuree-ExtraLight';
    margin-bottom: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    width: 100%;
    line-height: 24px;
}

.read_catsp
{
    width: 135px;
}

.read_gp a
{
    position: relative;
    padding-left: 12%;
    display: block;
    color: #fff;
    transition: all 0.4s;
}

.read_gp a:before
{
    content: '';
    width: 10%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    transition: all 0.5s;
}

.read_gp span
{
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    display: flex;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
    transition: all 0.6s;
    justify-content: center;
    align-items: center;
}

.read_gp span i
{
    font-size: 30px;
}

.read_gp a:hover
{
    padding-left: 20%;
}

.read_gp a:hover:before
{
    width: 18%;
    background: color:#cbb539);
}

.read_gp:hover span
{
    border: 1px solid color:#cbb539;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-slide
{
    outline: none !important;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.tit-desk
{
    padding-bottom: 2.5rem;
    margin-bottom: 2rem;
    width: 100%;
    background: url(../images/tit1.png) no-repeat center bottom;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 2.5rem;
    padding: 35px;

}

.tit-desk span
{
    font-family: 'BaiJamjuree-Bold';
    color: #fff;

    font-size: 52px;
    text-transform: uppercase;
}

.tit_store
{
    text-align: center;
    margin-bottom: 2rem;
    font-family: 'BaiJamjuree-Bold';
    font-size: 85px;
    text-transform: capitalize;
    color: #fff;

}

.section-news h2
{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;

    padding-left: 10px;
}

.section-news a
{
    color: #0672ff;
    font-size: 15px;
    font-weight: 400;
    font-family: serif;
    text-align: justify;
    padding: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;

    line-height: 24px
}

.news_slider_top .slide-post-img,
.news_slider_bottom .slide-post-img
{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.news_slider_top .slide-post-img img,
.news_slider_bottom .slide-post-img img
{
    width: 100%;
}

.news_slider_top .slide-post-img img
{
    height: 430px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news_slider_top .slide-post-detail
{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: #0000005c;
    color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.news_slider_top .slide-post-detail a
{
    color: #fff;
}

.news_slider_top .slide-post-detail h3
{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.news_slider_top .slide-post-img
{
    margin-bottom: 20px;
}

.news_slider_bottom .slick-prev,
.news_slider_bottom .slick-next
{
    width: 28px;
    height: 28px;
    top: 38%;
    z-index: 9999;
}

.news_slider_bottom .slick-prev:before,
.news_slider_bottom .slick-next:before
{
    font-size: 28px;
}

.slick-next:before
{
    opacity: 1;
    background-image: url(../images/slick-right.png);
    color: transparent;
    display: block;
    background-size: contain;
}

.slick-prev:before
{
    opacity: 1;
    background-image: url(../images/slick-left.png);
    color: transparent;
    display: block;
    background-size: contain;
}

.news_slider_bottom
{
    margin: 0 -8px;
}

.news_slider_bottom .post-item
{
    padding: 0 8px;
}

.slide-post-img
{
    margin-bottom: 10px;
}

.news_slider_bottom h4
{
    font-size: 15px;
    font-weight: 400;
    font-family: serif;
    text-align: justify;
    padding: 2px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    width: 100%;
    line-height: 24px;
}

.news-groups-type0 ul
{
    margin: 0;
    padding: 0;
}

.news-groups-type0 ul li
{
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

.news-groups-type0 ul li:last-child
{
    margin-bottom: 0;
}

.news-groups-type0 img
{
    width: 140px;
    height: 100px;
    border-radius: 8px;
    margin-right: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-groups-type0 h3
{
    font-weight: 500;
}

.news-groups-type0 .cat
{
    display: inline-block;
    color: #17a1ff;
    border: 1px solid #17a1ff;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-style: italic;
    margin: 4px 0;
}

.news-groups-type0 p
{
    font-size: 13px;
    font-style: italic;
    color: #888;
}

.slide-post-img img
{
    width: 100%;
    height: 250px;
}

.header-logo img
{
    display: block;
    height: 80px;
    width: auto;
    margin: 0 auto;
}

.tuvan
{
    margin-left: 34px;
    display: block;
}

.tuvan img
{
    width: 83%;
}

.tuvan168
{
    margin-top: -55px;
    margin-left: 72px;
    font-size: 18px;
    color: #fff;
    padding: 0px 0px;
}

.iconname
{
    float: right;
    margin-right: -57px;
    margin-top: 61px;
}

#header .logo img
{
    width: 67%;
}


.header-left img
{
    width: 20%;
    float: left;
    margin-bottom: -69px;
    margin-left: 124px;
}

.logined
{
    float: right;
}

.logined img
{
    width: 56%;
}

.header-login168 img
{
    width: 20%;
    float: right;
    margin-top: -19px;
    margin-right: -36px;
}

.list-group
{
    margin-top: 17px;
    padding-left: 0;
}

.body_block_user .list-group a
{
    margin-bottom: 10px;
    display: block;
    border: 1px solid#0c0db1;
    padding: 5px;
    font-size: 14px;
}

.xemthem
{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.xemthem a
{
    background: #254aff;
    padding: 10px 17px;
    border-radius: 53px;
    color: #fff;
}

.section-vietfood
{
    background: url(../images/.bg.jpg)
}

.section-vietfood h2
{
    background: #cd2323;
    padding: 10px;
    color: #fff;
    width: 100px;
}

.section-vietfood h4
{
    color: #333;
    font-size: 20px;
    margin-left: 16px;
}

.section-vietfood h3
{
    font-weight: 700;
    font-size: 18px;
    font-family: serif;
    color: #e72b2b;
}

.section-vietfood p
{
    font-size: 18px;
    font-family: serif;
    text-align: justify;
}

.section-sanpham img
{
    width: 100%;
}

.section-sanpham h2
{
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'SFU Futura Heavy', sans-serif;
    font-size: 30px;
    color: #003678;
    background-image: linear-gradient(180deg, #003678, #1cccf6 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;

}

.section-sanpham p
{
    font-size: 23px;
    font-family: serif;
    color: #2010d3;
}

.imagesp
{
    background: url(../images/bg.jpg);
    background-size: 100% 100%;
    position: relative;
}

.imagesp .num-join
{
    display: block;
    position: sticky;
    top: 5px;
    right: 5px;
    background-color: red;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.section-the img
{
    width: 100%;
}

.section-the h2
{
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'SFU Futura Heavy', sans-serif;
    font-size: 30px;
    color: #003678;
    background-image: linear-gradient(180deg, #003678, #1cccf6 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;

}

.section-the p
{
    font-size: 23px;
    font-family: serif;
    color: #2010d3;
}

.conent p
{
    font-size: 20px;
    font-family: serif;
    color: #333;
    text-align: justify;
}

.sh
{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

.sh a
{
    background: #254aff;
    padding: 10px 17px;
    border-radius: 53px;
    color: #fff;
}

.section-giaithuong h2
{
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'SFU Futura Heavy', sans-serif;
    font-size: 30px;
    color: #003678;
    background-image: linear-gradient(180deg, #003678, #1cccf6 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;

}

.paymented
{
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.agency-payment .item-bank
{
    width: 100%;
    float: left;
    border: 1px solid #003678;
    margin-bottom: 15px;
    padding: 10px 5px;
}

.agency-payment .item-bank .thumbnail
{
    float: left;
    margin-right: 10px;
}

.agency-payment .item-bank .info-bank
{
    float: left;
}

.section-taixuong h2
{
    text-align: center;
    font-size: 35px;
    font-family: serif;
    padding: 10px;
    font-weight: 700;
    color: #4d11c3;
    text-transform: uppercase;

}

.section-taixuong img
{
    width: 50%;
}

.section-nentang img
{
    width: 100%;
    margin-left: 0px;
}

.section-nentang
{
    margin-bottom: 20px;
    background: rgba(92 133 231 / 93%);

}

.section-nentang h2
{

    color: rgba(92 133 231 / 93%);
    font-family: serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.km1
{
    background: #fff;
    margin-top: 70px;
    padding: 61px;
    margin-left: -30px;
    border: 4px solid rgba(69 63 232);
}

.section-nentang P
{
    PADDING: 20PX;
    TEXT-ALIGN: center;
    font-size: 20px;
    color: #333;
    FONT-FAMILY: serif;
}

.section-khacbiet h2
{
    text-align: center;
    color: #fff;
    font-family: serif;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;

}

.section-khacbiet p
{
    text-align: center;
    font-size: 16px;
    font-family: serif;
    padding: 30px;
    font-weight: 700;
    margin-top: 15px;
    color: #fff;
}

.section-khacbiet
{
    background: linear-gradient(180deg, rgb(167 186 246) 0%, rgb(64 122 239) 99%);
    padding: 0 150px;
}

.section-khacbiet .icon
{
    border-radius: 26px;
    border-color: #f2ebeb;
    border-style: solid;
    transform: translateZ(0);
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.55));
    background: linear-gradient(180deg, rgb(173 187 255) 0%, rgb(105 101 223) 100%);
    margin-left: 0px;
    position: relative;
    margin-top: 50px;
    margin-bottom: 15px;
}

.section-khacbiet .icon::before
{
    content: ' ';
    width: 70px;
    height: 70px;
    background-image: url('../images/tick.png');
    background-size: 70px 70px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: -35px;
}

.hinh1 img
{
    width: 100%;
}

.hinh1
{
    text-align: center;
}

.section-dk
{
    background: left top/ cover no-repeat content-box border-box url(/uploads/about/xanh.jpg);
}

.section-dk p
{
    font-size: 34px;
    text-align: center;
    font-family: serif;
    padding: 45px;
    text-transform: uppercase;
}

.anh2 img
{
    width: 100%;
    border-radius: 50%;
}

.chung
{
    border-color: #f2ebeb;
    border-radius: 30px;
    border-style: solid;
    transform: translateZ(0);
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.55));
    background: linear-gradient(180deg, rgb(173 187 255) 0%, rgb(105 101 223) 100%);
    margin-left: 0px;

}

.dest
{
    color: rgb(7 255 24);
    font-family: serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding: 10px 35px;
}

.chitiet
{
    color: rgba(255, 255, 255, 1.000);
    font-family: serif;
    font-size: 15px;
    font-style: inherit;
    font-weight: bold;
    text-align: left;
    padding: 10px 4px;
}

.anh2
{
    height: 200px;

}

.anh1 img
{
    width: 100%;
}

.section-lienhe
{

    text-align: center;
    padding: 25px;
}

.section-lienhe a.lien-he
{
    width: 361px;
    height: 75px;
    z-index: 10;
    bottom: 10px;
    left: calc((100% - 361px)/2);
    background: linear-gradient(180deg, rgb(173 187 255) 0%, rgb(105 101 223) 100%);
    border-color: #E5E7EB;
    border-radius: 230px;
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.8));
    font-size: 30px;
    font-weight: bold;
    padding: 12px;
    position: fixed;
}

.section-combo
{

    text-align: center;
    padding: 25px;
}

.section-combo a.lien-he
{
    width: 361px;
    height: 75px;
    z-index: 10;
    bottom: 10px;
    left: calc((100% - 361px)/2);
    background: linear-gradient(180deg, rgb(173 187 255) 0%, rgb(105 101 223) 100%);
    border-color: #E5E7EB;
    border-radius: 230px;
    border-style: solid;
    color: rgba(255, 255, 255, 1);
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.8));
    font-size: 30px;
    font-weight: bold;
    padding: 12px;

}

.icon h3
{
    text-align: center;
    border-color: #E5E7EB;
    border-style: solid;
    background: linear-gradient(180deg, rgba(247, 187, 151, 1) 0%, rgb(221, 94, 137) 100%);
}

.hinh1
{
    margin-bottom: 20px;
}

.section-dk h2
{
    text-align: center;
    color: rgba(92 133 231 / 93%);
    font-family: serif;
    font-size: 36px;
    font-weight: bold;
    padding: 20px;
}

.section-dk h3
{
    text-align: center;
    color: rgba(92 133 231 / 93%);
    font-family: serif;
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
}

.section-dk h4
{
    text-align: center;
    color: rgba(92 133 231 / 93%);
    font-family: serif;
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
}

.section-dk h6
{
    text-align: center;
    color: rgba(92 133 231 / 93%);
    font-family: serif;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
}


.section-taixuong
{
    margin-bottom: 20px;
}

.section-taikhoan
{
    background: url(../images/dk.jpg);
}

.nguoidung p
{

    font-size: 18px;
    font-family: serif;
    color: #f11818;
    font-weight: 600;
    padding: 5px;
}

.anh3 img
{
    width: 60%;
}

.section-giaithuong h2
{

    color: rgba(92 133 231 / 93%);
    font-family: serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

h4.text-center
{
    color: #fff;
    font-size: 19px;
    font-family: serif;
}

.section-dangkytaikhoan img
{
    width: 100%;
    display: block;
}

.form-tk
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
    font-size: 20px;
    font-weight: bold;
    width: 28%;
}

.section-dangkytaikhoan
{
    position: relative;
    text-align: center;
    margin-bottom: -26px;
}

.tkvf h2
{
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
}

.welcome-text
{
    position: absolute;
    right: 33px;
    top: 50%;
    transform: translateY(-51%);
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    font-weight: bold;
    z-index: 10;
    width: 36%;
}

.image-container
{
    position: relative;
    overflow: hidden;
}

.image-container img
{
    transition: transform 0.5s ease;
    display: block;
    width: 100%;
    height: auto;
}

.image-container:hover img
{
    transform: scale(1.1);
}

.titel-pad h2
{
    text-align: center;
    padding: 15px;
    font-size: 18px;
    font-family: serif;
    font-weight: 600;
    color: #0672ff;
}

.layout-contact .contact h4
{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.layout-contact .contact h4:before
{
    background: #f45c43;
    content: '';
    right: 0;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 3px;
    display: block;
    z-index: 1;
    width: 40%;
}

.layout-contact .contact .info-contact .description
{
    margin-top: 10px;
}

.layout-contact .contact .info-contact .group-address
{
    margin-top: 10px;
    margin-bottom: 30px;
}

.layout-contact .contact .info-contact .group-address .title
{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.layout-contact .contact .info-contact .group-address ul
{
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.layout-contact .contact .info-contact .group-address ul li
{
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    width: 100%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
}

@media (max-width:767px)
{
    .layout-contact .contact .info-contact .group-address ul li
    {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.layout-contact .contact .info-contact .group-address ul li .icon
{
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f45c43;
    border-radius: 50%;
    margin-right: 10px;
}

.layout-contact .contact .info-contact .group-address ul li .icon svg path
{
    fill: #f45c43;
}

.layout-contact .contact .info-contact .group-address ul li b
{
    display: block;
}

.layout-contact .contact .info-contact .group-address ul li a
{
    color: #000;
}

.layout-contact .contact .info-contact .group-address ul li a:hover
{
    color: #f45c43;
}

.layout-contact .contact .info-contact .group-address .see-store
{
    color: #fff;
    background-color: #f45c43;
    line-height: 38px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
}

.layout-contact .contact .info-contact .group-address .see-store:hover
{
    background-color: #35c6df;
}

.layout-contact .form-contact
{
    margin-top: 15px;
}

@media (max-width:991px)
{
    .layout-contact .form-contact
    {
        margin-bottom: 20px;
    }
}

.layout-contact .form-contact .content-form
{
    display: block;
    margin-bottom: 15px;
}

.layout-contact .form-contact h4
{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.layout-contact .form-contact h4:before
{
    background: #f45c43;
    content: '';
    right: 0;
    left: 0;
    position: absolute;
    bottom: -5px;
    height: 3px;
    display: block;
    z-index: 1;
    width: 40%;
}

svg
{
    width: 20px;
    height: 20px;
}

.layout-contact .form-contact .group_contact input,
.layout-contact .form-contact .group_contact textarea
{
    border: 1px solid #2f1cd5;
    margin-bottom: 12px;
    padding: 20px;
}

.map
{
    margin-top: 10px;
}

.map p
{
    font-size: 20px;
    font-family: serif;
    font-weight: 400;

}

.company-map
{
    width: 100%;

}

.ss_product168v2_product img
{
    width: 100%;
    margin-bottom: 20px;
}

.card-container
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px;
}

.echbay-sms-messenger div
{
    margin: 14px 0;
    background: #0084FF center no-repeat;
    background-size: 70%;
    border-radius: 50%;
    box-shadow: 0 3px 10px #888;
}

.echbay-sms-messenger
{
    width: 45px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.echbay-sms-messenger div.phonering-alo-alo
{
    background-color: #0084ff;
}

.echbay-sms-messenger div.phonering-alo-sms
{
    background-color: #ff6600;
}

.echbay-sms-messenger a
{
    display: block;
    line-height: 45px;
    text-indent: -9999px;
}

.echbay-sms-messenger div.phonering-alo-alo
{
    background-image: url(../images/call.png);

}

.echbay-sms-messenger div.phonering-alo-sms
{
    background-image: url(../images/mail.png);
    background-color: #ff6600;
    background-size: 60%;
}

.echbay-sms-messenger div.phonering-alo-zalo
{
    background-image: url(../images/zalo.png);
}

.echbay-sms-messenger div.phonering-alo-messenger
{
    background-image: url(../images/youtube-01.png);
}

.card-container
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card
{
    flex: 0 0 100%;
    text-align: center;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    margin: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 576px)
{
    .card
    {
        flex: 0 0 48%;
    }
}

@media only screen and (min-width: 768px)
{
    .card
    {
        flex: 0 0 44%;
    }
}

@media only screen and (min-width: 992px)
{
    .card
    {
        flex: 0 0 48%;
    }
}

@media only screen and (min-width: 1200px)
{
    .card
    {
        flex: 0 0 23%;
    }
}

.card img
{
    width: 100%;
    max-width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-body
{
    padding: 15px;
}

.card-title
{
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-text
{
    color: #495057;
    font-size: 16px;
    text-align: justify;
}

.btn-register1
{
    border-radius: 20px;
    background-color: #28a745;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.btn-register1 a
{
    border-radius: 20px;
    background-color: #28a745;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.brand-title
{
    text-align: center;
    color: rgba(92 133 231 / 93%);
    font-family: serif;
    font-size: 36px;
    font-weight: bold;
    padding: 20px;
}

.btn-register1:hover
{
    background-color: #218838;
}
.customer-note {
    padding: 10px;
    border: 1px solid #245682;
    min-height: 50px;
    border-radius: 7px;
}
.giohang img{
	width:20%;
}
.login-box {
    width: 334px;
	margin-top:-1px;
	margin-left:-17px;
}
#nv-block-login1 img{
width:20%;
}
.section_slider {
    padding-top: 30px;
	margin-bottom: -31px;
}
.dn{
width:200px;
}
.section-sp h2 {
      font-size: 20px;
    color: #2c2cd3;
    margin-top: 53px;
    }

    .category-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr); /* 4 cột */
      gap: 24px 10px;
      justify-items: center;
      align-items: center;
    }

    .category-item {
      text-align: center;
      text-decoration: none;
      color: #333;
    }

    .category-item img {
      width: 64px;
      height: 64px;
      padding: 12px;
      border-radius: 50%;
      background-color: #ffffff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .category-label {
      margin-top: 8px;
      font-size: 13px;
      line-height: 1.3;
    }

    .empty-cell {
      visibility: hidden;
    }
	.crmbtn-back {
    display: inline-block;
    background: #f1f1f7;
    color:#1711c3;
    padding: 7px 22px 7px 38px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    margin-bottom: 18px;
    position: relative;
    text-decoration: none;
    box-shadow: 0 1px 5px rgba(190, 90, 60, .04);
    transition: background 0.18s, color 0.18s;
}
.deposit-history-container {
  width:100%;
  margin: 30px auto 0 auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(56,90,100,0.10), 0 1.5px 5px rgba(30,30,60,0.06);
  padding: 34px 26px 32px 26px;
  font-family: 'Segoe UI', Arial, sans-serif;
}

.deposit-title {
  color: #2a4e91;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 28px;
  letter-spacing: 1px;
  text-align:center;

}

.deposit-filter-form {
  margin-bottom: 16px;
}
.deposit-filter-row {
  
}
.deposit-filter-form label {
  font-weight: 600;
  color: #2a4e91;
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
}
.deposit-filter-form select,
.deposit-filter-form input[type="date"] {
  border: 1.5px solid #d6e3f3;
  border-radius: 7px;
  padding: 8px 10px;
  font-size: 18px;
  outline: none;
  background:#007bff;
  color: #fff;
}
.deposit-filter-form select:focus,
.deposit-filter-form input[type="date"]:focus {
  border: 1.5px solid #2a4e91;
}
.deposit-back-btn {
  display: inline-block;
  background: linear-gradient(90deg, #e4e7ed 70%, #c1e7fa 100%);
  color: #1976d2;
  border: none;
  font-weight: 600;
  font-size:18px;
  border-radius: 7px;
  padding: 9px 20px 9px 15px;
  box-shadow: 0 2px 7px rgba(39,110,255,0.08);
  margin-bottom: 17px;
  margin-right: 10px;
  text-decoration: none !important;
  transition: background 0.15s, color 0.18s, box-shadow 0.14s;
}
.deposit-back-btn:hover {
  background: linear-gradient(90deg, #d3dee7 70%, #83d1fd 100%);
  color: #0d3d72;
  box-shadow: 0 5px 16px rgba(24, 107, 215, 0.18);
  text-decoration: none !important;
}
.deposit-title {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.deposit-filter-form button {
  background: linear-gradient(90deg, #1e90ff 60%, #2dcdd4 100%);
  color: #fff;
  border: none;
  font-weight: 700;
  border-radius: 7px;
  font-size: 18px;
  padding: 10px 28px;
  box-shadow: 0 2px 6px rgba(44, 140, 255, 0.11);
  cursor: pointer;
  margin-left: 12px;
  transition: background 0.2s, transform 0.18s;
  margin-top: 30px;
}
.deposit-filter-form button:hover {
  background: linear-gradient(90deg, #1068c7 60%, #26b1bd 100%);
  transform: translateY(-2px) scale(1.04);
}

.deposit-summary {
  margin: 18px 0 15px 0;
  font-size:18px;

}
.deposit-summary .money-label {
  font-weight: 600;
  margin-right: 4px;
}
.text-green {
  color: #14b64a !important;
}
.text-yellow {
  color: #e9b012 !important;
}

.deposit-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  background: #f6fbff;
  border-radius: 13px;
  box-shadow: 0 1px 4px rgba(45,76,104,0.06);
  padding: 12px;
}

.deposit-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 18px;
}
.deposit-table thead tr {
  background: linear-gradient(90deg, #1877f2 70%, #37b5f2 100%);
}
.deposit-table th {
  color: #fff;
  font-weight: 700;
  padding: 13px 12px;
  text-align: left;
  border:1px solid;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.deposit-table th:last-child {
  border-top-right-radius: 8px;
}
.deposit-table th:first-child {
  border-top-left-radius: 8px;
}
.deposit-table tbody tr {
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 1.5px 3px rgba(44,140,255,0.03);
  transition: box-shadow 0.14s;
}
.deposit-table tbody tr:hover {
  box-shadow: 0 3.5px 14px rgba(44,140,255,0.10);
  background: #f0f6fc;
}
.deposit-table td {
  padding: 12px 11px;
  font-weight: 500;
  color: #2a3b53;
  border-bottom: 1px solid #e3eaf3;
}
.luckywheel-section {
    max-width: 460px;
    margin: 40px auto 0 auto;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 6px 40px #2575fc22;
    padding: 28px 18px 34px 18px;
    text-align: center;
    border: 1.5px solid #f3f5fa;
}
.luckywheel-title {
    font-size: 2.1rem;
    font-weight: bold;
    color: #2575fc;
    margin-bottom: 18px;
    letter-spacing: 1px;
    text-shadow: 0 1px 0 #f3f5fa;
}
#wheel-box {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
#wheel {
    width: 100%;
   
    background:blue;
    border-radius: 50%;
    box-shadow: 0 2px 20px #2575fc33;
    margin-bottom: 12px;
    transition: box-shadow .3s;
}
#pointer {
    position: absolute;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    z-index: 10;
	height:70px;
}
#spin-btn {
    margin: 16px auto 0 auto;
    display: block;
    padding: 14px 44px;
    font-size: 22px;
    color: #fff;
    background: linear-gradient(90deg, #2575fc 0%, #6a11cb 100%);
    border: none;
    border-radius: 50px;
    box-shadow: 0 2px 10px #2575fc44;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 2px;
    transition: background 0.2s, box-shadow 0.2s, filter 0.12s;
    outline: none;
}
#spin-btn:active {
    background: #2575fc;
    filter: brightness(0.96);
}
#wheel-result {
    text-align: center;
    font-size: 20px;
    margin-top: 22px;
    color: #197617;
    font-weight: bold;
    min-height: 30px;
    letter-spacing: 0.5px;
}
#spin-left-message {
    margin-top:10px;font-size:17px;color:#2575fc;font-weight:600;
}
.user-name fa{
color:blue;
}
/* Avatar layout chá»‰nh chuáº©n */
.avatar-section img {
  width: 55px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: relative;
  margin-top: -1px;
}

/* Container hover Ä‘á»ƒ hiá»‡n text */
.hover-container {
  position: relative;
  display: inline-block;
}

/* Hover-text máº·c Ä‘á»‹nh áº©n */
.hover-text {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}
.hover-container:hover .hover-text {
  opacity: 1;
}
#action-buttons{
    display: block;
   margin-bottom:25px;
    padding:8px 0px;
    margin-top: -30px;
	
}
.hinhanh img{
width:100%;
}