/* 
version 3
====================================================================================================================================================
COMMON STYLE ------------------------------------------------------------------------------------------------------------------------------------------->
====================================================================================================================================================
*/

@import url("base.css");
@import url("fonts.css");
body {
    background-color: #FFFFFF;
    font-size: 17px;
    line-height: 1.5;
    overflow: auto!important;
    color: #002a3d;
    
}

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

* {
    outline: none;
}

ul {
    list-style: none !important;
}

a {
    display: inline-block;
}

.nav-pills>li:hover>.nav-child.unstyled.small {
    display: block;
}

.nav-pills>li>.nav-child.unstyled.small>li:hover>.nav-child.unstyled.small {
    display: block;
}
.nav-pills>li>.nav-child.unstyled.small>li>.nav-child.unstyled.small>li:hover>.nav-child.unstyled.small{
	display: block;
}
.nav-pills li .nav-child.unstyled.small li .nav-child.unstyled.small {
    left: 100%;
    background: #d0dae0;
    top: 0;
    min-height: 100%;
}
.nav-pills li .nav-child.unstyled.small li .nav-child.unstyled.small li .nav-child.unstyled.small{
	background: #fff;
}
.nav-pills>li>.nav-child.unstyled.small>li.deeper.parent::after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    line-height: 50px;
    padding-right: 15px;
    font-size: 20px;
    color: #1f4f9b;
}

.nav-child.unstyled.small {
    display: none;
    position: absolute;
    background: #fff;
    width: 300px;
    z-index: 9;
}

.no-padding {
    padding: 0 !important;
}

nav.navbar.navbar-default.scroll-to-fixed-fixed {
    /*box-shadow: 1px 0 3px #2c2c2c;*/
    background: #fff;
}

.navbar {
    margin-bottom: 0;
    min-height: auto;
    border-radius: 0;
    background: none;
    border: none;
}

nav.navbar.navbar-default {
    width: 100%;
}

.navbar-brand {
    padding: 0;
    height: auto;
}

.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
}

.navbar-nav>li>.dropdown-menu {
    padding: 20px 0;
    border: none;
    border-radius: 0;
    left: 0;
    right: auto;
}

.back-to-top i {
    line-height: 45px;
}

.back-to-top {
    position: fixed;
    z-index: 99999;
    right: 25px;
    bottom: 60px;
    width: 45px;
    cursor: pointer;
    height: 45px;
    background: #002c40;
    color: #fff;
    line-height: 45px !important;
    border: 1px solid#002c40;
    border-radius: 4px;
    text-align: center;
    font-size: 20px !important;
    opacity: 0.8;
}

.back-to-top i:before {
    color: #fff;
}

.navbar-brand>img {
    transition: all 0.4s ease-out 0s;
    width: 215px;
    max-width: 100%;
}

.page_header.scroll-to-fixed-fixed .navbar-brand>img {
    /* width: 115px; */
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: transparent;
}

form.search_top {
    line-height: 53px;
    height: 53px;
    position: relative;
}

form.search_top .search_button {
    background: url('../images/search_icon.png') center no-repeat;
    width: 23px;
    height: 24px;
    padding: 0;
    height: 53px;
    vertical-align: middle;
    line-height: 53px;
    cursor: pointer;
    border: none;
}

form.search_top input[type=text] {
    border-style: solid;
    border-width: 1px;
    padding-left: 30px;
    border-color: rgb(41, 40, 80);
    background-color: rgba(255, 245, 0, 0);
    height: 52px;
    margin-bottom: 15px;
}

form.search_top .search_box {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 99;
}

body .mm-menu.mm-offcanvas {
    display: none!important;
    position: fixed;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-default {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default:hover {
    background: none;
    border: none;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.margin-0t {
    margin-top: 0px;
}

.margin-5t {
    margin-top: 5px;
}

.margin-0b {
    margin-bottom: 0px;
}

.margin-5b {
    margin-bottom: 5px;
}

.padding-0t {
    padding-top: 0px;
}

.padding-5t {
    padding-top: 5px;
}

.padding-0b {
    padding-bottom: 0px;
}

.padding-5b {
    padding-bottom: 5px;
}

.font-18 {
    font-size: 18px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


/* 
====================================================================================================================================================
COMMON STYLE------------------------------------------------------------------------------------------------------------------------------------------->
====================================================================================================================================================
*/

a,
a:hover,
a:focus {
    transition: all 0.4s ease-out 0s;
    text-decoration: none;
    outline: none;
    
}

.logo_area {
    padding: 10px 0 15px;
}

.main_page_header {
    width: 100%;
    background: rgba(255, 255, 255, 0.92);
    top: 0;
    left: 0;
    z-index: 9;
}

.main_page_header.sticky {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    z-index: 999999 !important;
    background-color: #fff;
    width: 100%;
    position: fixed;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.main_menu_area {
    float: right;
    position: relative;
    z-index: 1;
}

.mainmenu {
    display: inline-block;
}

.mainmenu {
    text-align: right;
}

.mainmenu ul#nav li {
    display: inline-block;
    position: relative;
}

.mainmenu ul#nav li a {
    display: block;
    font-size: 18px;
    color: #002a3d;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 13px;
    padding: 60px 20px 15px;
    text-transform: capitalize;
}

.main_page_header.sticky .mainmenu ul#nav li a {
    color: #354b60;
}

.main_page_header .mainmenu ul#nav li.current_page_item a {
    color: #1f4f9b;
}

.main_page_header.sticky .mainmenu ul#nav li.current_page_item a {
    background-color: #f6f6f6;
}

.main_page_header .mainmenu ul#nav li.current_page_item a {
    background-color: transparent;
}

.mainmenu ul#nav li a i,
.mean-container .mean-nav ul li a i {
    font-size: 14px;
    padding-left: 5px;
}

.mainmenu ul#nav li ul {
    text-align: left;
}

.mainmenu ul#nav li ul li a {
    padding-left: 15px !important;
    text-align: left !important;
}

.main_page_header.sticky .mainmenu ul#nav li.active a,
.main_page_header.sticky .mainmenu ul#nav li:hover a,
.mainmenu ul#nav li.active a,
.mainmenu ul#nav li:hover a {
    color: #BA232B;
}

.blog_page .main_page_header {
    background-color: #fff;
}

.about_area,
.why_choose_us_area,
.timeline_area,
.new {
    background-color: #fff;
}

.footer_area {
    position: relative;
    z-index: 1;
    bottom: 1px !important;
}

