/**
 * @Project NSS CMS V2
 * @Author NGOI SAO SO
 */
@import url('https://fonts.googleapis.com/css?family=Philosopher:400,400i,700,700i&subset=vietnamese');

/********************** GENERAL CSS **********************/
/* NSS ICONS */
.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-calendar:before {
    content: "\f274";
}

.glyphicon-chevron-left:before {
    content: "\f053";
}

.glyphicon-chevron-right:before {
    content: "\f054";
}

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

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 NSSIcons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    vertical-align: -10%;
    background: #fff;
}

.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-calendar:before {
    content: "\f274";
}

.icon-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -25%;
}

.icon-horizon {
    width: 14px;
}

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

.icon-nss:before {
    content: "\e607";
}

.icon-nss_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;
    height: 16px;
    width: 38px;
}

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

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
    color: #e6bd65;
}

h1 {
    font-size: 24px;
    line-height: 26px;
}

h2 {
    font-size: 22px;
    line-height: 24px;
}

h3 {
    font-size: 20px;
    line-height: 22px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 15px;
    line-height: 20px;
}

h6 {
    font-size: 14px;
    line-height: 20px;
}

/* Fonts Color */
.text-black {
    color: #000 !important;
}

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

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

/* Fonts Weight */
.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 800;
}

/* Fix bootstrap */
.modal-dialog {
    max-width: 500px;
}

/* collum 5 */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #56412e;
}

.form-control {
    color: #fff;
    background-color: #968372;
    background-image: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    transition: unset;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-control:focus {
    border-color: unset;
    box-shadow: unset;
    background-color: #e6bd65;
    color: #312316;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
    font-style: italic;
}

.row5 {
    margin-left: -5px;
    margin-right: -5px;
}

.col-xs5, .col-sm5, .col-md5, .col-lg5 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-xs5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg5 {
        width: 20%;
        float: left;
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: transparent;
    border-color: #e6bd65;
    color: #e6bd65;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    border-color: #e6bd65;
    background-color: transparent;
    color: #e6bd65;
}

.pagination > li > a, .pagination > li > span {
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 7px;
    margin: 0 2px;
    text-align: center;
    background: transparent;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border: 0;
    font-size: 30px;
    margin-top: -12px;
    background: transparent;
}

.pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover, .pagination > li:first-child > a:focus, .pagination > li:first-child > span:focus, .pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover, .pagination > li:last-child > a:focus, .pagination > li:last-child > span:focus {
    background: transparent;
    color: #f9b611;
}

.form-control:focus {
    border-color: #cc0606;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(204, 6, 6, 0.6);
    outline: 0 none;
}

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

.btn-primary {
    background-color: #cc0606;
    border-color: #cc0606;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #6b0002;
    border-color: #6b0002;
    color: #ffffff;
}

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

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

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

/*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 {
    text-align: center;
    font-size: 0
}

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

/*nv-info*/
.nv-info {
    border-width: 1px;
    border-style: solid;
    border-color: #D4D4D4;
    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: #E5F1FB !important;
    border-color: #8DC1ED !important;
}

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

.nv-info.success:before {
    content: " \f13a ";
    color: #449D44;
}

.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 {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

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

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

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

.radius {
    -webkit-border-radius: 5px;
    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: #fff;
    border: 1px solid #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: #a94442;
}

.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: #0C2138;
    border-radius: 4px;
    height: auto;
    overflow: auto
}

.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;
    padding: 3px;
    display: block;
    margin: 10px 0;
    text-align: center
}

figure.article {
    background: #949494;
}

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: #1182C8;
    color: #fff;
    font-size: 11px
}

/********************** BODY CSS **********************/

a, a:link, a:active, a:visited {
    color: #e6bd65;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

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

a.dimgray {
    color: #6b0002;
}

a.dimgray:hover {
    color: #6b0002;
}

a.black {
    color: #ebebeb;
}

a.black:hover {
    color: #fff;
}

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

.nv-fullbg {
    min-height: 100%;
}

a.btn {
    color: #fff;
}

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

body {
    color: #fff;
    font-family: 'Philosopher', sans-serif;
    font-size: 15px;
    font-style: normal;
    line-height: 1.42857;
    background-image: url("../images/bg-body.gif");
    background-repeat: repeat;
}

/* Header */
header {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    padding: 3px 0;
    margin: 0;
    background-image: url(../images/bg-general.gif);
    background-repeat: repeat;
    z-index: 1;
}

header .wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #312316;
}

header .wrapper .logo {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 209px;
    display: block;
    top: -37px;
    z-index: 9;
}

header .wrapper .logo img {
    max-width: 100%;
    height: auto;
}

header .wrapper .headtop {
    position: relative;
    width: calc(100% - 209px);
    margin: 0;
    padding: 0;
    display: block;
    float: right;
}

