/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Thu,17 Apr 2014 04:03:46 GMT
 */

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

@font-face {
    font-family: 'NukeVietIcons';
    src: url('../fonts/NukeVietIcons.woff2') format('woff2'),
        url('../fonts/NukeVietIcons.woff') format('woff'),
        url('../fonts/NukeVietIcons.ttf') format('truetype'),
        url('../fonts/NukeVietIcons.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    font-size: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
a {
    color: #333333;
    text-decoration: none;
}
a:hover, a:focus {
    color: #007bb6;
    text-decoration: none;
}
input, input[type="submit"], button {
    border: 1px solid #C8C8C8;
    padding: 5px 10px;
}
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.8em;
}
h4 {
    font-size: 1.6em;
}
h5 {
    font-size: 1.4em;
}
h6 {
    font-size: 1.2em;
}
table, table tr, table td {
    border: 1px solid #E7E7E7;
    padding: 8px;
}

figure {
    margin: 0;
    text-align: center;
    padding: 10px 0px;
}

figure figcaption{
    padding: 10px 0px 0px;
    font-style: italic;
}

hr {
    margin: 15px 0px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code, kbd, pre, samp {
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, select, textarea {
    max-width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #d1d1d1;
    margin: 0 0 1.75em;
    padding: 0.875em;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

/* === css style === */
.clear {
    clear:both;
}
.body{
    font-family: Tahoma;
    background-color: #bffafa;
    font-size: 14px;
    background:  url("../images/content.jpg") repeat-y;
}
.body-content{
    background: url("../images/header.jpg") no-repeat top, url("../images/content.jpg") no-repeat top, url("../images/footer.jpg") no-repeat bottom;
    padding-bottom: 70px;
}
.content{
    background: #FFFFFF;
    border-radius: 5px;
    padding: 15px 8px;
    margin-top: 10px;
}

/* SEARCH */

.headerSearch {
    margin:0.3em 0;
}

.headerSearch input {
    color: #898989;
    height: auto;
    padding: 3px 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 0px;
    border-left: 1px solid #898989;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    border-right: 0px solid #FFFFFF;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 5px 10px;
}
.headerSearch input:placeholder-shown{
    color: #898989;
    font-style: italic;
}
.headerSearch input:hover,
.headerSearch input:focus {
    background: #FFFFFF;
    border-left: 1px solid #898989;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    border-right: 0px solid #FFFFFF;
    box-shadow: 0px 0px 0px !important;
}

.headerSearch .btn-info {
    background-color:#FFFFFF;
    border-left: 0px solid #FFFFFF;
    border-right: 1px solid #898989;
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    padding: 5px 10px;
    color: #898989;
    margin: 0px !important;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.headerSearch .btn-info em{
    vertical-align: 0%;
}
.headerSearch .btn-info:focus,.headerSearch .btn-info:active, .headerSearch .btn-info:visited{
    background-color: #FFFFFF;
    color: #999999;
    border-color: #FFFFFF;
    box-shadow: 0px 0px 0px !important;
}

/* ======= margin style =========*/

.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-content{
    margin-top: 20px;
}
.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
}

.padding-top-lg{
    padding-top: 15px
}

.padding-left-lg{
    padding-left: 15px
}

.padding-right-lg{
    padding-right: 15px
}

.padding-bottom-lg{
    padding-bottom: 15px
}

.border-top{
    border-top: 1px solid #ccc;
}

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

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

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

.box-shadow{
    box-shadow: 0px 0px 3px rgba(0,0,0, 0.5);
}

.qlist {
    position:relative;
    left:0;
    width:100%;
    background:#D8EAF8;
    border:1px solid #ADD3F0;
    padding:10px;
    z-index:1000;
    display:none;
}


/* pupop and  time */
table caption {
    color:#0066CC;
    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:.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{
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height:24px;
    background: #000;
    color:#fff;
    font-size:11px;
    opacity:0.8;
    border:2px solid #ccc;
    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:#ffff00 !important;
    color:#000 !important;
    height:25px;
    line-height:25px;
    padding:0.2em 0;
    text-align:center !important;
}

#timeoutsess {
    display:none;
}

#timeoutsess a {
    color:#0000FF !important;
}

/* Info die */

.nv-infodie {
    text-align: center;
    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:1px #dadada solid;
    background:#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% !important;
}

/* == css header == */
.header{
    padding-top: 20px;
    padding-bottom: 15px;
}
.logo{
    text-align: right;
    padding-top: 35px;
}
.logo h1, .logo .site_name{
    display: none;
}
.bg-block-time{
    background: url("../images/bg-block-time.png") no-repeat center top;
    padding-left: 0px;
    padding-top: 60px;
}
.bg-block-time li{
    list-style: none;
    color: #FFFFFF;
    text-align: center;
}
.bg-block-time li:first-child{
    font-weight: bold;
}
.bg-block-time li:last-child{
    font-weight: bold;
}
.socialList{
    padding: 5px 30px 0px 0px;
    text-align: right;
    margin: 0px;
}
.socialList li{
    list-style: none;
    width: 32px;
    height: 31px;
    display: inline-block;
    margin-left: 15px;
}
.socialList li.facebook{
    background: url("../images/icons/facebook.png") no-repeat;
}
.socialList li.google_plus{
    background: url("../images/icons/google_plus.png") no-repeat;
}
.socialList li.youtube{
    background: url("../images/icons/youtube.png") no-repeat;
}
.socialList li.twitter{
    background: url("../images/icons/twitter.png") no-repeat;
}
.socialList li.skype{
    background: url("../images/icons/skype.png") no-repeat;
}

/* breadcrumb */
.breadcrumbs-wrap{
    position: relative;
}

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

.breadcrumbs {
    display: inline-block;
    padding: 0px;
}

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

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

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

.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:#ddd #ddd #ddd transparent;
    left:-1em;
}

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

.breadcrumbs a:after, .show-subs-breadcrumbs:after {
    content:"";
    position:absolute;
    top:50%;
    margin-top:-1.5em;
    border-top:1.5em solid transparent;
    border-bottom:1.5em solid transparent;
    border-left:1em solid #ddd;
    right:-1em;
}

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

/*.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: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%) repeat scroll 0 0;
    position: absolute;
    left: 0;
    top: 40px;
    border: 1px solid 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: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: 1px solid rgba(0,0,0,0.1);
}

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

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

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

/* SECOND NAV */
.second-nav{
    z-index:3
}

/* buttom */
.btn-success{
    background-color: #0072bc;
    border-color: #0072BC;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:visited{
    background-color: #0b81ce;
    border-color: #0b81ce;
}
.btn-primary{
    background-color: #fc8801;
    border-color: #fc8801;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited{
    background-color: #ffa032;
    border-color: #ffa032;
}
.btn-sm, .btn-group-sm>.btn{
    border-radius: 5px;
    padding: 3px 10px;
}

/* block news */
.panel-news{
    padding: 0px;
    border: 0px;
    box-shadow: 0px 0px 0px;
}
.panel-news .panel-heading{
    border-radius: 5px;
    background-color: #215acb;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    border: 0px;
}
.panel-news .panel-heading a{
    color: #FFFFFF;
}
.panel-news .panel-body{
    background: url("../images/news/bg-block-news.png") no-repeat bottom right;
    border-left: 1px dashed #215ACB;
    border-right: 1px dashed #215ACB;
    border-bottom: 1px dashed #215ACB;
    padding: 10px 10px 65px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.panel-news .panel-body ul{
    padding: 0px;
}
.panel-news .panel-body ul li{
    background: url("../images/news/icon-news.png") no-repeat 0px 10px;
    list-style: none;
    padding: 10px 0px;
    border-bottom: 1px dashed #215ACB;
}
.panel-news .panel-body ul li a{
    padding-left: 30px;
    line-height: normal;
}

.panel-news .panel-body h4{
    font-size: 14px;
    font-weight: bold;
}
.panel-news .panel-body fieldset{
    border: 0px;
}
.panel-news .panel-body fieldset div:last-child{
    text-align: center;
}

/* block notice */
.panel-notice{
    border: 0px;
    padding: 0px;
    box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    border-radius: 0px;
}
.panel-notice .panel-heading{
    background: url("../images/news/icon-notice.png") no-repeat left top;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 60px;
    border-bottom: 1px dashed #555555;
    color: #555555;
}
.panel-notice .panel-body{
    padding: 5px;
}
.panel-notice .panel-body ul{
    padding: 0px;
}
.panel-notice .panel-body ul li{
    list-style: none;
    background: url("../images/news/icon-body-list-notice.png") no-repeat 0px 3px;
}
.panel-notice .panel-body ul li{
    padding: 5px 0px;
}
.panel-notice .panel-body ul li a{
    padding-left: 40px;
    color: #555555;
}
/* block class */
.panel-class{
    padding: 0px;
    box-shadow: 0px 0px 0px;
}
.panel-class .panel-heading{
    background-color: #fc8801;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 5px;
    border: 0px;
}
.panel-class .panel-body{
    padding: 10px 15px 50px;
    background: url("../images/news/bg-block-class.png") repeat-x right bottom;
    border-left: 1px dashed #FC8801;
    border-bottom: 1px dashed #FC8801;
    border-right: 1px dashed #FC8801;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.panel-class .panel-body hr{
    display: none;
}
/* contactList */
.contactList{
    padding: 0px;
    border-bottom: 1px dashed #a9a9a9;
    overflow: hidden;
}
.contactList:last-child{
    border-bottom: 0px;
}
.contactList li{
    list-style: none;
    padding-left: 35px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.contactList li.title-contact{
    background: url("../images/icons/icon-home-contact.png") no-repeat 0px 3px;
}
.contactList li.email{
    background: url("../images/icons/email.png") no-repeat 3px 8px;
}
.contactList li.telephone{
    background: url("../images/icons/telephone.png") no-repeat 3px 3px;
}

/* block counter */
.counter.display-table{
    width:100%
}

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

/* List none */

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

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

.display-table {
    display:table;
}

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

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

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

.fa-pointer {
    cursor:pointer;
}

.fa-horizon {
    width:14px;
}

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

/* Block global */

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

/* panel-default */
.panel-default{
    padding: 0px;
}
.panel-default .panel-heading{
    padding: 10px;
    background-color: #215acb;
    color: #FFFFFF;
}
.panel-default .panel-heading h3{
    margin: 0px;
    font-size: 18px;
}
.panel-default .panel-body ul{
    padding: 0px;
}
.panel-default .panel-body ul li{
    list-style: none;
}

.panel-default .panel-heading a{
    color: #FFFFFF;
}
.panel-default .panel-body{
    padding: 10px;
}

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

.title_about{
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-bottom: 1px dashed #FFFFFF;
    padding-bottom: 8px;
    margin-bottom: 10px;
    padding-top: 3px;
}
.title_about:hover{
    color: #FAF2CC;
}
.block-img{
    width: 100%;
    height: auto;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
}
.read_more_about{
    padding: 5px 15px;
    background-color: #FFFFFF;
}
.cam{
    background-color: #fc8801;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
    margin-bottom: 13px;
}
.cam ul ul{
    padding: 0px;
}
.cam ul ul li{
    background: url("../images/icons/icon-block.png") no-repeat 0px 5px;
    padding-left: 15px;
}
.cam .read_more{
    margin-top: 25px;
}
.cam .read_more .read_more_about{
    border-radius: 5px;
    color: #fc8801;
}

.xanh{
    background-color: #01b551;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.xanh ul ul{
    padding: 0px;
}
.xanh ul ul li{
    background: url("../images/icons/icon-block.png") no-repeat 0px 5px;
    padding-left: 15px;
}
.xanh .read_more{
    margin-top: 25px;
}
.xanh .read_more .read_more_about{
    border-radius: 5px;
    color: #01b551;
}

.xanh-dam{
    background-color: #215acb;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.xanh-dam ul ul{
    padding: 0px;
}
.xanh-dam ul ul li{
    background: url("../images/icons/icon-block.png") no-repeat 0px 5px;
    padding-left: 15px;
}
.xanh-dam .read_more{
    margin-top: 43px;
}
.xanh-dam .read_more .read_more_about{
    border-radius: 5px;
    color: #215acb;
}
.block-album{
    padding: 0px;
    margin: 0px;
}
.block-album li{
    list-style: none;
}
.block-album img{
    width: 100%;
    height: auto;
}

.xanh-nhat{
    background-color: #0583c5;
    padding: 10px;
    border-radius: 5px;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.xanh-nhat .read_more{
    margin-top: 41px;
}
.xanh-nhat .read_more .read_more_about{
    border-radius: 5px;
    color: #0583c5;
}

.videoWrapper {
    position: relative;
    padding-bottom: 63%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 10px;
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* page */
.page .panel-default .panel-body{
    padding: 10px;
}
.page .panel-default .panel-body h3{
    margin-top: 0px;
    font-size: 18px;
}
.page .panel-default .panel-body p{
    margin-bottom: 0px;
}
.page .panel-body .title{
    margin-top: 0px;
}
.page .panel-body{
    padding: 10px;
}

/* nv-list-item */
.nv-list-item{
    margin: 0px;
}
.nv-list-item li{
    padding: 5px 0px;
    border-bottom: 1px dotted #D8D8D8;
}
.nv-list-item li:last-child{
    border-bottom: 0px;
}

.border-news-left{
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(137, 137, 137, 1)), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, rgba(137, 137, 137, 0.1), rgba(137, 137, 137, 1), rgba(137, 137, 137, 0.1)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, rgba(137, 137, 137, 0.1), rgba(137, 137, 137, 1), rgba(137, 137, 137, 0.1)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, rgba(137, 137, 137, 0.1), rgba(137, 137, 137, 1), rgba(137, 137, 137, 0.1)) 1 100%;
    border-image: linear-gradient(to top, rgba(137, 137, 137, 0.1), rgba(137, 137, 137, 1), rgba(137, 137, 137, 0.1)) 1 100%;
    padding: 0px 0px 0px 10px !important;
}

/* footerNav2 */
.footerNav2{
    background-color: #a0410d;
    color: #FFFFFF;
}
.footerNav2 a{
    color: #FFFFFF;
}
.footerNav2 p{
    margin: 0px;
}


/* footer */
.footer{
    background-color: #6a920b;
    padding: 15px 0px;
}
.footer ul{
    margin: 0px;
    font-size: 18px;
    margin-left: 45px;
}
.footer ul li{
    list-style: none;
}
.footer a,.footer p ,.footer span, .footer em{
    color: #FFFFFF;
}
.footer .sologan{
    border-width: 0px 2px 0px 2px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(255, 255, 255, 1)), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2)) 1 100%;
    border-image: linear-gradient(to top, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2)) 1 100%;
    padding: 10px 20px 20px;
}
.footer .sologan div{
    padding-top: 5px;
    font-family: "VNF-Champion-Script-Pro";
}