.footer_bottom_area {
    background-color: #002C40;
}

.footer_bottom_area .logo_area {
    padding-top: 30px;
    padding-bottom: 60px;
}

.footer_bottom {
    padding: 120px 0 35px;
    text-align: left;
}

.footer_bottom p {
    margin: 0;
    font-size: 16px;
    color: rgb(218, 217, 217);
    line-height: 1.361;
    text-align: left;
    line-height: 23px;
}

.footer_bottom p > a {
    color: #fff;
}

.footer_bottom p > i,
.footer_bottom p > a:hover {
    color: #FF9800;
}

.footer_bottom_area .footer_widget h3 {
    font-size: 20px;
    color: rgb(255, 255, 255);
    
    line-height: 1.2;
    text-align: left;
}

.footer_bottom_area .footer_widget a {
    font-size: 17px;
    color: rgb(255, 255, 255);
    line-height: 1.765;
    text-align: left;
    padding: 0;
}

.footer_bottom_area .footer_widget a:hover {
    color: #BA232B;
    background: none;
}

.footer_bottom_area .footer_widget ul {
    margin-bottom: 22px;
    margin-top: 14px;
}

.footer_bottom_area .footer_widget a {
    font-size: 17px;
    color: rgb(255, 255, 255);
    line-height: 1.765;
    text-align: left;
}

.video_area {
    background-image: url(../images/banner2.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    box-shadow: none!important;
}

.main_header_area.sticky .mainmenu ul#nav li.current_page_item a {
    background: none;
}

.video_play_area > h3,
.video_play_area > p {
    color: #fff;
}

.video_play_area a.video_btn {
    background-color: #34495e;
    border: 2px solid #fff;
    border-radius: 6px;
    display: inline-block;
    height: 55px;
    margin-top: 20px;
    width: 150px;
}

.video_play_area a.video_btn:hover {
    border: 2px solid #fff;
    background-color: transparent;
}

.video_play_area a.video_btn > i {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 51px;
}

.video_play_area h3 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'latosemibold';
    text-align: left;
    margin-top: 97px;
    letter-spacing: 1px;
}

.video_play_area .text {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    margin-top: 24px;
    letter-spacing: 0.7px;
}

.video_area .container .row {
    min-height: 450px;
    position: relative;
    margin: 0;
}

.video_play_area .text {
    font-size: 24px;
    color: #fff;
    line-height: 1.6;
    margin-top: 24px;
    letter-spacing: 0.7px;
}
#new-tab{
    position: relative;
}
#new-tab .search-box{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
.new .nav-tabs>li {
    cursor: pointer;
}

.new .nav-tabs>li>a {
    font-size: 17px;
    color: #002a3d;
    margin: 0;
    font-weight: bold;
    padding: 11px 12px 7px;
    letter-spacing: 0.5px;
    border-radius: 0;
    border: none;
    cursor: pointer;
}
.new .nav-tabs>li{
    position: relative;
}
.new .nav-tabs>li .child-menu{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 320px;
    z-index: 99;
    display: none;
}
.new .nav-tabs>li:hover .child-menu{
    display: block;
}
.new .nav-tabs>li .child-menu li{
    display: inline-block;
}
.new .nav-tabs>li .child-menu li a{
    font-size: 16px;
    color: #002a3d;
    margin: 0;
    font-weight: bold;
    padding: 11px 10px 9px;
    letter-spacing: 0.5px;
    border-radius: 0;
    border: none;
    cursor: pointer;
}
.new .nav-tabs>li .child-menu li.active a,
.new .nav-tabs>li .child-menu li a:focus,
.new .nav-tabs>li .child-menu li a:hover{
    background: #002a3d;
    color: #fff;
}
.new .nav-tabs>li.active>a,
.new .nav-tabs>li.active>a:focus,
.new .nav-tabs>li.active>a:hover,
.new .nav-tabs>li>a:hover {
    /*cursor: default;*/
    background-color: #fff;
    border: none;
    background: #002a3d;
    color: #fff;
}

.new .nav-tabs {
    margin-bottom: 40px;
    border-bottom: 2px solid #002a3d;
}

.blog-list .blog-item {
    border: 1px solid #c9cac9;
    padding: 15px 10px 35px;
    background: #fff;
}

.blog-list .blog-item .meta p {
    font-family: 'latosemibold';
    font-size: 14px;
    color: rgb(0, 42, 61);
    line-height: 1;
}

.blog-list .blog-item h4 a {
    font-size: 21px;
    color: rgb(0, 42, 61);
    line-height: 1.19;
    font-family: 'latoheavy';
    text-align: left;
    margin-top: 20px;
}

.blog-list .blog-item .content {
    font-size: 16px;
    color: rgba(106, 121, 138, 0.702);
    letter-spacing: 0.3px;
    line-height: 1.5;
    margin-top: 12px;
}

.blog-list .blog-item:hover {
    box-shadow: 0px 3px 5px 0px rgba(0, 42, 61, 0.25);
    background: #002a3d;
    transition: all 0.4s ease-out 0s;
}

.blog-list .view-more span {
    font-size: 20px;
    line-height: 1.2;
    margin-top: 15px;
    font-family: 'latoheavy';
    cursor: pointer;
    letter-spacing: 1.5px;
    display: inline-block;
    float: right;
    color: rgb(0, 42, 61);
    padding-bottom: 5px;
    margin-top: 25px;
    border-bottom: 2px solid rgb(0, 42, 61);
}

.blog-list .view-more span:hover,
.blog-list .view-more span:focus {
    border-bottom: 2px solid #BA232B;
    color: #BA232B;
}

.show-more {
    overflow: hidden;
    display: block;
    width: 100%;
}

.page_header .info p {
    margin-right: 9px;
    float: left;
}

.page_header .info p:last-child {
    margin: 0;
}

.page_header .info p,
.page_header .info a {
    font-size: 14px;
    
    color: rgb(0, 42, 61);
    display: inline-block;
    text-align: left;
}

.page_header .info a:hover {
    text-decoration: underline;
}

.page_header .info strong {
    font-family: 'latoheavy';
}

.page_header .top-header {
    border-bottom: 1px solid #c9cac9;
    padding: 9px 0;
}

nav.navbar.navbar-default {
    padding-top: 10px;
    background: #fff;
}

.lang {
    display: block;
    position: relative;
    float: right;
    width: 100%;
}

.lang a.language {
    float: right;
    border-style: solid;
    padding: 9px 10px 9px 20px;
    border-width: 1px;
    border-radius: 0;
    border-color: rgb(201, 202, 201);
    background-color: rgb(231, 232, 232);
}