header .wrapper .headtop .headermenu {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    width: calc(100% - 170px);
    float: left;
}

header .wrapper .headtop .headermenu .navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0;
    border: 0;
}

header .wrapper .headtop .headermenu .navbar-collapse {
    padding: 0;
}

header .wrapper .headtop .headerContent {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 120px;
    float: left;
}

header .wrapper .headtop .headerSearch {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 12px 0 0;
    width: 50px;
    text-align: center;
}

header .wrapper .headtop .headerSearch a.search {
    margin: 0 0 0 10px;
    font-size: 18px;
    color: #dcaf32;
    border: 0;
}

header .wrapper .headtop .headerSearch a.search .s_search {
    position: absolute;
    min-width: 200px;
    top: 40px;
    right: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99;
}

header .wrapper .headtop .headerSearch a.search:focus .s_search, header .wrapper .headtop .headerSearch a.search:hover .s_search, header .wrapper .headtop .headerSearch a.search:active .s_search {
    opacity: 1;
}

header .wrapper .headtop .headerSearch a.search .s_search input {
    border: 0;
    width: 100%;
    -moz-box-shadow: 0px 3px 11px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0px 3px 11px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(0, 0, 0, 1);
    box-shadow: 0px 3px 11px rgba(000, 000, 000, 0.5), inset 0px 0px 1px rgba(0, 0, 0, 1);
}

header .wrapper .headtop .headerSearch a.search .s_search button {
    border: 0;
    position: absolute;
    top: 4px;
    right: 0;
    color: #dcaf32;
    font-size: 15px;
    background: transparent;
}

.showbannersub {
    position: relative;
    display: block;
    width: 100%;
    padding: 0 0 3px;
    margin: 0;
    background-image: url(../images/bg-general.gif);
    background-repeat: repeat;
}

.showbannersub .sbs_wrapper {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 350px;
    background-size: cover;
}

/* bghome1 */
.bghome1 {
    position: relative;
    width: 100%;
    padding: 40px 0 20px;
    margin: 0;
    background-color: #261a0e;
}

/* Body */
section {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    overflow: hidden;
}

section .breadcrumbs-wrap {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 20px 0;
}

/* breadcrumb */
section .breadcrumbs-wrap .breadcrumbs {
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0px;
}

section .breadcrumbs-wrap .breadcrumbs li {
    float: left;
    padding: 0 20px 0 0;
    margin: 0 10px 0 0;
    background-image: url(../images/arrow-right-white.png);
    background-position: center right;
    background-repeat: no-repeat;
}

section .breadcrumbs-wrap .breadcrumbs li:last-child {
    padding: 0;
    margin: 0;
    background-image: none;
}

section .breadcrumbs-wrap .breadcrumbs a {
    padding: 0;
    float: left;
    text-decoration: none;
    color: #fff;
    position: relative;
}

section .breadcrumbs-wrap .breadcrumbs li:last-child a {
    color: #e6bd65;
}

section .breadcrumbs-wrap .breadcrumbs a:hover {
    color: #e6bd65;
}

section .bodytext {
    position: relative;
    display: table;
    width: 100%;
    padding: 0px;
    margin: 0 0 20px;
}

section .bodytext ul {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 20px 0;
}

section .bodytext ul li {
    position: relative;
    width: 100%;
    padding: 3px 0;
    margin: 0;
    list-style: inside;
}

section .bodytext ul, section .bodytext ol {
    position: relative;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 20px;
}

section .bodytext ul {
    list-style-type: circle;
}

section .bodytext ol {
    list-style-type: decimal;
}

section .page {
    padding: 0px;
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
}

section .page .otherview {
    position: relative;
    display: block;
    width: 100%;
}

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

section .page .panel-primary > .panel-heading {
    background-color: #555;
    border-color: #444 !important;
    color: #fff;
}

section .page .panel {
    border: 1px solid #ebebeb !important;
}

/* Footer */
footer {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #fff;
}

footer .wrapper {
    position: relative;
    width: 100%;
    padding: 3px;
    margin: 0;
    background-image: url(../images/bg-general.gif);
    background-repeat: repeat;
}

footer .wrapper:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-image: url(../images/bg-conner.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 23px;
    height: 23px;
    z-index: 1;
}

footer .wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    background-image: url(../images/bg-conner.jpg);
    background-repeat: no-repeat;
    background-position: -23px 0px;
    width: 23px;
    height: 23px;
    z-index: 1;
}

footer .wrapper .s_top {
    position: relative;
    width: 100%;
    padding: 40px;
    margin: 0;
    background-color: #261a0e;
    min-height: 250px;
}

footer .wrapper .s_top h4 {
    color: #deb549;
}

