body,
td,
th,
input,
textarea,
select,
a {outline: 0 none;}
a,button,[role="button"],input,label,select,textarea{
    touch-action:manipulation
}
html {
    height: 100%;
    overflow-x: hidden!important;
    margin: 0!important;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -ms-transform: all 1.3s ease-out;
    transition: all 1.3s ease-out;
    scroll-behavior: smooth;
}
body {
    color:#393636;
    font-size: 16px;
    font-family:-apple-system, BlinkMacSystemFont, 'Open sans', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
    overflow-x: hidden!important;
    -webkit-transition: all 1.3s ease-out;
    -moz-transition: all 1.3s ease-out;
    -o-transition: all 1.3s ease-out;
    -ms-transform: all 1.3s ease-out;
    transition: all 1.3s ease-out;
    background-color: #fff;
}

 @font-face{font-family:'RobotoCondensed';src: url('../fonts/RobotoCondensed-Regular.eot');src:url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/RobotoCondensed-Regular.woff') format('woff'),url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'),url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');font-weight:normal}

 @font-face{font-family:'OpenSans';src: url('../fonts/OpenSans-Bold.eot');src:url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/OpenSans-Bold.woff') format('woff'),url('../fonts/OpenSans-Bold.ttf') format('truetype'),url('../fonts/OpenSans-Bold.svg#/OpenSans-Bold') format('svg');font-weight:normal}

.clr{
    clear:both;
    display:table;
    float:none; 
}
a{
    outline:none;
    text-decoration:none;
    color: #111;
    vertical-align: baseline;
    background: 0 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
a:hover,
a:focus {
    color: #ed1c24;
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    text-decoration: none;
}
::-webkit-scrollbar{width:7px; height: 7px;}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0); -webkit-border-radius:18px;border-radius:18px}
::-webkit-scrollbar-thumb{-webkit-border-radius:18px;border-radius:18px;background:rgba(162,163,167,.9);-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0)}
::-webkit-scrollbar-thumb:window-inactive{background:rgba(74,144,226,.1)}
.font-size-18 {font-size: 1.125rem;}
.font-size-20 {font-size: 1.25rem;}
img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}
.nums_tab,capcha{
    user-select:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    -o-user-select:none;
    -ms-user-select:none
}

strong,strong *,b,b *{
    font-weight:bold
}
em,em *,i,i *{
    font-style:italic
}
u,u *{
    text-decoration:underline
}
.cap{
    text-transform:uppercase
}
blockquote {
    padding: 10px 15px 10px 55px;
    font-style: normal;
	font-weight:600;
    border-left: 5px solid #005be0;
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
    position: relative;
	text-align: justify;
	font-family: arial;
}
blockquote:before {
    content: '“';
    position: absolute;
    left: 10px;
    top: 0;
    width: 30px;
    height: 30px;
	line-height:1;
    font-family: 'RobotoCondensed';
	font-size: 72px;
    color: #ff7d21;;
}
/*.box_shadow {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
}*/
.box_border {
	background:url(../images/form-vertical.jpg);
    border: 1px solid #ced4da;
    font-family: 'RobotoCondensed';
}
.box_border_2x {
    border: 2px solid #ced4da;
}
.box_radius {
    -webkit-border-radius:4px;
    border-radius:4px
}
.text-green {color: #005be0;}
.bg-red,
.bg-green,
.bg-orange {
  color: #fff !important;
}
.bg-green {background-color: #ab0000;}
.bg-red {
  background-color: #d90000 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.backTop{
    display:none;
    position:fixed;
    right:0;
    bottom:60px;
    width:48px;
    height:48px;
    border-radius: 50%;
    padding: .75rem 1rem;
    background-color: #005be0;
    cursor:pointer;
    z-index:100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.backTop:before {
    font-family: 'FontAwesome';
    content: '\f077';
    line-height: 20px;
    font-size: initial;
    color: #fff;
    text-align: center;
}
.backTop:hover{
    background-color:#ed1c24;
    bottom: 70px;
}

.hidden{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter:alpha(opacity=0);
    opacity:0;
    visibility:hidden
}
.visible{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
    opacity:1;
    visibility:visible
}
#masthead {
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15);
}
#masthead .navbar {background-color: #fff; padding: 0;}
#masthead .navbar .navbar-toggler,#masthead .navbar .navbar-right li a {
    color: #fff;
    border: 0;
    font-size: 11px;
    text-transform: uppercase;
}
#masthead .navbar .navbar-toggler i,#masthead .navbar .navbar-right li a i {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
}
#masthead.fixed .navbar .navbar-toggler i,#masthead.fixed .navbar .navbar-right li a i {
    display: inline-block; 
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 15px;
}
#masthead .navbar-brand {
    max-width: 200px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}