.lang a.language img {
    vertical-align: middle;
    margin-top: -4px;
    width: 26px;
}

.lang a.language span.language-name {
    font-size: 15px;
    color: rgb(0, 42, 61);
    font-family: 'latomedium';
    text-align: left;
    margin: 0 5px;
}

.lang a.language .caret {
    margin-left: 0;
    color: rgb(0, 42, 61);
    vertical-align: middle;
    border-top: 9px dashed;
    border-top: 4px solid\9;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    margin-top: -4px;
}

.lang .dropdown-menu {
    right: 0;
    left: auto;
    width: 110px;
    min-width: 110px;
    top: 43px;
    border-radius: 0;
    background: #e7e8e8;
}

.lang .dropdown-menu img {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 5px;
}

.page_header .nav li a {
    font-size: 18px;
    color: #666;
    padding: 17px 26px 15px 20px;
    line-height: 1;
    letter-spacing: 1px;
}

.page_header .nav-pills>li.active>a,
.page_header .nav-pills>li.active>a:focus,
.page_header .nav-pills>li.active>a:hover,
.nav>li>a:focus,
.page_header .nav>li>a:hover,
.page_header .nav li:hover >a {
    text-decoration: none;
    background-color: transparent;
    color: #1f4f9b;
}

.search-box .btn-default {
    font-size: 22px;
    background: none;
    border: none;
    padding: 15px 5px 4px 30px;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background: none;
    outline: none;
    border: none;
    box-shadow: none;
}

.navbar-default .navbar-brand {
    padding-top: 10px;
}

.search-box.pull-right {
    clear: both;
    position: relative;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

body.p-home #banner {
    position: relative;
    overflow: hidden;
}

#banner {
    position: relative;
}

#banner .img img {
    width: 100%;
    vertical-align: middle;
}

.banner-text.layer-home {
    width: 50%;
    padding-left: calc((100% - 1140px) / 2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* z-index: 1; */
    background: url(../images/bg-banner-info.png)right center no-repeat;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-size: cover;
    align-content: center;
}

body.p-home #banner .banner-text h2 {
    margin-top: 40px;
    font-size: 45px;
    font-family: 'latomedium';
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    letter-spacing: 2px;
}

body.p-home #banner .banner-text .text {
    font-size: 17px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    margin-top: 13px;
    letter-spacing: 0.8px;
}

body.p-home #banner .banner-text .more a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-family: 'latomedium';
    text-transform: uppercase;
    /* background: url('../images/more.png') center no-repeat; */
    /* background-size: contain; */
    text-align: left;
    padding: 12px 44px;
    margin-top: 25px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d82b8+0,1e9ab9+79,1e9ab9+79 */
    background: rgb(13, 130, 184);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(13, 130, 184, 1) 0%, rgba(30, 154, 185, 1) 79%, rgba(30, 154, 185, 1) 79%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(13, 130, 184, 1) 0%, rgba(30, 154, 185, 1) 79%, rgba(30, 154, 185, 1) 79%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(13, 130, 184, 1) 0%, rgba(30, 154, 185, 1) 79%, rgba(30, 154, 185, 1) 79%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0d82b8', endColorstr='#1e9ab9', GradientType=1);
    /* IE6-9 */
    position: relative;
}

body.p-home #banner .banner-text .more a::before {
    content: '';
    width: 18px;
    background: #006cae;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

body.p-home #banner .banner-text .more a:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e9ab9+0,1e9ab9+0,0d82b8+79 */
    background: rgb(30, 154, 185);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(30, 154, 185, 1) 0%, rgba(30, 154, 185, 1) 0%, rgba(13, 130, 184, 1) 79%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(30, 154, 185, 1) 0%, rgba(30, 154, 185, 1) 0%, rgba(13, 130, 184, 1) 79%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(30, 154, 185, 1) 0%, rgba(30, 154, 185, 1) 0%, rgba(13, 130, 184, 1) 79%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e9ab9', endColorstr='#0d82b8', GradientType=1);
    /* IE6-9 */
}

body.p-home #banner .banner-text::before {
    content: '';
    position: absolute;
    bottom: -1px;
    display: inline-block;
    width: 28px;
    z-index: 11;
    right: -14px;
    height: 12px;
    vertical-align: middle;
    background: url('../images/arrow-banner.png') center no-repeat;
    background-size: contain;
}

body.p-home #banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: calc(50% - 12px);
    z-index: 2;
    left: 0;
    height: 12px;
    background: #fff;
}

body.p-home #banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: calc(50% - 12px);
    right: 0;
    height: 12px;
    background: #fff;
}

.section-title {
    font-size: 50px;
    
    color: rgb(0, 49, 73);
    text-transform: uppercase;
    line-height: 1.125;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 27px;
}

section.applications {
    padding-top: 90px;
}

section.applications .container {
    width: 1475px;
    padding: 0 7.5px;
}

section.applications .applications-item .img img {
    width: 100%
}

.applications-item .applications-content {
    position: absolute;
    bottom: 0;
    padding-top: 125px;
    height: calc(100% - 25px);
    background: url('../images/bg-app-item.png')left bottom no-repeat;
    background-size: contain;
    width: 65%;
    padding-left: 7px;
}

.applications-item .applications-content h4 {
    font-size: 14px;
    line-height: 140%;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align: left;
    padding-right: 55px;
    font-weight: 400;
    min-height: 45px;
}

.applications-item .applications-content .text {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: 300;
    
    line-height: 1.5;
    text-align: left;
}

section.product {
    padding-top: 100px;
}
section.product .container {
    width: 1475px;
    padding: 0 7.5px;
    max-width: 100%;
}
section.product .subtitle {
    font-size: 17px;
    color: rgb(0, 42, 61);
    line-height: 1.294;
    text-align: center;
}

.container-810 {
    max-width: 815px;
    overflow: hidden;
    margin: 0 auto;
}

.product-search {
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    border-color: rgb(223, 223, 223);
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 2px 5px 0px rgba(86, 86, 86, 0.19);
    margin-top: 35px;
    padding: 5px 0;
    margin-bottom: 70px;
}

.product-search .form-group {
    float: left;
    margin: 0;
    width: 80%;
}

.product-search .form-group input {
    height: 38px;
    background: url(/template/pc/skin/images/icon-search.png)left 7px center no-repeat;
    padding-left: 52px;
    border-radius: 0;
    font-size: 19px;
    color: rgb(0, 42, 61);
    line-height: 1.158;
    background-size: 25px;
    border: none;
    box-shadow: none;
    letter-spacing: 0.8px;
}