footer .wrapper .s_top:before {
    position: absolute;
    content: "";
    bottom: -3px;
    left: -3px;
    padding: 0;
    margin: 0;
    background-image: url(../images/bg-conner.jpg);
    background-repeat: no-repeat;
    background-position: 0 -23px;
    width: 23px;
    height: 23px;
    z-index: 1;
}

footer .wrapper .s_top:after {
    position: absolute;
    content: "";
    bottom: -3px;
    right: -3px;
    padding: 0;
    margin: 0;
    background-image: url(../images/bg-conner.jpg);
    background-repeat: no-repeat;
    background-position: -23px -23px;
    width: 23px;
    height: 23px;
    z-index: 1;
}

footer .s_bottom {
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    color: #deb549;
    text-transform: uppercase;
}

.footer-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-menu ul {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-menu ul li a {
    position: relative;
    width: 100%;
    padding: 3px 0;
    margin: 0;
    color: #fff;
    display: block;
}

.footer-menu ul li a:hover {
    position: relative;
    color: #deb549;
}

.footer-menu ul ul {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-menu ul ul li {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-menu ul ul li a {
    position: relative;
    width: 100%;
    padding: 3px 0;
    color: #333;
    font-weight: 300;
    margin: 0;
    display: block;
}

.footer-menu ul ul li a:hover {
    color: #ed1c24;
}

/* seek */
.seek {
    position: relative;
    width: 100%;
    padding: 20px;
    margin: 0;
    display: block;
    background-color: #fff;
    color: #333;
}

/* Social */
#socialList {
    list-style: none;
    padding: 0;
    margin: 0;
}

#socialList h3 {
    color: #fff;
}

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

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

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

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

ul.socialList li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-image: url(../images/bg-small-general.gif);
    background-repeat: repeat;
    background-size: 100% auto;
    color: #292929;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.socialList li a:hover {
    color: #fff;
}

ul.socialList li a[href*="facebook"]:hover {
    background: #3D5D8C;
}

ul.socialList li a[href*="google"]:hover, .socialList li a[href*="youtube"]:hover {
    background: #DD4B39;
}

ul.socialList li a[href*="twitter"]:hover {
    background: #50A0D7;
}

ul.socialList li a[href*="instagram"]:hover {
    background: #d04668;
}

ul.socialList li a[href*="linkedin"]:hover {
    background: #007bb6;
}

ul.socialList li a[href*="pinterest"]:hover {
    background: #be4037;
}

ul.socialList li a[href*="feeds"]:hover {
    background: #FF9900;
}

ul.socialList li .fa {
    margin-right: -4px;
}

/********************* Show block *********************/

/* block_default */
.block_default {
    margin: 0 0 20px;
    position: relative;
    display: block;
    padding: 2px;
    background-image: url(../images/bg-general.gif);
    background-repeat: repeat;
}

.block_default .bd_wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #312316;
}

.block_default .bd_wrapper h3.title {
    padding: 20px 10px 30px 10px;
    margin: 0;
    position: relative;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.block_default .bd_wrapper h3.title::before {
    position: absolute;
    content: "";
    bottom: 0;
    padding: 0;
    margin: 0 auto;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: -171px -82px;
    width: 264px;
    height: 14px;
    z-index: 1;
    left: 0;
    right: 0;
}

.block_default .bd_wrapper .s_content {
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
}

/* block_simple */
.block_simple {
    margin: 0px;
    position: relative;
    display: block;
    padding: 0px;
}

.block_simple h3.title {
    padding: 0 0 10px;
    margin: 0px 0 20px;
    position: relative;
    display: block;
    color: #deb549;
}

.block_simple h3.title:before {
    padding: 0;
    margin: 0px;
    position: absolute;
    content: "";
    width: 100px;
    display: block;
    height: 2px;
    background-color: #deb549;
    bottom: 0;
    left: 0;
}

.block_simple .s_content {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    display: block;
}

/* block_border */
.bbwrapper {
    position: relative;
    padding: 50px 0;
    margin: 0 auto;
}

.block_border {
    padding: 2px;
    margin: 0 auto;
    position: relative;
    display: table;
    background-image: url(../images/bg-general.gif);
    background-repeat: repeat;
}

.block_border .bb_wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #261a0e;
}

.block_border .bb_wrapper h3.title {
    padding: 0 20px;
    margin: 0 auto 0px;
    position: relative;
    display: table;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    top: -13px;
    background-color: #261a0e;
}

.block_border .bb_wrapper h3.title::before {
    position: absolute;
    content: "";
    top: -6px;
    left: -37px;
    padding: 0;
    margin: 0;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: -67px -93px;
    width: 37px;
    height: 38px;
    z-index: 1;
}

.block_border .bb_wrapper h3.title::after {
    position: absolute;
    content: "";
    top: -6px;
    right: -37px;
    padding: 0;
    margin: 0;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: -111px -93px;
    width: 37px;
    height: 38px;
    z-index: 1;
}