#masthead .navbar-brand .titleHome {position: absolute; top: -999px; left: 0; font-size: initial; margin: 0;}
#masthead .navbar-brand .logo_mobile {display: none;}
#masthead .navbar-brand img {
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
}
#masthead.fixed {
    top: 0;
    width: 100%;
    position: fixed;
}
.navbar-info {
    display: flex;
    padding-top: 2rem;
}
.navbar-info .hotline a {
    display: inline-block; 
    position: relative;
    font-size: 1.25rem;
}
.navbar-info .hotline a+a {margin-left: 1.5rem;}
.navbar-info .hotline a i {
    background-color: #ed1c24; 
    border-radius: 15px;
    width: 24px;
    height: 24px;
    font-size: initial;
    text-align: center;
    line-height: 24px;
    color: #fff;
}
.navbar-info .hotline+div {margin-left: 1rem;}
/*color*/
.content-section .text-green li a,.content-section .item-title,.article__share a i, .article__print a i,.navbar-info .hotline a,.rootmenu-hovercate ul li a:hover {
    color: #0068ff;
	font-family:'RobotoCondensed';
}
.content-section .text-green li a:hover,.toc-title {color: #ed1c24;}
.wrap-main-nav,#footer,.box-heading span:after, .box-heading span:before {background-color: #d60c0c;}
.content-section .item-btn {background-color: #ed1c24;}
.sidebar-block .title-block {background-color: #ab0000;}
/*font*/
.box-heading,.card__title, .box-special-menu > ul > li > a, .rootmenu-hovercate ul li a, .article-meta .name, .scroll-menu-expand ul li a, .article__title{
}

/*mega menu*/
.box-special-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
	height:42px;
	line-height:42px;
}
.box-special-menu > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.box-special-menu > ul > li:not(.mega) {
    position: relative;
}
.box-special-menu > ul > li.root:not(:first-child) {margin-left: 0.5rem;}
.box-special-menu > ul > li > a {
    color:#fff;
	padding: 0px 33px;
    display: block;
    line-height:42px;
    position: relative;
    text-decoration:none;
    text-transform: uppercase;
	font-family: 'RobotoCondensed';
    font-weight: 400;
    font-size: .938rem;
}
.box-special-menu > ul > li.root > a {
    line-height: 36px;
    font-size: 0.875rem;
    white-space: nowrap;
}
.box-special-menu > ul > li.root > a:hover {
	background: #ab0000;
	color:#000033;
    line-height:42px;
}
.box-special-menu > ul > li > a.current {color: #000;}
.rootmenu-hovercate {
    min-width: 220px;
    line-height: 20px;
    color: #ab0000;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 100%;
    font-size: 0.838rem;
	font-family: 'RobotoCondensed';
    z-index: 20;
    display: none;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.25);
}
.mega.rootmenu-hovercate {
    padding: 1rem;
    left: 0;
    right: 0;
}
.rootmenu-hovercate ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mega.rootmenu-hovercate > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.rootmenu-hovercate:not(.mega) ul li {border-top: 1px solid #eee;}
.mega.rootmenu-hovercate > ul > li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.rootmenu-hovercate:not(.mega) ul li:first-child {border-top: 0;}
.rootmenu-hovercate:not(.mega) ul li a {
    padding: 7px 10px;
    font-weight: 400;
    position: relative;
    white-space: nowrap;
    display: block;
}
.mega.rootmenu-hovercate ul li a {
    padding: 6px 10px;
    font-size: 13px;
    line-height: 1.2;
    display: block;
    position: relative;
}
.mega.rootmenu-hovercate > ul > li > a {
    font-weight: 600;
    font-size: initial;
    padding: 8px 10px;
}
.mega.rootmenu-hovercate > ul > li > a:after {
    content: '';
    display: block;
    width: 100%;
    height: .5rem;
    border-bottom:1px solid rgba(125,125,125,.15);
}
.rootmenu-hovercate ul li a:hover {
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.rootmenu-hovercate ul li:last-child a {border-bottom: 0;}
.rootmenu-hovercate:not(.mega) ul li ul {
    visibility:hidden;
    opacity:0;
    position:absolute;
    left:100%;
    top:0;
    z-index:22;
    box-shadow:0 0 10px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);
    background:#fff;
    padding: 0;
    transition:transform 0.4s ease 0s;
    -webkit-transition:-webkit-transform 0.4s ease 0s;
    -moz-transition:-moz-transform 0.4s ease 0s;
    transform:scale(0.7, 1);
    -webkit-transform:scale(0.7, 1);
    -moz-transform:scale(0.7, 1);
    transform-origin:0 0 0;
    -webkit-transform-origin:0 0 0;
    -moz-transform-origin:0 0 0;
}
.mega.rootmenu-hovercate ul li ul,.rootmenu-hovercate ul li:hover ul {
    visibility:visible;
    opacity:1;
    transform:scale(1,1);
    -webkit-transform:scale(1, 1);
    -moz-transform:scale(1, 1);
}
.mega.rootmenu-hovercate ul li li:not(:last-child) {
    border-bottom: 1px solid rgba(123,123,123,.15);
}
.rootmenu-hovercate ul li a span {
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 11px;
    text-align: right;
    font-weight: 400;
    color: #999;
}
.box-special-menu .buttons {
    display: flex;
    transition: padding 0.8s ease;
}
.box-special-menu .buttons a {
    padding: .315rem 1rem;
    line-height: 36px;
    color: #fff;
    font-size: 1.125rem;
    height: 100%;
}
.box-special-menu .buttons:hover a {color: #111;}
/*end*/
.widget-toc {
    background-color: #F9F9F9;
    border: 1px solid #e6e6e6;
    margin-bottom: 1rem;
    padding: 1rem;
}
.widget-toc.float-right,.widget-toc.float-left {width: 280px;}
.widget-toc.float-right {float: right; margin-left: 10px;}
.widget-toc.float-left {float: left; margin-right: 10px;}
.toc-title {
    font-size: 1.125rem;
    padding-left: 1rem;
    font-weight: 600;
}
.widget-toc ol {
    padding-left: 1.75rem;
    list-style: none;
    counter-reset: item;
    font-size: .875rem;
    margin-bottom: 0;
}
.widget-toc ol li {
    display: block;
    margin: 4px 0;
    position: relative;
}
.widget-toc  ol li:before {
    /*content: counters(item, ".");
    counter-increment: item;*/
    position: absolute;
    margin-right: 100%;
    right: 0.5rem;
}
.article-section {
    position: relative;
}
.article__title {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #111;
}
.title_block {
    font-size: 28px;
    line-height: 34px;
    color: #be1e2d;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.article-section .article__desc {
    /*font-weight: 600;*/
    font-size: 1rem;
    color:#0d0c0c;
    margin-bottom: 20px;
    font-family: 'RobotoCondensed';
}
.article-section .article__entry {
    padding-bottom: 1.5rem;
}
.article-section .article__info {
    border-bottom: 1px dotted #c0c0c0;
    padding: .5rem;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: .813rem;
    background-color: #f2f4f5;
}
.article--listing .article__info {
    margin-top: 20px;
    margin-bottom: 12px;
    border: 0;
    padding: 0;
}
.article--listing .article__info>span {
    line-height: 1;
}
.article--listing .article__info>span:not(:last-child) {
    border-right: 1px solid #909090;
    padding-right: 14px;
    margin-right: 14px;
}
.article__author, .article__date {
    display: inline-block;
    color: #909090;
    font-size: 12px;
}
.article-section .article__info .article__author {
    margin-left: 20px;
}
.article__vote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.article__vote .vote_result {margin-left: .5rem;}
.article__share a {
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    color: #444;
    white-space: nowrap;
    text-transform: uppercase;
}
.article__share a i {
    margin-right: 11px;
    font-size: 15px;
}
.article__share a:hover, .article__share a:focus {
    color: #be1e2d !important;
    text-decoration: none;
}
.share-title {
    display: inline-block;
    vertical-align: middle;
}
.btn--share {
    display: block;
}
.article__other {
    list-style: none;
    padding: 0;
    margin: 0;
}
.article__other li {
    display: block;
    margin: .188rem 0;
}
.article__other li a {
    display: block;
    padding: .313rem 0;
    position: relative;
}
.article__other li a:before {
    content: '\f0f6';
    font-family: 'RobotoCondensed';
    font-size: .875rem;
    margin-right: .5rem;
}
.breadcrumbs-wrapper {}
.breadcrumb {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
    font-size: .875rem;
    font-family: 'RobotoCondensed';
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.breadcrumb::-webkit-scrollbar { display: none;}
.breadcrumb>li+li:before {
    content: "/\00a0";
    color: #ccc;
    padding: 0 8px;
}
.breadcrumb>.active a{
    color:#000;
}
.breadcrumb a{
    color:#666;
}

.social{ display:table;}
.social>a{
    width:32px;
    height:32px;
    line-height:32px;
    border-radius: 16px;
    text-align:center;
    color:#fff;
    font-size:18px;
    margin-left:.75rem;
}
.social>a.facebook{
    background:#3b5998
}
.social>a.twitter{
    background:#1DA1F2
}
.social>a.youtube{
    background:#fc3831
}
.social>a.linkedin{
    background:#549cd4
}
.social>a,.social>span{
    float:left
}
.social>span a{
    display:block;
    line-height:30px;
    background:#999;
    color:#fff;
    padding:0 20px
}
.hide{
    display:none
}
.content-section {padding: 2rem 0 0;}
.template-article .content-section {padding: 1rem 0 0;}
.box,.box-heading {position: relative;}
.box-heading {
    font-size: 1.6rem;
    color: #005be0;
	font-family:'RobotoCondensed';
    margin: 0 0 20px;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    display: block;
}
.box-heading > * {
    padding: 0;
    margin-bottom: 0;
    display: block;
    line-height: 1.8;
    position: relative;
}
.box-heading span:after, .box-heading span:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    z-index: -1;
    display: block;
}
.box-heading span:after {left:0}
.box-heading span:before {right: 0;}
.box-heading > h1 > span,.box-heading > h2 > span,.box-heading > h3 > span,.box-heading > .name > span {background-color: #fff; padding: 0 1rem;}
.box-heading > .viewall {
    position: absolute; 
    right: 0; top: 0;
    font-size: 12px;
    font-weight: 400;
    font-family: 'RobotoCondensed';
    display: block;
    padding: 2px 15px;
    transition: all .3s;
    border-radius: 13px;
    color: #fff;
}
.box-heading > .viewall:hover {
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.34);
    color: #333;
}

.box-heading .sub-heading {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 695px;
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/*section*/
.content-section .item-block {
    display: block;
    position: relative;
}
.content-section .item-block .thumb {display: block; margin-bottom: 10px;}
.content-section .item-block .box_border {border-color: #005be0;}
.content-section .item-block .thumb.box_border {padding: .5rem;}
.content-section .item-list li {
    display: flex;
    font-weight: bold;
    padding: 5px 0;
}
.content-section .item-list li h3,.content-section .item-list li h4 {margin-bottom: 0;}
.content-section .item-list li h3 {font-size: 1.125rem;}
.content-section .item-list li img {margin-right: 10px;}
.content-section .item-btn {
    display: inline-block;
    padding: .5rem 2rem;
    color: #fff;
} 
.video-icon {
    -webkit-mask: url(../images/play-button.svg) no-repeat 100% 100%;
    mask: url(../images/play-button.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #009cd7;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}
.video-icon--small {
    width: 16px;
    height: 16px;
}
.video-icon--large {
    width: 56px;
    height: 56px;
}

.scroll-menu-expand ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.scroll-menu-expand > ul > li {margin-bottom: 20px;}
.scroll-menu-expand ul li a {
    display: block;
    padding: 5px 0;
    color: #757575;
}
.scroll-menu-expand ul li a.root {
    font-weight: 600; 
    font-size: 16px;
    color: #000;
    padding-left: 12px;
    position: relative;
}
.scroll-menu-expand ul li a.root::before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    bottom: 8px;
    left: 0;
    width: 3px;
    background-color: #009cd7;
}
.scroll-menu-expand ul li a:hover {color: #009cd7;}
/**/
.ads-box a {display: block; margin-bottom: .5rem;}
.ads-box a img {width: 100%;}
.ads-box a:last-child {margin-bottom: 0;}
.site-content::before {
    display: none;
    content: 'mobile';
}

.section {margin-bottom: 20px;}
.article-topstory .article-block {
    margin-bottom: 1.5rem;
}
.article-topstory .card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    border:0;
    border-radius: 0;
    font-size: inherit;
}
.hero-card__image {
    position: absolute;
    right: 0;
}
.card__media,.hero-card__media {
    overflow: hidden;
    position: relative;
}
.card__media:before, .card__meta, .card__title,.card__description {}
.card__content {
    width: 100%;
    padding: 1rem;
    color: #111;
    background: #FFF;
}

.card__meta {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .675rem;
    margin-bottom: 1rem;
    position: relative;
}
.card__meta:after {
    content: attr(data-updated);
    color: #757575;
}
.card__title {
    line-height: 1.3;
    letter-spacing: .04rem;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 600;
}
.article-topstory .card__content {padding: 1.5rem;}
.article-topstory .card__title,.article-topstory .article-meta .name {font-size: 1.275rem;}
.card__description {
    line-height: 1.5;
    margin-bottom: 0;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
}
.article-topstory .card__description {-webkit-line-clamp: 4;}
.article-scroll {
    height: 100%;
    max-height: 455px;
    overflow-x: hidden;
    overflow-y: auto;
}
.article-grid {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

.article-grid .article-block {
    position: relative; 
    margin-bottom: 1.5rem;
    background-color: #fff;
}
.article-grid .article-block.no-bg {background-color: transparent;}
.article-block.featured .article-meta {
    background-color: #f2f4f5;
    padding: .75rem;
    font-size: .875rem;
}
.article-meta {
    padding-top: .75rem;
    width: 100%;
}
.article-topstory .article-meta {padding: 1rem;}
.article-list .article-meta {padding: 0;}
.article-list.linebottom .article-block {
    border-bottom: 1px dashed rgba(173,173,173,.3);
    padding-bottom: .625rem;
    margin-bottom: .625rem;
}
.article-grid .i-Thumbs {display:block; overflow: hidden; position: relative;}
.article-grid.article-list .i-Thumbs {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.article-block.featured .i-Thumbs {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.article-grid .i-Thumbs a {display: block; position: relative; overflow: hidden; z-index: 2;}
.article-grid .i-Thumbs a img {-webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s;}
.article-grid .i-Thumbs a .play_btn {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 1s ease 0s;
    -o-transition: background-color 1s ease 0s;
    transition: background-color 1s ease 0s;
}
.article-grid .i-Thumbs a .play_btn > img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 48px;
    width: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    -webkit-transition: opacity 1s ease 0s;
    -o-transition: opacity 1s ease 0s;
    transition: opacity 1s ease 0s;
}
.article-grid .article-block:hover .i-Thumbs a img {-webkit-transform: scale3d(1.1,1.1,1);  transform: scale3d(1.1,1.1,1);}
.article-grid .article-block:hover a .play_btn {
    background-color: rgba(0, 0, 0, 0.5);
}
.article-grid .article-block:hover a .play_btn > img {opacity: 1;}
.article-meta .name {
    margin-top: 0;
    font-size: 1rem;
    font-family: 'RobotoCondensed';
    font-weight: 400;
    line-height: 1.4;
    display: block;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.featured .article-meta .name {font-size: .875rem;}
.article-meta .description {
    overflow: hidden;
    display: block;
    margin: 0;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family:'RobotoCondensed';
}
.article-media {
    background-color: #333;
    border: 1px solid #333;
}
.article-list.linebottom .article-block:last-child {border-bottom-width: 0;}
.article-media .article-meta .name {color: #d8d8d8;}
.view-carousel .article-grid .items {padding-bottom: 0;}
.article-packet .item-block{
    background: #fbfbfb;
    padding-bottom: 45px;
    border: 1px solid #f2f2f2;
    border-top-width: 4px;
    margin-bottom: 20px;
    position: relative;
    min-height: 200px;
}
.article-packet .item-block.box_shadow:hover {
    box-shadow: 0px 1px 12px 0px rgba(0,0,0,0.20);
}
.article-packet .item-block .inner-wrap {
    padding: 5%;
}
.article-packet .item-block .title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.063rem;
    margin-bottom: 0;
    min-height: 2rem;
}
.article-packet .item-block .price {
    font-size: 2.125rem;
    font-weight: 700;
    margin: 0 0 1.125rem 0;
}
.article-packet .item-block .desc {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
    margin-bottom: 1rem;
    font-size: .875rem;
}
.article-packet .item-block .content {
    font-size: .813rem;
    color: #333;
}
.article-packet .item-block .content p {margin-bottom: .5rem;}
.article-packet .item-block .content p:last-child {
    margin-bottom: 0;
}
.article-packet .item-block .inner-frm {
    background: #FFF;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.article-packet .item-block.active .inner-frm {top:0}
.article-packet .item-block .inner-frm form {
    display: block;
    padding: 15% 5%;
    font-size: .875rem;
    display: none;
}
.article-packet .item-block .btn-frm {
    color: #FFF;
    text-align: center;
    display: block;
    padding: .5rem 0;
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
}
.article-packet .item-block.green .form-control{border-color: #006633;}
.article-packet .item-block.green {
    border-top-color: #006633;
    color: #006633;
}
.article-packet .item-block.orange .form-control{border-color: #ff9900;}
.article-packet .item-block.orange {
    border-top-color: #ff9900;
    color: #ff9900;
}
.article-packet .item-block.red .form-control{border-color: #ff3300;}
.article-packet .item-block.red {
    border-top-color: #ff3300;
    color: #ff3300;
}
.article-packet .item-block.green .btn-frm {
    background-color: rgba(0,101,50,.9);
}
.article-packet .item-block.orange .btn-frm {
    background-color: rgba(255,153,0,.9);
}
.article-packet .item-block.red .btn-frm {
    background-color: rgba(255,51,0,.9);
}
.article-packet .item-block .inner-frm .btn-frm:hover {
    background-color: #000;
}
.sidebar-block {position: relative;}
.sidebar-block .title-block {
    font-weight: 400;
    font-family: 'RobotoCondensed';
    color: #fff;
    font-size: .938rem;
    display: block;
    text-transform: uppercase;
    padding: .625rem 1rem;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar-block.box_radius .title-block {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.sidebar-block .block__content {padding: .625rem;}
.sidebar-block .block__content .article-meta h3 {
    font-size: initial;
    margin-bottom: 0;
}
.sidebar-block .block__content .article-meta .name {
    font-size: .813rem;
    -webkit-line-clamp: 3;
}
.sidebar-block .block__content .i-Thumbs {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.sidebar-block .block__content .card__meta, .sidebar-block .article-list.linebottom .article-block:last-child{margin-bottom: 0;}

.page-contact {padding: 1rem 0;}
.contact-form.form-vertical, .contact-form .form-group {
    position: relative;
}
.contact-form .form-header {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1.125rem;
    font-family: 'RobotoCondensed';
}
.contact-form .form-desc {
    margin-bottom: 1rem;
}
.contact-form .group-inner > div {
    display: inline-block;
    vertical-align: top;
}
.form-vertical .form-control {font-size: .875rem;}
.component-google-map {height: 100%;}
.component-google-map .component-google-map-box {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.component-google-map .component-google-map-box iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.component-google-map .component-google-map-button {
    width: 100%;
    display: block;
    line-height: 25px;
    font-size: 0.875rem;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px 0px 20px 0px;
    background-color: #FAFAFA;
}
.component-google-map .component-google-map-button:hover {text-decoration:none;}
.component-google-map .component-google-map-button i {display: block;}
.component-google-map .component-google-map-button .fa {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.component-google-map .component-google-map-button .component-google-map-button-label-hide, .component-google-map.state-open .component-google-map-button .component-google-map-button-label-show {
    display: none;
}
.component-google-map.state-open .component-google-map-button .component-google-map-button-label-hide {
    display: block;
}
.component-google-map .component-google-map-button .component-google-map-button-label-show {
    display: block;
}
footer{
	background: url(../images/line-footer.png);
    padding:2rem 0 0;
    color: #fff;
}
footer,.footer-item .box-content .content h3,.footer-item .box-content .content h4,.footer-item .box-content .content .link-list h3 {font-size: 1.005rem;}
footer a{
    text-decoration:none;
    color: #fefefe;
}
#footer .footer-item {margin-bottom: 1rem;}
.footer-item h2, .footer-item .title{
    font-size: 1.125rem; 
    font-weight: 500; 
    color: #fff;
    text-transform: uppercase; 
    font-family: 'RobotoCondensed';
    line-height: 20px; 
    margin-top: 0;
    display: block;
    position: relative;
	border-bottom:1px solid #005be0;
    padding-bottom: 5px;
	width:173px;
}
.footer-item .title {margin-bottom: 1.5rem;}
#footer .footer-item .social {display: none;}
.footer-item .box-content .content h3,.footer-item .box-content .content h4,.footer-item .box-content .content .link-list h3 {margin-bottom: 0;}
.footer-item .box-content .content ul {list-style: none; padding: 0;}
.footer-item .box-content .content .link-list a:before {
    content: '\f105';
    font-family: 'RobotoCondensed';
    margin-right: .5rem;
}
.footer-item .box-content .content .link-list a{
    padding-bottom: 7px; 
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    transition: all 0.3s;
    font-family: 'RobotoCondensed';
}
.footer-item .box-content .content .link-list a:hover{ 
    padding-left: 3px;
    text-decoration: none;
}
.footer-item p .fa {
    width: 14px;
    margin-right: 5px;
}
.copyright{
	color:#adaaaa;
    text-align:center;
    padding:1rem 0;
    background-color: #ab0000;
    font-size: 1rem; 
    font-family: 'RobotoCondensed';
}
#masthead .on_menu_left {
    border-left: 1px solid rgba(255, 255, 255, .35);
    float: right;
    display: none;
    width: 55px;
    line-height: 39px;
    height: 54px;
    position: relative;
}
#masthead .on_menu_left span, #masthead .on_menu_left span::before, #masthead .on_menu_left span::after {
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 20px;
    background: #fff;    
}
#masthead .on_menu_left span {
    border: 0;
    top: 50%;
    right: 17px;
    margin-top: -1px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
}
#masthead .on_menu_left span::before, #masthead .on_menu_left span::after {
    content: '';
    right: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
}
#masthead .on_menu_left span:before {
    top: -6px;
}
#masthead .on_menu_left span:after {
    top: 6px;
}
#masthead .on_menu_left.nav-is-visible span { background: rgba(170, 170, 170, 0);}
#masthead .on_menu_left.nav-is-visible span::before, #masthead .on_menu_left.nav-is-visible span::after { background: #000;}
#masthead .on_menu_left.nav-is-visible span::before {
    -webkit-transform: translateX(3px) translateY(0) rotate(45deg);
    -moz-transform: translateX(3px) translateY(0) rotate(45deg);
    -ms-transform: translateX(3px) translateY(0) rotate(45deg);
    -o-transform: translateX(3px) translateY(0) rotate(45deg);
    transform: translateX(3px) translateY(0) rotate(45deg);
}
#masthead .on_menu_left.nav-is-visible span::after {
    -webkit-transform: translateX(3px) translateY(2px) rotate(-45deg);
    -moz-transform: translateX(3px) translateY(2px) rotate(-45deg);
    -ms-transform: translateX(3px) translateY(2px) rotate(-45deg);
    -o-transform: translateX(3px) translateY(2px) rotate(-45deg);
    transform: translateX(3px) translateY(2px) rotate(-45deg);
}
/*search*/
#search-outer {
    background-color: transparent;
    height: 35vh;
    position: absolute;
    transition: transform 0.8s cubic-bezier(.2,1,.3,1),opacity 0.8s cubic-bezier(.2,1,.3,1);
    transform: translate3d(0,-35vh,0);
    -webkit-transform: translate3d(0,-35vh,0);
    z-index: 2000!important;
    padding: 0;
    top: -35px;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
}
#masthead #search-outer:before {
    transition: transform 0.8s cubic-bezier(.2,1,.3,1);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-color: #fff;
    -ms-transform-origin: top;
    -webkit-transform-origin: top;
    transform-origin: top;
    content: '';
    -webkit-transform: none;
    transform: none;
    backface-visibility: hidden;
}
#search-outer.material-open {
    transform: translate3d(0,0vh,0);
    -webkit-transform: translate3d(0,0vh,0);
}
#search-outer #search {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-box {
    position: relative;
}
#search-outer .search-box, #search-outer #search #close {
    transition: transform 0.8s cubic-bezier(.2,1,.3,1),opacity 0.8s cubic-bezier(.2,1,.3,1);
    transform: translate3d(0,35vh,0);
    opacity: 0;
}
#search-outer #search #close {
    position: absolute;
    top: 25px;
    right: 25px;
}
#search-outer #search #close a {
    position: absolute;
    right: 0;
    top: 24px;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    z-index: 10;
}
#search-outer #search #close a:before {
    transform: scale(0);
}
#search-outer.material-open #search #close a:before {
    transform: scale(1);
}
#search-outer #search #close a:hover:not(:focus):before {
    transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
}
#search-outer #search #close a:before, .slide_out_area_close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;

    background-color: rgba(0,0,0,.05);
    content: '';
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: all 0.45s cubic-bezier(.15,.2,.1,1);
    -webkit-transition: all 0.45s cubic-bezier(.15,.2,.1,1);
}
#search-outer.material-open .search-box, #search-outer.material-open #search #close {
    transform: translate3d(0,0vh,0);
    opacity: 1;
}
#search-outer .close-wrap {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
    transform: translateX(-50%) translateY(-50%) translateZ(0);
    -webkit-transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
    transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
    transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease;
    transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;
    width: 20px;
    height: 20px;
    display: block;
    overflow: hidden;
}
#search-outer #search #close a span:not(.close-line) {
    color: #a0a0a0;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    background-color: transparent!important;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