.product-search .form-group input::placeholder {
    font-size: 19px;
    color: rgb(0, 42, 61);
    line-height: 1.158;
}

.product-search .btn-default {
    font-size: 19px;
    color: rgb(0, 42, 61);
    
    border: none;
    line-height: 1.2;
    height: 38px;
    float: right;
    width: 20%;
    text-align: center;
    position: relative;
    padding-left: 20px;
    letter-spacing: 1px;
}

.product-search .btn-default:focus {
    outline: none;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

.product-search .btn-default::before {
    content: '';
    background: #dfdfdf;
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
}

.product-list .container {
    width: 1265px;
}

.product-item {
    overflow: hidden;
    position: relative;
}

.product-item .product-content {
    position: absolute;
    bottom: 0;
    /*padding-top: 42px;*/
    padding-top: 30px;
    /* left: 7.5px; */
    /*height: 160px;*/
    height: 110px;
    width: 100%;
    padding-left: 7px;
    background: url(../images/product-bg.png)left bottom no-repeat;
    letter-spacing: 1px;
    background-size: 100% 100%;
}

.product-item .product-content .text {
    font-size: 18px;
    color: rgb(255, 255, 255);
    
    font-weight: 300;
}

.product-item .product-content h4 a {
    /*font-size: 24px;*/
    font-size: 17px;
    color: rgb(255, 255, 255);
    
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
}

.product-item .img img {
    width: 100%;
}

section.product .col-md-20 {
    margin-bottom: 18px;
}

.product-list .col-md-20 {
    padding-left: 9px;
    padding-right: 9px;
    width: 20%;
    position: relative;
    float: left;
}

section.kunkai-about {
    padding-top: 115px;
    padding-bottom: 75px;
}

section.kunkai-about .text {
    color: #6a798a;
    letter-spacing: 0.5px;
}

section.kunkai-about h4 {
    letter-spacing: 1.6px;
    font-size: 32px;
    color: rgb(0, 42, 61);
    font-family: 'latoheavy';
    margin-bottom: 35px;
}

section.kunkai-about .view-more span {
    font-size: 18px;
    
    color: rgb(0, 42, 61);
    line-height: 1.333;
    margin-top: 22px;
    display: inline-block;
    cursor: pointer;
    border-bottom: 2px solid;
    letter-spacing: 1.2px;
    padding-bottom: 5px;
}

.new {
    background: #d0dae0;
    padding-top: 30px;
    padding-bottom: 100px;
}

.new .subtitle {
    font-size: 17px;
    
    color: rgb(0, 42, 61);
    line-height: 1.294;
    text-align: center;
    margin-bottom: 65px;
    letter-spacing: 0.5px;
}

.blog-list .col-lg-4 {
    margin-bottom: 30px;
}

.footer_bottom_area .footer_widget ul.social_area li a {
    color: #002c40;
    background: #fff;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 26px;
    margin-top: 0;
}

.footer_bottom_area .footer_widget ul.social_area li a:hover {
    margin-top: -5px;
}

.footer_bottom_area .footer_widget ul.social_area li {
    float: left;
    margin-right: 7px;
}

body:not(.p-home) #banner .banner-text {
    width: 420px;
    left: calc((100% - 1140px) / 2);
    position: absolute;
    top: 0;
    z-index: 1;
    background: #003049;
    height: 425px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 20px;
    align-items: flex-end;
    flex-wrap: wrap;
    background-size: cover;
    align-content: flex-end;
}
body:not(.p-home) #banner .banner-text h1,
body:not(.p-home) #banner .banner-text h2 {
    font-size: 35px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 21px;
    letter-spacing: 1.5px;
}
.box-header h2.custom-title {
    font-size: 30px;
    font-family: 'latosemibold';
    color: rgb(0, 42, 61);
    text-align: left;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

body:not(.p-home) #banner .img,
body:not(.p-home) #banner .img img {
    max-height: 300px;
    object-fit: cover;
}
body:not(.p-home) #banner .img{
    overflow: hidden;
}
body:not(.p-home) #banner .breadcrumb>li a,
body:not(.p-home) #banner .breadcrumb>.active,
body:not(.p-home) .breadcrumb>li+li:before {
    font-size: 12px;
    font-family: 'latolight';
    color: rgb(255, 255, 255);
    text-align: left;
}

body:not(.p-home) #banner .breadcrumb>li a:hover {
    text-decoration: underline;
}

body:not(.p-home) .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 5px;
}

.share {
    padding: 50px 0;
}

.share .share-social {
    float: right;
    padding-right: 160px;
}