.block_border .bb_wrapper .s_content {
    padding: 20px;
    margin: 0;
    position: relative;
    display: block;
}

/* block_border_special */

.block_border_special {
    padding: 0;
    margin: 50px 0;
    position: relative;
    border: 2px solid #bf8c30;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.block_border_special:before {
    position: absolute;
    content: "";
    top: -2px;
    left: 20px;
    padding: 0;
    margin: 0;
    width: calc(100% - 40px);
    height: 2px;
    z-index: 0;
    background-image: -moz-linear-gradient(left, #bf8c30 0%, #fbe96a 50%, #bf8c30);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #bf8c30), color-stop(0.5, #fbe96a), color-stop(1.0, #bf8c30));
}

.block_border_special:after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 20px;
    padding: 0;
    margin: 0;
    width: calc(100% - 40px);
    height: 2px;
    z-index: 0;
    background-image: -moz-linear-gradient(left, #bf8c30 0%, #fbe96a 50%, #bf8c30);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #bf8c30), color-stop(0.5, #fbe96a), color-stop(1.0, #bf8c30));
}

.block_border_special h3.title {
    padding: 0 20px;
    margin: 0 auto 0px;
    position: relative;
    display: table;
    color: #dab35f;
    text-transform: uppercase;
    left: 0;
    right: 0;
    text-align: center;
    top: -13px;
    background-color: #312316;
}

.block_border_special h3.title::before {
    position: absolute;
    content: "";
    top: -6px;
    left: -37px;
    padding: 0;
    margin: 0;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: -67px -93px;
    width: 37px;
    height: 38px;
    z-index: 1;
}

.block_border_special h3.title::after {
    position: absolute;
    content: "";
    top: -6px;
    right: -37px;
    padding: 0;
    margin: 0;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: -111px -93px;
    width: 37px;
    height: 38px;
    z-index: 1;
}

.block_border_special .s_content {
    padding: 20px;
    margin: 0;
    position: relative;
    display: block;
}

/* block_primary */
.block_primary {
    margin: 0 0 20px;
    position: relative;
    display: block;
}

.block_primary h3.title {
    position: relative;
    padding: 33px 0;
    margin: 20px 0 20px;
    display: block;
    color: #dab35f;
    text-align: center;
    text-transform: uppercase;
}

.block_primary h3.title:before {
    position: absolute;
    content: "";
    top: 0;
    left: -18px;
    padding: 0;
    margin: 0 auto;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: -171px -119px;
    width: 301px;
    height: 80px;
    z-index: 1;
    left: 0;
    right: 0;
}

.block_primary .s_content {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    display: block;
}

/* block_primary */
.block_title_special {
    margin: 0 0 20px;
    position: relative;
    display: block;
}

.block_title_special h3.title {
    position: relative;
    padding: 33px 0;
    margin: 20px 0 20px;
    display: block;
    color: #dab35f;
    text-align: center;
    text-transform: uppercase;
}

.block_title_special h3.title:before {
    position: absolute;
    content: "";
    top: 0;
    left: -18px;
    padding: 0;
    margin: 0 auto;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: -171px -119px;
    width: 301px;
    height: 80px;
    z-index: 1;
    left: 0;
    right: 0;
}

.block_title_special .s_content {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    display: block;
}

/* 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: 1px #dadada solid;
    background: #fff;
    position: relative;
    min-height: 300px !important;
    min-width: 300px !important;
    display: table;
}

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

/* Form */
input[type="checkbox"], input[type="radio"] {
    border-width: 1px;
    border-style: solid;
    border-color: #bbb;
    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: #555;
    -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] {
    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: #1e8cbe;
}

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: #1e8cbe;
}

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

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
}

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

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

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

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

/**************** Block in Module ******************/
/* block_newscat */
.block_newscat {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.block_newscat ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.block_newscat ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
}

.block_newscat ul li .s_img {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 0;
    width: 50%;
    height: 250px;
    overflow: hidden;
}

.block_newscat ul li .s_img img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 250px;
}

.block_newscat ul li .s_img:hover img {
    cursor: pointer;
    transform: scale(1.2);
    transition: all 0.3s ease 0s;
}

.block_newscat ul li .s_des {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0;
    padding: 40px;
    width: 50%;
    height: 250px;
}

.block_newscat ul li .s_des a h3 {
    color: #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.block_newscat ul li .s_des:hover a h3 {
    font-size: 30px;
    line-height: 35px;
}

.block_newscat ul li .s_des .s_date {
    position: relative;
    display: block;
    float: left;
    margin: 10px 0 0 0;
    padding: 0px;
}

/* email_newsletter */
.email_newsletter {
    margin: auto;
    position: relative;
    width: 100%;
}

.email_newsletter .showform {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}

