@font-face {
    font-family: Barlow;
    src: url(../fonts/Barlow/Barlow-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Barlow;
    src: url(../fonts/Barlow/Barlow-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Barlow;
    src: url(../fonts/Barlow/Barlow-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Barlow;
    src: url(../fonts/Barlow/Barlow-LightItalic.ttf) format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Barlow;
    src: url(../fonts/Barlow/Barlow-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Barlow;
    src: url(../fonts/Barlow/Barlow-MediumItalic.ttf) format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Barlow;
    src: url(../fonts/Barlow/Barlow-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Barlow;
    src: url(../fonts/Barlow/Barlow-SemiBoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic
}

@font-face {
    font-family: Barlow;
    src: url(../fonts/Barlow/Barlow-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Barlow;
    src: url(../fonts/Barlow/Barlow-BoldItalic.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: NukeVietIcons;
    src: url(../../default/fonts/NukeVietIcons.eot?avyewf);
    src: url(../../default/fonts/NukeVietIcons.eot?#iefixavyewf) format("embedded-opentype"), url(../../default/fonts/NukeVietIcons.ttf?avyewf) format("truetype"), url(../../default/fonts/NukeVietIcons.woff?avyewf) format("woff"), url(../../default/fonts/NukeVietIcons.svg?avyewf#NukeVietIcons) format("svg");
    font-weight: 400;
    font-style: normal
}

[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;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    vertical-align: -10%
}

.icon-lg {
    font-size: 1.33333333em;
    line-height: .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 8px
}

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

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

.text-normal {
    font-weight: 400
}

.text-bold {
    font-weight: 700
}

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

.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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
}

.margin-right {
    margin-right: 10px
}

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

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

.margin-bottom {
    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: 1px solid #ccc
}

.boder-bottom {
    border-bottom: 1px solid #ccc
}

.border-left {
    border-left: 1px solid #ccc
}

.border-right {
    border-right: 1px solid #ccc
}

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

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

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

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

.centered {
    text-align: center;
    font-size: 0
}

.centered>div {
    float: none;
    display: inline-block;
    text-align: left;
    font-size: 14px
}

.nv-info {
    border: 1px solid #dcdcdc;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-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
}

ol,
ul {
    list-style: none
}

.input-group-btn {
    font-size: 14px !important
}

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

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

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

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

.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.bg-gradient {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9Ii44Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9Ii4zIi8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, .3)));
    background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .3));
    background-image: -moz-linear-gradient(top, hsla(0, 0%, 100%, .8) 0, hsla(0, 0%, 100%, .3) 100%);
    background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, .8) 0, hsla(0, 0%, 100%, .3) 100%);
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8) 0, hsla(0, 0%, 100%, .3))
}

.box-shadow {
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 4px rgba(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=email].required,
input[type=number].required,
input[type=password].required,
input[type=search].required,
input[type=tel].required,
input[type=text].required,
input[type=time].required,
input[type=url].required,
label.required,
select.required,
textarea.required {
    background-image: url(../images/icons/required.png);
    background-position: 100%;
    background-repeat: no-repeat
}

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

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

label.required {
    padding-right: 20px
}

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

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

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

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

div.check-box label [type=radio],
div.radio-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-inner {
    max-width: 250px;
    padding: 10px;
    color: #fff;
    text-align: left !important;
    background-color: #255986;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: auto;
    overflow: auto
}

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

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

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

.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow,
.tooltip.bottom .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
}

.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: 400 !important
}

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

figure {
    position: relative;
    padding: 3px;
    display: block;
    float: left;
    margin: 5px 10px 10px 0;
    text-align: center
}

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
}

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: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
    background-color: #357ebd;
    color: #fff;
    font-size: 11px
}

* {
    outline: none !important;
    -webkit-overflow-scrolling: touch
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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

body {
    font-family: Barlow, sans-serif;
    font-size: 1.2rem;
    color: #212529;
    line-height: 1.5;
    background-color: #fff
}

header {
    position: relative;
    z-index: 1050
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5
}

::-webkit-scrollbar:horizontal {
    height: 10px
}

::-webkit-scrollbar-thumb {
    background-color: #575759
}

a,
button,
input[type=button],
input[type=submit],
input[type=text] {
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

a,
a:active,
a:link,
a:visited {
    color: #212529
}

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

a.dimgray {
    color: #707070
}

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

a.black {
    color: #333
}

a.black:hover {
    color: #0072ff
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2
}

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

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.title {
    font-size: 22px
}

.hometext {
    font-weight: 600
}

.bodytext {
    word-break: keep-all;
    max-width: 100%;
    line-height: 1.5em
}

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

.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: #ff0
}

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

a.btn {
    color: #fff
}

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

#tip {
    top: 51px;
    right: 0;
    margin-right: 10px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}

#ftip,
#tip {
    min-height: 51px
}

#ftip {
    bottom: 45px;
    left: 0;
    margin-left: 10px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px
}

#ftip .bg,
#tip .bg {
    padding: 15px;
    border-bottom: 1px solid #aaa
}

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

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

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

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

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

#ftip h3,
#tip 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
}

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

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

.guestBlock {
    width: 350px
}

.guestBlock>h3 {
    border-bottom: 1px solid #ccc
}

.guestBlock>h3>a {
    display: inline-block;
    line-height: 34px;
    padding: 0 17px;
    background-color: #e5e5e5;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px
}

.guestBlock>h3>a.current,
.guestBlock>h3>a:hover {
    background-color: #ccc
}

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

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

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

.socialList li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 8px;
    color: #fff;
    font-size: 1rem
}

.socialList li a[href*=facebook] {
    background-color: #3e5b98
}

