/**
 * @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
 */
/* NUKEVIET ICONS */
@font-face {
    font-family:'NukeVietIcons';
    src:url('../../default/fonts/NukeVietIcons.eot?avyewf');
    src:url('../../default/fonts/NukeVietIcons.eot?#iefixavyewf') format('embedded-opentype'),url('../../default/fonts/NukeVietIcons.ttf?avyewf') format('truetype'),url('../../default/fonts/NukeVietIcons.woff?avyewf') format('woff'),url('../../default/fonts/NukeVietIcons.svg?avyewf#NukeVietIcons') format('svg');
    font-weight:normal;
    font-style:normal;
}
:root {
  --main-primary: #173d9e;
  --main-secondary: #fdc700;
  --main-third: #ffaf03;
  --main-4th: #1949c4;
  --main-border: #c4c4c4;
  --main-border1: #e1e1e1;
  --main-gray: #676767;
  --main-red-light: rgba(234,67,53,1);
  --main-blue-lightest: rgb(224,237,245);
  --main-black: #000;
  --main-white: #fff;
  --main-white-gray: #dadada;
  --col-padding: 0px 15px 30px;
  --col-margin: 0px -15px;
  --col-padding-10: 0px 10px 20px;
  --col-margin-10: 0px -10px;
  --col-mb-padding: 0px 5px 10px;
  --col-mb-margin: 0px -5px;
}
@font-face {
    font-family:'URWDIN';
    src:url('../../default/fonts/URWDIN/URW++ - URWDIN-Regular.otf') format("opentype"), 
        url('../../default/fonts/URWDIN/URW++ - URWDIN-Regular.eot') format('embedded-opentype');
    font-weight: normal;
}
@font-face {
    font-family:'URWDIN';
    src:url('../../default/fonts/URWDIN/URW++ - URWDIN-Italic.otf') format("opentype"), 
        url('../../default/fonts/URWDIN/URW++ - URWDIN-Italic.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family:'URWDIN';
    src:url('../../default/fonts/URWDIN/URW++ - URWDIN-Bold.otf') format("opentype"), 
        url('../../default/fonts/URWDIN/URW++ - URWDIN-Bold.eot') format('embedded-opentype');
    font-weight: bold;
}
@font-face {
    font-family:'URWDIN';
    src:url('../../default/fonts/URWDIN/URW++ - URWDIN-Light.otf') format("opentype"),
        url('../../default/fonts/URWDIN/URW++ - URWDIN-Light.eot') format('embedded-opentype');
    font-weight: 100;
}
[class^="icon-"],
[class*=" icon-"] {
    display:inline-block;
    font:normal normal normal 14px/1 NukeVietIcons;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    transform:translate(0,0);
    vertical-align:-10%;
}
*{
    transition-duration: 0.3s;
}
a, button, input[type="submit"]{
    outline: none!important;
    -webkit-outline: none!important;
    -moz-outline: none!important;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #173d9e;
}
::-webkit-scrollbar-thumb:hover {
    background: #fdc700; 
}
.icon-lg {
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-25%;
}
.icon-horizon {
    width:14px;
}
.icon-lg.icon-horizon {
    width:22px;
}
.icon-nukeviet:before {
    content:"\e607";
}
.icon-nukeviet_sm:before {
    content:"\e608";
}
.icon-callcenter:before {
    content:"\e609";
}
.icon-today:before {
    content:"\e600";
}
.icon-qrcode:before {
    content:"\e601";
}
.icon-enter:before {
    content:"\e602";
}
.icon-exit:before {
    content:"\e603";
}
.icon-yahoo:before {
    content:"\e604";
}
.icon-old-phone:before {
    content:"\e606";
}
.icon-icq:before {
    content: "\e605";
}
.icon-viber:before {
    content: "\e60a";
}
.icon_new {
    background:url("../images/icons/new.gif") no-repeat;
    display:inline-block;
    width:33px;
    height:15px;
}
.icon_new_small {
    background:url("../images/squared-blue.png") no-repeat 0 8px;
}
.icon_list {
    background:url("../images/arrow_left_orange.png") no-repeat 0 8px;
}
/* Fonts Color */
.text-black {
    color:#000 !important;
}
.text-white {
    color:#fff !important;
}
/* Fonts Weight */
.text-normal {
    font-weight:400;
}
.text-bold {
    font-weight:800;
}
/* Fix bootstrap */
.form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-ss-block,
.visible-ss-inline,
.visible-ss-inline-block {
    display:none;
}
.hidden-ss-block {
    display:block !important;
}
.hidden-ss-inline {
    display:inline !important;
}
.hidden-ss-inline-block {
    display:inline-block !important;
}
.margin {
    margin:10px;
}
.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-width: 1px;
    border-top-style: solid;
    border-top-color: #ccc;
}
.boder-bottom{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
}
.border-left{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #ccc;
}
.border-right{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #ccc;
}
.column-margin-left{
    margin-left: 10px !important
}
.bg-gainsboro{
    background-color:#dcdcdc
}
.bg-lavender{
    background-color:#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:#dcdcdc;
    border-radius:3px;
    -webkit-border-radius:3px;
    background-color:#f7f7f7;
    color:#333;
    padding:10px;
}
.nv-info.error {
    background-color:#EFD7D7 !important;
    border-color:#DCA8A6 !important;
}
.nv-info.success {
    background-color:#edf4fa !important;
    border-color:#82b2dc !important;
}
.nv-info.info{
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.nv-info:before {
    display:inline-block;
    font-family:FontAwesome;
    font-size:20px;
    line-height:1;
    vertical-align:middle;
    margin-right:5px;
}
.nv-info.error:before {
    content:" \f057 ";
    color:#de495b;
}
.nv-info.success:before {
    content:" \f13a ";
    color:#68D044;
}
.nv-info.info:before {
    content: "\f05a";
    color:#31708f;
}
.clear {
    clear:both;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pointer {
    cursor:pointer;
}
.middle{
    vertical-align:middle
}
.align-bottom{
    vertical-align: bottom
}
.align-top{
    vertical-align: top
}
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-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    padding: 10px
}
.has-error div.radio-box,.has-error div.check-box{
    border-color: #de495b;
}
.display-inline-block{
    display: inline-block
}
.display-table {
    display:table;
}
.display-table > * {
    display:table-row;
}
.display-table > * > * {
    display:table-cell;
    padding:5px;
}
/*tooltip*/
.tooltip-inner {
    max-width:250px;
    padding:10px;
    color:#fff;
    text-align:left !important;
    background-color:#255986;
    border-radius:4px;
    height: auto;
    overflow: auto
}
.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  border-top-color: #255986;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #255986;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #255986;
}
.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #255986;
}
.tooltip-inner img.pull-left{
    margin:3px 5px 1px 0;
}
.tooltip-inner img.pull-right{
    margin:3px 1px 0 5px;
}
/* Fixed Jquery UI Style */
.ui-widget {
    font-size:12px !important;
    font-weight:400 !important;
    line-height:18px !important;
}
.ui-datepicker {
    width:18em !important;
}
.ui-datepicker select.ui-datepicker-month {
    width:59% !important;
    font-weight:normal !important;
}
.ui-datepicker select.ui-datepicker-year {
    width:39% !important;
    font-weight:normal !important;
}
figure {
    position: relative;
    padding: 3px;
    display: block;
    float: left;
    margin: 5px 10px 10px 0;
    text-align: center
}
figure.article{
    background-color: #939393;
}
figure.left{
    float: left;
    margin: 5px 10px 10px 0;
}
figure.right{
    float: right;
    margin: 5px 0 10px 10px;
}
figure.center{
    float: none;
    background: transparent;
    margin: 0 auto 10px;
    padding-top: 0;
    text-align:center
}
figure.noncaption{
    background: transparent;
    padding: 0;
}
figcaption{
    text-align: center;
    margin-top: 5px;
    font-weight: 700;
}
figure figcaption {
    font-size: 12px;
    font-weight: normal;
}
figure.article figcaption {
    color: #fff;
}
figure.article.center figcaption{
    color: inherit
}
figure.avatar{
    margin-top:0 !important
}
figure.avatar figcaption{
    position: absolute;
    bottom: 12px;
    left: 3px;
    width:calc(100% - 6px);
    background-color: #357ebd;
    color:#fff;
    font-size:11px
}
/* Global */
html,
body {
    width:100%;
    height:100%;
    margin:0;
    padding:0;        
    scrollbar-width: thin;
    scrollbar-color: #173d9e rgba(0,0,0,0.9);
}
body {
    color: #676767;
    font-family: "URWDIN",sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    background-color:#FFF;
}
a,
a:link,
a:active,
a:visited {
    color:#676767;
}
a:hover,
a:focus {
    text-decoration:none;
    color:#fdc700;
}
a.dimgray  {
    color:#707070;
}
a.dimgray:hover {
    color:#0e2132;
}
a.black  {
    color:#000;
}
a.black:hover {
    color:#0e2132;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6{
    margin:0;
    padding:0;
    line-height: 1.5
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight:700;
}
.title{
    font-size:22px
}
.hometext{
    font-weight: 700;
	text-align:justify;
}
.bodytext {
    word-break:keep-all;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    line-height: 1.7em;
}
.bodytext p{
    margin-bottom: 15px !important
}
.bodytext ol{
    list-style-type: decimal!important;
}
.bodytext ul{
    list-style-type: disc!important;
    padding-left: 40px!important;
    margin-bottom: 10px!important;
}
.bodytext li{
    margin-bottom: 0!important;
}
.bodytext div.alert{
    margin-bottom: 7px;
    margin-top: 4px;
}
iframe {
    border:0;
}
.m-bottom {
    margin-bottom:10px !important;
}
.close_tms {
    text-align: center;
    width: 60px;
    margin: auto;
    padding: 10px;
}
.wraper {
    position:relative;
    width:1120px;
    margin:0 auto;
}
.wraperheader {
    width: 100%;
    margin:0 auto;
    padding: 10px 0px;
    background:#1949c4;
    position: relative;
    z-index: 2;
}
.wraperheader.fixed{
    position: fixed;
    top: 0;
    padding: 10px 0px;
    background: #173d9e;
    box-shadow: 0px 0px 10px 0px black;
}
.wrapermenu {
    width: 100%;
    margin:0 auto;
}
.wraper_about {
    width: 100%;
     margin:0 auto;
   background: #e6e6e6;
    padding: 20px 0px 30px 0px;
}
.wraper_dichvu {
    width: 100%;
     margin:0 auto;
   background: rgba(255, 255, 255, 0.53);
   padding: 20px 0px 20px 0px;
}
.wraper_cat {
    width: 100%;
     margin:0 auto;
   background: #fff;
    padding: 60px 0px 40px 0px;
}
.wraper_tintuc {
        width: 100%;
    margin: 0 auto;
    background-color: #f7f6f5;
    background-image: url(../images/Slider01-BG.jpg);
    background-size: cover !important;
    background-position: center !important;
    padding: 60px 0px 40px 0px;
}
.panel-heading-duan {
    background: #.aside-about-call span.fa;
    text-align: center;
    color: #fff;
    min-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
}
.panel-heading-khachhang a, .panel-heading-duan a, .panel-heading-cam a, .panel-heading-xanh a {
    color: #655d5d;
}
.container,.rel {
    position:relative;
}
.fa-fix {
    margin-right:-5px;
}
.fa-pointer {
    cursor:pointer;
}
.fa-horizon {
    width:14px;
}
.fa-lg.fa-horizon {
    width:22px;
}
h3.sm {
    font-size:16px;
}
span.keyword {
    background-color:yellow;
}
.nv-fullbg {
    min-height:100%;
}
a.btn {
    color:#fff;
}
.body-bg {
    position:absolute;
    top:0;
    left:0;
    min-width:100%;
    min-height:100%;
    background-color: #ffffff;
    background-image:url(../images/header.png),linear-gradient(to bottom,#f41c1d 0,#245682 51px,rgba(255,255,255,1) 51px,rgba(255,255,255,1) 100%);
    background-repeat:no-repeat,repeat-x;
    background-position:left 51px,left top;
    background-size:100%,auto;
}
/* Header */
#header {
    position:relative;
    /*display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;*/
    align-items: center;
}
#header .logo {
    position:relative;
}
#header .logo .site_name, #header .logo .site_description{
    display: none;
}
/* breadcrumb */
.breadcrumbs-wrap{
    position: relative;
}
.breadcrumbs-wrap .display{
    /*height: 35px;*/
    overflow: hidden;
}
.breadcrumbs {
    display: inline-block;
}
.breadcrumbs li:first-child{
    margin-left: 0px;
}
.breadcrumbs li {
    float:left;
    margin: 10px;
    padding-top: 2px;
}
.breadcrumbs a, .show-subs-breadcrumbs {
    float: left;
    text-decoration: none;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0px 0px 10px black;
}
.breadcrumbs a:hover, .show-subs-breadcrumbs:hover {
    color: #fdc700;
}
.breadcrumbs a:after {
    content:"/";
    font-family: IcoFont !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    position: absolute;
    top: 0px;
    right: -14px;
    font-size: 16px;
}
.breadcrumbs li:last-child a:after{
    display: none;
}
.subs-breadcrumbs{
    margin: 0;
    padding: 0;
    background-color: #fff linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.1) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 40px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1);
    border-top: none;
    box-shadow: 0 0.063em 0.25em rgba(7, 20, 34, 0.25);
    display: none;
    z-index: 999999;
}
.subs-breadcrumbs.open{
    display: block;
}
.subs-breadcrumbs li:last-child,
.subs-breadcrumbs li:last-child a,
.subs-breadcrumbs{
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.subs-breadcrumbs li, .subs-breadcrumbs a {
    display:block;
    float:none;
}
.subs-breadcrumbs a{
    line-height:40px;
    height:40px;
    overflow: hidden;
    padding:0 10px;
}
.subs-breadcrumbs li:not(:last-child) a{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,0.1);
}
.subs-breadcrumbs a:hover{
    background-color: rgba(0,0,0,0.1)
}
.subs-breadcrumbs a em{
    display: inline-block;
    margin-right: 5px;
    color: #707070;
}
.show-subs-breadcrumbs{
    padding-right: 5px;
    margin-right: 7px;
    width: 30px;
    text-align: center;
}
.fix_banner_left {
    width:120px;
    height:480px;
    position:fixed;
    top:2px;
    left:2px;
    display:none;
}
.fix_banner_right {
    width:120px;
    height:480px;
    position:fixed;
    top:2px;
    right:2px;
    display:none;
}
/* SECOND NAV */
.second-nav{
    z-index:110
}
.second-nav .bg {
    background:#cccccc;
    background-image:linear-gradient(to bottom,rgba(0,0,0,0.05) 0%,rgba(0,0,0,0) 100%) !important;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
/* THIRD NAV */
.third-nav {
    position: absolute;
    bottom: 17px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.third-nav .row{
}
.third-nav .bg {
    
}
.third-nav .current-time {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    line-height:37px
}
.third-nav ul + .current-time{
    float:right;
    margin-top:-35px
}
.headerSearch{
    position: relative;
    text-align: right;
    /*margin-top: 22px;*/
}
.headerSearch input {
    display: inline-block;
    border: 0;
    background-color: #fff;
    height: 35px;
    position: relative;
    top: 0px;
    width: 300px;
    border-radius: 3px;
    max-width: 100%;
}
.headerSearch input:hover,
.headerSearch input:focus {
    background-color:#fff !important;
}
.headerSearch .btn-info {
    padding: 10px;
    font-size: 16px;
    border-radius: 100px;
    background: transparent;
    border: 0;
    box-shadow: none;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    color: #676767;
}
.headerSearch .btn-info:focus,
.headerSearch .btn-info.focus,
.headerSearch .btn-info:hover,
.headerSearch .btn-info:active,
.headerSearch .btn-info.active {
    /* background-color: #ffaf03; */
    /* border: 0; */
    color: #ffaf03;
}
/* Bootstrap Menu */
#menusite .navbar-default {
    background:#ffffff;
}
#menusite .navbar-default .navbar-nav > li {
    margin-left:1px;
}
#menusite .navbar-default .navbar-nav > li ::before {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    top: 15px;
    left: 0;
    opacity: .1;
    background-color: rgba(0,0,0,.87);
}
#menusite .navbar-default .navbar-nav > li:first-child {
    margin-left:4px;
}
#menusite .navbar-default .navbar-nav > li:last-child {
    margin-right:4px;
}
#menusite .navbar-default .navbar-nav > li > a {
    color: rgba(0,0,0,.87) !important;
    text-transform: uppercase!important;
    font-weight: bold!important;
}
#menusite .navbar-nav > li > a {
    white-space:nowrap;
}
#menusite .dropdown-menu {
    background-color:#f2f2f2 !important;
    border-color:#aaaaaa !important;
    border-width: 1px !important;
    border-style: solid !important;
}
#menusite .dropdown-menu > li {
    border-bottom-width :1px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
}
#menusite .dropdown-menu > li:last-child {
    border-bottom:none;
}
#menusite .dropdown-menu > li > a {
    color:#333 !important;
    line-height:30px !important;
    padding:3px 15px !important;
}
#menusite .navbar-default .navbar-nav > li > a:hover,
#menusite .navbar-default .navbar-nav > li > a:focus,
#menusite .navbar-default .navbar-nav > .active > a,
#menusite .navbar-default .navbar-nav > .active > a:hover,
#menusite .navbar-default .navbar-nav > .active > a:focus,
#menusite .navbar-default .navbar-nav > .open > a,
#menusite .navbar-default .navbar-nav > .open > a:hover,
#menusite .navbar-default .navbar-nav > .open > a:focus {
        color: #fff!important;
    background: #dc1226!important; /* Old browsers */
}
#menusite .dropdown-menu > li > a:hover,
#menusite .dropdown-menu > li > a:focus,
#menusite .dropdown-menu > .active > a,
#menusite .dropdown-menu > .active > a:hover,
#menusite .dropdown-menu > .active > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
#menusite .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color:#333333 !important;
}
#menusite .dropdown-submenu {
    position:relative;
}
#menusite .dropdown-submenu li a {
    color:#333;
    display:block;
}
#menusite .dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 5px 5px 5px;
    border-radius:0 5px 5px 5px;
}
#menusite .dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
#menusite .dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#333;
    margin-top:10px;
    margin-right:-5px;
}
#menusite .dropdown-submenu.pull-left {
    float:none;
}
#menusite .dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:5px 0 5px 5px;
    border-radius:5px 0 5px 5px;
}
/* Head-Nav */
.header-nav {
    width:100%;
    background-color:transparent;
    padding: 5px 0px;
}
.header-nav a {

}
.header-nav a:hover {

}
.header-nav a.button {
    display:inline-block;
    padding:8px;
    color:#dcdcdc;
    line-height:1;
    background-color:#f41c1d;
    border-width:2px;
    border-color:transparent transparent #f41c1d #f41c1d;
    border-style:solid;
    border-radius:5px;
    -webkit-border-radius:5px;
}
.header-nav a.button:hover,
.header-nav a.active {
    background-color:#245682 !important;
    color:#ffffff !important;
}
/* TIP POPUP and FTIP POPUP */
#tip,
#ftip {
    position:absolute;
    color:#333 !important;
    background-color:#eeeeee;
    max-width:485px;
    box-shadow:0 2px 10px rgba(0,0,0,0.2);
    z-index:1000;
    display:none;
}
#tip {
    top:51px;
    right:0;
    min-height:51px;
    margin-right:10px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
