html {
    position: relative;
    min-height: 100%;
}
  
body {
    background-color: #f8f8f8;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow-x: hidden !important;
    color: #797978;
}
  
a {
    color: #797978;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
  
a:focus,
a:hover,
a:active {
    outline: none !important;
    text-decoration: none;
    color: #797978;
}
  
img {
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

p {
    color: #b9b9b9;
}
  
.std-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------- Form Elements -------------------*/
label {
    font-weight: 600;
}

button {
    border: 0;
    outline: 0;
}

.btn {
    border: 0;
    border-radius: 0;
    outline: 0 !important;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    border: 1px solid #ced4da;
}


/*------------------- Page Wrapper Header -------------------*/
.page-wrapper-header {

}

.page-wrapper-header .header-top {
    background-color: #797978;
    padding: 10px 0;
}

.page-wrapper-header .header-top .nav li {
    border-left: 1px solid #b4b4b3;
}

.page-wrapper-header .header-top .nav li:first-child {
    border-left: 0;
}

.page-wrapper-header .header-top .nav li a {
    background: none;
    color: #fff;
    font-size: 13px;
    padding: 3px 12px;
}

.page-wrapper-header .header-top .nav li a i {
    font-size: 16px;
}

.page-wrapper-header .navbar {
    background-color: #d61f1f;
    border-radius: 0;
    border: 0;
    margin: 0 0 15px;
}

.page-wrapper-header .navbar .navbar-nav > li {
    position: static;
}

.page-wrapper-header .navbar .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
}

.page-wrapper-header .navbar .navbar-nav > li:hover > a {
    background-color: #fff !important;
    color: #d61f1f;
}

.page-wrapper-header .navbar .navbar-header {
    margin-left: 0;
}

.page-wrapper-header .navbar .navbar-header .navbar-toggle {
    padding: 0;
    margin-bottom: 0;
    margin-top: 28px;
}

.page-wrapper-header .navbar .navbar-header .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 24px;
}

.page-wrapper-header .navbar .navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

.page-wrapper-header .navbar .navbar-header .navbar-brand {
    padding: 8px 0;
    margin-left: 0;
    height: auto;
}

.page-wrapper-header .navbar .navbar-header .navbar-brand > img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.page-wrapper-header .navbar .navbar-header .navbar-brand > strong {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    color: #fff;
}

.page-wrapper-header .navbar .navbar-nav > li .dropdown-menu {
    width: 100%;
    border: 0;
    border-radius: 0;
    padding: 20px;
    width: 1140px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f5f5f5;
}

.page-wrapper-header .navbar .navbar-nav > li .dropdown-menu .row > div > ul > li {
    color: #d61f1f;
    font-weight: 600;
    margin: 15px 0;
}

.page-wrapper-header .navbar .navbar-nav > li .dropdown-menu .row > div > ul > ul li {
    padding: 5px 0;
    font-size: 13px;
}

.page-wrapper-header .navbar .navbar-nav > li .dropdown-menu .row > div > ul > ul li a i {
    vertical-align: middle;
}

.page-wrapper-header .navbar .navbar-nav > li .dropdown-menu .row > div > ul > ul li a:hover {
    color: #d61f1f;
    font-weight:600;
}