.share .share-social h5 {
    font-size: 22px;
    font-family: 'latoheavy';
    color: rgb(0, 42, 61);
    text-align: left;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.share .share-social li {
    float: left;
    margin-right: 7px;
}

.share .share-social li a {
    color: #fff;
    background: #002c40;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 26px;
    margin-top: 0;
}

.box-header {
    float: left;
    width: 100%;
}

.box-header h3 {
    font-size: 30px;
    font-family: 'latosemibold';
    color: rgb(0, 42, 61);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: left;
}

.box-header .subtitle {
    font-size: 17px;
    color: rgb(0, 42, 61);
    line-height: 1.294;
    margin-top: 25px;
    text-align: justify;
    padding-bottom: 30px;
}

section.list-about {
    background: #d0dae0;
    padding: 30px 0 150px;
}

section.list-about .col-md-4 {
    margin-top: 30px;
}

section.list-about .list-about-item {
    padding: 22px 8px 0;
    background: #fff;
    border: 1px solid #c9cac9;
}

section.list-about .list-about-item h4 {
    font-size: 22px;
    font-family: 'latoheavy';
    color: rgb(0, 42, 61);
    letter-spacing: 1px;
    text-transform: uppercase;
}

section.list-about .list-about-item .text {
    font-size: 16px;
    color: rgb(119, 103, 106);
    margin-top: 15px;
    letter-spacing: 0.3px;
    line-height: 1.5;
}

section.list-about .list-about-item .more a {
    
    color: #fff;
    margin-left: -8px;
    margin-top: 15px;
    text-decoration: underline;
    padding: 7.5px 50px 7.5px 10px;
    background: url('../images/more-bg.png') center no-repeat;
}

section.list-about .list-about-item .more a:hover {
    background: url('../images/more-bg-hover.png') center no-repeat;
}

.margin-25b {
    margin-bottom: 25px;
}

strong {
    
}

section.content h3 {
    font-size: 49px;
    
    color: rgb(0, 42, 61);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}

section.content .main p {
    color: #002a3d;
    font-size: 18px;
}

.sec-company-profile .col-md-3.right-content {
    padding: 0;
}

.sidebar {
    padding-bottom: 120px;
}

.sidebar-menu ul li:first-child a {
    padding-top: 10px;
}

.sidebar-menu ul li a {
    font-size: 18px;
    
    color: #002a3d;
    /*border-bottom: 1px solid #c9cac9;*/
    border-radius: 0;
    padding: 19px 0;
    text-transform: capitalize;
    display: inline-block;
}
.sidebar-menu ul li ul li a{
    font-size: 16px;
    padding: 10px 0;
}
.sidebar-menu>ul {
    padding-bottom: 30px;
}

.sidebar-menu ul li {
    width: 100%;
    position: relative;
    display: block;
    border-bottom: 1px solid #c9cac9;
    cursor: pointer;
}

.sidebar-menu ul li ul {
    width: 100%
}
.sidebar-menu ul li a:hover,
.sidebar-menu ul li a:focus{
    background: transparent !important; 
   
}
.sidebar-menu ul li a:hover{
     color: #1f4f9b !important;
}
.sidebar-menu ul li:hover,
.sidebar-menu ul li:focus{
    background: transparent;
}
.sidebar-menu ul li:not(.active) a{
    color: #002a3d;
}
.sidebar-menu ul li.active a{
    color: #1f4f9b;
}
.sidebar-menu ul li.active li:not(.active) a{
    color: #002a3d;
}

.sidebar-menu .nav-pills>li.active>a,
.sidebar-menu .sidebar-menu .nav-pills>li.active>a:focus,
.sidebar-menu .nav-pills>li.active>a:hover,
.sidebar-menu .nav-pills>li>a:hover {
    color: rgb(186, 34, 41);
    background: none !important;
}

.sidebar-menu ul {
    padding-left: 15px;
    border-left: 1px solid #c9cac9;
}
.sidebar-menu ul li.nav-item.dropdown {
    background: url('../images/dropdow.png') right 50px center no-repeat;
}
.sidebar-menu ul li.parent{
    position: relative;
}
.sidebar-menu ul li.parent:after{
    content: '';
    position: absolute;
    width: 66px;
    height: 66px;
    background: url('../images/dropdow.png') center center no-repeat;
    right: 0;
    top: 0;
}
.sidebar-menu ul ul li.parent:after{
    width: 44px !important;
    height: 44px !important;
}
.sidebar-menu ul li:first-child.parent:after{
    height: 56px;
}

.right-content .nav-child.unstyled.small{
    position: static;
    display: none;
    width: 100%;
    border-top: 1px solid #c9cac9;
    border-left: 0;
    border-bottom: 0;
}
.right-content .nav-child.unstyled.small li:last-child{
    border-bottom: 0;
}
.footer_widget ul li.parent{
    position: relative;
    cursor: pointer;
}
/*.footer_widget ul li.parent:after {
    content: "\f067";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    line-height: 30px;
    text-align: center;
}*/
.footer_widget ul li.parent.show:after{
    content: "\f068";
}
.footer_widget ul li li.parent:after{
    font-size: 12px;
}

.footer_widget .nav-child.unstyled.small{
    position: static;
    display: block;
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    margin: 0;
    /*padding-left: 15px;*/
    padding-left: 0px;
    background: transparent;
}
/*.footer_bottom_area .footer_widget ul li li a{
    font-size: 15px;
}
.footer_bottom_area .footer_widget ul li li li a{
    font-size: 13px;
}*/
.banner {
    margin-top: 30px;
    position: relative;
}

.banner .info a {
    position: absolute;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-family: 'latosemibold';
    bottom: 25px;
    padding-left: 15px;
    text-transform: uppercase;
}

section.content .main {
    padding-right: 50px;
}

.main blockquote {
    padding: 55px 65px 70px;
    margin: 0 0 20px;
    float: left;
    font-size: 17.5px;
    border-left: none;
    background: #d0dae0;
    margin-top: 50px;
    position: relative;
}

.main blockquote::before {
    content: '';
    background: url('../images/quote.png') center no-repeat;
    width: 57px;
    height: 45px;
    position: absolute;
    top: -22px;
    left: 70px;
}

.main blockquote p {
    font-size: 40px;
    color: rgb(0, 42, 61);
    font-style: italic;
    line-height: 1;
    font-family: 'latomedium';
}

body:not(.p-home) .video_area {
    background-image: url('../images/contentpage-company-profile.png')
}

body:not(.p-home) .new {
    padding: 70px 0 140px;
}

body:not(.p-home) .new .img {
    border: 1px solid #fff;
    position: relative;
    width: 100%;
}

.pagination>li.disabled.page-item {
    display: none;
}

.pagition .container {
    padding: 0 30px;
}

body:not(.p-home) .new .img img {
    width: 100%;
}

body:not(.p-home) .new .category {
    font-size: 16px;
    font-family: 'latosemibold';
    color: rgb(255, 255, 255);
    text-align: left;
    background: url(../images/new-cat.png) center no-repeat;
    position: absolute;
    padding: 33px 34.5px;
    left: 0;
    background-size: cover;
    top: 0;
}

.blog-list .blog-item {
    padding: 0;
}

.blog-list .blog-item-content {
    padding: 15px 10px 35px;
    background: #fff;
    transition: all 0.4s ease-out 0s;
    /*min-height: 300px;*/
}

body:not(.p-home) .search-box button.searchBar_btn.btn-default {
    float: right;
    margin-right: 10px;
    line-height: 34px;
    padding: 10px 0px;
    padding-left: 20px;
}

body:not(.p-home) .search-box button.searchBar_btn.btn-default img {
    vertical-align: middle;
    margin-top: -5px;
}

body:not(.p-home) .search-box .searchBar {
    width: 0;
    float: right;
    margin: 0;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
    height: 0;
}

body:not(.p-home) .search-box .searchBar.opensearch {
    width: 200px;
    opacity: 1;
    height: 34px;
}

body:not(.p-home) #new-tab .search-box.pull-right {
    margin-top: 4px;
}

.pagition {
    overflow: hidden;
    float: right;
    width: 100%;
}