#ftip {
    bottom:45px;
    left:0;
    min-height:51px;
    margin-left:10px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}
#tip .bg,
#ftip .bg {
    padding:15px;
    border-bottom-color:#aaaaaa;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#tip .bg {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
#ftip .bg {
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}
#tip .tip-footer,
#ftip .tip-footer {
    background-color:#e5e5e5;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding:10px;
}
#tip .tip-footer {
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
    margin:10px -15px -16px;
}
#ftip .ftip-footer {
    margin:10px -15px -15px;
}
#tip h3,
#ftip h3 {
    font-size:13px;
    font-weight:700;
    margin-bottom:15px;
}
#tip ul {
    margin:0;
    padding:0;
}
#tip a {
    color:#333 !important;
}
#tip .socialList a {
    color:#fff !important;
}
/* Blocks social-icons,contactDefault and personalArea */
/* Blocks social-icons,contactDefault and personalArea */
.social-icons,
.personalArea {
    float:right;
    margin:0 10px;
}
.contactDefault {
    position: absolute;
    top:0;
    left:0;
    line-height:31px;
    margin:0 10px;
}
.personalArea {
    margin-left:50px;
}
.personalArea a.button.user,
.personalArea a.button.user:hover {
    width:30px;
    height:30px;
    margin-top:11px;
    border-width:0;
    border-radius:15px !important;
    -webkit-border-radius:15px !important;
    background-color:transparent !important;
    background-size:contain;
}
.qlist {
    position:absolute;
    left:0;
    bottom:35px;
    width:100%;
    background:#D8EAF8;
    border:1px solid #ADD3F0;
    padding:10px;
    z-index:1000;
    display:none;
}
/* block counter */
.counter.display-table{
    width:100%
}
.counter span + span{
    text-align: right;
}
/* guestBlock */
.guestBlock {
    width:350px;
}
.guestBlock > h3 {
    border-bottom-width :1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}