#search-outer #search #close a span {
    color: #000;
}
#search-outer .close-wrap .close-line {
    height: 100%;
    width: 2px;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: opacity 0.2s ease,background-color 0.2s ease;
    background-color: #000;
}
#search-outer.material-open .close-wrap .close-line1 {
    -webkit-transform: translateY(0) translateX(0) rotate(45deg);
    transform: translateY(0) translateX(0) rotate(45deg);
}
#search-outer.material-open .close-wrap .close-line2 {
    -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
    transform: translateY(0) translateX(0) rotate(-45deg);
}
#search-outer #search .container {position: relative;}
.search-box .inner-wrap {
    position: relative;
    transition: transform 0.8s cubic-bezier(.2,1,.3,1),opacity 0.8s cubic-bezier(.2,1,.3,1);
    -webkit-transform: scale(.85);
    transform: scale(.85);
}
body #search-outer.material-open .inner-wrap {
    -webkit-transform: scale(1);
    transform: scale(1);
}
#search-outer #search .inner-wrap span {
    display: block;
    color: rgba(0,0,0,.4);
    margin-top: 15px;
}
#search-outer>#search form {
    width: 100%!important;
    float: none!important;
}
.quick-search_query {
    width: 100%;
    color: #333;
    border-radius: 5px;
    border: none;
    font-size: 0.875rem;
    float: left;
    padding: 0 35px;
    position: relative;
}
.quick-search_query:focus {outline: none;}
.quick-search_query.placeholder {color: #666; }

#search-outer #search input[type="text"] {
    font-size: 2.25rem;
    line-height: 100px;
    text-transform: none;
    padding: 0 70px 0 0;
    background-color: transparent;
    border-bottom: 3px solid #005be0;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    box-shadow: none!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -o-box-shadow: none!important;
    letter-spacing: 1px;
}
.search-box .icon-cross {
    display: none;
    color: #000;
    position: absolute;
    font-size: 18px;
    z-index: 1001;
    top: 0;
    right: 6px;
    cursor: pointer;
    line-height: 32px;
}
/*mobile search*/
.mobile-search-box {
    position: fixed;
    display: none;
    color: #333;
    z-index: 1110;
    background: #f7f8f9;
    line-height: 40px;
    text-align: left;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
}
.mobile-search-box .quick-search_form {
    margin: 0 0 75px;
    background-color: #fff;
}
.search-detail-header {
    max-height: 80px;
    line-height: 14px;
    display: -ms-flexbox;
    display: flex;
    border: 0;
}
.search-detail-header span {
    white-space: nowrap;
    padding: 15px 30px 15px 25px;
}
.search-detail-header span p:first-of-type {
    font-weight: 700;
    font-size: 1.6rem;
    color: #333;
    line-height: 24px;
}