.pagition ul li a {
    font-size: 16px;
    font-family: 'latosemibold';
    color: #002a3d;
    background: none;
    height: 35px;
    width: 35px;
    border-radius: 0;
    border: none;
    margin: 0 4px;
}

.pagition ul li.active a,
agition ul li.active a:hover,
.pagition ul li a:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: rgb(186, 34, 41);
    background: none;
    border: none;
}

.pagition ul li:last-child a,
.pagition ul li:first-child a {
    text-indent: -9999999px;
    border-radius: 0;
    width: 35px;
    height: 35px;
    background: url('../images/pagi-arrow2.png') center no-repeat;
    background-color: #ba2229;
}

.pagition ul li:nth-child(2) a,
.pagition ul li:nth-last-child(2) a {
    border-radius: 0;
    background: url('../images/pagi-arrow2-first.png')right 20px top 10px no-repeat;
    color: #fff;
    /* list-style: 1; */
    padding-right: 45px;
    width: auto;
    padding-left: 20px;
    background-color: #ba2229;
}

.pagition ul li:first-child a {
    background: url('../images/pagi-arrow1-first.png')center no-repeat;
    background-color: #ba2229;
}

.pagition ul li:nth-child(2) a {
    background: url('../images/pagi-arrow1.png')left 20px top 10px no-repeat;
    background-color: #ba2229;
    padding-left: 45px;
    padding-right: 20px;
}

.pagition ul li:last-child a:hover,
.pagition ul li:nth-last-child(2) a:hover,
.pagition ul li:nth-child(2) a:hover,
.pagition ul li:first-child a:hover {
    background-color: #002a3d;
}

.pagination {
    margin-top: 10px;
    float: right;
    margin-bottom: 0;
}

.breadcrumb>li+li::before {
    padding: 0;
    content: '';
}

.breadcrumb>li + li::after {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>li+li:last-of-type::after {
    display: none;
}
.our-locations h3 {
    font-size: 49px;
    color: rgb(0, 42, 61);
    
    text-transform: uppercase;
}

.our-locations .subtitle {
    font-size: 17px;
    color: rgb(0, 42, 61);
    margin-top: 30px;
}

.our-locations {
    padding-bottom: 50px;
}

.search-map .search-map-form {
    padding: 50px 0;
    background: #d0dae0;
}

.search-map .search-map-form select {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    border-color: rgb(201, 202, 201);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 42, 61);
    font-size: 19px;
    padding: 11px 67px 11px 15px;
    -webkit-appearance: none;
    width: 270px;
    background: url('../images/dropdow.png') #fff right 28px center no-repeat;
}

.search-map .search-map-form .form-group {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
}

.search-map .search-map-form .col-md-8 .form-group:first-child {
    position: relative;
}

.search-map .search-map-form .col-md-8 .form-group:first-child::before {
    position: absolute;
    right: 67px;
    height: 38px;
    width: 1px;
    background: #dfdfdf;
    content: '';
    top: 7px;
}

.search-map .search-map-form input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(201, 202, 201);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 42, 61);
    font-size: 19px;
    height: auto;
    padding: 11.5px 0 11.5px 67px;
    border-radius: 0;
    background: url('/template/pc/skin/images/icon-search.png')#fff left 20px center no-repeat;
    border-right: none;
    width: 300px;
}

.search-map .search-map-form .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    float: left;
}

.search-map .search-map-form input::placeholder {
    color: rgb(0, 42, 61);
    font-size: 19px;
}

.search-map .search-map-form .col-md-8 .form-group:nth-child(2) {
    margin-right: 0;
}

.search-map .search-map-form .col-md-8 .form-group .btn-default {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(201, 202, 201);
    background-color: rgb(255, 255, 255);
    color: rgb(0, 42, 61);
    font-size: 19px;
    
    padding: 11.5px 52px;
    position: relative;
    border-radius: 0;
    position: relative;
    border-left: none;
}

.search-map .search-map-form .col-md-8 .form-group .btn-default::before {
    position: absolute;
    height: 38px;
    width: 1px;
    left: 0;
    background: #dfdfdf;
    content: '';
    top: 7px;
}

.maper {
    text-align: center;
    padding: 30px 0;
    background: #0b69a5;
}

.maper ul li {
    display: inline-block;
    color: #fff;
    margin: 0 25px;
}

.maper ul li img {
    margin-right: 15px;
}

#map-iframe iframe {
    float: left;
}

div#map-iframe {
    overflow: hidden;
}

form.navbar-form.navbar-left {
    width: 100%;
    margin: 0;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
    padding: 0;
}

.p-home .blog-list .col-lg-4 {
    margin-bottom: 0;
}

.row.clear-item {
    margin-bottom: 30px;
}

.empty-slider {
    height: 300px;
}

.breadcrumb .divider {
    display: none;
}

.breadcrumb li:first-child {
    display: none;
}

.sec-news,
body.menu-news .main-component {
    background: #d0dae0;
}
body.menu-news.p-com_k2-item .main-component{
    background: transparent;
}
.main-component.share {
    padding: 0;
}

.nav-child.unstyled.small {
    display: none;
}

.social_area .fa {
    line-height: 37px;
}

.search-box .navbar-form {
    padding: 0 10px;
}

div#n2-ss-4 .n2-ss-slider-1 {
    height: 300px!important;
}

#offlajn-ajax-search149 {
    width: 100%;
    float: left;
}

#offlajn-ajax-search149 div#ajax-search-button149 {
    background: none;
    border: none;
    border-left: none;
}

#offlajn-ajax-search149 .offlajn-ajax-search-container {
    background: none;
}

#offlajn-ajax-search149 input#search-area149 {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    font-size: 16px;
    color: #555;
    font-weight: normal;
    line-height: 1.158;
    
}

#ajax-search-button149 .magnifier {
    height: 34px;
    width: 38px;
    padding: 0;
    margin: 0;
    background: url(/template/pc/skin/images/icon-search.png) right 15px center no-repeat;
}

#offlajn-ajax-search149 input#search-area149::placeholder {
    font-size: 16px;
    color: #555;
    
    line-height: 1.158;
    font-weight: normal;
}

.product-item .product-content h4 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    !important;
    
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
}

.home-search {
    width: 100% !important;
    background: white !important;
    padding: 0px 15px;
}

.home-search input[name="keyword"] {
    height: 38px !important;
    background: url(/template/pc/skin/images/icon-search.png)left 7px center no-repeat;
    padding-left: 52px !important;
    border-radius: 0 !important;
    font-size: 19px !important;
    color: rgb(0, 42, 61) !important;
    line-height: 1.158 !important;
    background-size: 25px !important;
    border: none !important;
    box-shadow: none !important;
    letter-spacing: 0.8px;
    background-color: white !important;
}