.guestBlock > h3 > a {
    display:inline-block;
    line-height:34px;
    padding:0 17px;
    background-color:#e5e5e5;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}
.guestBlock > h3 > a:hover,
.guestBlock > h3 > a.current {
    background-color:#cccccc;
}
.socialList,
.contactList {
    text-align: center;
    list-style:none;
    padding:0;
    margin:0;
}
.socialList li,
.contactList li {
    display:inline-block;
    margin-right:10px;
}
.socialList li:last-child,
.contactList li:last-child {
    margin-right:0 !important;
}
.socialList li a {
    display:block;
    width:40px;
    height:40px;
    line-height:40px;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-size: 25px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.socialList li a:hover{
    color:#fdc700;
}
/*.socialList li a[href*="facebook"]:hover {
    background-color:#3D5D8C;
}
.socialList li a[href*="google"]:hover,
.socialList li a[href*="youtube"]:hover {
    background-color:#DD4B39;
}
.socialList li a[href*="twitter"]:hover {
    background-color:#50A0D7;
}
.socialList li a[href*="feeds"]:hover {
    background-color:#FF9900;
}
.socialList li .fa {
    margin-right:-4px;
}*/
/* Body */
#body {
/*    background-color:#fff;
    border-color:#dcdcdc;
    border-style:solid;
    border-width:0 1px 0 1px;
    box-shadow:0 0 4px rgba(0,0,0,0.15);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.15);*/
}
/* Footer-NAV2 */
.footerNav2 {
    position:relative;
    width:100%;
    color:#fff;
       border-top: 1px solid #8e4343;
 margin-top:10px;
 padding-top:5px;
}
 .theme-change {
    float:left;
padding-top:10px;
}
 .theme-change a,
 .theme-change span {
 display:inline-block;
color:#8e4343;
}
 .theme-change .fa-lg {
    font-size:14px;
}
.theme-change .fa-mobile {
    font-size:20px;
    margin-right:-2px;
}
 .bottom_bttop {
    float:right;
}
 .bottom_bttop a {
       margin-left:2px;
    margin-right:2px;
    display:block;
    height:35px;
    width:35px;
    float:right;
    line-height:35px;
    background-color:#FEC503;
    color:#fff;
    font-size:14px;
    text-align:center;
    border-radius:20px;
    -webkit-border-radius:20px;
}
 .bottom_bttop a:hover {
    color:#fff;
    background-color:#b72431;
}
 .bottom_bttop em {
    margin-right:-2px;
}
/* Footer */
.footer_bottom{

}
#footer{
    position: relative;
    padding: 40px 0px 40px;
    background: #173d9e;
}
#footer h3 {
    font-weight:700;
    font-size:15px;
    letter-spacing:0.5px;
    text-transform:uppercase;
    margin-bottom: 10px;
    color: #fff;
}
#footer h3 a {
    color:inherit;
}
#footer p {
    margin:0;
    padding:0;
}
/* Block Footer-Menu */
#footer .menu {
    list-style:none;
    padding:0;
    margin:0;
}
#footer .menu li {
    position:relative;
    display:inline-block;
    width:100%;
    padding:0;
    margin:0;
    color: #6d6d6d;
}
#footer .menu li a{
    display: block;
    white-space: nowrap;
    color: #fff;
    padding: 5px 0;
    font-weight: 100;
}
#footer .menu li a:before {
}
#footer .menu li a:hover {
    color:#fdc700;
}
#footer .menu li a:hover:before {
    
}
/* Block copyright*/
.copyright {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
}
.copyright span a {
    color: #fff;
}
.copyright span a:hover {
    color: #fdc700;
}
/* Block Company info */
.company_info{
    padding:0;
    color:#fff;
}
.company_info a{
    color:#fff;
}
.company_info a:hover{
    color:var(--main-secondary);
}
.company_info li {
    display:table;
    clear:both;
    padding-bottom: 7px;
}
.company_info .company_name {
    text-transform:uppercase;
    font-size: 22px;
    font-weight: bold;
}
.company_info li > em,
.company_info li > span {
    display:table-cell;
    vertical-align:middle;
	word-wrap: anywhere;
}