.email_newsletter h3 {
    color: white;
    display: inline-block;
    margin: 6px 6px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.email_newsletter input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    padding: 0 50px 0 10px;
    position: relative;
    width: 100%;
    height: 45px;
}

.email_newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    background: #1e64b1;
    border: 0 none;
    color: #fff;
    padding: 0px;
    height: 45px;
    width: 45px;
    line-height: 45px;
}

/* Block menu_inpage */
ul.menu_inpage {
    padding: 0px;
    margin: 0;
    position: relative;
}

ul.menu_inpage li {
    padding: 0px;
    margin: 0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.menu_inpage li a {
    padding: 5px 20px;
    margin: 0px;
    display: block;
    border-bottom: 1px solid #dfdfdf;
}

ul.menu_inpage li a:hover, ul.menu_inpage li.current a {
    color: #0088cf;
}

ul.menu_inpage ul {
    padding: 0px;
    margin: 0;
    position: relative;
}

ul.menu_inpage ul li {
    padding: 0px;
    margin: 0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.menu_inpage ul li a {
    padding: 5px 30px;
    margin: 0px;
    display: block;
    border-bottom: 1px solid #dfdfdf;
}

ul.menu_inpage ul li:last-child a {
    border-bottom: 0;
}

ul.menu_inpage ul li a:hover, ul.menu_inpage li.current ul li a:hover, ul.menu_inpage ul li.current a, ul.menu_inpage li.current ul li.current a {
    color: #0088cf;
}

ul.menu_inpage li.current ul li a {
    color: #333;
}

/* Block menu_topbar */
ul.menu_topbar {
    padding: 0px;
    margin: 0 auto 0 20px;
    display: inline-block;
    float: right;
    position: relative;
}

ul.menu_topbar li {
    padding: 0px;
    margin: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

ul.menu_topbar li a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
    padding: 0 10px;
    margin: 0;
    font-style: normal;
    border-right: 1px solid #fff;
}

ul.menu_topbar li a:hover {
    color: #aad964;
}

ul.menu_topbar li:last-child a {
    border-right: 0;
}

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

/* Block block_news_cat */
.block_news_cat {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    display: block;
}

.block_news_cat ul {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    display: block;
}

.block_news_cat ul li {
    padding: 0;
    margin: 0 0 10px;
    position: relative;
    width: 100%;
    display: block;
}

.block_news_cat ul li a {
    color: #333;
}

.block_news_cat ul li img {
    padding: 0;
    margin: 0;
    width: 100%;
}

.block_news_cat ul li .showdate {
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: right;
    width: auto;
    border-right: 1px solid #999;
}

.block_news_cat ul li .showdate .showunderline {
    border-top: 1px solid #999;
    display: block;
    float: right;
    height: 0;
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.block_news_cat ul li .showdate .showday {
    color: #353599;
    display: block;
    font-size: 30px;
    margin: 0 auto;
    padding: 0 10px 0;
    text-align: right;
}

.block_news_cat ul li .showdate .showmonthyear {
    color: #999;
    display: block;
    font-size: 13px;
    padding: 0 10px 0;
    text-align: right;
    width: auto;
}

/*back top*/
#back-to-top {
    background-color: #e6bd65;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    height: 40px;
    opacity: 0.5;
    position: fixed;
    right: -40px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    width: 40px;
    z-index: 1000;
}

#back-to-top i {
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    transition: all 0.4s ease 0s;
    vertical-align: top;
}

#back-to-top:hover {
    opacity: 1;
}

#back-to-top.visible {
    right: 10px;
}

#back-to-top.gone {
    right: -40px;
}

/* Button máº·c Ä‘á»‹nh */
.btn-site, a.btn-site {
    border: 0;
    padding: 0px;
    white-space: nowrap;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: -38px 0;
    background-color: transparent;
    width: 133px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #312316;
    font-weight: 700;
    margin: auto;
}

.btn-site:hover, a.btn-site:hover {
    background-position: -38px -41px;
}

.btn-site-2, a.btn-site-2 {
    background-color: #e6bd65;
    border: 0;
    padding: 10px 16px;
    white-space: nowrap;
    text-transform: uppercase;
    color: #312316;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn-site-2:hover, a.btn-site-2:hover {
    background-color: #95751d;
    color: #fff;
}