.offlajn-ajax-search-control-panel {
    margin-bottom: 13px;
}

.product-list .col-md-20 {
    margin-bottom: 17px;
}

.p-id-226 .banner-text {
    background: none !important;
}

.p-id-226 .banner-text h2 {
    color: black !important;
}

.p-id-226 #banner {
    background: #0b69a5;
    min-height: 200px;
}

.p-id-226 ul.menu.menu-categories {
    border: 1px solid rgb(201, 202, 201);
    padding: 0 15px;
}

.p-id-226 ul.menu.menu-categories li a {
    font-size: 18px;
    
    color: rgb(0, 42, 61);
    padding-right: 45px;
    position: relative;
    display: block;
}

.p-id-226 ul.menu.menu-categories li {
    border-bottom: 1px solid rgb(201, 202, 201);
    padding: 18px 0;
}

.p-id-226 ul.menu.menu-categories li:last-child {
    border-bottom: none;
}

.p-id-226 ul.menu.menu-categories li a::after {
    content: '+';
    position: absolute;
    top: 0px;
    right: 25px;
}

.p-id-226 .product-item_list {
    padding: 25px 0;
    overflow: hidden;
    border-top: 1px solid rgb(201, 202, 201);
}

.p-id-226 .img-left {
    float: left;
}

.p-id-226 .img-left img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.p-id-226 .product-content-right h4,
.p-id-226 .product-content-right h4 a {
    font-size: 28px;
    font-family: 'latoheavy';
    color: rgb(0, 42, 61) !important;
    text-transform: uppercase;
}

.p-id-226 .product-content-right {
    float: left;
    width: calc(100% - 130px);
    padding-left: 30px;
}

.p-id-226 .product-content-right .text {
    color: #6a798a;
    font-size: 16px;
}

.p-id-226 .search-wrapper h3 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    
    margin-bottom: 25px;
    text-transform: uppercase;
    margin-top: 120px;
    line-height: 1.2;
}

body:not(.p-home).p-id-226 #banner .banner-text {
    position: static;
    padding: 0;
    width: 1140px;
    margin: 0 auto;
    height: auto;
    display: block;
}

.p-id-226 #offlajn-ajax-search151 {
    padding: 0!important;
}

.p-id-226 .home-search {
    padding: 0;
}

.p-id-226 input#search-area151 {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(223, 223, 223);
    font-size: 24px;
    color: rgb(0, 42, 61);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 1px 0px rgba(86, 86, 86, 0.17);
    height: 64px!important;
}

.p-id-226 input#search-area151::placeholder {
    font-size: 24px;
    color: rgb(0, 42, 61);
    text-align: left;
    text-transform: capitalize;
}

body:not(.p-home).p-id-226 #banner .banner-text h2 {
    display: none;
}

.view-more a:hover span {
    border-color: white;
}

.p-com_content-article .main {
    padding-right: 60px;
}

.applications-item {
    overflow: hidden;
}

.applications-item .img img {
    transition: transform 0.5s ease;
}

.applications-item .img img:hover {
    transform: scale(1);
}

#offlajn-ajax-tile-results {
    height: auto !important;
}

#offlajn-ajax-search-results-inner {
    margin-bottom: 50px;
    float: left;
    width: 100%;
    clear: both;
    position: relative !important;
}

.category-view .virtuemart_search {
    display: none;
}

body:not(.p-home) .breadcrumb {
    background: none;
    padding: 0;
    margin-bottom: 5px;
    /*margin-top: 40px;*/
    padding-bottom: 10px;
}

.category-view h1 {
    font-size: 28px;
    font-family: 'latoheavy';
    color: rgb(0, 42, 61);
    letter-spacing: 2px;
    margin-bottom: 27px;
    text-transform: uppercase;
}

.product-list .col-md-12 {
    padding: 0;
}

.product-neighbours a.previous-page,
.product-neighbours a.next-page {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.667;
    background: #ba2229 url(../images/pagi-arrow1-first.png) left 10px center no-repeat;
    padding: 5px 50px 5px 35px;
    min-height: 35px;
}

.product-neighbours a.next-page {
    background: #ba2229 url(../images/pagi-arrow2.png) right 10px center no-repeat;
}

div[class*="-view"] .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px;
}

.vm-product-container h1 {
    font-size: 28px;
    font-family: 'latoheavy';
    color: rgb(0, 42, 61);
    text-transform: uppercase;
    line-height: 1.071;
    text-align: left;
    padding-left: 30px;
}

.productdetails-view .spacer-buy-area {
    padding-left: 30px;
}

.vm-product-details-container {
    float: left;
    width: 45%;
}

.spacer-buy-area .ratingbox {
    display: none;
}

.back-to-category {
    float: right;
    display: none;
}

.product-neighbours {
    color: #777;
    margin: 0 0 70px;
}

.vm-product-details-share.share {
    position: relative !important;
    float: left;
    padding: 0px;
}

.p-com_virtuemart-productdetails .subtitle p {
    display: none;
}

.p-com_virtuemart-productdetails .col-md-4.share {
    display: none;
}

.p-id-226 ul.menu.menu-categories li a::after {
    content: '';
}

.product-search {
    margin-bottom: 30px;
}

.offlajn-button {
    background: #ba2229 !important;
}