.company_info li.company_name > span {
    display:inline;
}
.company_info li em {
    font-size:1.4em;
    width:26px;
    text-align:center;
    padding-right:10px;
}
.company-map {
    width:100%;
    height:300px;
}
/* Page break line */
.nv-hr {
    clear:both;
    height:1px;
    border-bottom-width: 1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
    margin:10px 0;
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
    -box-shadow:0 1px 1px rgba(0,0,0,0.1);
}
.nv-hr.nv-hr-lg {
    margin:20px 0;
}
.nv-hr.nv-hr-sm {
    margin:5px 0;
}
/* Social share,social button */
.nv-social-share {
    list-style:none;
    margin:0;
    padding:4px 5px 0 5px!important;
}
.nv-social-share li {
    display:inline-block;
    margin-bottom: 0!important;
    /* height: 20px; */
}
.nv-social-share li.facebook {
    position:relative;
    top:-3px;
    /* padding-right:40px; */
}
/* Form control */
.nv-captcha {
    vertical-align:middle;
}
.nv-recaptcha-default {
    margin: 0 auto;
    width: 304px;
    height: 78px;
}
.nv-recaptcha-compact {
    margin: 0 auto;
    width: 164px;
    height: 144px;
}
/* List item */
.nv-list-item {
    list-style:none;
    margin:0;
    padding:0;
}
.nv-list-item h3{
    display:inline-block;
}
.nv-list-item li {
    padding:4px;
    margin:0 !important;
}
.nv-list-item.sm li {
    padding:2px;
}
.nv-list-item.xsm li {
    padding:1px;
}
.nv-list-item.lg li {
    padding:10px;
}
/* sub-list-icon */
.sub-list-icon > li + li > *:before{    color: #707070;
    content: " \f101 ";
    font-family:FontAwesome;
    font-size: 8px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    vertical-align:middle;
    margin-right:5px
}
.sub-list-icon > li:first-child + li > *:before{    color: #707070;
    content: " \f101 ";
    font-size: 12px;
    margin-top: -2px;
}
/* List none */
.list-none {
    list-style:none;
    margin:0;
    padding:0;
}
/* Block global */
.nv-block-banners {
    position:relative;
    margin-bottom:10px;
    text-align:center;
}
.nv-block-banners .link {
    position:absolute;
    top:0;
    left:0;
}
.nv-block-banners img {
    max-width:100% !important;
    height:auto;
}
.nv-block-rss li {
    border-bottom-width:1px;
    border-bottom-color: #dcdcdc;
    border-bottom-style: solid;
}
.nv-block-rss li:last-child {
    border:none;
    padding-bottom:0;
}
.nv-block-rss li:first-child {
    padding-top:0;
}
.nv-block-rss img {
    padding:4px;
    line-height:1.42857143;
    background-color:#fff;
    border-width: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    border-radius:4px;
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    display:inline-block;
    max-width:100%;
    height:auto;
    position:relative;
    top:4px;
    margin-right:10px;
    margin-bottom:5px;
}
/* Info die */
.nv-infodie {
    margin:0 auto;
    box-shadow:0 0 4px rgba(0,0,0,0.15);
    -webkit-box-shadow:0 0 4px rgba(0,0,0,0.15);
    border-width:1px;
    border-color: #dcdcdc;
    border-style: solid;
    background-color:#fff;
    position:absolute;
    min-height:300px !important;
    min-width:300px !important;
    display:table;
}
.nv-infodie .panel-body {
    display:table-cell;
    vertical-align:middle;
}
/* panel-body */
.panel-body p {
    margin:0;
}
.panel-body ul {
    margin:0;
    padding:0;
}
.panel-body ul li {
    margin-bottom:5px;
}
.panel-body img {
    margin-right:5px;
}
.panel-body ul li:last-child {
    margin-bottom:0;
}
.nv-infodie .logo {
    max-width:90% !important;
    margin-bottom: 10px
}
/* Form */
input[type="checkbox"],
input[type="radio"] {
    border-width:1px;
    border-style:solid;
    border-color:#aaaaaa;
    clear:none;
    cursor:pointer;
    display:inline-block;
    line-height:0;
    height:16px;
    margin:-3px 4px 0 0;
    outline:0;
    padding:0 !important;
    text-align:center;
    vertical-align:middle;
    width:16px;
    min-width:16px;
    -webkit-appearance:none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    color:#707070;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.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:#333333;
}
input[type=radio]:checked:before {
    content:'\2022';
    text-indent:-9999px;
    border-radius:50px;
    font-size:24px;
    width:6px;
    height:6px;
    margin:4px;
    line-height:16px;
    background-color:#333333;
}
.img-thumbnail {
    background-color: #cccccc;
    border: none;
    border-radius: 3px;
    max-width: 100%;
    padding: 1px;
}
.fb-like {
    /* height:30px; */
    /* margin-right:50px; */
}
.navbar-inverse {
    background-color:#d9e8f4;
    border-color:#2a6496;
}
.navbar-inverse .navbar-nav > li > a {
    color:#FFFFFF;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color:#ffffff;
    background-color:#2a6496;
}
.panel-primary {
    border-color: #ddd;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #dc1226;
    border-color: #ddd;
}
.panel-default>.panel-heading {
       text-transform: uppercase;
    border-bottom: 2px solid #f41c1d;

    color: #f41c1d;
    font-size: 16px;
    font-weight: 600;
    background: #ececec;
}
.panel-heading {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,0);
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    padding:10px;
}
.panel-primary>.panel-heading>a {
    color:#fff;
}
.panel-primary>.panel-heading>a:hover {
    color:#dcdcdc;
}
table caption {
    color:#357ebd;
    text-align:left;
    font-size:13px;
    font-weight:700;
    line-height:22px;
    padding:0 0 5px 2px;
}
blockquote {
    font-size:13px;
}
.modal-header .close {
    margin-top:-2px;
}
button.close {
    padding:0;
    cursor:pointer;
    background:0 0;
    border:0;
    -webkit-appearance:none;
}
.close {
    float:right;
    font-size:21px;
    font-weight:700;
    line-height:1;
    color:#000;
    text-shadow:0 1px 0 #fff;
    opacity:.2;
}
.modal-body{
    padding:15px
}
#sitemodal .modal-dialog {
  position: relative;
  width: auto !important;
  max-width: 600px;
  text-align: center;
  font-size: 0;
}
#sitemodal .modal-content{
    width: auto;
    display: inline-block;
    font-size: 14px;
    text-align: left
}
#sitemodal .close, #sitemodalTerm .close{
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 24px;
    height:24px;
    background-color: #000;
    color:#fff;
    font-size:11px;
    opacity:0.8;
    border-width:2px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 12px
}
#sitemodal .close:hover{
    opacity:1;
}
@media (max-width: 619px) {
    #sitemodal .modal-dialog{
        margin-left: 10px;
        margin-right: 10px;
    }
  #sitemodal .modal-content{
        display: block
    }
}
#sb-container {
    z-index:99999999 !important;
}
.chromeframe {
    position:fixed !important;
    top:0 !important;
    right:0;
    left:0;
    width:100% !important;
    z-index:99999999999999 !important;
    background-color:#ffff00 !important;
    color:#000 !important;
    height:25px;
    line-height:25px;
    padding:0.2em 0;
    text-align:center !important;
}
#timeoutsess {
    display:none;
}
#timeoutsess a {
    color:#2f70a7 !important;
}
/* Block featured-products */
.featured-products > .row {
    margin-bottom:35px;
}
.featured-products > .row:last-child {
    margin-bottom:0;
}
.featured-products .img-thumbnail {
    margin-top:3px;
    margin-bottom:10px;
    background-color:#fff !important;
    border-width:1px !important;
    padding:0 !important;
}
.featured-products ul {
    margin:0;
    padding:0;
}
.featured-products ul > li {
    margin-bottom:5px;
}
.featured-products ul > li:before {
    font-family:'FontAwesome';
    content:"\f105";
    margin-right:5px;
}
/* Account Level */
[class^="lev-"],
[class*=" lev-"]{
    display:inline-block;
}
[class^="lev-"]:before,
[class*=" lev-"]:before{
    font-family: FontAwesome;
    font-size:inherit;
    margin-right: 5px
}
.lev-1:before{
    content: " \f005 \f005 \f005 "
}
.lev-2:before{
    content: " \f005 \f005 \f006 "
}
.lev-3:before{
    content: " \f005 \f006 \f006 "
}
.lev-user:before{
    content: " \f007 "
}
/* module Contact*/
.contact-result{
    position:absolute;
    top:40px;
    left:5%;
    width:90%;
    float:left;
    z-index:2;
    padding:30px 20px;
    display:none
}
/* Block module-menu */
.module-menu{
    display:block;
    float:left;
    width:100%;
    background-color: #333
}
.module-menu ul{
    margin:0;
    padding:0
}
.module-menu a {
    display:block;
    border-bottom-width:1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,0.1);
    background-color:#f41c1d;
    background-image:linear-gradient(to right,#f41c1d 4px,#f41c1d 4px);
    background-repeat:repeat-x;
    color:#fff;
    text-decoration: none;
    margin:0;
    padding: 9px 10px 9px 20px;
    cursor: pointer;
}
.module-menu a:before{
    font-family:'FontAwesome';
    content:" \f105 ";
    margin-right:5px;
}
.module-menu a.home:before{
    content:" \f07c ";
}
.module-menu a.active{
    background-color:#a6c8e6;
}
.module-menu a:hover,.module-menu a.active,.module-menu a:focus{
    color:#333;
    text-decoration:none;
    background-image:linear-gradient(to right,#42cac5 4px,rgba(0,0,0,0) 4px);
}
.calendar-icon{
    background-image: url(../../../assets/images/calendar.jpg);
    background-position: right 6px center;
    background-repeat: no-repeat;
    padding-right: 26px;
}
/*alert*/
.nv-alert {
    position:fixed !important;
    top:25% !important;
    right:0;
    left:0;
    width:350px !important;
    margin:auto;
    z-index:99999999999999 !important;
    text-align:center !important;
    padding-top: 30px !important;
    padding-bottom: 30px !important
}
.select2-container--default .select2-selection--single,
.select2-container--bootstrap .select2-selection--single
{
    height: 32px !important;
    padding: 0 0 0 4px;
    font-size: 13px;
}
.select2-container, .select2-dropdown, .select2-search, .select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
a.scrollup{
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
    text-align: center;
    line-height: 46px;
    background: #fdc700;
    color: #fff;
    border:1px solid #fdc700;
    border-radius: 50px;
    font-size: 34px;
    z-index: 1;
    transition: all 0s;
}
a.scrollup:hover{
    background: #fff;
    color: #fdc700;
}
.template_default .template_title{
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
    color:#676767;
    margin-bottom: 40px;
}
.template_default .template_title a{
    color:#676767;
}
.template_default .template_title .template_subtitle, .template_default .template_subtitle{
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
}
.template_default .template_title .template_slogan{
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
}
.lazy-img{
    display: block;
    width: 100%;
    transition: all 0.3s, opacity 0s;
}
#twitter-widget-0{
    /* top: 5px; */
    position: relative!important;
}
.fb-like {
    /* height:30px; */
}
.block_contact .block_contact-title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 20px;
}
.block_contact .block_contact-body .contact-title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #676767;
}
.block_contact .block_contact-body .contact-note{
    color: #676767;
    margin-bottom: 20px;
}
.block_contact .block_contact-body .nv-fullbg, .block_contact .block_contact-body  .block_info_contact.row{
    width: 70%;
    margin: 0 auto;
}
.block_contact .block_contact-body .form-group .input-group{
    width: 100%;
}
.block_contact .block_contact-body input[type="text"], .block_contact .block_contact-body input[type="email"], .block_contact .block_contact-body select{
    height: 40px;
    border: 1px solid #173d9e;
    font-size: 16px;
    border-radius: 2px;
    z-index: 1;
}
.block_contact .block_contact-body textarea{
    border-radius: 2px;
    border: 1px solid #173d9e;
    font-size: 16px;
    resize: none;
}
.block_contact .block_contact-body .info_phone,.block_contact .block_contact-body .info_email{
    text-align: center;
}
.block_contact .block_contact-body .block_info_contact.row{
    border: 2px dashed #999;
    background: #f7f7f7;
    padding: 15px 0px;
    margin-bottom: 30px;
}
.block_contact .block_contact-body .icon_info_contact{
    color:#173d9e;
    font-size: 50px;
}
.block_contact .block_contact-body .content_info_contact a{
    font-size: 22px;
    font-weight: bold;
    color: #676767;
    word-wrap: anywhere;
}
.block_contact .block_contact-body .content_info_contact a:hover{
    color: #173d9e;
}
.block_contact .btn-send_contact.btn_default, .contact_home .btn-send_contact.btn_default{
    width: 100%;
    font-weight: 500;
    font-size: 24px;
}
.order_form{
    padding-right: 20px;
}
.order_products{
    padding-left: 20px;
}
.order_form .control-label{
    padding: 0 10px 0px 0px;
    line-height: 32px;
}
.list_order_products{
    margin-bottom: 10px;
}
.list_order_products .anhsp_order{
    max-width: 30.2%;
    margin-right: 20px;    
    width: 30.2%;
    height: 100px;
    object-fit: contain;
}
.list_order_products .anhsp_order img{
    width: 100%;
    object-fit: contain;
}
.list_order_products [class*="order_price"]{
    line-height: 34px;
}
.table_cart th, .table_cart td, .table_cart .number_order input{
    text-align: center;
}
.table_cart td.table-title, .table_cart th.table-title{
    text-align: left;
}
.table_cart td.table-money{
    text-align: right;
}
.table_cart .number_order input{
    margin-top: 35px;
}
.table_cart tbody > tr > td{
    line-height: 100px;
}
.table_cart .table-title .cart_img{
    display: inline-block;
    margin-right: 20px;
}
.table_cart .table-title .cart_img img{
    width: 125px;
    height: 100px;
    max-width:125px;
    object-fit: contain;
    position: relative;
}
.setting_price_cart{
    display: inline-block;
}
.cart_title{

}
.owl-theme .owl-nav{
    position: unset;
    margin: 0!important;
}
.owl-theme .owl-nav [class*="owl-"]{
    position: absolute;
    top: 50%;
    opacity: 0;
    color: #fff!important;
    margin: 0!important;
    padding: 0!important;
    background: transparent!important;
    font-size: 70px!important;
    transform: translateY(-50%);
    transition: all 0.3s;
}
.owl-theme:hover .owl-nav [class*="owl-"]{
    opacity: 1;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    color: #fdc700!important;
}
.owl-theme .owl-nav .owl-prev{
    left: 2px;
}
.owl-theme .owl-nav .owl-next{
    right: 2px;
}
.owl-theme.slider {
    overflow: hidden;
}
.mg15.row{
    margin:0px -15px;
}
.mg15.row > [class*="col-"]{
    padding:0px 15px 30px;
}
.mg10.row{
    margin:0px -10px;
}
.mg10.row > [class*="col-"]{
    padding:0px 10px 20px;
}
.mg5.row{
    margin:0px -5px;
}
.mg5.row > [class*="col-"]{
    padding:0px 5px 10px;
}
.mg0.row{
    margin:0px;
}
.mg0.row > [class*="col-"]{
    padding:0px;
}
.ratio_4-3, .ratio_1-1, .ratio_16-9{
    position:relative;
    overflow:hidden;
    display:block;
}
.ratio_4-3:before, .ratio_1-1:before, .ratio_16-9:before{
    content: "";
    display: block;
    width: 100%;
}
.ratio_4-3:before{
    padding-top: 75%;
}
.ratio_1-1:before{
    padding-top: 100%;
}
.ratio_16-9:before{
    padding-top: 56.25%;
}
.ratio_4-3 img, .ratio_1-1 img, .ratio_1-1 iframe, .ratio_16-9 iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
/*==============================END DEFAULT CSS================================*/

