body {
    font-family: 'db_helvethaica';
    font-weight: normal;
    color: #000;
    font-size: 14px;
    line-height: initial;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100vh;
}

.container {
    width: 1200px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.container {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

a,
input,
button {
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

a:focus {
    text-decoration: none
}

input,
select {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    /*-webkit-appearance: none;*/
}

::-moz-selection {
    background: #b2d7ff;
    /*color:#fff;*/
    text-shadow: none
}

::selection {
    background: #b2d7ff;
    /*color:#fff;*/
    text-shadow: none
}


/*.clearfix:after,
.clearfix:before{content:""; display:table}
.clearfix:after{clear:both}
.clearfix:before{clear:both}
.clearfix{zoom:1}*/

.text-primary {
    color: #0058c6;
}

.text-secondary {
    color: #fba848;
}

.text-orange {
    color: #ef851a;
}

.text-red {
    color: #dd4b39;
}

.text-overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*.dot-overflow{overflow: hidden;}*/

.cover-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cover-bg>img {
    width: 100%;
}

.row-0 {
    margin: 0;
}

.row-0>div {
    padding: 0;
}

.row-10 {
    margin: 0 -5px;
}

.row-10>div {
    padding: 0 5px;
}

.row-30 {
    margin: 0 -15px;
}

.row-30>div {
    padding: 0 15px;
}

.row-table {
    display: table;
    width: 100%;
}

.row-table>div {
    display: table-cell;
    vertical-align: middle;
}

.row-table .col {}

.row-table .col-auto {
    width: 1%;
}

.row-table.vlign-top>div {
    vertical-align: top;
}

.nocontent {
    position: relative;
}

.nocontent>div:before {
    content: '';
    display: block;
    opacity: 0.3;
    width: 36px;
    height: 36px;
    margin: 0 auto 10px;
    background: url('../image/icon/empty.png');
    background-size: 100%;
}

.nocontent>div {
    text-align: center;
    color: #999;
    font-size: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}


/*---- texteditor ----*/

.editor-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 1.6em;
}

.editor-content .thumb:first-child img {
    max-width: 600px;
}

.editor-content ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #464646;
}

.editor-content ol {
    list-style: decimal;
    padding-left: 22px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #464646;
}

.editor-content ol li+li {
    margin-top: 10px;
}

.editor-content p {
    margin-bottom: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #464646;
    line-height: 1.6em;
}

.editor-content p span {
    margin-bottom: 1.4em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #464646;
    line-height: 1.6em;
}

.editor-content *:first-child {
    margin-top: 0;
}

.editor-content *:last-child {
    margin-bottom: 0;
}

.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5 {}

.editor-content a {
    color: #0058c6;
}

.editor-content a:hover {
    text-decoration: underline;
}

.editor-content .whead {
    font-family: 'db_helvethaica';
    font-weight: 600;
    font-size: 24px;
    color: #0058c6;
    padding-top: 6px;
    margin-bottom: 15px;
}

.editor-content .head-title {
    font-family: 'db_helvethaica';
    font-weight: 600;
    font-size: 24px;
    color: #0058c6;
    margin-bottom: 20px;
    line-height: 1.4em;
}

.editor-content hr {
    margin: 30px 0;
    border-color: #e1e1e1;
}

.editor-content .thumb {
    text-align: center;
}


/*.editor-content p span{
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
}*/


/*---- layout ----*/

.site-body {
    overflow: hidden;
}

.site-header {
    position: relative;
    z-index: 60;
}

.site-container {
    position: relative;
    z-index: 50;
}


/*.site-header{position: relative; z-index: 100;}
.site-container{position: relative; z-index: 10;}*/

.site-footer {}


/*---- default ----*/

.site-header {}

.site-header-topbar {
    position: relative;
    z-index: 110;
    width: 100%;
    top: 0;
    left: 0;
}

.site-header-main {
    position: relative;
    z-index: 100;
    width: 100%;
    /*top: 70px;*/
}

.site-header.tiny .top-graphic {
    margin-top: 60px;
}

.site-header.tiny .site-header-main {
    position: fixed;
    top: 0;
    opacity: 0.95;
}

.site-header.tiny .site-header-topbar .brand {
    opacity: 0;
}

.site-header.tiny .site-header-main .brand {
    opacity: 1;
}

.site-header-topbar {
    height: 70px;
    background-image: url('../image/background/header-topbar.jpg');
    background-position: center;
}

.site-header-topbar .container {
    position: relative;
}

.site-header-topbar .brand {
    position: absolute;
    z-index: 10;
    left: -10px;
    top: 0;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.site-header-topbar .brand-txt {
    display: block;
    padding-left: 150px;
    padding-top: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
}

.site-header-topbar .brand-txt strong {
    display: block;
    font-size: 26px;
}

.site-header-topbar .nav-wrapper {
    float: right;
    margin-top: 13px;
}

.site-header-topbar .nav-link {
    float: left;
    margin-right: 30px;
    padding: 10px 0;
}

.site-header-topbar .nav-link li {
    float: left;
}

.site-header-topbar .nav-link li+li:before {
    content: '';
    position: relative;
    top: 5px;
    float: left;
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 12px;
}

.site-header-topbar .nav-link a {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1em;
}

.site-header-topbar .nav-link a:hover {
    color: #fba848;
}

.site-header-topbar .nav-member {
    float: left;
    margin-right: 15px;
}

.site-header-topbar .nav-member .wrapper {
    padding: 4px;
    display: table;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.site-header-topbar .nav-member .wrapper>div {
    display: table-cell;
    vertical-align: middle;
}

.site-header-topbar .nav-member .wrapper .thumb {
    width: 36px;
}

.site-header-topbar .nav-member .wrapper .thumb .cover-bg {
    width: 36px;
    height: 36px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
}

.site-header-topbar .nav-member .wrapper .title {
    padding-left: 10px;
    padding-right: 15px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.site-header-topbar .nav-member .wrapper:hover .title {
    color: #fba848;
}

.site-header-topbar .nav-member .dropdown-menu {
    min-width: 180px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 13px;
    border: none;
    background-color: #339aeb;
    padding: 6px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.site-header-topbar .nav-member .dropdown-menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 100%;
    margin: auto;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #339aeb;
}

.site-header-topbar .nav-member .dropdown-menu>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}


/*.site-header-topbar .nav-member .dropdown-menu > li:last-child{border-bottom: 1px solid rgba(255,255,255,0.15);}*/

.site-header-topbar .nav-member .dropdown-menu>li>a {
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
}

.site-header-topbar .nav-member .dropdown-menu>li>a:hover {
    background: none;
    background-color: #0058c6;
    color: #fff;
}

.site-header-topbar .nav-size {
    float: left;
    padding: 0 15px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.site-header-topbar .nav-size .control-label {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 44px;
    margin-right: 10px;
    float: left;
}

.site-header-topbar .nav-size ul {
    float: left;
    margin-top: 7px;
}

.site-header-topbar .nav-size li {
    float: left;
}

.site-header-topbar .nav-size a {
    color: #fff;
    font-weight: 600;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.site-header-topbar .nav-size a:hover {
    color: #fba848;
}

.site-header-topbar .nav-size a.active {
    background-color: #0058c6;
}

.site-header-topbar .nav-size-small {
    font-size: 14px;
    line-height: 30px;
}

.site-header-topbar .nav-size-medium {
    font-size: 19px;
    line-height: 28px;
}

.site-header-topbar .nav-size-large {
    font-size: 23px;
    line-height: 28px;
}

.site-header-main {
    height: 60px;
    border-bottom: 3px solid #fba848;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(236, 236, 236, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(236, 236, 236, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(236, 236, 236, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
}

.site-header-main .container {
    position: relative;
}

.site-header-main .brand {
    opacity: 0;
    position: absolute;
    width: 52px;
    top: 3px;
    left: 10px;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.site-header-main .main-menu {
    margin: 6px 0;
    padding-left: 150px;
}

.site-header-main .main-menu li {
    float: left;
    position: relative;
}

.site-header-main .main-menu li+li {
    margin-left: 21px;
}

.site-header-main .main-menu li+li:before {
    content: '';
    position: absolute;
    left: -13px;
    top: 11px;
    width: 1px;
    height: 26px;
    background-color: #ddd;
}

.site-header-main .main-menu a {
    font-weight: bold;
    height: 45px;
    padding: 8px 20px;
    color: #fff;
    font-size: 15px;
    color: #333333;
    display: block;
    line-height: 1em;
    -webkit-border-radius: 22.5px;
    -moz-border-radius: 22.5px;
    border-radius: 22.5px;
}

.site-header-main .main-menu a:hover {
    color: #fba848;
}

.site-header-main .main-menu small {
    display: block;
    font-weight: normal;
}

.site-header-main .main-menu .active > a {
    color: #fff !important;
    background: url('../image/background/nav-active.jpg') center;
}

.site-header.-layoutMap .brand {
    top: 2px;
}

.site-header.-layoutMap .brand img {
    height: 90px;
}

.site-header.-layoutMap .brand-txt {
    padding-left: 70px;
    font-size: 14px;
    padding-top: 17px;
}

.site-header.-layoutMap .brand-txt strong {
    font-size: 22px;
}

.site-header.-layoutMap .wrapper {
    float: right;
}

.site-header.-layoutMap .page-title {
    float: left;
    padding: 14px 0;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2em;
}

.site-header.-layoutMap .action {
    float: left;
    margin-top: 15px;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}

.site-header.-layoutMap .action:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.5);
}

.site-header.-layoutMap .action .btn+.btn {
    margin-left: 6px;
}

.map-page {
    /*border:10px solid #fff;*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1BA8FF;
    height: calc(100vh - 70px);
}

.gmap-page {
    height: calc(100vh - 70px);
    position: relative;
}

.gmap-page iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menu-mobile-btn {
    float: left;
    position: absolute;
    right: 20px;
}

.menu-mobile-btn .btn-mobile {
    display: inline-block;
    width: 18px;
    height: 14px;
    position: relative;
    margin-top: 10px;
    margin-left: 11px;
}

.menu-mobile-btn .btn-mobile .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #0058c6;
    margin: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(1) {
    top: 0;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(2) {
    top: 0;
    bottom: 0;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(3) {
    top: 0;
    bottom: 0;
}

.menu-mobile-btn .btn-mobile .bar:nth-child(4) {
    bottom: 0;
}

.menu-mobile-btn .btn-mobile.close {
    opacity: 1;
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(1) {
    top: 0;
    opacity: 0;
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(2) {
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(3) {
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.menu-mobile-btn .btn-mobile.close .bar:nth-child(4) {
    bottom: 0;
    opacity: 0;
}

.top-graphic {
    height: 310px;
    /*margin-top: 130px;*/
}

.top-graphic .wrapper {
    display: block;
}

.top-graphic .cover-bg {
    height: 310px;
}

.top-graphic .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 15px;
}

.top-graphic .owl-dot {
    width: 20px;
    height: 20px;
    background-color: #e1e1e1;
    margin: 0 8px;
    display: inline-block;
    float: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.top-graphic .owl-dot.active {
    background-color: #0193d0;
}

.header-bar {
    height: 90px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(235, 235, 235, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(235, 235, 235, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(235, 235, 235, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
}

.header-bar:before {
    content: '';
    position: absolute;
    width: 960px;
    height: 100%;
    right: 50%;
    background: url('../image/background/header-bar.jpg');
}

.header-bar .brand {
    float: left;
    margin-top: 13px;
}

.header-bar .brand .wrapper {
    display: table;
}

.header-bar .brand .wrapper>div {
    display: table-cell;
    vertical-align: middle;
}

.header-bar .brand .wrapper .thumb {
    width: 64px;
}

.header-bar .brand .wrapper .thumb img {
    width: 100%;
}

.header-bar .brand .wrapper .inner {
    padding-left: 20px;
}

.header-bar .brand .wrapper .title {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1em;
}

.header-bar .brand .wrapper .desc {
    color: #fff;
    font-size: 12px;
    line-height: 1em;
    margin-top: 2px;
}

.header-bar .mobileapp {
    float: left;
    margin-top: 19px;
    margin-left: 30px;
    position: relative;
}

.header-bar .mobileapp:before {
    content: '';
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 52px;
    background-color: rgba(255, 255, 255, 0.2);
}

.header-bar .mobileapp .wrapper {
    display: block;
    position: relative;
    width: 195px;
}

.header-bar .mobileapp .wrapper .title {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    line-height: 1em;
}

.header-bar .mobileapp .wrapper .desc {
    color: #fff;
    font-size: 12px;
    line-height: 1em;
}

.header-bar .mobileapp .wrapper .fa {
    position: absolute;
    right: 0;
    top: 12px;
    text-align: center;
    font-size: 20px;
    color: #999;
    line-height: 27px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
}

.header-bar .mobileapp .wrapper .fa:before {
    position: relative;
    left: 1px;
}

.header-bar .search {
    margin-top: 24px;
    padding-left: 25px;
}

.header-bar .search .input-group {
    width: 100%;
}

.header-bar .search .input-group-addon {
    padding: 0 20px 0 0;
    border: none;
    background-color: transparent;
}

.header-bar .search .input-group-addon .control-label {
    color: #0058c6;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}

.header-bar .search .input-group-btn {
    width: 0;
    position: relative;
    z-index: 10;
}

.header-bar .search .input-group .form-control:not(:first-child):not(:last-child) {
    height: 42px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 0 20px;
    color: #666;
    font-size: 14px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
}

.header-bar .search .btn {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 0;
    right: 0;
    padding: 0;
    font-size: 18px;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    /*-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2) inset;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2) inset;*/
}

.header-bar .search .btn:hover {
    background-color: #fba848;
    border: none;
    color: #fff;
}

.header-bar .search .btn.disabled {
    opacity: 1;
    background-color: #e1e1e1;
}

.default-header {
    background-color: #fcfcfc;
    height: 80px;
    position: relative;
}

.default-header .whead {
    display: table;
    width: 100%;
    height: 80px;
}

.default-header .whead>div {
    display: table-cell;
    vertical-align: middle;
}

.default-header .whead .thumb {
    width: 40px;
}

.default-header .whead .title {
    padding-left: 20px;
    color: #333;
    font-size: 28px;
}

.default-header .whead .title h1 {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
}

.default-header .translate {
    float: right;
    margin-top: 28px;
}

.default-title {
    background: url('../image/background/default-title.png') bottom right no-repeat;
    min-height: 80px;
    padding: 25px 20px 25px 36px;
    border-bottom: 1px solid #e1e1e1;
    color: #0058c6;
    font-weight: 600;
    font-size: 28px;
    line-height: 1em;
    position: relative;
}

.default-title small {
    color: #666;
    font-size: 60%;
    font-weight: normal;
    padding-left: 10px;
}

.default-title:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 27px;
    width: 2px;
    height: 24px;
    background-color: #0065cc;
}

.default-title .btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.default-title .btn .fa {
    font-size: 12px;
    margin-right: 6px;
}

.default-page {
    padding: 30px 0 120px 0;
    min-height: 400px;
    position: relative;
    background: url(../image/background/default-block.png) bottom center no-repeat;
    background-color: #fff;
    /*fcfafa*/
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) inset;
}

.default-page .container {
    position: relative;
    z-index: 10;
}

.default-page:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 240px;
    background: url(../image/background/default-block-top.png);
    opacity: 0.5;
}

.default-page.no-top:before {
    display: none;
}

.default-page.no-top {
    padding: 80px 0 100px 0;
}

.default-page.no-bg {
    padding: 30px 0 50px 0;
    background: none;
}

.default-wrapper {
    /*min-height: 300px;*/
    padding: 0;
    background-color: #fff;
    position: relative;
    z-index: 10;
    margin-left: -20px;
    margin-right: -20px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.default-wrapper>.filter {
    padding: 20px;
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.default-wrapper>.content {
    padding: 20px;
}

.default-wrapper>.footer {
    padding: 20px;
    border-top: 1px solid #e1e1e1;
}

.default-sidebar {
    min-height: 200px;
    padding: 25px 20px 25px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.default-sidebar img {
    display: none;
}

.default-sidebar li {
    position: relative;
}

.default-sidebar li+li {
    margin-top: 10px;
}

.default-sidebar li .link {
    display: block;
    padding: 8px 34px 8px 12px;
    color: #0058c6;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.06);
}

.default-sidebar li .link.-noRss {
    padding: padding: 6px 12px;
}

.default-sidebar li .link:hover {
    border-color: #0058c6;
}

.default-sidebar li.active .link {
    color: #fff;
    border-color: #0058c6;
    background-color: #0058c6;
}

.default-sidebar li .rss {
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 12px;
    color: #ff6600;
    font-weight: normal;
}

.default-sidebar li.active .rss {
    color: #fff;
}

.default-body {
    padding: 25px 0 0 0;
    border-left: 1px solid #e1e1e1;
}

.default-body .editor-content {
    padding: 0 20px 20px 20px;
}

.detail-page {
    /*padding: 40px 0; min-height: 400px; background-color: #f8f6f6; position: relative;*/
}

.detail-page {
    padding: 40px 0 260px 0;
    min-height: 400px;
    position: relative;
    background: url(../image/background/home-block-1.png) bottom center no-repeat;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05) inset;
}

.newsletter {
    height: 170px;
    background: url('../image/background/newsletter.jpg') center;
}

.newsletter-topic {
    margin: 52px 0;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1em;
    padding-left: 130px;
    background: url('../image/icon/icon-newsletter.png') left center no-repeat;
}

.newsletter-form {
    margin: 35px 0;
}

.newsletter-form .form-default .control-label {
    padding-left: 0;
    font-weight: normal;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.newsletter-form .form-default .form-control {
    height: 52px;
    color: #666;
    padding: 0 20px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
}

.newsletter-form .form-default .btn {
    width: 100%;
    height: 52px;
    font-weight: bold;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.footer-address {
    height: 350px;
    background: url('../image/background/footer-address.jpg') center;
}

.footer-address .address {
    padding: 30px 0;
}

.footer-address .address .title {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2em;
}

.footer-address .address .title small {
    display: block;
    font-size: 16px;
}

.footer-address .address-info {
    display: table;
    width: 100%;
    margin-top: 20px;
}

.footer-address .address-info>div {
    display: table-cell;
    vertical-align: top;
}

.footer-address .address-info .thumb {
    width: 30px;
}

.footer-address .address-info .thumb .icon {
    width: 30px;
    height: 30px;
    background-color: #e8e8e8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.footer-address .address-info .inner {
    padding-left: 16px;
    padding-top: 3px;
    color: #fff;
    font-size: 15px;
}

.footer-address .address-info .inner h4 {
    margin: 0;
    font-weight: normal;
    font-size: 24px;
}

.footer-address .social {
    margin-top: 25px;
}

.footer-address .social li {
    float: left;
}

.footer-address .social li+li {
    margin-left: 6px;
}

.footer-address .social a {
    position: relative;
    top: 0;
}

.footer-address .social a:hover {
    top: -5px;
}

.footer-address .brand {
    text-align: center;
    margin: 15px 0;
}

.footer-info {
    background-color: #fff;
    padding: 30px 0;
}

.footer-info .wrapper .title {
    font-size: 16px;
    color: #666;
    font-weight: bold;
    line-height: 1.4em;
}

.footer-info .wrapper .desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6em;
}

.footer-info .wrapper ul {
    display: block;
    margin-top: 25px;
}

.footer-info .wrapper li {
    float: left;
}

.footer-info .wrapper li+li:before {
    content: '';
    float: left;
    position: relative;
    top: 5px;
    margin: 0 20px;
    width: 1px;
    height: 12px;
    background-color: #aaa;
}

.footer-info .wrapper li a {
    color: #666;
    font-size: 14px;
}

.footer-info .wrapper li a:hover {
    color: #fba848;
}

.footer-info .standard {
    float: right;
}

.footer-info .standard .row {
    margin: 0 -15px;
}

.footer-info .standard .row>div {
    padding: 0 15px;
}

.footer-info .standard .ipv6 {}

.footer-info .standard .w3c {
    background-color: #fff;
    height: 50px;
    padding: 10px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.footer-info .standard .ipv6forum {
    background-color: #fff;
    padding: 8px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) inset;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.footer-bar {
    background-color: #f9f8f8;
    padding: 30px 0;
}

.footer-bar ul {
    display: block;
}

.footer-bar li {
    float: left;
}

.footer-bar li+li:before {
    content: '';
    float: left;
    position: relative;
    top: 5px;
    margin: 0 20px;
    width: 1px;
    height: 12px;
    background-color: #ddd;
}

.footer-bar li a {
    color: #aaa;
    font-size: 14px;
}

.footer-bar li a:hover {
    color: #fba848;
}

.footer-bar .hitats {
    float: right;
    height: 24px;
}


/*---- modal ----*/

.modal-block {
    position: relative;
    z-index: 1060;
}

.modal {
    text-align: center;
    padding: 0!important;
    width: 100vw;
    height: 100vh;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-backdrop {
    background-color: #000;
}

.modal-backdrop.in {
    opacity: 0.9;
}

.modal-dialog {
    margin: 20px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: 600px;
}

.modal-content {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.modal.-policy .close {
    top: 10px;
    right: 15px;
    position: absolute;
}

.modal.-policy .modal-body {
    padding: 0;
}

.modal.-policy .modal-dialog {
    width: 800px;
}

.modal.-policy .header {
    padding: 30px;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

.modal.-policy .header .title {
    margin: 0 0 4px 0;
    font-size: 22px;
    color: #0065cc;
}

.modal.-policy .header .desc {
    color: #464646;
    font-size: 16px;
    margin: 0;
}

.modal.-policy .header .desc strong {
    font-weight: 600;
}

.modal.-policy .content {
    text-align: left;
    padding: 30px;
}

.modal.-policy .content strong {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

.modal.-policy .content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #464646;
    margin-bottom: 10px;
}

.modal.-policy .content a {
    color: #0065cc;
}

.modal.-policy .content a:hover {
    text-decoration: underline;
}

.modal.-policy .content .indent {
    text-indent: 20px;
}

.modal.-policy .footer {
    padding: 30px;
    border-top: 1px solid #e1e1e1;
}

.modal.-policy .footer>div+div {
    margin-top: 15px;
}

.modal.-policy .footer .title {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    line-height: 1.2em;
}

.modal.-policy .footer a {
    font-size: 14px;
    color: #0065cc;
}

.modal.-policy .footer a:hover {
    color: #0065cc;
    text-decoration: underline;
}

.modal.-policy .footer .info {
    font-size: 13px;
    color: #999;
}

.modal.-policy .footer .fa {
    margin-right: 5px;
}


/*---- breadcrumb ----*/

.breadcrumb-block {
    background-color: #fff;
    height: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05) inset;
}

.breadcrumb-block .back {
    text-align: right;
    margin-top: 11px;
}

.breadcrumb-block .back .btn {
    font-weight: 600;
    font-size: 13px;
    border: none;
    height: 28px;
    line-height: 28px;
    color: #666;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.breadcrumb-block .back .btn:hover {
    background-color: #0058c6;
    color: #fff;
}

.breadcrumb {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.breadcrumb>li {
    float: left;
}

.breadcrumb>li,
.breadcrumb>li a {
    font-size: 13px;
    color: #0e5cb3;
    font-weight: 600;
    line-height: 50px;
}

.breadcrumb>li.active {
    color: #0e5cb3;
}

.breadcrumb>li+li:before {
    content: '';
    margin: 0 10px 0 5px;
    float: left;
    width: 24px;
    height: 50px;
    background: url('../image/icon/arrow-bc.png') center;
}

.breadcrumb .fa {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background-color: #194da9;
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.breadcrumb-block .member {
    text-align: right;
    color: #888;
    padding: 13px 0;
}

.breadcrumb-block .member p {
    margin: 0;
    font-size: 13px;
}

.breadcrumb-block .member a {
    color: #0e5cb3;
}

.breadcrumb-block .member a:hover {
    text-decoration: underline;
}

.breadcrumb-block .member span {
    position: relative;
    top: 1px;
    padding: 0 10px;
}


/*---- pagination ----*/


/*.pagination-block.mt0{margin-top: 0;}
.pagination-block.pt0{padding-top: 0;}
.pagination-block.border-no{border:none;}*/

.pagination-block {
    border-top: 1px solid #e1e1e1;
    padding: 25px 20px;
}

.pagination-label {
    color: #0058c6;
}

.pagination-label span {
    display: inline-block;
    position: relative;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #0058c6;
    margin: 0 5px;
    font-size: 16px;
    padding: 0 10px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.pagination {
    float: right;
    margin: 0;
}

.pagination a {
    display: block;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    text-align: center;
    line-height: 36px;
    color: #0058c6;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.pagination .active a,
.pagination a:hover {
    color: #fff;
    background-color: #0058c6;
}

.pagination li {
    display: inline-block;
}

.pagination li+li {
    margin-left: 6px;
}

.pagination-nav a {
    padding: 0;
    background-color: transparent;
    color: #0058c6;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pagination-nav a:hover {
    color: #0058c6;
    background-color: transparent !important;
    text-decoration: underline;
}

.pagination-prev {
    padding-left: 10px;
}

.pagination-prev .fa {
    font-size: 18px;
    left: -1px;
    top: 1px;
    position: relative;
}

.pagination-next {
    padding-right: 10px;
}

.pagination-next .fa {
    font-size: 18px;
    right: -2px;
    top: 1px;
    position: relative;
}


/*---- scroll ----*/

.mCSB_scrollTools {
    width: 6px;
}

.mCSB_inside>.mCSB_container {
    margin-right: 16px;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #e8e8e8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {}


/*---- form ----*/

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control:-moz-placeholder {
    color: #999;
}

.form-default {
    position: relative;
    z-index: 999;
}

.form-default .form-group {}

.form-default .control-label {}

.form-default .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-default textarea.form-control {
    height: auto;
    padding: 12px 20px;
}

.form-default .form-group {
    margin-bottom: 20px;
}

.form-default .form-control {
    font-family: Arial, Helvetica, sans-serif;
    height: 40px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    padding: 0 20px;
    color: #464646;
    font-size: 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
}

.form-default .control-label {
    font-weight: 600;
    font-size: 14px;
    color: #0058c6;
    padding-left: 10px;
}

.form-default .require {
    color: #f00;
}

.form-default .form-control:focus {
    border-color: #0058c6;
    /*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15) inset;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.15) inset;
    box-shadow: 0 0 3px rgba(0,0,0,0.15) inset;*/
}

.form-control.datepicker {
    background: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI5LjEyMSAyOS4xMjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5LjEyMSAyOS4xMjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KPGc+Cgk8cGF0aCBkPSJNMjEuNzA2LDYuMTQ2YzEuMTE2LDAsMi4wMi0wLjg5OCwyLjAyLTIuMDE2VjIuMDJjMC0xLjExOS0wLjkwMy0yLjAyLTIuMDItMi4wMiAgIHMtMi4wMTksMC45LTIuMDE5LDIuMDJ2Mi4xMTFDMTkuNjg4LDUuMjQ4LDIwLjU5LDYuMTQ2LDIxLjcwNiw2LjE0NnoiIGZpbGw9IiNkZGRkZGQiLz4KCTxwYXRoIGQ9Ik0yOC44ODIsMy40OTRoLTQuMDY2djEuMDI3YzAsMS42OTUtMS4zNzcsMy4wNzYtMy4wNzUsMy4wNzZjLTEuNywwLTMuMDc0LTEuMzgxLTMuMDc0LTMuMDc2VjMuNDk0ICAgaC04LjIwNXYxLjAyN2MwLDEuNjk1LTEuMzc5LDMuMDc2LTMuMDc2LDMuMDc2cy0zLjA3NS0xLjM4LTMuMDc1LTMuMDc2VjMuNDk0TDAuMjA4LDMuNDQzdjI1LjY3OEgyLjI2aDI0LjYwNGwyLjA0OS0wLjAwNiAgIEwyOC44ODIsMy40OTR6IE0yNi44NjIsMjcuMDc2SDIuMjZWMTAuNjcyaDI0LjYwNHYxNi40MDRIMjYuODYyeiIgZmlsbD0iI2RkZGRkZCIvPgoJPHBhdGggZD0iTTcuMzU0LDYuMTQ2YzEuMTE2LDAsMi4wMjEtMC44OTgsMi4wMjEtMi4wMTZWMi4wMkM5LjM3NSwwLjksOC40NywwLDcuMzU0LDBTNS4zMzYsMC45LDUuMzM2LDIuMDIgICB2Mi4xMTFDNS4zMzYsNS4yNDgsNi4yMzcsNi4xNDYsNy4zNTQsNi4xNDZ6IiBmaWxsPSIjZGRkZGRkIi8+Cgk8cmVjdCB4PSIxMC40NjgiIHk9IjEyLjg3MyIgd2lkdGg9IjMuMjMxIiBoZWlnaHQ9IjIuODUyIiBmaWxsPSIjZGRkZGRkIi8+Cgk8cmVjdCB4PSIxNS42OTIiIHk9IjEyLjg3MyIgd2lkdGg9IjMuMjM0IiBoZWlnaHQ9IjIuODUyIiBmaWxsPSIjZGRkZGRkIi8+Cgk8cmVjdCB4PSIyMC41MzciIHk9IjEyLjg3MyIgd2lkdGg9IjMuMjMxIiBoZWlnaHQ9IjIuODUyIiBmaWxsPSIjZGRkZGRkIi8+Cgk8cmVjdCB4PSIxMC40NjgiIHk9IjE3LjYwOSIgd2lkdGg9IjMuMjMxIiBoZWlnaHQ9IjIuODUiIGZpbGw9IiNkZGRkZGQiLz4KCTxyZWN0IHg9IjE1LjY5MiIgeT0iMTcuNjA5IiB3aWR0aD0iMy4yMzQiIGhlaWdodD0iMi44NSIgZmlsbD0iI2RkZGRkZCIvPgoJPHJlY3QgeD0iMjAuNTM3IiB5PSIxNy42MDkiIHdpZHRoPSIzLjIzMSIgaGVpZ2h0PSIyLjg1IiBmaWxsPSIjZGRkZGRkIi8+Cgk8cmVjdCB4PSIxMC40NjgiIHk9IjIyLjQzOSIgd2lkdGg9IjMuMjMxIiBoZWlnaHQ9IjIuODUiIGZpbGw9IiNkZGRkZGQiLz4KCTxyZWN0IHg9IjUuMzM2IiB5PSIxNy42MDkiIHdpZHRoPSIzLjIyOSIgaGVpZ2h0PSIyLjg1IiBmaWxsPSIjZGRkZGRkIi8+Cgk8cmVjdCB4PSI1LjMzNiIgeT0iMjIuNDM5IiB3aWR0aD0iMy4yMjkiIGhlaWdodD0iMi44NSIgZmlsbD0iI2RkZGRkZCIvPgoJPHJlY3QgeD0iMTUuNjkyIiB5PSIyMi40MzkiIHdpZHRoPSIzLjIzNCIgaGVpZ2h0PSIyLjg1IiBmaWxsPSIjZGRkZGRkIi8+Cgk8cmVjdCB4PSIyMC41MzciIHk9IjIyLjQzOSIgd2lkdGg9IjMuMjMxIiBoZWlnaHQ9IjIuODUiIGZpbGw9IiNkZGRkZGQiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K') center right 15px no-repeat;
    background-size: 18px;
    background-color: #fff;
}

.form-group .help-block {
    padding-left: 10px;
}

.captcha-block {
    display: table;
    width: 100%;
}

.captcha-block>* {
    display: table-cell;
    vertical-align: top;
}

.captcha-img {
    width: 170px;
    padding: 0 10px;
}

.captcha-img img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.captcha-btn {
    width: 40px;
    padding: 2px;
}

.captcha-btn a {
    display: block;
    width: 36px;
    height: 36px;
    background: url('../image/icon/icon-refresh.png');
    -webkit-transition: All 400ms ease;
    -moz-transition: All 400ms ease;
    -o-transition: All 400ms ease;
}

.captcha-btn a:hover {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.captcha .control-label {
    line-height: 1em;
    padding-left: 10px;
}

.captcha .control-label:after {
    display: none;
}

.upload-file {}

#uploadTxt {
    display: show;
}

.upload-file-btn {
    position: relative;
}

.upload-file-btn .btn {
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    padding: 0 20px;
    line-height: 38px;
    width: 100%;
    border: 1px solid #0058c6;
    color: #0058c6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.upload-file-btn input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.upload-file-btn input:hover+.btn {
    color: #fff;
    background-color: #0058c6;
    border-color: #0058c6;
}

.upload-file-txt {
    float: left;
    margin-top: 2px;
    font-size: 13px;
    color: #464646;
    line-height: 1.2em;
    padding-top: 0;
    padding-left: 10;
    height: auto;
    /*background: url('../image/icon/icon-att.png') left center no-repeat;*/
}

.upload-file .help-block {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    padding-left: 10px;
    font-weight: normal;
}

.uploadTxt-close {
    position: relative;
    top: -1px;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 0;
    float: left;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    text-align: center;
    line-height: 19px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.uploadTxt-close:hover {
    background-color: #aaa;
}

.uploadTxt-close .fa {
    font-size: 12px;
    color: #fff;
}

.upload-wrapper {
    position: relative;
    padding: 10px 10px 6px 10px;
    margin-top: 10px;
    border: 1px dashed #e1e1e1;
}

.upload-wrapper .btn {
    padding: 0;
}

.btn {
    background: none;
    padding: 0 20px;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.btn:hover,
.btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}

.btn-small {
    height: 32px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
}

.btn-medium {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
}

.btn-medium.btn-radius {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.btn-large {
    height: 50px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
}

.btn.-fluid {
    width: 100%;
    position: relative;
}

.btn-multiline {
    padding: 5px 0;
    line-height: 0.9em;
}

.btn-multiline small {
    display: block;
    font-size: 75%;
    font-weight: normal;
}

.btn-primary,
.btn-primary:focus,
.btn-primary.focus {
    border: 1px solid #0058c6;
    background-color: #0058c6;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:focus:hover,
.btn-primary.focus:hover {
    border-color: #0058c6;
    background-color: #fff;
    color: #0058c6;
}

.btn-primary.disabled,
.btn-primary.disabled:hover {
    border: 1px solid #0058c6;
    background-color: #0058c6;
    color: #fff;
    opacity: 0.2;
}

.btn-secondary,
.btn-secondary:focus,
.btn-secondary.focus {
    border: 1px solid #fba848;
    background-color: #fba848;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary.active:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.btn-secondary:focus:hover,
.btn-secondary.focus:hover {
    border-color: #fba848;
    background-color: #fff;
    color: #fba848;
}

.btn-secondary.textBlue,
.btn-secondary.textBlue:focus,
.btn-secondary.textBlue.focus {
    border: 1px solid #fff;
    background-color: #fff;
    color: #0056c2;
}

.btn-secondary.textBlue:hover,
.btn-secondary.textBlue:active:hover,
.btn-secondary.textBlue.active:hover,
.btn-secondary.textBlue:active:focus,
.btn-secondary.textBlue.active:focus,
.btn-secondary.textBlue:active.focus,
.btn-secondary.textBlue.active.focus,
.btn-secondary.textBlue:focus:hover,
.btn-secondary.textBlue.focus:hover {
    border-color: #fff;
    background-color: #0056c2;
    color: #fff;
}

.btn-secondary.textGreen,
.btn-secondary.textGreen:focus,
.btn-secondary.textGreen.focus {
    border: 1px solid #fff;
    background-color: #fff;
    color: #20a97a;
}

.btn-secondary.textGreen:hover,
.btn-secondary.textGreen:active:hover,
.btn-secondary.textGreen.active:hover,
.btn-secondary.textGreen:active:focus,
.btn-secondary.textGreen.active:focus,
.btn-secondary.textGreen:active.focus,
.btn-secondary.textGreen.active.focus,
.btn-secondary.textGreen:focus:hover,
.btn-secondary.textGreen.focus:hover {
    border-color: #fff;
    background-color: #20a97a;
    color: #fff;
}

.btn-secondary.textOrange,
.btn-secondary.textOrange:focus,
.btn-secondary.textOrange.focus {
    border: 1px solid #fff;
    background-color: #fff;
    color: #ef851a;
}

.btn-secondary.textOrange:hover,
.btn-secondary.textOrange:active:hover,
.btn-secondary.textOrange.active:hover,
.btn-secondary.textOrange:active:focus,
.btn-secondary.textOrange.active:focus,
.btn-secondary.textOrange:active.focus,
.btn-secondary.textOrange.active.focus,
.btn-secondary.textOrange:focus:hover,
.btn-secondary.textOrange.focus:hover {
    border-color: #fff;
    background-color: #ef851a;
    color: #fff;
}

.btn-secondary.textPurple,
.btn-secondary.textPurple:focus,
.btn-secondary.textPurple.focus {
    border: 1px solid #fff;
    background-color: #fff;
    color: #b35bcf;
}

.btn-secondary.textPurple:hover,
.btn-secondary.textPurple:active:hover,
.btn-secondary.textPurple.active:hover,
.btn-secondary.textPurple:active:focus,
.btn-secondary.textPurple.active:focus,
.btn-secondary.textPurple:active.focus,
.btn-secondary.textPurple.active.focus,
.btn-secondary.textPurple:focus:hover,
.btn-secondary.textPurple.focus:hover {
    border-color: #fff;
    background-color: #b35bcf;
    color: #fff;
}

.btn-secondary.textPink,
.btn-secondary.textPink:focus,
.btn-secondary.textPink.focus {
    border: 1px solid #fff;
    background-color: #fff;
    color: #f176b5;
}

.btn-secondary.textPink:hover,
.btn-secondary.textPink:active:hover,
.btn-secondary.textPink.active:hover,
.btn-secondary.textPink:active:focus,
.btn-secondary.textPink.active:focus,
.btn-secondary.textPink:active.focus,
.btn-secondary.textPink.active.focus,
.btn-secondary.textPink:focus:hover,
.btn-secondary.textPink.focus:hover {
    border-color: #fff;
    background-color: #f176b5;
    color: #fff;
}

.btn-secondary.textVote,
.btn-secondary.textVote:focus,
.btn-secondary.textVote.focus {
    border: 1px solid #fff;
    background-color: #fff;
    color: #20a97a;
}

.btn-secondary.textVote:hover,
.btn-secondary.textVote:active:hover,
.btn-secondary.textVote.active:hover,
.btn-secondary.textVote:active:focus,
.btn-secondary.textVote.active:focus,
.btn-secondary.textVote:active.focus,
.btn-secondary.textVote.active.focus,
.btn-secondary.textVote:focus:hover,
.btn-secondary.textVote.focus:hover {
    border-color: #00714a;
    background-color: #00714a;
    color: #fff;
}

.btn-secondary.text,
.btn-secondary.text:focus,
.btn-secondary.text.focus {
    border: 1px solid #fba848;
    background-color: #fba848;
    color: #fff;
}

.btn-secondary.text:hover,
.btn-secondary.text:active:hover,
.btn-secondary.text.active:hover,
.btn-secondary.text:active:focus,
.btn-secondary.text.active:focus,
.btn-secondary.text:active.focus,
.btn-secondary.text.active.focus,
.btn-secondary.text:focus:hover,
.btn-secondary.text.focus:hover {
    border-color: #fba848;
    background-color: #fff;
    color: #fba848;
}

.btn-default,
.btn-default:focus,
.btn-default.focus {
    border: 1px solid #fff;
    background-color: #fff;
    color: #0065cc;
}

.btn-default:hover,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.btn-default:focus:hover,
.btn-default.focus:hover {
    border-color: #fff;
    background-color: #0065cc;
    color: #fff;
}

.btn-detail,
.btn-detail:focus,
.btn-detail.focus {
    border: 1px solid #adadad;
    background-color: #adadad;
    color: #fff;
}

.btn-detail:hover,
.btn-detail:active:hover,
.btn-detail.active:hover,
.btn-detail:active:focus,
.btn-detail.active:focus,
.btn-detail:active.focus,
.btn-detail.active.focus,
.btn-detail:focus:hover,
.btn-detail.focus:hover {
    border-color: #adadad;
    background-color: #fff;
    color: #adadad;
}

.btn-info,
.btn-info:focus,
.btn-info.focus {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: #0058c6;
}

.btn-info:hover,
.btn-info:active:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.btn-info:focus:hover,
.btn-info.focus:hover {
    border-color: #0058c6;
    background-color: #fff;
    color: #0058c6;
}

.btn-info.textOrange,
.btn-info.textOrange:focus,
.btn-info.textOrange.focus {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: #ef851a;
}

.btn-info.textOrange:hover,
.btn-info.textOrange:active:hover,
.btn-info.textOrange.active:hover,
.btn-info.textOrange:active:focus,
.btn-info.textOrange.active:focus,
.btn-info.textOrange:active.focus,
.btn-info.textOrange.active.focus,
.btn-info.textOrange:focus:hover,
.btn-info.textOrange.focus:hover {
    border-color: #ef851a;
    background-color: #ef851a;
    color: #fff;
}

.btn-info.textGray,
.btn-info.textGray:focus,
.btn-info.textGray.focus {
    border: 1px solid #e1e1e1;
    background-color: #fff;
    color: #bbb;
}

.btn-info.textGray:hover,
.btn-info.textGray:active:hover,
.btn-info.textGray.active:hover,
.btn-info.textGray:active:focus,
.btn-info.textGray.active:focus,
.btn-info.textGray:active.focus,
.btn-info.textGray.active.focus,
.btn-info.textGray:focus:hover,
.btn-info.textGray.focus:hover {
    border-color: #ccc;
    background-color: #fff;
    color: #999;
}

.btn-danger,
.btn-danger:focus,
.btn-danger.focus {
    border: 1px solid #ff1d38;
    background-color: #ff1d38;
    color: #fff;
}

.btn-danger:hover,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.btn-danger:focus:hover,
.btn-danger.focus:hover {
    border-color: #ff1d38;
    background-color: #fff;
    color: #ff1d38;
}

.btn-cancel,
.btn-cancel:focus,
.btn-cancel.focus {
    border: 1px solid #ebebeb;
    background-color: #fff;
    color: #aaa;
}

.btn-cancel:hover,
.btn-cancel:active:hover,
.btn-cancel.active:hover,
.btn-cancel:active:focus,
.btn-cancel.active:focus,
.btn-cancel:active.focus,
.btn-cancel.active.focus,
.btn-cancel:focus:hover,
.btn-cancel.focus:hover {
    border-color: #ddd;
    background-color: #ddd;
    color: #fff;
}

.select-control {
    width: 100%;
}

.select-control:focus {
    outline: none;
}

.select-control .select2 {
    width: 100%;
}

.select2-selection:focus {
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    right: 14px;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    margin-top: -3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    font-family: 'FontAwesome';
    content: '\f107';
    font-weight: normal;
    font-size: 18px;
    position: relative;
    top: -6px;
    color: #666;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    content: '\f106';
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) inset;
}

.select2-container--open .select2-dropdown {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.radio-control {
    position: relative;
    display: inline-block;
}

.radio-control .icon {
    width: 20px;
    height: 20px;
    border: 2px solid #d7d7d7;
    background-color: #fff;
    position: absolute;
    top: -2px;
    left: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.radio-control .txt {
    font-size: 15px;
    color: #464646;
    padding-left: 34px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 1em;
    display: block;
}

.radio-control input[type='radio'] {
    position: absolute;
    z-index: 5;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.radio-control input[type='radio']:checked~.icon {}

.radio-control input[type='radio']:checked~.icon:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #0058c6;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.checkbox-control {
    position: relative;
    display: inline-block;
}

.checkbox-control .icon {
    width: 23px;
    height: 23px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    position: relative;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/*.checkbox-control .icon:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    position: absolute;
    top: 1.5px;
    left: 2px;
    margin: auto;
    color: #0058c6;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}*/

.checkbox-control .txt {
    padding-left: 13px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    vertical-align: top;
}

.checkbox-control input[type='checkbox'] {
    position: absolute;
    z-index: 5;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.checkbox-control input[type='checkbox']:checked~.icon:before {
    /*color: #fff;*/
    background-color: transparent;
    font-family: 'FontAwesome';
    content: '\f00c';
    position: absolute;
    top: 1.5px;
    left: 2px;
    margin: auto;
    color: #0058c6;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
    -webkit-transition: All 200ms ease;
    -moz-transition: All 200ms ease;
    -o-transition: All 200ms ease;
}

.switch-control {
    display: table;
    width: 100%;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.switch-control>div {
    display: table-cell;
    position: relative;
    width: 50%;
    height: 24px;
    text-align: center;
}

.switch-control input {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.switch-control .txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #464646;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.switch-control .switch-open input:checked+.txt {
    background-color: #00a651;
    color: #fff;
}

.switch-control .switch-close input:checked+.txt {
    background-color: #bf1e2d;
    color: #fff;
}

.ui-widget.ui-widget-content {
    border-color: #e1e1e1;
    height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-menu .ui-menu-item-wrapper {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.ui-widget {
    font-size: 70%;
    margin-top: 5px;
}

.ui-widget {
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ui-datepicker {
    padding: 0;
    width: 380px;
}

.ui-datepicker-header {
    border: none;
    background: #0058c6;
    font-weight: normal;
    font-size: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #666;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    top: .9em;
    border: none;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    background-image: url('../image/icon/ui-icons_ffffff_256x240.png');
    background-position: -32px 0;
    margin-top: 0;
    top: 0;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker th {
    padding: 0.5em 0;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    border: none;
    /*border-top: 1px solid #e1e1e1;*/
    background-color: #156ddb;
    font-weight: bold;
}

.ui-datepicker td {
    background: #fff;
    border: none;
    padding: 0;
}

.ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    padding: 10px 0;
    margin: 0;
    font-weight: normal;
    color: #666;
    font-size: 14px;
    width: 40px;
}

.ui-datepicker .ui-state-disabled {
    opacity: 1;
}

.ui-datepicker .ui-state-disabled .ui-state-default {
    color: #666;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
    background: #0058c6;
    color: #fff;
}

.ui-datepicker .ui-datepicker-title select {
    height: 30px;
    border: none;
    margin: 0 3px;
    font-weight: 300;
    color: #464646;
    font-size: 13px;
    padding: 0 4px;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.ui-datepicker .ui-datepicker-title select+select {
    top: 0px;
    position: relative;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    top: 1px;
}

.boxmsgError {
    background-color: #ffe0e0;
    border: 1px solid #ff5050;
    text-align: center;
}

.boxmsgError span {
    font-weight: 600;
    color: #f00;
    font-size: 14px;
}

.boxmsgError span>span {
    font-weight: normal;
    color: #333;
    font-size: 14px;
}

.submit-form {
    width: auto;
    max-width: 600px;
    margin: auto;
    text-align: center;
    padding: 70px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.submit-form .icon {
    margin-bottom: 20px;
}

.submit-form .icon img {
    width: 100px;
}

.submit-form .title {
    font-weight: 600;
    margin: 0;
    font-size: 24px;
    color: #333;
}

.submit-form .desc {
    margin: 0;
    font-size: 16px;
    color: #464646;
}

.submit-form .action {
    margin-top: 30px;
}

.bookingRoom-form .boxmsgError {
    margin: 30px 30px 0 30px;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cke_chrome {
    border: 1px solid #e1e1e1 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.modal-body.confirm {
    padding: 30px 15px;
    text-align: center;
}

.modal-body.confirm .title {
    font-size: 22px;
    color: #444;
}

.modal-body.confirm .desc {
    font-size: 16px;
    color: #888;
}


/*test*/


/*.site-header-topbar{position: fixed; top: 0; width: 100%;}
.site-header-main{position: fixed; top: 70px; width: 100%;}
.site-header.tiny .site-header-main{top: 70px;}*/

.default-title-sub {
    padding: 10px 20px 25px 26px;
    border-bottom: 1px solid #e1e1e1;
    color: #0058c6;
    font-size: 18px;
    line-height: 1em;
}

.coverVideo {
    text-align: center;
    width: 560px;
    margin: 20px auto;
}

.coverVideo>div {
    position: relative;
    padding-top: 56.25%;
}

.coverVideo>div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.questionare-list .desc>div {
    float: left;
}

.desc .detail-etc {
    width: 150px;
    padding-left: 20px;
    /*   position: relative;
    top: -15px;*/
}

.desc .detail {
    width: calc(100% - 150px);
}

.desc .num p {
    font-size: 16px;
}

.desc .time p,
.desc .num p,
.desc .date p {
    margin: 0;
    font-family: 'db_helvethaica';
}

.desc span {
    color: #0058c6;
    font-weight: 600;
}

.desc .detail p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4!important;
    font-family: 'db_helvethaica';
    /* font-size: 16px;*/
}

.questionare-list .wrapper>div {
    position: relative;
}

.questionare-list .wrapper>div .pin {
    width: 10px;
    height: 10px;
    position: absolute;
    top: -12px;
    left: -12px;
    color: #c60000;
    font-size: 20px;
    transform: rotate(-40deg);
}

.action i {
    margin-right: 10px;
}

.action .questionare-list .wrapper>div .btn.-fluid {
    position: relative;
    margin-bottom: 3px;
}

/*.action .btn-primary,
.btn-primary:focus,
.btn-primary.focus {
    border: 1px solid #0058c6;
    background-color: #0058c6;
    color: #fff;
    margin-bottom: 3px;
    outline: none;
    outline-offset: 0px;
}

.action .btn-primary:hover {
    color: #00984f;
    background: unset;
}*/

.detail>div {
    display: inline-block;
}

.date p {
    display: inline-block!important;
}


/*.detail > div+div {
    border-left: solid 1px #ccc;
    padding-left: 5px;
    padding-right:unset ;
}
*/

.detail>div {
    /*  padding-right: 5px;
*/
}

.date p {
    padding-right: 5px;
}


/*.date p+p {
    padding: 0 5px;
    padding-right: unset;
    border-left: solid 1px #ccc;
}*/

.action .name-list {
    background: #457ec7;
    color: #fff;
    border-color: #457ec7;
}

.action .name-list:hover {
    background: unset;
    color: #457ec7;
    border-color: #457ec7;
}

.action .btn-warning[disabled]:focus,
.action .btn-warning[disabled]:hover,
.action .btn-warning[disabled] {
    background-color: #919191;
    border-color: #919191;
}

.action .btn-danger[disabled]:hover .action .btn-danger[disabled]:focus,
.action .btn-danger[disabled] {
    background-color: #ef6700;
    border-color: #ef6700;
    color: #fff;
}

.detail .date p,
.detail .time p {
    display: inline-block;
    vertical-align: middle;
}

.detail .time i,
.detail .date i {
    margin-right: 5px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.date p:last-child {
    border-right: solid 1px #ccc;
}

div,
a,
p,
span {
    font-family: 'db_helvethaica';
}

@media (max-width:767px) {
    .coverVideo {
        width: 100%;
    }
}


/*#################### 16/06/2020 ###################*/


/*.title-box,.body-box{
    margin-left: -20px;
    margin-right: -20px;
}
*/

.body-box .tbody .tr .td,
.body-box .thead .tr .td {
    display: table-cell;
}

.body-box .tbody .tr,
.body-box .thead .tr {
    display: table;
    width: 100%;
}

.body-box .tbody .tr .td.title,
.body-box .thead .tr .td.title {
    width: 41%;
    overflow: hidden;
}

.body-box .thead .tr .td.action,
.body-box .tbody .tr .td.action,
.body-box .thead .tr .td.name,
.body-box .tbody .tr .td.name {
    overflow: hidden;
    width: 15%;
}

.body-box .thead .tr .td.date,
.body-box .tbody .tr .td.date {
    overflow: hidden;
    width: 19%;
}

.body-box .thead .tr .td.num,
.body-box .tbody .tr .td.num {
    overflow: hidden;
    width: 10%;
}

.body-box .tbody .date p:last-child {
    border-right: unset;
    margin-bottom: 0;
    font-size: 14px;
}

.body-box .tbody .tr .td.action,
.body-box .tbody .tr .td.num,
.body-box .tbody .tr .td.name,

/*.body-box .tbody .tr .td.date,*/

.body-box .thead .tr .td.action,
.body-box .thead .tr .td.num,
.body-box .thead .tr .td.name,
.body-box .thead .tr .td.date {
    text-align: center;
}


/*.title-box, .body-box {
    margin-left: -100px;
    margin-right: -100px;
}*/

.body-box .thead .td {
    padding: 15px;
    color: #fff;
    font-size: 16px;
}

.body-box .thead {
    background: #0058C6;
}

.body-box .tbody .td {
    padding: 10px 15px;
}

.body-box .thead .td {
    border-right: solid 1px #fff;
}

.body-box .tbody {
    background: #F2F2F2;
}

.body-box .tbody .td {
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    vertical-align: middle;
}

.body-box .tbody .desc .detail p {
    font-size: 13px;
    color: #3F3F40;
}

.body-box .tbody .td {
    font-size: 13px;
    color: #3F3F40;
}

.body-box .tbody .date p {
    margin: 0;
}

.body-box .tbody .tr .td.title .title {
    font-size: 16px;
    color: #0058C6;
    font-weight: 600;
    line-height: 1.5em;
}

.body-box .tbody .desc .detail {
    width: unset;
}

.body-box .tbody .date i {
    margin-right: 5px;
    color: #0058c6;
}

.body-box .tbody .date .blue {
    color: #0058c6;
}

.body-box .tbody .td.name a {
    background: #457ec7;
    color: #fff;
    border-color: #457ec7;
    font-size: 14px;
    padding: 0 5px;
}

.body-box .tbody .td a {
    font-size: 14px;
}

.body-box .tbody .td a img {
    margin-right: 5px;
    width: 20px;
}

.body-box .tbody .td a {
    padding: 0 15px;
}

.body-box .tbody .td .detail-etc .num {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    /* color: #0058c6;*/
}

.body-box .tbody .td .detail-etc .num .red {
    color: #FF3E3A;
}

.body-box .tbody .td .detail-etc .num .blue {
    color: #0058C6;
}

.body-box .tbody .td .detail-etc .num .men {
    font-size: 14px;
    font-weight: 400;
    color: #3F3F40;
}

.body-box .tbody .td .detail-etc p {
    margin: 0;
}

.body-box .tbody .td.action .btn-primary:hover {
    color: #fff;
    border: 1px solid #00984f;
    background-color: #00984f;
}

.body-box .tbody .tr .td.title .thumb img {
    position: absolute;
    top: -9px;
    left: -9px;
}

.body-box .tbody .tr .td.title .thumb {
    width: 60px;
    height: 70px;
    background-color: #0058c6;
    text-align: center;
    color: #fff;
    font-size: 40px;
    padding: 8px;
    display: inline-block;
    float: left;
    position: relative;
}

.body-box .tbody .tr .td.title .thumb .icon img {
    position: relative;
    top: -3px;
    left: 3px;
}

.detail-box {
    display: inline-block;
    width: calc(100% - 80px);
    float: left;
    padding: 0 15px;
    padding-right: 0;
}

.member-list div#dataList_filter:after {
    content: "\f002";
    font-size: 24px;
    background: #0058c6;
    color: #fff;
    padding: 11px;
    border-radius: 50%;
    height: 40px;
    right: 0px;
    width: 40px;
    display: inline-block;
    position: absolute;
    z-index: 166;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px
}

.member-list div#dataList_filter:before {
    content: "ค้นหา";
    display: inline-block;
    width: auto;
    padding: 0px 15px;
    height: 25px;
    background: unset;
    color: #666;
    z-index: 1;
    position: absolute;
    top: 8px;
    left: 15px;
    border-right: solid 1px #CCC;
}

.member-list div#dataList_filter {
    position: relative;
    width: 300px;
}

.assessment-form.member-list .dataTables_wrapper .dataTables_filter input {
    position: absolute;
    right: 0;
}

.assessment-form.member-list .dataTables_wrapper .dataTables_filter label {
    color: transparent;
}

.assessment-form.member-list .dataTables_wrapper .dataTables_filter input {
    width: 165px;
    padding-left: 80px;
    padding-right: 45px;
    color: #333;
}

.assessment-form.member-list .dataTables_wrapper .dataTables_length select option,
.assessment-form.member-list .dataTables_wrapper .dataTables_filter input:focus {
    outline-offset: unset!important;
    outline: unset!important;
    outline-color: unset!important;
    outline-style: unset!important;
    outline-width: unset!important;
}

.assessment-form.member-list .dataTables_wrapper .dataTables_length:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 100px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid transparent!important;
    pointer-events: none;
    color: transparent;
    z-index: 1;
}

.assessment-form.member-list .dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
    position: relative;
    height: 40px;
    width: 200px;
}

.member-list div#dataList_length:after {
    font-family: 'FontAwesome';
    content: '\f107';
    font-weight: normal;
    font-size: 18px;
    position: absolute;
    top: 10px;
    color: #666;
    right: 10px;
    z-index: 0;
    pointer-events: none;
}

.assessment-form.member-list .dataTables_wrapper .dataTables_length select {
    width: 200px!important;
    position: absolute;
    left: 0;
    z-index: 0;
    color: #666;
    padding-left: 100px!important;
    text-align: center!important;
}

.assessment-form.member-list .dataTables_wrapper .dataTables_length:before {
    content: "แสดง"!important;
    display: inline-block;
    width: auto;
    padding: 0px 15px;
    height: 25px;
    background: unset;
    color: #666;
    z-index: 1;
    position: absolute!important;
    top: 8px!important;
    left: 10px!important;
    border-right: solid 1px #CCC!important;
    border-left: unset!important;
    border-top: 0!important;
}

.assessment-form.member-list .dataTables_wrapper .dataTables_length label {
    color: transparent;
}

.assessment thead tr td {
    padding: 15px!important;
    font-size: 16px!important;
}

.title-box .default-title {
    background: unset;
}

table.dataTable tbody tr {
    background-color: #ffffff;
    background: #F2F2F2!important;
}

.assessment-form td,
.assessment-form th {
    border: 1px solid #fff!important;
}

.member-list i {
    margin-right: 5px;
    color: #0058c6;
}


/*.member-list table#dataList:after {
    content: "";
    display: block;
    width: 100%;
    height: 55px;
    position: absolute;
    z-index: 0;
    margin-top: 0px;
    background-color: #f2f2f2;
    border: solid 1px #fff;
    border-top: 0;
}
.assessment-form.member-list table.dataTable.no-footer {
    margin-bottom: 10px!important;
}
.assessment-form.member-list .dataTables_wrapper .dataTables_info {
    position: relative;
    z-index: 1;
    padding-left: 15px;
}
.assessment-form.member-list .dataTables_wrapper .dataTables_paginate {
    position: relative;
    z-index: 1;
    padding-right: 15px;
}


 .member-list-page td.date.sorting {
    width: 180px!important;
}*/

.member-list-page .default-title {
    background: unset;
}

.member-list-page .default-wrapper {
    background: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

.member-list-page div#dataList_info {
    color: #0058c6;
    text-shadow: -2px 0 #ffffff, 0 2px #ffffff85, 1px 0 #ffffff, 0 -1px #ffffff85;
    font-weight: 600;
    font-size: 14px;
    /* padding: 10px 20px; */
    /* background: #ffffff85; */
    /* border-radius: 25px; */
}

.assessment-form.member-list td.date.sorting {
    width: 144px!important;
}
.default-title.wnd a {
    width: 170px;
    position: absolute;
    top: 25px;
    display: inline-block;
    right: 20px;
}
.default-title.wnd span {

    width: calc(100% - 170px);
    display: inline-block;
    line-height: 1.5;
}
/*###################################################*/
@media (max-width:1200px) {
    /*   .title-box, .body-box {
        margin-left: -100px;
        margin-right: -100px;
    }*/
    .body-box {
        overflow-x: scroll;
    }
    .body-box .table {
        width: 1200px;
        max-width: unset;
        margin-bottom: 20px;
    }
}

@media (max-width:1024px) {
    .title-box,
    .body-box {
        margin-left: 0px;
        margin-right: 0px;
    }
    .body-box .tbody .tr .td.title,
    .body-box .thead .tr .td.title {
        width: 35%;
        overflow: hidden;
    }
    .body-box .tbody .td {
        padding: 10px 10px;
    }
    .body-box .thead .td {
        padding: 10px;
    }
    .body-box .tbody .td.name a {
        font-size: 12px;
        padding: 0 10px;
    }
    .body-box .tbody .td a img {
        width: 15px;
    }
    .body-box .tbody .td a {
        font-size: 12px;
    }
}

@media (max-width:768px) {
    .body-box {
        overflow-x: scroll;
    }
    .body-box .table {
        width: 1200px;
        max-width: unset;
        margin-bottom: 20px;
    }
}

@media (max-width:575px) {
    .default-title.wnd a {
        position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    top: 5px;
    right: 0;
}
.default-title.wnd span {

    width: 100% ;
    display: block;
}
    .assessment-form .assessment {
        width: 768px;
    }
    /*.member-list div#dataList_wrapper {
    width: 575px;
}*/
    .member-list td.num {
        /*  width: 15px!important;
    padding: 5px 10px!important;
*/
    }
    .assessment thead tr td {
        padding: 5px!important;
        font-size: 12px!important;
    }
    .assessment-form.member-list .dataTable tbody td {
        padding: 5px 5px;
        font-size: 12px;
    }
    .assessment-form.member-list td.date.sorting {
        width: 125px!important;
    }
    .member-list-page .questionare-detail .header {
        padding: 0 0px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .member-list div#dataList_length:after {
        right: 20px;
    }
    .assessment-form.member-list .dataTables_wrapper .dataTables_length select {
        width: 97%!important;
    }
    .assessment-form.member-list .dataTables_wrapper .dataTables_length {
        width: 100%;
    }
    .member-list div#dataList_filter {
        width: 100%;
        margin: 0;
        margin-bottom: 15px;
        position: relative;
        height: 40px;
        padding: 0 5px;
    }
    .assessment-form.member-list .dataTables_wrapper .dataTables_filter input {
        position: relative;
        top: -22px;
        margin: 0;
    }
    .assessment-form.member-list .dataTables_wrapper .dataTables_filter input {
        position: relative;
        top: -22px;
        margin: 0;
        width: calc(100% - 125px);
    }
}

@media screen and (max-width: 991px) {
    .body-box .table {
        width: unset;
        max-width: unset;
        margin-bottom: 20px;
    }
    .body-box .table .thead {
        display: none;
    }
    .body-box .tbody .tr {
        display: block;
        margin-bottom: 15px;
        background: #F2F2F2;
    }
    .body-box .tbody .tr .td {
        display: table;
        width: 100%!important;
        padding: 0;
        text-align: left;
    }
    .body-box .tbody .tr .td:after {
        content: "";
        clear: both;
        display: block;
    }
    .body-box .tbody .tr .td>div {
        display: table-cell;
        padding: 10px;
        vertical-align: middle;
    }
    .body-box .tbody .tr .td .head-xs {
        width: 150px;
        background-color: #0058c6;
        text-align: center;
        color: #fff;
    }
    .body-box .tbody .tr .td .body-xs {
        width: calc(100% - 150px);
    }
    .body-box .tbody {
        background: unset;
    }
    .body-box .tbody .desc .detail {
        display: -webkit-box;
        -webkit-line-clamp: unset;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .body-box .tbody .detail-box {
        width: calc(100% - 60px);
    }
    .qa table td {
        width: 100%;
        display: block;
    }
    /* .assessment-form .dataTable thead,*/
    .head-xs {
        display: block;
    }
    .qa table td:before {
        content: attr(data-title);
    }
    .qa table td:before,
    .assessment-form.member-list .dataTable tbody td:before {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 45%;
        white-space: pre-line;
        text-align: left;
        font-weight: 400;
        padding: 5px;
        background: #0058c6;
        color: #fff;
        height: 100%;
    }
    .assessment-form.member-list table.dataTable tbody tr {
        background-color: #ffffff;
        background: #ffffff!important;
    }
    .assessment-form.member-list .dataTable tbody td span {
        display: block;
        vertical-align: middle;
		white-space:normal;
		width:calc(100vw-150px);
		line-height: 1.4em; 
		padding:  10px;
		
    }
    .assessment-form.member-list .dataTable tbody td {
        padding-left: 0;

    }
    .assessment-form.member-list .dataTable tbody td:before {
        width: 120px!important;
        display: table-cell;
        position: relative;
        padding:    10px;
        vertical-align: middle;
    }
    .qa table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: pre-line;
        text-align: left;
        width: 100% !important;
        display: block !important;
        display: inline-block!important;
        font-family: 'db_helvethaica'!important;
        white-space: unset;
        vertical-align: middle;
    }
    .qa table td .radio-control {
        margin-bottom: 0px!important;
    }
    .qa table.dataTable td {
        box-sizing: border-box;
    }
    .qa table.dataTable tbody tr {
        display: block;
    }
    .qa table.dataTable tbody tr+tr {
        margin-top: 15px!important;
        display: block;
    }
    

    .assessment-form.member-list .dataTable tbody td+td {
        /*border-top: 1px solid #fff!important;*/
        border-bottom: unset!important;
        border-top: solid 1px #EBEBEB!important;
    }
    .assessment-form.member-list .dataTable tbody td {
        display: table !important;
        font-size: 13px;
    line-height: 1;
    }
    .assessment-form.member-list .dataTable tbody td {
        border-bottom: unset!important;
    }
    .assessment-form.member-list .dataTables_wrapper .dataTables_paginate .paginate_button.next {
        background-color: unset;
        text-shadow: -2px 0 #ffffff, 0 2px #ffffff85, 1px 0 #ffffff, 0 -1px #ffffff85;
    }
    .assessment-form.member-list .assessment {
        width: 100%!important;
    }
    .qa table td:after {
        content: "";
        display: block;
        clear: both;
    }
    .assessment-form .dataTable thead {
        display: none!important;
        /*display: table-header-group;*/
    }
    .assessment-form.member-list .assessment thead {
        display: none!important;
    }
    .assessment-form.member-list .assessment tr+tr {
        margin-top: 10px;
        display: block;
    }
    .assessment-form.member-list .dataTable tbody td {
        padding: 0;
    }
}

@media screen and (max-width: 575px) {
    .assessment-form .dataTable tbody td.name {
        /*height: 45px;*/
        line-height: 1.3;
    }
    .assessment-form.member-list .dataTable tbody td:before {
        width: 120px!important;
    }
    .body-box .tbody .tr .td .head-xs {
        width: 110px!important;
    }
    .assessment-form.member-list .dataTable tbody td {
        /*  padding-left: 125px;*/
    }
    .body-box .tbody .tr .td .body-xs {
        width: calc(100% - 110px)!important;
    }
    .body-box .tbody .tr .td.title .thumb .icon img {
        top: -14px;
    }
    .body-box .tbody .tr .td.title .thumb {
        width: 40px;
        height: 50px;
    }
    .body-box .tbody .detail-box {
        width: calc(100% - 40px);
    }
}

.assessment-form.member-list .assessment thead,
.assessment-form .dataTable thead {
    display: table-header-group;
}

.head-xs {
    display: none;
}

.qa table td {
    font-family: 'db_helvethaica'!important;
}

/* sub menu */
.site-header-main .brand{
    top: auto;
    left: auto;
    margin-top: 3px;
    margin-left: 10px;
}

.site-header-main .container{
    position: static;
}
.site-header-main .main-menu li{
    position: static;
}
.site-header-main .main-menu li + li::before{
    left: auto;
    top: auto;
    margin-left: -11px;
    margin-top: 11px;
}
/*.site-header-main .main-menu li:nth-child(2) .dropdown-menu{
    height: 290px;
    opacity: 1;
    visibility: visible;
}*/
.site-header-main .dropdown-menu{
    padding: 0;
    position: absolute;
    border: none;
    box-shadow: none; 
    border-radius: 0;
    min-width: inherit;
    width: 100%;
    background-color: rgba(255,255,255,0.96);
    overflow: hidden;
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all 300ms ease-out;
    transition-delay: 100ms;
}
.site-header-main .dropdown.open .dropdown-menu{
    height: 290px;
    opacity: 1;
    visibility: visible;
}
.site-header-main .dropdown.open > a{
    color: #fba848;
}
.site-header-main .main-menu .cover{
    width: 290px;
    height: 290px;
    position: relative;
    margin-left: -100px;
}
.site-header-main .main-menu .cover img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.site-header-main .submenu{
    height: 290px;
    margin-left: 30px;
    position: relative;
}
.site-header-main .submenu .topic{
    margin-top: 25px;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    color: #0065cc;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-left: 20px;
    line-height: 1.4em;
    padding: 0;
    height: auto;
    cursor: pointer;
}
.site-header-main .submenu .topic:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #0065cc;
    top: 100%;
    left: 0;
    transition: all 200ms ease-out;
}
.site-header-main .submenu .topic:hover:after{
    background-color: #fba848; 
}
.site-header-main .submenu li{
    width: calc(100% / 3);
    margin-bottom: 4px;
}
.site-header-main .submenu li + li{
    margin-left: 0;
}
.site-header-main .submenu li + li:before{
    display: none;
}
.site-header-main .submenu .menu{
    height: 186px;
}
.site-header-main .submenu .nav-list{}
.site-header-main .submenu .link{
    font-weight: normal;
    color: #666;
    font-size: 16px;
    display: block;
    height: 34px;
    padding: 0 20px;
    line-height: 34px;
    margin-right: 40px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /*background-color: #ccc;*/
}
.site-header-main .submenu .link:before{
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 17px;
    background: rgb(51,53,154);
    background: -moz-linear-gradient(left,  rgba(51,53,154,1) 0%, rgba(2,146,206,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(51,53,154,1) 0%,rgba(2,146,206,1) 100%);
    background: linear-gradient(to right,  rgba(51,53,154,1) 0%,rgba(2,146,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33359a', endColorstr='#0292ce',GradientType=1 );
    opacity: 0;
    transition: all 200ms ease;
}
.site-header-main .submenu .link:hover{
    color: #fff;
}
.site-header-main .submenu .link:hover:before{
    opacity: 1;
}
.site-header-main .submenu .line1,
.site-header-main .submenu .line2,
.site-header-main .submenu .line3{
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background-color: #ddd;
}
.site-header-main .submenu .line1{
    left: calc(((100% / 3) * 1) - 20px);
}
.site-header-main .submenu .line2{
    left: calc(((100% / 3) * 2) - 20px);
}
.site-header-main .submenu .line3{
    left: calc(((100% / 3) * 3) - 20px);
}
.site-header-main .submenu .mCSB_scrollTools{
    opacity: 1;
    right: 0;
}
.site-header-main .submenu .mCSB_inside > .mCSB_container{
    margin-right: 0;
}
.site-header-main .submenu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #0065cc;
}

/* column-2 */
.site-header-main .submenu.column-2 li{
    width: 50%;
}
.site-header-main .submenu.column-2 .line1{
    left: calc(((100% / 2) * 1) - 20px);
}
.site-header-main .submenu.column-2 .line2{
    left: calc(((100% / 2) * 2) - 20px);
}
.site-header-main .submenu.column-2 .line3{
    display: none;
}

/* column-1 */
.site-header-main .submenu.column-1 li{
    width: 100%;
}
.site-header-main .submenu.column-1 .line1{
    display: none;
}
.site-header-main .submenu.column-1 .line2{
    display: none;
}
.site-header-main .submenu.column-1 .line3{
    display: none;
}

/*edit 05012021*/
.site-body ~ img{display: none;}