.search-detail-header .search-detail-section-close {
    min-width: 80px;
    cursor: pointer;
}
.search-detail-header .filter-custom-close .fa-close {font-size: 18px;}
.search-detail-header .search-detail-section-close .filter-custom-close p {
    font-size: 8px;
    color: rgba(51,51,51,.75);
    line-height: 8px;
}
#quick-search_query_container {
    position: relative;
    z-index: 2;
}
#quick-search_query_container .search-cont1 {
    border-radius: 4px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.mobile-search-box #quick-search_query_container .search-cont1, .mobile-search-box .quick-search_query {
    height: 50px;
}
#quick-search_query_container .search-cont1 .fa-search {
    position: absolute;
    z-index: 10001;
    font-size: 20px;
    color: #000;
    left: 8px;
    line-height: 0;
}
#quick-search_query_container .search-cont1 .fa-close {
    display: none;
    color: #000;
    position: absolute;
    font-size: 22px;
    z-index: 1001;
    right: 10px;
    cursor: pointer;
    line-height: 0;
}
#panel {
    opacity: 0;
    display: none;
    background: #fff;
    z-index: 1019!important;
    position: relative
}
#panel.nav-is-visible {
    opacity: 1;
    display: block;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.2s 0s, visibility 0s 0s;
    transition: opacity 0.2s 0s, visibility 0s 0s;
}
.navigationMenu li:active {
    background: #009cd7
}
.navigationMenu li:active a {
    color: #fff
}
.navigationMenu li:active .fa {
    color: #fff
}
.navigationMenu .panel {border: none;}
.navigationMenu .nav-heading {
    color: #333;
    display: block;
    font-size: 0.929rem;
    font-weight: 600;
    height: 43px;
    line-height: 42px;
    margin: 0;
    padding: 0 50px 0 15px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    position: relative;
}
.navigationMenu .nav-heading a {display: block;color: #333;}
.navigationMenu .nav-heading .fa-chevron-down {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    line-height: 40px;
    margin: 0;
    padding: 0 15px 0 30px;
    width: auto;
    font-size: 10px
}
.navigationMenu .nav-heading [data-toggle="collapse"].fa-chevron-down:before {content:"\f077"}
.navigationMenu .nav-heading [data-toggle="collapse"].collapsed.fa-chevron-down:before {content:"\f078"}
.navigationMenu .navi-nofollow {
    color: #333;
    background-color: #f4f4f4;
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 15px;
    font-family: 'RobotoCondensed';
    font-size: 14px
}
.sub-list,.sub-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
} 
.sub-list {
    border-bottom: 1px solid #eee;
    background: #f7f7f7
}