/*==============================CUSTOM CSS================================*/
.font-roboto{
    font-family: "Roboto",sans-serif;
}
.mg15.row{
    margin:0px -15px;
}
.mg15.row > [class*="col-"]{
    padding:0px 15px 30px;
}
.mg10.row{
    margin:0px -10px;
}
.mg10.row > [class*="col-"]{
    padding:0px 10px 20px;
}
[class*="btn_default"] a, input[class*="btn_default"], button[class*="btn_default"]{
    padding: 10px 20px;
    border: 1px solid;
    border-radius: 100px;
    display: inline-block;
}
[class*="btn_default"] a:hover{

}
.btn_default-bg_yellow-white a, input.btn_default-bg_yellow-white, button.btn_default-bg_yellow-white{
    border-color: #fdc700;
    color: #fff;
    background:#fdc700;
}
.btn_default-bg_yellow-white a:hover, input.btn_default-bg_yellow-white:hover, button.btn_default-bg_yellow-white:hover{
    background: #ffaf03;
    color: #fff;
    border-color: #ffaf03;
}
.btn_default-bg_transparent-white a, input.btn_default-bg_transparent-white, button.btn_default-bg_transparent-white{
    border: 1px dotted #fdc700;
    color: #fff;
    background:transparent;
}
.btn_default-bg_transparent-white a:hover, input.btn_default-bg_transparent-white:hover, button.btn_default-bg_transparent-white:hover{
    border: 1px solid #fdc700;
    color: #fff;
    background:#fdc700;
}
.btn_default-bg_transparent-white2 a, input.btn_default-bg_transparent-white2, button.btn_default-bg_transparent-white2{
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 40px;
    background:transparent;
}
.btn_default-bg_transparent-white2 a:hover, input.btn_default-bg_transparent-white2:hover, button.btn_default-bg_transparent-white2:hover{
    border: 1px solid #fdc700;
    color: #fff;
    background:#fdc700;
}
.btn_default-bg_white-gray a, input.btn_default-bg_white-gray, button.btn_default-bg_white-gray{
    border: 1px solid rgb(190,190,190);
    color: #676767;
    background: #fff;
}
.btn_default-bg_white-gray a:hover, input.btn_default-bg_white-gray:hover, button.btn_default-bg_white-gray:hover{
    border-color: #fdc700;
    color: #fff;
    background:#fdc700;
}
.top_header{
    background: #173d9e;
}
.block_top_hotline{
    color: #fff;
    font-size: 15px;
}
.block_top_hotline .top_hotline_link{
    font-style: italic;
    color: #fff600;
    font-weight: bold;
    font-size: 18px;
}
.block_top_hotline .top_hotline_link p{
    margin: 0;
    display: inline;
}
.block_top_hotline .top_hotline_link a{
    color: #fdc700;
    font-family: "Roboto",sans-serif;
}
.block_top_address{
    display: flex;
    font-size: 15px;
    color: #fff;
    align-items: center;
}
.block_top_address i{
    font-size: 18px;
    margin-right: 7px;
}
.block_top_address p{
    margin:0;
}
.hover_scale_img{
    overflow: hidden;
}
.hover_scale_img:hover img{
    transform: scale(1.1);
}
/*
.block_cat_menu{
    margin-top: 22px;
}
.cat_menu{
    background: #173d9e; 
}
.cat_menu-list{
    font-size: 0;
    text-align: right;
    margin: 0;
}
.cat_menu-list .cat_menu-item{
    font-size: 16px;
    display: inline-block;
    margin:0px 5px;
}
.cat_menu-list .cat_menu-item:first-child{
    margin-left: 0;
}
.cat_menu-list .cat_menu-item:last-child{
    margin-right: 0;
}
.cat_menu-list .cat_menu-item a {
    padding: 10px 25px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}
.cat_menu-list .cat_menu-item a:hover{
    background: #fdc700;
    color: #fff;
    border-radius: 50px;
}*/
.block_slider{
	height: calc(100vh - 38px - 90px);
	max-height:1080px;
}
.block_slider .slider .slider-height .owl-stage{
	/* display:flex; */
}
.block_slider .slider, .block_slider .slider .slider-height, .block_slider .slider .slider-height .owl-stage, .block_slider .slider .slider-height .owl-item, .slider_item-img{
	height:100%!important;
}
.block_slider .slider .slider-height .owl-item{
	overflow:hidden;
}
.slider_item-img{
	background-position: center;
	background-repeat: no-repeat;
    background-size: cover;
	animation: scaleImgSlider 14s 0s infinite ease;
}
.slider_item{
    position: relative;
}
.slider_item > a{
    position: relative;
    display: block;
}
.slider_item > a:after{
    position: absolute;
    content: "";
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(black 10%, transparent 30%);
    opacity: 0.5;
}
.slider_item .slider_item-content{
    position: absolute;
    top: 50%;
    left: 50%;
    /*width: 60%;*/
    transform: translate(-50%,-50%);
}
.slider_item .slider_item-content .slider_item-des{
    font-size: 28px;
    width:50%;
    color: #fff;
    font-weight: bold;
    /*text-align: center;*/
}
.slider_item .slider_item-content .slider_item-btn{
    display: none;
}
.block_hotline{
    position: absolute;
    top:50%;
    right:15px;
    z-index: 1;
    color: #fff;
}
.block_hotline i{
    width: 54px;
    height: 54px;
    line-height: 51px;
    font-size: 40px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50px;
    margin-right: 10px;
    text-shadow: 0px 0px 10px #000000b5;
    box-shadow: 0px 0px 10px 0px #000000b5;
}
.block_hotline-text p{
    margin:0;
}
.block_hotline-text a{
    font-size: 32px;
    font-weight: bold;
    color: red;
    text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 6px 7px 2px rgba(206,89,55,0);
    line-height: 1.2;
}
.language{
    color: #fff;
    font-weight: lighter;
    text-align: right;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 24px;
}
.language .splash{
    
}
.language .language-item a{
    color: #fff;
}
.language .language-item a:hover{
    text-decoration: underline;
}



.full-foods_photos{
    padding: 40px 5px;
}
.full-foods_photos .wraper > .row{
    margin:0 -0.5px;
}
.full-foods_photos .wraper > .row > div[class*="col-"]{
    padding: 0 0.5px 1px;
}
.list_food .row{
    margin: 0 -0.5px;
}
.list_food .row > div[class*="col-"]{
    padding: 0 0.5px 1px;
}
.list_food-img a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
}
.list_food-img a:after{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: linear-gradient(transparent 32%, #000000c9 100%);
}
.list_food-item{
    position: relative;
}
.list_food-title{
    position: absolute;
    bottom:15px;
    left:0;
    font-size: 20px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.list_food-title a{
    color: #fff;
}
.list_food-item:hover .list_food-viewmore{
    opacity: 1;
}
.list_food-viewmore{
    position: absolute;
    top:50%;
    left:50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    background:var(--main-secondary);
    border-radius: 3px;
    font-size: 18px;
}
.list_food-viewmore:hover{
    background:var(--main-primary);
}
.list_food-viewmore a{
    color:#fff;
    padding:7px 20px;
    display: block;
}

.list_photos{
    height:calc(100% - 1px);
}
.list_photos.owl-carousel .owl-stage-outer, .list_photos.owl-carousel .owl-stage, .list_photos.owl-carousel .owl-item{
    height:100%;
}
.list_photos-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.list_photos.owl-theme .owl-nav [class*="owl-"]{
    top: 8px;
    opacity: 1;
    transform: none;
    line-height: 1;
    font-size: 27px !important;
}
.list_photos.owl-theme .owl-nav .owl-prev{
    right: 39px;
    left: auto;
}
.list_photos.owl-theme .owl-nav .owl-next{
    right: 8px;
}
.page_post{
    position: relative;
    overflow: hidden;
    background: var(--main-primary);
    max-height: 500px;
}
.page_post-img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% / 2);
}
.page_post-img img{
    height: 100%;
    object-position: right center;
    object-fit: cover;
}
.page_post-wraper{
    width: 1200px;
    max-width: 100%;
    margin:0 auto;
}
.page_post-content{
    padding:100px 0 100px 100px;
    color:#fff;
}
.page_post-title{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}
.page_post-title a{
    color:#fff;
}
.page_post-title a:hover{
    color:var(--main-secondary);
} 
.page_post-des{
	text-align:justify;
    margin: 10px 0px;
	line-height: 1.6;
}
.page_post-btn a{
    border:0;
}
.full-gioithieu_tiengiang{
    padding:60px 0 40px;
}
.gioithieu-item{
    text-align: center;
    width: 730px;
    margin: 0 auto;
    max-width: 100%;
}
.gioithieu-title{
    font-weight: bold;
    font-size: 34px;
    text-transform: uppercase;
}
.gioithieu-des{
    text-align: justify;
    margin:10px 0;
}
.donvi-img{
    border:1px solid var(--main-border1);
}
.donvi-title{
    text-align: center;
    margin-top:10px;
    text-transform: uppercase;
}
.donvi_list.owl-theme .owl-dots .owl-dot.active span, .donvi_list.owl-theme .owl-dots .owl-dot:hover span{
    background: var(--main-primary);
}
.donvi_list.owl-theme .owl-dots .owl-dot span{
    background: #676767;
}

.full-procedure2{
    padding: 40px 0px;
}
.list_info_gioithieu-img{
    width: 400px;
    max-width: 100%;
    border-radius: 300px;
    margin: 0 auto 20px;
}
.list_info_gioithieu-btn{
    text-align: center;
}
.list_info_cat{

}
.list_info_cat .list_info_cat-item{
    
}
.list_info_cat .list_info_cat-item .list_info_cat-img{
    overflow: hidden;
    position: relative;
    border-radius: 10000px;
    box-shadow: 0px 0px 20px -3px black;
    max-width: 220px;
    margin:0 auto;
}
.list_info_cat .list_info_cat-item:hover .list_info_cat-img img{
    transform: scale(1.1);
}
.list_info_cat .list_info_cat-item .list_info_cat-img > a{
    display: block;
    /* position: relative; */ 
}
.list_info_cat .list_info_cat-item .list_info_cat-img > a:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #173d9e;
    opacity: 0;
    transition: all 0.3s;
}
.list_info_cat .list_info_cat-item:hover .list_info_cat-img > a:after{
    opacity: 0.8;
}
.list_info_cat .list_info_cat-item .list_info_cat-img .list_info_cat-btn{
    position: absolute;
    top: -50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    opacity: 0;
    text-align: center;
}
.list_info_cat .list_info_cat-item:hover .list_info_cat-img .list_info_cat-btn{
    top: 50%;
    opacity: 1;
}
.list_info_cat .list_info_cat-item .list_info_cat-img .list_info_cat-title{
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 10px black;
}
.list_info_cat .list_info_cat-item .list_info_cat-img .list_info_cat-title a{
    color: #fff;
}
.list_info_cat .list_info_cat-item .list_info_cat-des{
    margin-top: 12px;
    text-align: center;
}