/* nvform-block */
.nvform-block{
    background: transparent;
    border: 0px;
    box-shadow: 0px 0px 0px;
    border-radius: 0px;
    padding-left: 10px;
}
.nvform-block .nvform h2{
    margin: 0px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}
.nvform-block hr{
    margin: 5px 0px;
    border-width: 0px;
}
.nvform-block label{
    color: #FFFFFF;
    font-weight: 100;
    font-size: 14px;
}
.nvform-block .question_row{
    display: inline-block;
    width: 100%;
}
.nvform-block .form-control{
    border-radius: 0px;
}
.nvform .question_row{
    margin-bottom: 15px;
}

.submit-block{
    background: rgba(19,46,248,1);
    background: -moz-linear-gradient(top, rgba(19,46,248,1) 0%, rgba(92,111,247,1) 51%, rgba(19,46,248,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,46,248,1)), color-stop(51%, rgba(92,111,247,1)), color-stop(100%, rgba(19,46,248,1)));
    background: -webkit-linear-gradient(top, rgba(19,46,248,1) 0%, rgba(92,111,247,1) 51%, rgba(19,46,248,1) 100%);
    background: -o-linear-gradient(top, rgba(19,46,248,1) 0%, rgba(92,111,247,1) 51%, rgba(19,46,248,1) 100%);
    background: -ms-linear-gradient(top, rgba(19,46,248,1) 0%, rgba(92,111,247,1) 51%, rgba(19,46,248,1) 100%);
    background: linear-gradient(to bottom, rgba(19,46,248,1) 0%, rgba(92,111,247,1) 51%, rgba(19,46,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#132ef8', endColorstr='#132ef8', GradientType=0 );
    border: 0px !important;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 0px 15px !important;
    font-size: 14px;
    margin-top: 10px;
}

/* block company_info */
.company_info{
    padding: 10px 0px 20px;
}
.company_info .company_name{
    font-size: 18px;
    font-weight: bold;
}
.company_info em{
    width: 15px;
    margin-right: 10px;
}
.grecaptcha-badge {
    visibility: hidden;
}
/*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;
}

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

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

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

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

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

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

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

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

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

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

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

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

figure.article figcaption {
    color: #fff;
}

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

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

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

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

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

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

figure.table table {
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

figure.image {
    display: table!important; /* Important để không xung đột khi copy từ Google Docs */
    clear: both;
    text-align: center;
    margin: 5px auto 10px auto;
    min-width: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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