.sub-list a {
    display: block;
    padding: 8px 30px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
    position: relative;
}
.sub-list li li a {
    font-weight: 400;
    color: #005be0;
    padding: 8px 30px 8px 45px;
}
.sub-list > li > a:before, .sub-list > li ul > li > a:before {
    line-height: 36px;
    position: absolute;
    top:0;
}
.sub-list > li > a:before {
    font-family: RobotoCondensed;
    content:"\f105";
    left: 15px;
}
.sub-list > li ul > li > a:before {
    content:"•";
    left: 30px;
}
.sub-list a > em {font-style: normal; position: absolute; right: 10px; top: 8px; font-size: 11px; border: 1px solid #eee; display: block; padding: 1px 8px; border-radius: 3px;}
.sub-list a:active {
    background: #009cd7;
    color: #fff
}
.sub-list .fa-chevron-circle-right {
    margin-right: 10px;
    color: #666;
    font-size: 11px
}
#stickymenu_bottom_mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0;
    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
    -webkit-transition: bottom .2s ease-in-out;
    -o-transition: bottom .2s ease-in-out;
    transition: bottom .2s ease-in-out;
}
#stickymenu_bottom_mobile .stickymenu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#stickymenu_bottom_mobile .stickymenu-item {
    width: 25%;
}
#stickymenu_bottom_mobile .stickymenu-item a {
    display: block;
    padding: .5rem 0;
    width: 100%;
    position: relative;
    color: #999;
}
#stickymenu_bottom_mobile .stickymenu-item a span {
    font-size: 0.625rem;
    display: block;
    color: #333;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#stickymenu_bottom_mobile .stickymenu-item a img {width: 48px;}