.full-khachsan{
    /*background-image: url('/themes/default/images/bg_khachsan.png');*/
    background-repeat: no-repeat;
    padding: 40px 0px;
    background: #f4f4f4;
    /* background-size: 100% calc(100% - 70px); */
    background-size: cover;
    background-repeat: no-repeat;
    overflow:hidden;
}
.full-khachsan > p{
    display: none;
}
.full-khachsan .template_default .template_title{
    /*color: #fff;*/
}
.full-khachsan .template_default .template_title a{
    /*color: #fff;*/
}
.news_cat_ks-item{
    border:1px solid #c4c4c4;
    border-radius: 10px;
    background: var(--main-white);
}
.news_cat_ks-content{
    padding:20px;
}
.news_cat_ks-title{
    font-weight: bold;
    text-transform: uppercase;
}
.cat_type_1{
    border-radius: 10px;
    overflow: hidden;  
    background: transparent;
}
.cat_type_1 .cat_type_1-img, .cat_type_1 .cat_type_2-img{
    overflow:hidden;
}
.cat_type_1 .cat_type_1-img img, .cat_type_1 .cat_type_2-img img{
    transition: all 0.3s, opacity 0s !important;
}
.cat_type_1 .cat_type_1-img:hover img, .cat_type_1 .cat_type_2-img:hover img{
    transform: scale(1.1);
}
.cat_type_1 .cat_type_1-content{
    border: 1px solid #e1e1e1;
    border-top: 0;
    padding: 10px;
    font-size: 0;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
	position: relative;
}
.cat_type_1 .cat_type_1-content.-list_room{
	min-height: 100px;
}
.cat_type_1 .cat_type_1-content .cat_type_1-title{
    font-size: 16px;
    /* width: calc(100% - 131px); */
    text-transform:uppercase;
    display: block;
    vertical-align: middle;
    line-height: 42px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /* margin-right: 10px; */
}
.cat_type_1 .cat_type_1-content.-list_room .cat_type_1-title{
    font-size: 18px;
    line-height: 28px;
}
.cat_type_1 .cat_type_1-content .cat_type_2-title{
    font-size: 16px;
    text-transform:uppercase;
    display: block;
    vertical-align: middle;
    line-height: 42px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.cat_type_1 .cat_type_1-content .cat_type_1-title a, .cat_type_1 .cat_type_1-content .cat_type_2-title a{
    color:#173d9e;
}
.cat_type_1 .cat_type_1-content .cat_type_1-title a:hover, .cat_type_1 .cat_type_1-content .cat_type_2-title a:hover{
    color:#fdc700; 
}
.cat_type_1 .cat_type_1-content .cat_type_1-type_bed, .cat_type_1 .cat_type_1-content .cat_type_1-price{	
    color:#173d9e;
	font-size:16px;
	line-height:26px;
}
.cat_type_1 .cat_type_1-content .cat_type_1-price{
	
}
.cat_type_1 .cat_type_1-content .cat_type_1-btn{
    font-size: 14px;
    /*width: calc(100% - 67%);*/
    display: inline-block;
    vertical-align: middle;
    text-align:right;
}
.cat_type_1 .cat_type_1-content.-list_room .cat_type_1-btn{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.block_cat_type_1.owl-theme .owl-nav [class*="owl-"], .block_cat_type_2.owl-theme .owl-nav [class*="owl-"]{
    position: absolute;
    top: -70px;
    opacity: 1;
    line-height: 46px;
    width: 50px;
    height: 50px;
    color: #fff !important;
    border: 1px solid #fff;
    font-size: 40px !important;
    border-radius: 100px;
}
.block_cat_type_2.owl-theme .owl-nav [class*="owl-"]{
    color: #676767 !important;
    border: 1px solid #676767;
}
.block_cat_type_1.owl-theme .owl-nav [class*="owl-"]:hover, .block_cat_type_2.owl-theme .owl-nav [class*="owl-"]:hover{
    background-color: #ffaf03 !important;
    color: #fff !important;
    border: 1px solid #ffaf03;
}
.block_cat_type_1.owl-theme .owl-nav .owl-prev, .block_cat_type_2.owl-theme .owl-nav .owl-prev{
    left: 0px;
    padding-right: 4px !important;
}
.block_cat_type_1.owl-theme .owl-nav .owl-next, .block_cat_type_2.owl-theme .owl-nav .owl-next{
    right: 0px;
    padding-left: 4px !important;
}
.template_home_nhahang{
    display: flex;
}
.template_home_nhahang .template_nhahang.cat_nhahang-item{
    background-color: #173d9e;
    background-image: url('/themes/default/images/background-nha-hang.jpg');
    background-size: cover;
    background-position: bottom;
    padding: 40px;
    width: calc(100% / 5);
    height: auto;
}
.news_cat_nh-item{
    background:#173d9e;
}
.news_cat_nh-content{
    padding:20px;
}
.news_cat_nh-title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
.news_cat_nh-title a{
    color: #fff;
}
.news_cat_nh-title a:hover{
    color: #fdc700;
}
.news_cat_nh-btn{

}


/*.cat_nhahang_list.owl-carousel{
    width: calc(100% - calc(100% / 5)); 
}
.cat_nhahang_list.owl-carousel .owl-stage-outer .owl-stage:after, .cat_nhahang_list.owl-carousel .owl-stage-outer .owl-stage:before { 
    display: none!important;
}
.cat_nhahang_list.owl-theme .owl-nav [class*="owl-"]{
    opacity: 1;
    line-height: 1;
}
.cat_nhahang_list.owl-theme .owl-nav .owl-prev{
    left: -220px;
}
.cat_nhahang_list.owl-theme .owl-nav .owl-next{
    right:auto;
    left: -150px;
}
.cat_nhahang_list.owl-theme.owl-carousel .owl-stage{
}
.cat_nhahang_list.owl-carousel .owl-item{
}*/
.cat_nhahang-item_cat{
    position: relative;
    height: 100%;
}
.cat_nhahang-item_cat .template_nhahang-title{
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.cat_nhahang-item_cat .template_nhahang-title a{
    color: #fff;
}
.cat_nhahang-item_cat .template_nhahang-title a:hover{
    color: #fdc700;
}
.cat_nhahang-item_cat .template_nhahang-subtitle{
    font-size: 16px;
    text-transform: none;
    font-weight: 100;
}
.cat_nhahang-item_cat .cat_nhahang-img{
}
.cat_nhahang-item_cat .cat_nhahang-img a{
    position: relative;
    display: block;
    height: 100%;
}
.cat_nhahang-item_cat .cat_nhahang-img a:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 30% ,#000);
}
.cat_nhahang-item_cat .cat_nhahang-img img{
    background-position: center;
    object-fit: cover;
    object-position: center;
}
.cat_nhahang-item_cat .cat_nhahang-content{
    position: absolute;
    bottom: 0;
    padding: 30px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.cat_nhahang-item_cat .cat_nhahang-content .cat_nhahang-title{
    text-align: left;
    text-shadow: 0px 0px 10px black;
}
.cat_nhahang-item_cat .cat_nhahang-content .cat_nhahang-des{
    margin: 20px 0px;
    text-shadow: 0px 0px 10px black;
    text-align: justify;
}
.cat_nhahang-item_cat .cat_nhahang-content .cat_nhahang-title a{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.cat_nhahang-item_cat .cat_nhahang-content .cat_nhahang-btn{
    
}
.full-nhahang{
    overflow:hidden;
    padding: 30px 0px;
}
.cat_nhahang-item{
    font-size: 0;
    background: #173d9e;
    position: relative;
}
.cat_nhahang-item .cat_nhahang-img{
    display:inline-block;
    width: 50%;
}
.cat_nhahang-item .cat_nhahang-img{
    display:inline-block;
    width: 50%;
}
.cat_nhahang-item .cat_nhahang-img a{
    display: block;
    width: 100%;
}
.cat_nhahang-item .cat_nhahang-img img{
    width: 100%;
    object-fit: cover;
}
.cat_nhahang-item .cat_nhahang-width{
    display:inline-block;
    width: 50%;
    font-size: 16px;
    position: static;
    vertical-align: top;
}
.cat_nhahang-item .cat_nhahang-width .cat_nhahang-content{
    position: absolute;
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    padding: 10px;
}
.cat_nhahang-item .cat_nhahang-width .cat_nhahang-content .cat_nhahang-title{
    text-transform: uppercase;
}
.cat_nhahang-item .cat_nhahang-width .cat_nhahang-content .cat_nhahang-title a{
    color:#fff;
}
.cat_nhahang-item .cat_nhahang-width .cat_nhahang-content .cat_nhahang-des{
    margin: 10px 0px;
    font-weight: 100;
}
.nhahang-next, .nhahang-prev{   
    position: absolute;
    top: 0px;
    display: inline-block;
    font-size: 38px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    z-index: 1;
    border: 1px solid #c4c4c4;
    color: #c4c4c4;
    text-align: center;
    line-height: 46px;
    outline: none;
}
.nhahang-next:hover, .nhahang-prev:hover{  
    border: 1px solid #ffaf03;
    color: #fff; 
    background-color: #ffaf03; 
}
.block_cat_nhahang{
    position: relative;
}
.block_cat_nhahang .wraper{
    position: absolute;
    top: -105px;
    left: 50%;
    transform: translateX(-50%);
}
.nhahang-prev{
    left: 0;
    padding-right: 3px;
}
.nhahang-next{
    right: 0;
    padding-left: 3px;
}
.full-kdl_thoison{
    /*background-image: url('/themes/default/images/bg_kdl.png');*/
    background-repeat: no-repeat;
    background-posision: cover;
    padding: 70px 0px;
    text-align: right;
    position: relative;
}
.full-kdl_thoison > p{
    display: none;
}
.template_border{
    display: inline-block;
    border: 5px solid #fff;
    padding: 70px 40px;
    text-align: center;
    position: relative;
}
.template_border:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    backdrop-filter: blur(4px);
}
.info_cat2-item{
    position: relative;
}
.info_cat2-item .info_cat2-title{
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}
.info_cat2-item .info_cat2-title a{
    color: #fff;
}
.info_cat2-item .info_cat2-des{
    max-width: 250px;
    font-size: 18px;
    margin: 20px auto;
    color: #fff;
}
.info_cat2-item .info_cat2-btn{
    
}

.full-tour{
    /* background: linear-gradient(#173d9e 55.9%,#fff 50%); */
    background: #173d9e;
    padding: 30px 0px 30px;
}
.full-tour .template_default .template_title, .full-tour .template_default .template_title a{
    color: #fff;
}
.full-tour .template_default{
    /* border-bottom: 1px solid #e1e1e1; */
}
.block_groups_tour{
    padding: 0px 50px;
}

.block_groups_tour.owl-theme .owl-nav [class*="owl-"]{
    top: 50%;
    opacity: 1;
    font-size: 50px !important;
    width: 60px;
    height: 60px;
    line-height: 54px;
    transform: translateY(-50%);
    border-radius: 100px !important;
    border: 1px solid #fff;
}
.doitac.owl-theme .owl-nav [class*="owl-"] {
    opacity: 1;
    font-size: 50px !important;
    width: 60px;
    height: 60px;
    line-height: 54px;
    border-radius: 100px !important;
    background: #fff !important;
    color: #676767 !important;
    border: 1px solid #e1e1e1;
}
.block_groups_tour.owl-theme .owl-nav [class*="owl-"]:hover, 
.doitac.owl-theme .owl-nav [class*="owl-"]:hover{
    background:#ffaf03!important;
    color: #fff !important;
    border-color: #ffaf03;
}
.block_groups_tour.owl-theme .owl-nav .owl-prev,
.doitac.owl-theme .owl-nav .owl-prev{
    left: -20px;
}
.block_groups_tour.owl-theme .owl-nav .owl-next,
.doitac.owl-theme .owl-nav .owl-next{
    right: -20px;
}
.block_groups_tour{
    padding: 0px 50px;
}
.block_groups_tour{
    padding: 0px 50px;
}
.group_tour-item{
    margin: 0px 10px 10px;
}
.group_tour-item .group_tour-img{
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.group_tour-item .group_tour-img:hover img{
    transform: scale(1.1);
}
.group_tour-item .group_tour-content {
    padding: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px -2px black;
    border-radius: 0px 0px 10px 10px;
}
.group_tour-item .group_tour-content .group_tour-title{
    font-weight: lighter;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.group_tour-item .group_tour-content .group_tour-title a{
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
}
.group_tour-item .group_tour-content .group_tour-btn{
    display: inline-block;
}
.group_tour-item .group_tour-content .group_tour-price{
    display: block;
    /* width: calc(100% - 117px); */
    text-align: right;
    font-size: 18px;
	line-height:44.85px;
    color: red;
}
.block_groups_tour-btn{
    text-align: center;
    margin-top: 30px;
    /* padding-bottom: 50px; */
}
.block_groups_tour-btn a{
    padding: 10px 50px;
}
.news_item{

}
.news_item .news_item-img{
    overflow: hidden;
    border-radius: 10px;
}
.news_item .news_item-img:hover img{
    transform: scale(1.1);
}
.news_item .news_item-title{
    font-weight: bold;
    text-transform: uppercase;
}
.news_item .news_item-title a{
    
}
.news_item .news_item-date{
    font-weight: 100;
    font-size: 16px;
    margin: 5px 0px;
}
.news_item .news_item-des{
    font-weight: 100;
    margin-bottom: 10px;
}
.news_item .news_item-btn{
    
}
.news_item_other{
    margin-top: 20px;
}
.news_item_other .news_item_other-item{
    padding-bottom: 10px;
}
.news_item_other .news_item_other-item a{
    color: #173d9e;
}
.news_item_other .news_item_other-item a i{
    line-height: 1;
    font-size: 16px;
    width: 20px;
    display: inline-block;
    margin-right: 5px;
}
.news_item_other .news_item_other-item:hover a{
    color: #fdc700;
}
.full-km_video{
    padding: 10px 0px 60px;
}
.block_video_youtube iframe{
    width: 100%;
    border-radius: 10px;
}
.full-donvi_tiengiang{
	padding-bottom: 40px;
}
.full-doitac{
    background: #e1e1e1;
    padding: 40px 0px;
}
.doitac{
    padding: 0px 50px;
}
.doitac .doitac-item{
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}
.full-nhantin{
    background: #1949c4;
    padding: 40px 0px;
}
.nhantin{
    text-align: left;
}
.nhantin .nhantin-title{
    display: block;
    margin-right: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    vertical-align: middle;
    font-weight: bold;
}
.nhantin .nhantin-content{
    position: relative;
    display: block;
    text-align: center;
}
.nhantin .nhantin-content input{
    height: 40px;
    width: 400px;
    max-width: 100%;
    border: 0px;
    border-radius: 30px;
    font-size: 16px;
}
.nhantin .nhantin-content .btn_nhantin{
    position: absolute;
    background: #fdc700;
    border: 0;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0px 30px;
    color: #fff;
    border-radius: 0px 30px 30px 0px;
}
.nhantin .nhantin-content .btn_nhantin:hover{
    background: #ffaf03;
}
#footer2{
    background: #173d9e;
    text-align: center;
    padding: 5px 0px;
}
.full-breadcum{
    position: relative;
    overflow: hidden;
}
.full-breadcum .full-breadcum-img{
    position: relative;
}
.full-breadcum .full-breadcum-img:after{
    content: "";
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background:linear-gradient(#000000a3 10%,transparent 100%);
}
.full-breadcum .full-breadcum-img .slider_item-content {
    display:none;
}
.full-breadcum .full-breadcum-img img{
    width: 100%;
    height: auto;
}
.full-breadcum p{
    margin:0;
}
.full-breadcum .title_breadcums{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.list_video-first .list_video-first-item .iframe_youtube{
    width: 100%;
}
.list_video-first .list_video-first-item .list_video-first-title{
    font-weight: bold;
    font-size: 18px;
}
.list_video-other{

}
.list_video-other .list_video-other-item{
    
}
.list_video-other .list_video-other-item .list_video-other-icon {
    color: red;
    display: inline-block;
    font-size: 20px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.list_video-other .list_video-other-item .list_video-other-title{
    display: inline-block;
    width: calc(100% - 40px);
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    height: 30px;
}
.list_video-other .list_video-other-item .list_video-other-title a{
    
}
.full-about{
    padding: 40px 0px;
    /*background: linear-gradient(to right,#fff 60%, #173d9e 0%);*/
}
.view_cat_home{

}
.view_cat_home-item{

}
.view_cat_home-item .view_cat_home-title{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: bold;
}
.view_cat_home-item .view_cat_home-title a{
    
}
.view_cat_home-item .view_cat_home-des{
    margin: 10px 0px;
}
.view_cat_home-item .view_cat_home-btn a{
    text-transform: uppercase;
    padding: 10px 30px;
}
.view_cat_home-item .view_cat_home-img {
    margin: 20px;
    box-shadow: 0px 0px 20px -3px black;
    border-radius: 10px;
    border: 2px solid #fff;
    background: #fff;
    overflow: hidden;
}
.full-services{
    padding: 40px 0px;
    background: rgb(247, 247, 247);
}
.cat_type_w_cat{
    background: #fff;
    border-radius: 20px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.cat_type_w_cat .cat_type_w_cat-img{
    border-radius: 20px;
    overflow: hidden;
}
.cat_type_w_cat .cat_type_w_cat-title{
    font-size: 24px;
    padding: 15px 10px 5px;
}
.cat_type_w_cat .cat_type_w_cat-title a{
    
}
.cat_type_w_cat .cat_type_w_cat-des{
    padding: 0 10px;
}
.cat_type_w_cat .cat_type_w_cat-btn{
    border-radius: 20px;
    position: absolute;
    /*background: #173d9e;*/
    width: 200px;
    height: 100%;
    top: 0;
    right: 0;
}
.cat_type_w_cat .cat_type_w_cat-btn .cat_type_w_cat-content_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.block_cat_type_w_cat-btn{
    text-align: center;
}
.block_cat_type_w_cat-btn a{
    padding: 10px 50px;
}
.full-news_videos{
    padding: 40px 0px;
}
.full-news_videos .template_default .template_title{
    text-align: left;
}
.body_content .full-khachsan{
    background-color: rgb(247, 247, 247);
}
.full-maps{
    padding: 40px 0px 0px;
    background: rgb(224,237,245);
}
.list_maps{

}
.list_maps-item{

}
.list_maps-item .list_maps-map{
    
}
.list_maps-item .list_maps-map p{
    margin:0;
}
.list_maps-item .list_maps-map iframe{
    border-radius: 10px;
    width: 100%;
    max-height: 300px;
}
.list_maps-item .list_maps-title{
    font-size: 18px;
    color: #173d9e;
    font-weight: bold;
}
.list_maps-item .list_maps-content{
    margin-top: 10px;
}
.list_maps-item .list_maps-content .list_maps-info-item{
    padding: 10px 0px;
}
.list_maps-item .list_maps-content .list_maps-info-item .list_maps-icon{
    color: rgba(234,67,53,1);
    padding-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 24px;
}
.list_maps-item .list_maps-content .list_maps-info-item .list_maps-text{
    vertical-align: middle;
    line-height: 24px;
}
.list_maps-item .list_maps-content .list_maps-info-item .list_maps-text a{
    
}
.list_maps-item .list_maps-content .list_maps-info-item .list_maps-text a:hover{
    color: #173d9e;
}
.order_msg{
    display: none;
}
.room_detail{
    /*margin-top: 30px;*/
}
.room_detail-img img{
    width: 100%;
    height: auto;
}
.room_detail .room_detail-title{
    text-transform: capitalize;
    font-size: 25px;
    color: #173d9e;
}

.news_list-price{
    margin: 10px 0px;
}
.news_list-type_bed, .room_detail-type_bed{
	color:#173d9e;
}
.room_detail .room_detail-price .price, .news_list-price .price{
    font-size: 20px;
    color: #ff3333;
}
.room_detail .btn_order_room-cart{
    margin-right: 10px;
}
.room_detail .btn_order_room-cart, .room_detail .btn_order_room-order{
    display: inline-block;
}
.room_detail .room_detail-utilities{
    font-style: 0px;
}
.room_detail .room_detail-utilities .room_detail-utilities-list .room_detail-utilities-item{
    display: inline-block;
    font-size: 16px;
    margin:0 5px;
}
.room_detail .room_detail-utilities .room_detail-utilities-list .room_detail-utilities-item i{
    color: #173d9e;
}
.room_detail .room_detail-utilities .room_detail-utilities-list .room_detail-utilities-item:first-child{
    margin-left: 0;
}
.room_detail .room_detail-utilities .room_detail-utilities-list .room_detail-utilities-item:last-child{
    margin-right: 0;
}
.room_detail-contenthtml{

}
.room_detail-contenthtml .room_detail-contenthtml-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    color: #173d9e;
}
.list_cat_grid1{
    /*margin-top: 30px!important;*/
}
.list_tour{
    margin-top: 30px;
}
.list_tour .group_tour-item{
    margin:0;
}
.block_news_list, .tuyendung_detail{

}
.news_list-item{
    margin-bottom:30px;
}
.news_list-item .news_list-img{
    overflow: hidden;
}
.news_list-item .news_list-img:hover img{
    transform: scale(1.1);
}
.news_list-item .news_list-title{
    margin-bottom: 10px;
}
.news_list-item.-list_room .news_list-title a{
	color:#173d9e;
}
.news_list-item.-list_room .news_list-title a:hover{
	color:#fdc700;
}
.news_list-item .news_list-title h2, .news_list-item .news_list-title h3{
    margin: 0;
    font-size: 20px;
}
.news_list-item .news_list-title a{

}
.news_list-item .news_list-des{
    
}
#tuyendung_detail-form{
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
}
#tuyendung_detail-form input, #tuyendung_detail-form textarea{
    height: 40px;
    border: 1px solid #173d9e;
}
#tuyendung_detail-form textarea{
    height: auto;
}
#tuyendung_detail-form, #ordertour_form{
    position: relative;
}
#tuyendung_detail-form .alert_status, #ordertour_form .alert_status{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    display: none;
}
.layout_main{
    margin: 30px 0px;
}
.full_block_search_room{
    background: rgb(241,241,241);
    padding: 20px 0px;
}
.full_block_search_room form{
    border: 1px solid #c4c4c4;
    border-radius: 50px;
    background: #fff;
}
.select_hotel_sector{
    padding-left: 20px;
}
.select_hotel_sector i{
    font-size: 20px;
    color: #173d9e;
}
.select_hotel_sector input{
    width: calc(100% - 40px);
    height: 40px;
    border: 0;
}
.select_hotel_sector .select_hotel_sector-sl{
    border: 0px;
    height: 40px;
    padding-right: 20px;
}
.select_price_range{

}
.select_price_range .irs--round{
    height: 40px;
    top: -12px;
}
.select_price_range .irs--round .irs-min, .select_price_range .irs--round .irs-max{
    background-color: #fff;
    box-shadow: 0px 0px 10px -5px black;
}
.select_price_range i{
    font-size: 20px;
    color: #173d9e;
}
.select_price_range *{
    transition: all 0s;
}
.select_price_range .irs-handle.type_last{
    z-index: 1!important;
}
.select_price_range #form_datepicker{
    display: inline-block;
    line-height: 40px;
    padding: 0px 20px 0px 10px;
}
input.btn_search_room{
    height: 40px;
    padding: 7px 20px;
    border-radius: 0px 20px 20px 00px;
    margin: 0 0 0 auto;
    display: block;
}
.info_tour{

}
.info_tour .info_tour-img{
    
}
.info_tour .info_tour-title{
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0px;
}
.info_tour .info_tour-info{
    
}
.info_tour .info_tour-info .info_tour-price{
    margin-top: 5px;
}
.info_tour .info_tour-info .info_tour-price .price_tour{
    color: red;
}
#ordertour_form input::-webkit-outer-spin-button,
#ordertour_form input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
#ordertour_form input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}
.order_tour-panel{
    border-radius: 10px;
    overflow: hidden;
}
.order_tour-panel .order_tour-panel-title{
    text-align: center;
    color:#fff;
    position: relative;
    line-height: 40px;
    text-transform: uppercase;
}
.order_tour-panel .order_tour-panel-title:after{
    content: "\ea6d";
    font-family: "IcoFont";
    right: 10px;
    line-height: 40px;
    display: inline;
    position: absolute;
    font-size: 26px;
}
.order_tour-panel.step1 .order_tour-panel-title{
    background-color: #00b24b;
}
.order_tour-panel.step2 .order_tour-panel-title{
    background-color: #2d3192;
}
.order_tour-panel.step3 .order_tour-panel-title{
    background-color: #8dd8f8;
}
.order_tour-panel .order_tour-panel-body{
    padding-top: 20px;
}
.tour_detail{

}
.tour_detail .tour_detail-title{
    
}
.tour_detail .tour_detail-price{
    margin: 10px 0px;
}
.tour_detail .tour_detail-price .price{
    color:red;
}
.tour_detail .tour_detail-time{
    
}
.tour_detail .tour_detail-hometext{
    margin: 10px 0px;
}
.tour_detail .nav-tabs{
    border-bottom: 1px solid #173d9e;
}
.tour_detail .nav-tabs > li > a:hover{
    background: #fdc700;
    color: #fff;
    border-color: #fdc700;
    border-bottom-color: transparent;
}
.tour_detail .nav-tabs > li.active > a{
    color: #fff;
    background: #173d9e;
    border: 1px solid #173d9e;
    border-bottom-color: transparent;
}
.tour_detail .tab-content{
    margin-top: 20px;
}
.cat_type_2-img img{
    object-fit:cover;
}
.home_com{
    margin: 20px 0px 30px;
}
.home_com .home_com-title{
    font-size:36px;
	text-transform: uppercase;
}
.home_com .home_com-des{
    
}
.detail_title h1{
	font-size: 25px;
}

.processing {
    position: relative;
}
.processing:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - (30px / 2));
    left: calc(50% - (30px / 2));
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100px;
    border: 3px solid #dadada;
    border-top-color: #173d9e;
    z-index: 1;
    -webkit-animation: "spinCenter" 0.6s 0s infinite linear;
    animation: "spinCenter" 0.6s 0s infinite linear;
}
.processing .content_order-item, .processing .content_order_price-item, .processing .content_order_price-total {
    opacity: 0.6;
    cursor: wait;
}
.processing .content_order-item input, .processing .content_order_price-item input, .processing i {
    cursor: wait;
    pointer-events: none;
}