.socialList li a[href*=instagram] {
    background-color: #3e5b98;
    background-image: linear-gradient(to top left, #4862d8, #9946a7, #df337a, #ed544c, #ffd36c);
}

.socialList li a[href*=linkedin] {
    background-color: #007ab5
}

.socialList li a[href*=youtube] {
    background-color: #e02a20
}

.socialList li a[href*=google] {
    background-color: #dd4b39
}

.socialList li a[href*=twitter] {
    background-color: #4da7de
}

.socialList li a:hover {
    background-color: #575759
}

.company_info li {
    display: table;
    clear: both
}

.company_info .company_name {
    text-transform: uppercase
}

.company_info li>em,
.company_info li>span {
    display: table-cell;
    vertical-align: middle
}

.company_info li.company_name>span {
    display: inline
}

.company_info li em {
    font-size: 1.4em;
    width: 26px;
    text-align: center;
    padding-right: 10px
}

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

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

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

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

.nv-social-share {
    list-style: none;
    margin: 0;
    padding: 4px 5px 0 !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
}

.nv-captcha {
    vertical-align: middle
}

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

.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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

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

.cat-icon:before,
.sub-list-icon>li:first-child>:before {
    content: " \f114 ";
    font-size: inherit;
    margin-right: 4px;
    margin-top: -3px
}

.cat-icon:before,
.sub-list-icon>li+li>:before,
.sub-list-icon>li:first-child>:before {
    font-family: FontAwesome;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle
}

.sub-list-icon>li+li>:before {
    content: " \f10c ";
    font-size: 8px;
    margin-right: 10px
}

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

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

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

.nv-block-banners .link {
    position: absolute;
    top: 0;
    left: 0
}

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

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

.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: 1px solid #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 4px;
    margin-right: 10px;
    margin-bottom: 5px
}

.nv-infodie {
    margin: 0 auto;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    border: 1px solid #dcdcdc;
    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
}

.panel-body p {
    margin: 0
}

.panel-body ul {
    margin: 0;
    padding: 0
}

.panel-body ul li {
    margin-bottom: 10px
}

.panel-body img {
    margin-right: 5px
}

.panel-body ul li:last-child {
    margin-bottom: 0
}

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

input[type=checkbox],
input[type=radio] {
    border: 1px solid #aaa;
    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;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #707070;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

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

input[type=checkbox]:disabled,
input[type=checkbox]:disabled:checked:before,
input[type=radio]:disabled,
input[type=radio]:disabled:checked:before {
    opacity: .7
}

input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
    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;
    color: #333
}

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

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

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

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

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

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

.panel-heading {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .05)), to(transparent)) !important;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .05), transparent) !important;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .05) 0, transparent 100%) !important;
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .05) 0, transparent 100%) !important;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .05) 0, transparent) !important;
    border-bottom: 1px solid transparent;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 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-weight: 700;
    line-height: 22px;
    padding: 0 0 5px 2px
}

blockquote,
table caption {
    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: .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: .8;
    border: 2px solid #ccc;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    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: #ff0 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: .2em 0;
    text-align: center !important
}

#timeoutsess {
    display: none
}

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

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

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

.contact-result {
    position: fixed;
    left: 35%;
    top: 25%;
    width: 427px;
    height: 295px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-height: 80px;
    z-index: 99;
    display: none
}

.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: 1px solid rgba(0, 0, 0, .1);
    background-color: #428bca;
    background-image: -webkit-linear-gradient(left, #428bca 4px, #428bca 0);
    background-image: -moz-linear-gradient(left, #428bca 4px, #428bca 4px);
    background-image: -o-linear-gradient(left, #428bca 4px, #428bca 4px);
    background-image: linear-gradient(90deg, #428bca 4px, #428bca 0);
    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.active,
.module-menu a:focus,
.module-menu a:hover {
    color: #333;
    text-decoration: none;
    background-image: -webkit-linear-gradient(left, #42cac5 4px, transparent 0);
    background-image: -moz-linear-gradient(left, #42cac5 4px, transparent 4px);
    background-image: -o-linear-gradient(left, #42cac5 4px, transparent 4px);
    background-image: linear-gradient(90deg, #42cac5 4px, transparent 0)
}

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

.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--bootstrap .select2-selection--single,
.select2-container--default .select2-selection--single {
    height: 32px !important;
    padding-top: 2px
}

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

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

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



.even-title
{
	font-weight: 500;
}

.even-text
{
	text-align: center;
}

.even-item
{
	margin: 20px auto;
}

.even-item a
{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.even-img img
{
	width: 100%;
	max-width: 550px;
}
.even-date
{
    width: 15%;
    text-align: right;
}

.spoiler
{
	display: none;
}

#tnContact li a.iconzalo i:before
  {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('/assets/images/icon-zalo.png');
    background-size: cover;
    background-repeat: no-repeat;
  }



.main-list-tin-tuc
{
    display: flex;
    flex-wrap: wrap;
}

.main-list-tin-tuc .image-tin-tuc
{
    width: 35%;
    padding-right: 20px;
}
.main-list-tin-tuc .image-tin-tuc img
{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.main-list-tin-tuc .content-tin-tuc
{
    position: relative;
    width: 65%;
}

.main-list-tin-tuc .content-tin-tuc h3
{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.main-list-tin-tuc .content-tin-tuc p
{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 7;
    height: 140px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
}
.main-list-tin-tuc .add-time-tin-tuc
{
    font-size: 14px;
    position: absolute;
    right: 0;
}

.icofont-zalo::before
{
    content: "";
    background: url(/uploads/icon-zalo.png);
    width: 23px;
    height: 23px;
    display: block;
    background-size: cover;
}