#stickymenu_bottom_mobile .stickymenu-item a:focus,#stickymenu_bottom_mobile .stickymenu-item a:hover {color: #b7b7b7;}
#stickymenu_bottom_mobile .stickymenu-item a.active {color: #333;}
#stickymenu_bottom_mobile .stickymenu-item i {
    font-size: 20px;
    background: transparent;
    width: auto;
    height: auto;
    margin: 0;
    vertical-align: top;
    margin-bottom: 2px;
}
#stickymenu_bottom_mobile .stickymenu-item i.icon-list,#stickymenu_bottom_mobile .stickymenu-item i.icon-close_18px {font-size: 24px;}
/**/
.pageNumber {
    line-height: 100%;
    padding:0;
    display:block;
    line-height:46px;
    text-align:center;
    position: relative;
    margin:1rem 0 1.5rem 0;
}
.pageNumber a {
    display: inline-block;
    width:46px;
    height:46px;
    text-align:center;
    margin: 0 .313rem;
    font-size: 1rem;
    background: #f0efef;
    font-weight:700;
    color: #000;
    border:1px solid #dfdfdf;
    text-decoration: none;
}
.pageNumber a:hover {
    background: #005be0;
    color: #FFF;
    border:1px solid #005be0;
}
.pageNumber a.current {
    background: #005be0;
    color: #FFF;
    border:1px solid #005be0;
}