.nighttime {
    position: relative;
}
.nighttime i {
    position: absolute;
    right: 11px;
    bottom: 11px;
    cursor: pointer;
}
#load_content_order{
    max-height: 484px;
    overflow-y: scroll;
    overflow-x: visible;
    scrollbar-width: thin;
    scrollbar-color: #173d9e #cacaca;
    scroll-snap-type: y proximity;
    -ms-scroll-snap-type: y proximity;
    scroll-snap-points-y: repeat(300px);
    -ms-scroll-snap-points-y: repeat(300px);
    padding-right: 5px;
}
#load_content_order .content_order-item{
    -ms-scroll-snap-align: start;
    scroll-snap-align: start;
}
#load_content_order .content_order-item .content_order-item-title{
    padding: 10px 0px;
}
.order_info_room-add {
    position: relative;
}
.order_info_room-add #input_add_room + #load_content_order_add {
    opacity: 0;
    visibility: hidden;
}
.order_info_room-add #input_add_room:focus + #load_content_order_add {
    opacity: 1;
    visibility: visible;
}
.order_info_room-add #load_content_order_add {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 20px -4px black;
    box-shadow: 0px 4px 20px -4px black;
    max-height: 420px;
    overflow-y: scroll;
    z-index: 1;
}
.order_info_room-add #load_content_order_add .content_order_add-item {
    margin-bottom: 10px;
}
.order_info_room-add #load_content_order_add .content_order_add-item a {
    display: block;
}
.order_info_room-add #load_content_order_add .content_order_add-item:last-child {
    margin-bottom: 0px;
}
.order_info_room{
    margin-bottom: 30px;
}
.search_room{
    margin-top: 30px;
}
#search-form{
    max-width: 500px;
    margin: 0 auto;
}
#form_search *{
    font-size: 16px;
}
#form_search input:not(.btn_default-bg_yellow-white), #form_search select{
    height:40px;
}
#search_result .item_search .item_search-title{
    font-size: 18px;
}
#search_result .item_search .item_search-img img{
    object-fit: cover;
}
.maps_list-cat_i{
    margin-bottom: 10px;
}
.maps_list-cat_i .maps_lisst-cat_i-title{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.maps_list-cat_i .maps_list-item_i-map p{
    margin:0px;
}
.maps_list-cat_i .maps_list-item_i-map iframe{
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}
.maps_list-item_i .nav.nav-tabs{
    border:0px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #173d9e transparent;
}
.maps_list-item_i .ratio_custom_map .nav.nav-tabs{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.maps_list-item_i .nav.nav-tabs::-webkit-scrollbar {
    width: 2px;
}
.maps_list-item_i .nav.nav-tabs::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.maps_list-item_i .nav.nav-tabs::-webkit-scrollbar-thumb {
    background: #cacaca;
}
.maps_list-item_i .nav.nav-tabs::-webkit-scrollbar-thumb:hover {
    background: #cacaca; 
}
.maps_list-item_i .nav-tabs > li{
    float: none;
    margin: 0px 5px 10px;
}
.maps_list-item_i .nav-tabs > li:not(.active):hover{
    box-shadow: 0px 0px 17px -10px black;
}
.maps_list-item_i .nav-tabs > li:last-child{
    /*margin-bottom: 0px;*/
}
.maps_list-item_i .maps_list-item_i-content{
    background-size: cover;
    background-position: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.maps_list-item_i .maps_list-item_i-content *{
    transition: all 0s;
}
.maps_list-item_i .maps_list-item_i-content.active{
    color: #fff;
    background-color:#527ff1;
    background-image: none !important;
}
.maps_list-item_i .maps_list-item_i-content.active:before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}
.maps_list-item_i .maps_list-item_i-content.active a{
    color: #fff;
}
.maps_list-item_i .maps_list-item_i-content.active a:hover{
    color: #ffaf03;
}
.maps_list-item_i .maps_list-item_i-content .maps_list-item_i-content-title{
    position: relative;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.maps_list-item_i .maps_list-item_i-content.active .maps_list-item_i-content-title{
    color: #fdc700;
}
.maps_list-item_i .maps_list-item_i-content .maps_list-item_i-content-title:before{
    content: "";
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 70px;
    height: 2px;
    transition:all 0.3s;
    background-color: #676767;
}
.maps_list-item_i .maps_list-item_i-content.active .maps_list-item_i-content-title:before{
    background-color: #fff;
}
.maps_list-item_i .maps_list-item_i-content .maps_list-item_i-content_i{
    display: table;
    color: #676767;
    padding-bottom: 5px;
}
.maps_list-item_i .maps_list-item_i-content .maps_list-item_i-content_i-text{
    display: table-cell;
}
.maps_list-item_i .maps_list-item_i-content.active .maps_list-item_i-content_i{
    color: #fff;
}

.maps_list-item_i .maps_list-item_i-content .maps_list-item_i-content_i i{
    display: table-cell;
    width: 22px;
    color: #676767;
}
.maps_list-item_i .maps_list-item_i-content.active .maps_list-item_i-content_i i{
    color: #fff;
}
.ratio_custom_map{
    position:relative;
    overflow:hidden;
    display:block;
}
.ratio_custom_map:before{
    content: "";
    display: block;
    width: 100%;
}
.ratio_custom_map:before{
    padding-top: 74%;
}
.ratio_custom_map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.album_i{
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}
.album_i .album_i-img{
    margin: 5px;
    overflow: hidden;
}
.album_i .album_i-img:hover img{
    transform: scale(1.1);
}
.album_i .album_i-content{
    padding: 0px 0px 5px;
}
.album_i .album_i-content .album_i-title{
    padding: 10px 0px;
    border-top: 1px solid #cecece;
}
.album_i .album_i-content .album_i-title h3{
    font-weight: normal;
    font-size: 18px;
}
.list_video-item{

}
.list_video-item .list_video-title{
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.order_info_customer input:not([name="submit"]), .order_info_room input{
    height: 40px;
    border: 1px solid #173d9e;
    font-size: 15px;
}
.order_info_payment textarea, .order_info_customer textarea{
    border: 1px solid #173d9e;    
    font-size: 15px;
}
.datepicker, .datepicker *{
    transition: all 0s;
}
.list_bank{
    display: none;
    transition: all 0s;
}
.list_bank .bank-des p{
    margin:0;
}
.view_order .view_order-title{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #173d9e;
}
.view_order .view_order-info_cus{
    margin-bottom: 10px;
}
.thucdon_detail-btn{
    display: inline-block;
}
.thucdon_detail-contenthtml img{
	max-width:100%;
	height:auto;
}
.hoamai{
	background-image: url(/themes/default/images/tet/mai.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 148px;
	height: 121px;
	left: 0;
	top: 0;
	z-index: 0;
}
.hoadao{
	background-image: url(/themes/default/images/tet/dao.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 160px;
	height: 151px;
	right: 0;
	top: 0;
	z-index: -1;
}
#popuptet{
	display:none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	transition: all 0s;
}
.popuptet_layout{
    height: 100%;
    width: 100%;
    background: #000;
	opacity: 0.84;
}
.popuptet_content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 80%;
    max-width: 80%;
    text-align: center;
}
.popuptet_content img{
    max-height: 100%;
    max-width: 100%;
}
.close_popuptet{
    position: absolute;
    right: -10px;
    font-size: 40px;
    color: #fff;
	line-height: 1;
	width: 40px;
	height: 40px;
	top: -5px;
	border-radius: 50px;
	border: 1px solid #fff;
	cursor: pointer;
}





@-webkit-keyframes spinCenter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinCenter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes scaleImgSlider {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}