@media (max-width: 767px) {
    .page-wrapper-header .navbar .navbar-nav > li .dropdown-menu .row > div > ul > li {
        color: #fff;
    }
    .page-wrapper-header .navbar .navbar-nav > li .dropdown-menu .row > div > ul ul {
        padding-left: 15px;
    }
    .page-wrapper-header .navbar .navbar-nav > li .dropdown-menu .row > div > ul ul > li a {
        color: #fff;
    }
    .page-wrapper-header .navbar .navbar-nav > li .dropdown-menu {
        padding: 0 15px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-wrapper-header .navbar .navbar-header {
        width: 100%;
        text-align: center;
    }
    .page-wrapper-header .navbar .navbar-header .navbar-brand {
        float: none;
        display: inline-block;
    }
    .page-wrapper-header .navbar .navbar-nav {
        display: table;
        width: 100%;
    }
    .page-wrapper-header .navbar .navbar-nav > li {
        display: table-cell;
        float: none;
    }
    .page-wrapper-header .navbar .navbar-nav > li > a {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .page-wrapper-header .navbar .navbar-nav > li > a {
        padding-top: 36px;
        padding-bottom: 36px;
    }
}

.e-bulletin {
    padding: 50px 20px;
    position: relative;
}

.e-bulletin::before {
    content: "";
    background-color: rgba(214, 31, 31, 0.45);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.e-bulletin .container {
    position: relative;
    z-index: 50;
}

.e-bulletin .title {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 5px;
}

.e-bulletin .summary {
    color: #fff;
    font-size: 15px;
}

.e-bulletin form {
    padding: 40px 0 20px;
}

.e-bulletin form .form-control {
    border: 0;
    color: #575756;
}

.e-bulletin form button {
    display: inline-block;
    width: 100%;
    background-color: #d61f1f;
    padding: 7px 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .e-bulletin .title {
        font-size: 32px;
    }
    .e-bulletin .summary {
        font-size: 18px;
    }
}

.news-box {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
}

.news-box:hover {
    background-color: #d61f1f;
}

.news-box:hover .title,
.news-box:hover p {
    color: #fff;
}

.news-box:hover .link {
    background-color: #fff;
    color: #d61f1f;
}

.news-box img {
    margin-bottom: 10px;
}

.news-box .title {
    display: block;
    color: #d61f1f;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 13px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box p {
    color: #b9b9b9;
    margin-bottom: 6px;
    font-size: 13px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-box .link {
    background-color: #d61f1f;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 3px 6px;
}

.divider-title {
    border-top: 1px solid #d61f1f;
    border-bottom: 1px solid #d61f1f;
    color: #d61f1f;
    margin: 15px 0;
    padding: 10px 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}

@media (min-width: 768px) {
    .divider-title {
        font-size: 25px;
    }
}

.slider {
    margin-bottom: 15px;
    position: relative;
}

.slider .item {
    height: 350px;
    position: relative;
}

.slider .item .caption-bottom {
    background-color: rgba(121, 121, 120, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px;
}

.slider .item .caption-bottom p {
    margin-bottom: 0;
    color: inherit;
}

.slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    z-index: 100;
}

.slider .owl-nav .owl-prev {
    float: left;
}

.slider .owl-nav .owl-next {
    float: right;
}

.slider .owl-nav button > span {
    color: #fff;
    font-size: 80px;
    line-height: 1;
    -webkit-text-shadow: 2px 2px #000;
    -moz-text-shadow: 2px 2px #000;
    text-shadow: 2px 2px #000;
}

@media (min-width: 768px) {
    .slider .item {
        height: 550px;
    }
    .slider .owl-nav button > span {
        font-size: 150px;
    }
}

.public-message {
    background-color: #fff;
    position: relative;
    padding: 15px;
    margin-bottom: 15px;
}

.public-message .human {
    position: absolute;
    left: 0;
    bottom: 15px;
    display: none;
}

@media (min-width: 1200px) {
    .public-message .human {
        display: block;
    }
}

.public-message .title {
    color: #d61f1f;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
}

.public-message .description {
    color: #b9b9b9;
    font-size: 13px;
}

.public-message .link {
    color: #b9b9b9;
    font-size: 12px;
    text-decoration: underline;
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
}

.public-message .personal-info {
    background-color: #d61f1f;
    margin-right: -15px;
    padding: 10px 0;
    color: #fff;
}

.public-message .personal-info .row div > ul > li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #fff;
}

.public-message .personal-info .row div > ul > li:last-child {
    border-right: 0;
}

.public-message .personal-info .row div > ul > li .name {
    line-height: 1;
    display: block;
}

.public-message .personal-info .row div > ul > li .h-title {
    line-height: 1;
    font-size: 10px;
}

.public-message .personal-info .row div > ul > li .social-list {
    margin-top: 7px;
}

.breaking-news {
    background-color: #fff;
    padding: 15px 0;
    margin-bottom: 15px;
}

.breaking-news .breaking-slider {
    margin-top: 10px;
    padding: 0 25px;
}

.breaking-news .breaking-slider .title {
    color: #d61f1f;
    font-weight: 700;
    margin-bottom: 15px;
}

.breaking-news .breaking-slider .owl-nav {
    text-align: center;
    margin-top: 15px;
}

.breaking-news .breaking-slider .owl-nav > button > span {
    background-color: #d61f1f;
    color: #fff;
    padding: 5px;
    margin: 3px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 1;
}

.social-list li {
    float: left;
    padding-left: 10px;
}

.social-list li:first-child {
    padding-left: 0;
}

.social-list li a {
    color: #fff;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    background-color: #d61f1f;
    color: #fff;
}

.modal-header .close {
    color: #fff;
    opacity: 1 !important;
}

.modal .btn-primary {
    background-color: #d61f1f !important;
}

.sidebar-nav {
    margin-top: 30px;
}

.sidebar-nav ul li a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #5e5e5d;
    font-weight: 700;
    line-height: 1;
}

.sidebar-nav ul li a:hover,
.sidebar-nav ul li.active a {
    background-color: #d61f1f;
    color: #fff;
    border-bottom-color: #d61f1f;
    padding-left: 10px;
}

.content-title {
    color: #d61f1f;
    font-weight: 700;
    font-size: 30px;
}

.contact-section {
    margin-top: 25px;
}

.contact-section .contact-list li {
    display: block;
    padding: 10px 0;
}

.square-icon {
    background-color: #d61f1f;
    padding: 6px;
    line-height: 1.2;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-right: 10px;
}

.download-list .item {
    border: solid 1px #dcdcdc;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: bold;
    color: #1a2026;
    word-wrap: break-word;
    overflow: hidden;
}


.download-list .item2 {
    border: solid 1px #dcdcdc;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: bold;
    color: #1a2026;
    word-wrap: break-word;
    overflow: hidden;
}

.download-list .item2 a {
    font-size: 15px;
    font-weight: normal;
    height: 100%;
    margin: 0px 0 0 0;
    line-height: 50px;
    font-style: italic;
    float: right;
    padding: 0 10px;
    border-left: solid 1px #dcdcdc;
    color: #d80027;
}

.download-list .item2:before {
    content: "";
    display: block;
    float: lefT;
    width: 50px;
    height: 50px;
    border-right: solid 1px #dcdcdc;
    margin: 0px 12px 0 -10px;
    background: url('http://icons.iconarchive.com/icons/carlosjj/microsoft-office-2013/32/Word-icon.png') center no-repeat;
}


.download-list .item3 {
    border: solid 1px #dcdcdc;
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    font-size: 15px;
    font-weight: bold;
    color: #1a2026;
    word-wrap: break-word;
    overflow: hidden;
}

.download-list .item3 a {
    font-size: 15px;
    font-weight: normal;
    height: 100%;
    margin: 0px 0 0 0;
    line-height: 50px;
    font-style: italic;
    float: right;
    padding: 0 10px;
    border-left: solid 1px #dcdcdc;
    color: #d80027;
}

.download-list .item3:before {
    content: "";
    display: block;
    float: lefT;
    width: 50px;
    height: 50px;
    border-right: solid 1px #dcdcdc;
    margin: 0px 12px 0 -10px;
    background: url('../../../images/icon/excel-3-32.ico') center no-repeat;
}

.page-wrapper-footer {
    background-color: #797978;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}

.page-wrapper-footer > .container {
    padding-top: 25px;
    padding-bottom: 25px;
}

.page-wrapper-footer .footer-summary {
    font-size: 12px;
}

.page-wrapper-footer .footer-menu {
    display: inline-block;
}

.page-wrapper-footer .footer-menu li {
    float: left;
    border-left: 1px solid #fff;
    margin-bottom: 8px;
}

.page-wrapper-footer .footer-menu li:first-child {
    border-left: 0;
}

.page-wrapper-footer .footer-menu li a {
    color: #fff;
    font-weight: 600;
    padding: 6px 12px;
}

.page-wrapper-footer .footer-menu li:hover a {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .page-wrapper-footer .footer-menu {
        display: block;
    }
    .page-wrapper-footer .footer-menu li {
        float: none;
        text-align: center;
        border: 0;
        padding: 5px 0;
    }
}



h1, h2, h3, h4, h5, h6 .h1,
.h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

.font_weight_100 {
  font-weight: 100;
}

.font_weight_200 {
  font-weight: 200;
}

.font_weight_300 {
  font-weight: 300;
}

.font_weight_400 {
  font-weight: 400;
}

.font_weight_500 {
  font-weight: 500;
}

.font_weight_600 {
  font-weight: 600;
}

.font_weight_700 {
  font-weight: 700;
}

.font_weight_800 {
  font-weight: 800;
}

.font_weight_900 {
  font-weight: 900;
}

.font_size_10 {
  font-size: 10px;
}

.font_size_11 {
  font-size: 11px;
}

.font_size_12 {
  font-size: 12px;
}

.font_size_13 {
  font-size: 13px;
}

.font_size_14 {
  font-size: 14px;
}

.font_size_15 {
  font-size: 15px;
}

.font_size_16 {
  font-size: 16px;
}

.font_size_17 {
  font-size: 17px;
}

.font_size_18 {
  font-size: 18px;
}

.font_size_19 {
  font-size: 19px;
}

.font_size_20 {
  font-size: 20px;
}

.font_size_21 {
  font-size: 21px;
}

.font_size_22 {
  font-size: 22px;
}

.font_size_23 {
  font-size: 23px;
}

.font_size_24 {
  font-size: 24px;
}

.font_size_25 {
  font-size: 25px;
}

.font_size_26 {
  font-size: 26px;
}

.font_size_27 {
  font-size: 27px;
}

.font_size_28 {
  font-size: 28px;
}

.font_size_29 {
  font-size: 29px;
}

.font_size_30 {
  font-size: 30px;
}

.font_size_31 {
  font-size: 31px;
}

.font_size_32 {
  font-size: 32px;
}

.font_size_33 {
  font-size: 33px;
}

.font_size_34 {
  font-size: 34px;
}

.font_size_35 {
  font-size: 35px;
}

.font_size_36 {
  font-size: 36px;
}

.font_size_37 {
  font-size: 37px;
}

.font_size_38 {
  font-size: 38px;
}

.font_size_39 {
  font-size: 39px;
}

.font_size_40 {
  font-size: 40px;
}

.font_color_white,
.font_color_white__hover:hover {
  color: #fff !important;
}

.font_color_black,
.font_color_black__hover:hover {
  color: #000;
}

.font_color_primary,
.font_color_primary__hover:hover {
  color: #298cb1;
}

.bg_color_white,
.bg_color_white__hover:hover {
  background-color: #fff;
}

.bg_color_black,
.bg_color_black__hover:hover {
  background-color: #000;
}

.bg_color_primary,
.bg_color_primary__hover:hover {
  background-color: #298cb1;
}

/** Background **/
.bg_img_contain_center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bg_img_cover_center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg_img_cover_top_center {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bg_none,
.bg_transparent {
  background: none;
}

.bg_img_parallax {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  //min-height: 100%;
}

@media only screen and (max-width: 1024px) {
  .bg_img_parallax {
    background-attachment: scroll !important;
    background-size: initial;
    background-position: top center;
  }
}
@media only screen and (max-width: 991px) {
  .bg_img_parallax {
    background-position: center center;
    background-size: cover;
  }
}
.reset-margin {
  margin: 0 !important;
}

.mt_5 {
  margin-top: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.reset-padding {
    padding: 0;
}

.reset-padmar {
    padding: 0;
    margin: 0;
}

.reset_radius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

/** Aligment Position **/
.content_vertical_top,
.content_vertical_center,
.content_vertical_bottom {
    width: 100%;
    height: 100%;
    display: table;
}

.content_vertical_top .cv_inner {
    display: table-cell;
    vertical-align: top;
    position: relative;
    z-index: 250;
}

.content_vertical_center .cv_inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 250;
}

.content_vertical_bottom .cv_inner {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    z-index: 250;
}

/** Grids **/
.reset_grid_gutter {
    margin-left: 0;
    margin-right: 0;
}

.reset_grid_gutter.stacked {
    margin: 0;
}

.reset_grid_gutter > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.reset_grid_gutter.stacked > [class*=col-] {
    padding: 0;
}

.grid_gutter_10 {
    margin-left: -5px;
    margin-right: -5px;
}

.grid_gutter_10.stacked {
    padding-top: 5px;
    padding-bottom: 5px;
}

.grid_gutter_10 > [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.grid_gutter_10.stacked > [class*=col-] {
    padding: 5px;
}

.grid_gutter_15 {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.grid_gutter_15.stacked {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}

.grid_gutter_15 > [class*=col-] {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.grid_gutter_15.allcorner > [class*=col-] {
    padding: 7.5px;
}

.grid_gutter_20 {
    margin-left: -10px;
    margin-right: -10px;
}

.grid_gutter_20.allcorner {
    padding-top: 10px;
    padding-bottom: 10px;
}

.grid_gutter_20 > [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.grid_gutter_20.allcorner > [class*=col-] {
    padding: 10px;
}

.grid_gutter_25 {
    margin-left: -12.5px;
    margin-right: -12.5px;
}

.grid_gutter_25.allcorner {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}

.grid_gutter_25 > [class*=col-] {
    padding-left: 12.5px;
    padding-right: 12.5px;
}

.grid_gutter_25.allcorner > [class*=col-] {
    padding: 12.5px;
}

.grid_gutter_30.allcorner {
    padding-top: 15px;
    padding-bottom: 15px;
}

.grid_gutter_30.allcorner > [class*=col-] {
    padding: 15px;
}

.grid_gutter_40 {
    margin-left: -20px;
    margin-right: -20px;
}

.grid_gutter_40.allcorner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.grid_gutter_40 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
}

.grid_gutter_40.allcorner > [class*=col-] {
    padding: 20px;
}