#box-answer {
    background: url(../images/section-bg.jpg) no-repeat top center fixed;
}

#box-answer .wrap-answer {
    background: rgba(117, 205, 250, 0.85);
    padding: 36px 0px;
}

#box-answer .wrap-answer .box-right {
    text-align: center;
}

#box-answer .wrap-answer .box-title h2 {
    margin: 0;
    font-family: 'RobotoCondensed';
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #5f93af;
    margin-bottom: 20px;
}

#box-answer .wrap-answer .box-content .item {
    color: #000;
    font-size: 14px;
    font-family: 'RobotoCondensed';
}

#box-answer .wrap-answer .box-content .item .image {
    float: left;
    margin-right: 7px;
}

#box-answer .wrap-answer .box-content .item .tools .readmore {
    text-align: right;
}

#box-answer .wrap-answer .box-content .item .tools .readmore a {
    text-decoration: underline;
    font-style: italic;
    color: #000;
}

#box-about {
    background: url(../images/about-us.jpg) no-repeat top center fixed;
}
#box-about .wrap-item {
    background: rgba(255, 255, 255, 0.8);
    padding-top: 50px;
    padding-bottom: 40px;
}

#box-about .wrap-item .title-about {
    padding-bottom: 20px;
    margin-bottom: 35px;
    background: url(../img/line-about.png) no-repeat center bottom;
}