.captchaImg {
    margin: -4px 0 0 0 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*other css*/
.content_about {
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    margin: 40px 0;
}

.content_about .ab_info {
    padding: 0;
    margin: 0;
    position: relative;
    width: 70%;
    display: block;
    float: right;
    z-index: 1;
}

.content_about .ab_info h4 {
    padding: 0px 0px 20px 200px;
}

.content_about .ab_info .ab_bg {
    padding: 40px 40px 40px 200px;
    margin: 0;
    position: relative;
    width: 100%;
    display: block;
    z-index: 1;
    background-color: #fff;
    color: #333;
}

.content_about .ab_img {
    position: absolute;
    top: -20px;
    left: 0;
    padding: 3px;
    margin: 0;
    width: calc(30% + 160px);
    display: block;
    z-index: 2;
    background-image: url(../images/bg-general.gif);
    background-repeat: repeat;
}

.content_about .ab_img img {
    width: 100%;
}

.about_special {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.about_special .item {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
    width: 33.33%;
    height: 280px;
    background-color: #261a0e;
}

.about_special .item + .item {
    background-color: #2a1e11;
}

.about_special .item + .item + .item {
    background-color: #312416;
}

.about_special .item + .item + .item + .item {
    background-color: #2e2114;
}

.about_special .item + .item + .item + .item + .item {
    background-color: #3a2a1a;
    width: 66.66%;
}

.about_special .item .scontent {
    position: relative;
    display: block;
    padding: 40px;
    margin: 0;
    width: 100%;
}

.about_special .item .scontent h3 {
    position: relative;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 20px;
    width: 100%;
}

.about_special .item .scontent h3:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0px;
    padding: 0;
    margin: 0 auto;
    background-color: #dcaf32;
    width: 50px;
    height: 2px;
    z-index: 1;
}

.about_special .item img {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.about_list {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.about_list .item {
    position: relative;
    display: block;
    padding: 60px 0 20px;
    margin: 60px 0 20px;
    width: 100%;
    background-color: #fff;
    color: #333;
    min-height: 280px;
}

.about_list .item .simg {
    position: absolute;
    display: block;
    padding: 0;
    margin: 00;
    width: 100%;
    text-align: center;
    top: -50px;
    height: 100px;
}

.about_list .item .simg img {
    max-height: 100px;
}

.about_list .item .sdes {
    position: relative;
    display: block;
    padding: 20px;
    margin: 0;
    width: 100%;
}

.about_list .item .sdes h3 {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center
}

.about_list .item .sdes p {
    position: relative;
    display: block;
    padding: 5px 0;
    margin: 0;
    width: 100%;
}

.show_facebook {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

h3.special {
    position: relative;
    display: block;
    padding: 0 0 10px;
    margin: 0 0 20px;
    width: 100%;
}

h3.special::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0px;
    padding: 0;
    margin: 0 auto;
    background-color: #dcaf32;
    width: 50px;
    height: 2px;
    z-index: 1;
}

/*fb chat*/
.fb-livechat, .fb-widget {
    display: none
}

.ctrlq.fb-button, .ctrlq.fb-close {
    position: fixed;
    right: 60px;
    cursor: pointer
}

.ctrlq.fb-button {
    z-index: 999;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;
    width: 40px;
    height: 40px;
    text-align: center;
    bottom: 10px;
    border: 0;
    outline: 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .06), 0 2px 32px rgba(0, 0, 0, .16);
    -webkit-transition: box-shadow .2s ease;
    background-size: 80%;
    transition: all .2s ease-in-out
}

.ctrlq.fb-button:focus, .ctrlq.fb-button:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09), 0 4px 40px rgba(0, 0, 0, .24)
}

.fb-widget {
    background: #fff;
    z-index: 9999;
    position: fixed;
    width: 360px;
    height: 435px;
    overflow: hidden;
    opacity: 0;
    bottom: 20px;
    right: 100px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .16);
    -o-box-shadow: 0 5px 40px rgba(0, 0, 0, .16)
}

.fb-credit {
    text-align: center;
    margin-top: 8px
}

.fb-credit a {
    transition: none;
    color: #bec2c9;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
    border: 0;
    font-weight: 400
}

.ctrlq.fb-overlay {
    z-index: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    -webkit-transition: opacity .4s, visibility .4s;
    transition: opacity .4s, visibility .4s;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .05);
    display: none
}

.ctrlq.fb-close {
    z-index: 4;
    padding: 0 6px;
    background: #365899;
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    margin: 8px;
    border-radius: 3px
}

.ctrlq.fb-close::after {
    content: "X";
    font-family: sans-serif
}

.bubble {
    width: 20px;
    height: 20px;
    background: #c00;
    color: #fff;
    position: absolute;
    z-index: 999999999;
    text-align: center;
    vertical-align: middle;
    top: -2px;
    left: -5px;
    border-radius: 50%;
}

.bubble-msg {
    width: 120px;
    left: -122px;
    top: 9px;
    position: relative;
    background: rgba(59, 89, 152, .8);
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    text-align: center;
    font-size: 13px;
    z-index: 1;
}

/* end fb chat*/

.block_policy {
    position: relative;
    display: block;
    padding: 0 0 0 40px;
    margin: 150px 0;
    width: 100%;
    overflow: hidden;
}

.modal-content {
    background-color: #312316;
}

.modal-header {
    border-bottom: 1px solid #bf8c30;
}