.offlajn-ajax-search-control-panel {
    margin: 9px;
}
.main-component .box-header{
	padding-bottom: 30px;
    float: none;
}
.box-header .subtitle .custom{
    /*background: #d0dae0;*/
    font-family: 'latomedium', sans-serif;
    font-size: 18px;
    padding: 15px;
    color: #002a3d;
    
}
.box-header .subtitle .custom+.custom{
    padding: 0;
    background: transparent;
    margin-top: 40px;
}
.box-header .subtitle .custom table{
    background: #d0dae0;
}
.box-header .subtitle .custom table th,
.box-header .subtitle .custom table td{
    width: 25%;
    padding: 15px 10px;
    border-color: #fff;
    border: 1px solid #fff;
    margin: 0;
    text-align: left;
    vertical-align: top;
}
.box-header .subtitle .custom table tr th:nth-child(2n),
.box-header .subtitle .custom table tr td:nth-child(2n){
    background: #a4aeb4;
}
.box-header .subtitle .custom ul{
	list-style: disc !important;
	padding-left: 20px;
}
.box-header .subtitle .custom ul ul{
	list-style: circle !important;
	padding-left: 20px;
}
#p-404 #banner .banner-text{
    display: none;
}
#p-404 .share{
    display: none;
}
#p-404 .subtitle h2{
    font-size: 40px;
    
    color: rgb(0, 49, 73);
    text-transform: uppercase;
    line-height: 1.125;
    padding: 30px 0 0;
}
.sec-login-area .main {
    text-align: center;
    padding: 30px 0;
}
.sec-login-area .login{
    width: 480px;
    max-width: 100%;
    text-align: left;
    margin: auto;
}
.sec-login-area .login .form-horizontal .control-label{
    text-align: left;
}
.sec-login-area .login .form-horizontal input[type="text"],
.sec-login-area .login .form-horizontal input[type="password"]{
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
}
.sec-login-area .login .form-horizontal .btn-primary{
    text-transform: uppercase;
    /* font-weight: 600; */
    text-shadow: none !important;
    
    margin: 15px 0 0;
    background-color: #002C40;
    border-color: #002C40;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 0;
}
.sec-login-area .login .well{
    background-color: #d0dae0;
    box-shadow: none;
    border-radius: 0;
}
.sec-login-area .main .nav > li > a {
    position: relative;
    display: block;
    padding: 0;
    background: transparent !important;
    border: none !important;
}
.sec-login-area .nav-tabs{
    border:none;
}
.applications-item .applications-content {
    height: calc(100% - 30px);
    padding-top: 125px;
}
.box-header .subtitle .custom {
    line-height: 1.8;
}
.nav-pills li .nav-child.unstyled.small li.deeper.parent {
    position: relative;
}
.nav-pills li .nav-child.unstyled.small li.deeper.parent::after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    line-height: 50px;
    padding-right: 15px;
    font-size: 20px;
    color: #ba2229;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar-menu ul li.parent::after {
    display: none;
}
.sidebar-menu ul li a {
    position: relative;
    display: block;
    padding-right: 24px !important;
}
.sidebar-menu ul li a .fa {
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 99;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
}
.share {
    padding-bottom: 120px;
}
.navbar-brand > img {
    width: 150px;
}
.navbar-default .navbar-brand {
    padding-bottom: 10px;
}
.right-content .item-lv-2.alias-parent-active .nav-child.unstyled.small.nav-child-lv-2,
.right-content .nav-child.unstyled.small.nav-child-lv-1 {
    display: block;
}
div[data-module-id="141"] .product-list{
    display: none;
}
.edocman-container form h1.edocman-page-heading,
.edocman-container form a.edocman_upload_link {
    display: none;
}
.frm-custom-reg {
    width: 480px;
    max-width: 100%;
    text-align: left;
    margin: auto;
    padding: 20px;
}
.frm-custom {
    background-color: #d0dae0;
    box-shadow: none;
    border-radius: 0;
}
.frm-custom .control-group label {
    display: block;
    text-align: left;
}
.frm-custom .control-group input[type="text"],
.frm-custom .control-group input[type="password"],
.frm-custom .control-group input[type="email"] {
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
}
.frm-custom-reg button[type="submit"] {
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: none !important;
    
    margin: 15px 0 0;
    background-color: #002C40;
    border-color: #002C40;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 0;
    color: #fff;
}
.custom-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}
.frm-custom-reg #k2Container {
    padding-bottom: 0px;
}
.sec-login-area .main {
    padding: 0px 0px 30px;
}
.cus-padding {
    padding: 0px 15px;
}
section.new #new-tab .nav-tabs li.csnav-3,
section.new #new-tab .nav-tabs li.csnav-4,
section.new #new-tab .nav-tabs li.csnav-5{
    display: none;
}
div.itemNavigation a.item-button-link {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.667;
    padding: 5px 50px 5px 35px;
    display: inline-block;
    background: #ba2229;
}
div.itemNavigation {
    padding: 0;
    margin: 0 0 35px;
    text-align: center;
    background: transparent;
}
.box-header h3 {
    margin: 0px 0px 15px;
}
.box-video h3 {
    margin: 10px 0px;
    font-size: 17px;
    text-transform: none;
    letter-spacing: 0px;
    min-height: 38px;
}


.fullscreen-bg__video {
    object-fit: cover;
}
section.product .row{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
section.product .custom-top-product-search{
    width: 100%;
}
#new-tab .tab-content .blog-list .row{
    display: flex;
    flex-wrap: wrap;
}
#new-tab .tab-content .blog-list .blog-item{
    height: 100%;
    background-color: #fff;
}
.main-component.sec-products .left-content{
    padding-top: 30px;
}
.productdetails{
    padding-bottom: 25px;
}
#fancybox-title.fancybox-title-inside{
    display: none !important;
}
.product-neighbours {
	text-align: center;
}
.back-page {
	float: none;
	font-size: 15px;
	color: rgb(255, 255, 255);
	line-height: 1.667;
	background: #002A3D url(../images/pagi-arrow1-first.png) left 10px center no-repeat;
	padding: 5px 50px 5px 35px;
	min-height: 35px;
}
.cf_filters_list li a:hover {
	font-weight: bold;
}
#results .sec-results {
	margin-top: 30px;
}
#custom_f_9_302_elid0_a {
	display: none !important;
}
div[itemprop="articleBody"] ul {
    list-style: disc !important;
    padding-left: 20px;
}
#edocman div.sortPagiBar select {
    font-size: 13px;
}
.sidebar ul.menu {
    padding-left: 15px;
    border-left: 1px solid #c9cac9;
}
.sidebar ul.menu li {
    width: 100%;
    position: relative;
    display: block;
    border-bottom: 1px solid #c9cac9;
    cursor: pointer;
}
.sidebar ul.menu li.active a {
    color: #1f4f9b;
}
.categories-doc {
    margin-top: 35px;
}
.categories-doc h3 {
    text-transform: uppercase;
    border-bottom: 1px solid #c9cac9;
    padding-bottom: 15px;
    
}
#user-registration .control-group:after {
    display: block;
    content: "";
    float: none;
    clear: both;
}
#user-registration .control-group {
    float: none;
    clear: both;
    display: block;
    text-align: left;
}
#user-registration.form-horizontal {
    display: block;
}
#user-registration .control-group .control-label {
    text-align: left;
}
#user-registration.form-horizontal .btn {
    margin-top: 15px;
}
.form-remind {
    max-width: 320px;
    margin: 0px auto;
}