#box-about .wrap-item .desc {
    text-align: center;
    font-size: 15px;
    font-weight: 4000;
    color: #0080C2;
    font-family: 'RobotoCondensed';
}

#box-about .wrap-item .readmore {
    text-align: center;
    margin-top: 26px;
}

#box-about .wrap-item .readmore a {
    padding: 15px 35px;
    border: 1px solid #9b9b9b;
    color: #3e3e3e;
    text-decoration: none;
    transition: All 0.25s ease;
    -webkit-transition: All 0.25s ease;
    -moz-transition: All 0.25s ease;
    -o-transition: All 0.25s ease;
}

#box-about .wrap-item .readmore a:hover {
    border: 1px solid #0080C2;
    color: #0080C2;
}

#box-about .wrap-item .items {
    margin-bottom: 20px;
}

#box-about .wrap-item .items .images {
    float: left;
    margin-right: 10px;
}

#box-about .wrap-item .items .images img {
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}

#box-about .wrap-item .items .images:hover img {
    transform: rotateY(180deg);
}

#box-about .wrap-item .items .title {
    padding-top: 20px;
    padding-bottom: 5px;
}

#box-about .wrap-item .items .title h3 {
    margin: 0;
    color: #3e3e3e;
    font-size: 12px;
    font-family:'RobotoCondensed';
    text-transform: uppercase;
    transition: All 0.25s ease;
    -webkit-transition: All 0.25s ease;
    -moz-transition: All 0.25s ease;
    -o-transition: All 0.25s ease;
}

#box-about .wrap-item .items .title h3:hover {
    color: #0080C2;
}

#box-about .wrap-item .items .desc {
    text-align: left;
    font-size: 13px;
    color: #3e3e3e;
}

#box-about .wrap-item .title-about h2 {
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    font-family:'RobotoCondensed';
    color: #3e3e3e;
}

#box-about .wrap-item .title-about h3 {
    margin: 0;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #0080c2;
    font-family:'RobotoCondensed';
    margin-top: 5px;
}

#box-news {
    margin-top: 40px;
}

#box-news .box-content .items {
    /* margin-bottom: 40px; */
}

#box-news .items .image {
    overflow: hidden;
}

#box-news .items .image img {
    width: 100%;
    transition: All 1s ease;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
}

#box-news .items .image:hover img {
    transform: scale(1.2);
}

#box-news .items .name a {
    text-decoration: none;
}

#box-news .items .name a h3 {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #3e3e3e;
    margin-top: 0;
    background-color: white;
    transition: All 0.25s ease;
    -webkit-transition: All 0.25s ease;
    -moz-transition: All 0.25s ease;
    -o-transition: All 0.25s ease;
}

#box-news .items .name a h3:hover {
    color: #0080C2;
}

#box-news .items .desc {
    font-size: 13px;
    color: #3e3e3e;
    font-family: 'RobotoCondensed';
}

.bor-box {
  border-left: solid 1px #e2e2e2;
  position: relative;
  padding-left: 27px;
  padding-top: 2px;
  padding-right: 20px;
  font-family: 'RobotoCondensed';
}
.bor-box:before {
  content: '';
  position: absolute;
  left: -1px;
  width: 7px;
  background: #ff0000;
  height: 50px;
  }
.bor-box .i-title {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #ab0000;
  margin-bottom: 20px;
  }
.bor-box .i-title:after {
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  margin-top: 10px;
  background: #2d2d2d; }

.lpost-box li {
  margin-bottom: 18px; }
.lpost-box li:last-child {
  margin-bottom: 0; }
.lpost-box li a {
  position: relative;
  padding-left: 19px;
  font-size: 16px;
  color: #999999;
  display: inline-block;
  vertical-align: middle; }
.lpost-box li a:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: solid 2px #999999;
  position: absolute;
  left: 0;
  top: 6px; }
.lpost-box li a:after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 10px;
  left: 4px;
  border-radius: 50%; }
.lpost-box li a:hover {
  color: #4ec1ec;
  text-decoration: underline;
  }
.lpost-box li a:hover:before {
  border-color: #4ec1ec;
  }
.lpost-box li a:hover:after {
  background: #4ec1ec;
  }

.contact-title h3{
  margin-bottom: 33px;
  font-size: 18pt;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #0068ff;
  color: #b20808;
  line-height: 34px;
  font-family: 'RobotoCondensed';
}