.modal-footer {
    border-top: 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: table;
    padding: 0px;
}

.btn-default {
    border: 0;
    padding: 0px;
    white-space: nowrap;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: -38px 0;
    background-color: transparent;
    width: 133px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
    color: #312316;
    font-weight: 700;
}

.btn-default:hover, a.btn-default:hover {
    background-color: transparent;
    background-position: -38px -41px;
}

.show_hotline {
    margin: 0;
    padding: 11px 0;
    position: relative;
    color: #dcaf32;
    font-size: 20px
}

.show_hotline a {
    color: #dcaf32;
}

.show_hotline img {
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}

@media (max-width: 1024px) {
    .show_hotline {
        margin: 0;
        padding: 0;
    }
}

@media (max-width: 767px) {
}

.sf_hotline {
    top: 50%;
    margin-top: -50px !important;
    right: 10px;
}

.show_video {
    height: 100%;
    margin: auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.show_video .s_left {
    display: block;
    margin: 50px 0 0;
    padding: 0;
    float: left;
    width: 50%;
}

.show_video .s_left p {
    display: block;
    margin: 0 0 20px;
    padding: 0;
}

.show_video .s_left .item {
    display: block;
    margin: 0;
    padding: 5px 20px 5px 40px;
    text-transform: uppercase;
    background-image: url(../images/bg-check.png);
    background-repeat: no-repeat;
    background-position: left center;
    color: #dab35f;
    min-height: 55px;
    font-weight: 700;
    font-family: 'Philosopher', sans-serif;
}

.show_video img {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    border-radius: 15px;
}

.show_video .s_right {
    position: relative;
    margin: 0 0 0 5%;
    padding: 0px;
    z-index: 9;
    float: right;
    width: 45%;
}

.show_video .s_right i {
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    font-size: 30px;
    display: block;
    margin: auto;
    position: absolute;
    width: 60px;
    height: 60px;
    padding: 15px 18px 20px 22px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(000, 000, 000, 0.3);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.show_video .s_right i:hover {
    color: #d4ad41;
    background: rgba(000, 000, 000, 0.8);
}

.show_video .s_right h3 {
    bottom: 0px;
    color: white;
    font-size: 20px;
    width: 100%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
}

@media (max-width: 920px) {
    .show_video .s_left {
        display: block;
        margin: 0 0 20px;
        float: none;
        width: 100%;
    }

    .show_video .s_left .item {
        margin: 0 0 10px;
        min-height: unset;
    }

    .show_video .s_right {
        float: unset;
        width: 100%;
    }

    .show_video .s_right {
        margin: 0;
    }
}

.product_bxslider {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.product_bxslider .item {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
}

.product_bxslider .item .i_image {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 252px;
    overflow: hidden;
    text-align: center;
}

.product_bxslider .item .i_image img {
    max-width: 100%;
    max-height: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    height: auto;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
}

.product_bxslider .item .i_content {
    position: relative;
    margin: 0;
    padding: 20px;
    width: 100%;
}

.product_bxslider .item .i_content h4 {
    position: relative;
    margin: 0;
    padding: 0px;
    color: #e6bd65;
    text-align: center;
    text-transform: uppercase
}

.product_bxslider .item .i_content h4:hover {
    color: #e6bd65;
}

.product_bxslider .item .i_content .s_productcode {
    position: relative;
    margin: 0;
    padding: 0px;
    color: #e6bd65;
    text-align: center;
}

.product_bxslider .item .i_content .showprice {
    position: relative;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    display: table;
}

.product_bxslider .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0px;
    background: transparent;
}

.product_bxslider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 0;
    margin-top: -40px;
    outline: 0;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 1px solid #166936;
}

.product_bxslider .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: 0;
    border: 0;
    background: transparent;
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *zoom: 1;
}

.product_bxslider .bx-wrapper .bx-prev {
    left: auto;
    right: 35px;
    background: url(../images/controls-small.png) no-repeat 0 -32px;
}

.product_bxslider .bx-wrapper .bx-next {
    right: 0px;
    left: auto;
    background: url(../images/controls-small.png) no-repeat -43px -32px;
}

.product_bxslider .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    border: 1px solid #649428;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.product_bxslider .bx-pager.bx-default-pager a.active {
    border: 1px solid #ed1651;
    width: 18px;
    height: 18px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

@media (max-width: 1024px) {
}

@media (max-width: 920px) {
}

@media (max-width: 767px) {
    .product_bxslider .item .i_image {
        height: auto;
    }

    .product_bxslider .item .i_image img {
        position: relative;
    }
}

@media (max-width: 414px) {
}

.block_project_allcat {
    position: relative;
    padding: 20px 35px;
    margin: 0px;
    display: table;
}

.block_project_allcat .item .simg {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    height: 236px;
    overflow: hidden;
}

.block_project_allcat .item .simg img {
    bottom: 0;
    left: 0;
    margin: auto;
    height: auto;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    min-height: 236px;
}

.block_project_allcat .item h5 {
    position: relative;
    padding: 0;
    margin: 20px auto 0;
    width: 100%;
    text-align: center
}

.block_project_allcat .bx-wrapper, .block_project_allcat .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    width: 100%;
    left: 0;
    margin: 0;
}

.block_project_allcat .bx-wrapper .bx-controls-direction a {
    width: 30px;
    height: 45px;
}

.block_project_allcat .bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.6;
}

.block_project_allcat .bx-wrapper .bx-next {
    right: -40px;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: -38px -86px;
}

.block_project_allcat .bx-wrapper .bx-prev {
    left: -40px;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: -9px -86px;
}

.block_project_allcat .block_project_allcat .tab-content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.block_project_allcat .tab-content .item {
    width: 363px;
    height: 200px;
}

.block_project_allcat .tab-content .item img {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.block_project_allcat .tab-content .item h5 {
    position: relative;
    margin: 10px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .block_project_allcat .tab-content .item {
        width: 310px;
    }
}

@media (max-width: 768px) {
    .block_project_allcat .tab-content .item {
        width: 350px;
    }
}

@media (max-width: 767px) {
    .block_project_allcat .bx-wrapper .bx-controls-direction a {
        top: calc(50% - 45px);
    }

    .block_project_allcat .nav-tabs {
        display: block;
        width: 100%;
    }

    .block_project_allcat .nav-tabs > li {
        width: 50%;
    }

    .block_project_allcat .tab-content .item {
        width: 200px;
        height: 150px;
    }

    .block_project_allcat .item .simg {
        height: 128px;
    }
}

@media (max-width: 490px) {
}

.formcontact {
    padding: 40px;
    margin: 50px 0;
    position: relative;
    border: 2px solid #bf8c30;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.frmContact{
    padding: 50px;
}

.formcontact:before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    padding: 0;
    margin: 0;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: -67px -136px;
    width: 77px;
    height: 77px;
    z-index: 1;
    background-color: #312316;
}

.formcontact:after {
    position: absolute;
    content: "";
    bottom: -10px;
    right: -10px;
    padding: 0;
    margin: 0;
    background-image: url(../images/bg-all.png);
    background-repeat: no-repeat;
    background-position: 7px -130px;
    width: 77px;
    height: 77px;
    z-index: 1;
    background-color: #312316;
}

.formcontact p {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0 0 20px;
    text-align: center
}

.formcontact .formcontent {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
    z-index: 1;
}

.formcontact .formcontent h3.title {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0 0 20px;
    color: #fff;
}

.formcontact .formcontent .showform {
    position: relative;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.formcontact .formcontent .showform p {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0px 0 20px;
}

.formcontact .formcontent .showform p a {
    color: #1196d5
}

@media (max-width: 767px) {
    .formcontact {
        margin: 20px 0;
    }
}

.news_slider {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
}

.news_slider .item {
    padding: 0;
    margin: 0;
    width: 100%;
    background: #ffffff;
}

.news_slider .item .simg {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.news_slider .item .simg img {
    bottom: 0;
    left: 0;
    margin: auto;
    height: auto;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    min-height: 200px;
}

.news_slider .item .sdes {
    padding: 20px;
    margin: 0;
    width: 100%;
    height: 200px;
    overflow: hidden;
    color: #333;
}

.news_slider .item .sdes h4 {
    padding: 0px;
    margin: 0 0 10px;
    width: 100%;
    color: #e1be69;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.news_slider .item .sdes h4:hover {
    color: #303030;
}

.news_slider .bx-wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    display: table;
    margin: 0 auto;
}

.news_slider .bx-wrapper .bx-controls-direction a {
    background-color: rgba(255, 255, 255, 0.4);
    top: 20%;
}

.news_slider .bx-wrapper .bx-controls-direction a:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.news_slider .bx-wrapper .bx-prev {
    left: 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 2px solid #deb549;
}
.i_image {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #fff;
}

.block_primary .i_content {
    text-align: center;
    margin-bottom: 25px;
}
.news_slider .bx-wrapper .bx-next {
    right: 0px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 2px solid #deb549;
}
.frmContact {
    padding: 36px !important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.i_image img {
    bottom: 0;
    left: 0;
    margin: auto;
    height: auto;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    backface-visibility: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    transform: translateZ(0px);
    transition-duration: 0.3s;
    transition-property: transform;
    min-height: 200px;
    object-fit: scale-down;
}
@media (max-width: 1024px) {
    .news_slider .item .simg {
        height: 150px;
    }

    .news_slider .item .simg img {
        min-height: 150px;
    }
}

@media (max-width: 767px) {
    .news_slider .item .sdes {
        height: 240px;
    }
}