/*------------------------------------------------------------------
[Master Stylesheet]

Project:    precise
Version:    1.0
Author:  JRBthemes

[Table of contents]

1. Theme Default

[End table of contents]

-------------------------------------------------------------------*/
* {
    outline: 0;
}
:active, :focus, a:active, a:focus, button:focus, input:active, input:focus, select:focus {
    -moz-outline-style: none;
    outline: 0;
}
:-moz-any-link:focus {
    outline: 0;
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
code {
    white-space: initial!important;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
body {
    background: #fff;
}
.boxed #precise-wrapper {
    max-width: 1200px;
    margin: auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(28, 28, 28, .5);
    -moz-box-shadow: 0 0 10px 0 rgba(28, 28, 28, .5);
    box-shadow: 0 0 10px 0 rgba(28, 28, 28, .5);
    transition: all .4s;
    background: #fff;
    position: relative;
    overflow: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: ""}
blockquote, q {
    quotes: "" ""}
a img {
    border: 0;
}
button, input, select, textarea {
    color: #444;
    font-family: Cairo, sans-serif;
    line-height: 1.5;
    padding-left: 20px;
}
input, select {
    height: 45px;
}
input, select, textarea {
    padding-left: 20px;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    position: relative;
    width: 100%}
select option {
    padding: 0 15px;
}
input[type=checkbox], input[type=password], input[type=radio], input[type=submit] {
    width: auto;
}
a, a:focus, a:hover {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -khtml-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0 0 15px;
}
h1 {
    font-size: 42px;
}
h2 {
    font-size: 36px;
    line-height: 38px;
}
h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -1px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 25px;
}
label.lb_select, span.sp_select {
    position: relative;
    font-weight: 100;
    margin-bottom: 0;
    width: 100%}
label.lb_select>select, span.lb_select>select {
    outline: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        padding-right: 18px;
    }
}label.lb_select:after, span.sp_select:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 16px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    color: #636363;
    right: 16px;
    top: -2px;
}
address, cite, dfn, em, i {
    font-style: italic;
}
em{
    color: #777;
}
.vc_column-inner {
    padding-top: 0!important;
}
.no_padding, .no_padding>.vc_column-inner {
    padding: 0!important;
}
.no_margin {
    margin: 0!important;
}
.display_none {
    display: none;
}
.precise_sidebar .textwidget img {
    max-width: 270px;
    width: 100%;
    height: auto;
}
.comment-content img, .entry-content img, .site-header img, .widget img, .wp-caption, pre {
    max-width: 100%}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
p {
    margin-bottom: 15px;
}
ol, ul {
    margin: 0 0 1.5em 3em;
}
ol ol, ol ul, ol>li>ol, ol>li>ul, ul ol, ul ul, ul>li>ol, ul>li>ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
address, table {
    margin-bottom: 24px;
}
b, dt, strong, th {
    font-weight: 700;
}
dd {
    margin: 0 0 28px;
}
blockquote {
    background: #f5f5f5;
    border-left: 4px solid #8f8e99;
    margin-bottom: 10px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
small, sub, sup {
    font-size: 75%}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
ins, mark {
    background: #fff9c0;
    text-decoration: none;
}
sub, sup {
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small small {
    font-size: 100%}
big {
    font-size: 125%}
figure {
    margin: 0;
}
table, td, th {
    border: 1px solid rgba(0, 0, 0, .1);
}
td, th {
    border-width: 0 1px 1px 0;
    padding: 10px;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    width: 100%}
caption, td, th {
    font-weight: 400;
    text-align: left;
}
.widget td, .widget th {
    padding: 5px;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button, input {
    line-height: normal;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 14px;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    border-color: #ccc #bbb #aaa;
}
button:active, button:focus, html input[type=button]:active, html input[type=button]:focus, input[type=reset]:active, input[type=reset]:focus, input[type=submit]:active, input[type=submit]:focus {
    border-color: #aaa #bbb #bbb;
}
input[type=checkbox], input[type=radio] {
    height: auto;
    box-sizing: border-box;
    padding: 0;
}
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type=email]:focus, input[type=text]:focus, textarea:focus {
    color: #111;
}
textarea {
    overflow: auto;
    padding-left: 20px;
    vertical-align: top;
    width: 100%}
.alignleft {
    display: inline;
    float: left;
    margin: 0 25px 30px 0;
}
.alignright {
    display: inline;
    float: right;
    margin: 0 0 30px 25px;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.assistive-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-jus {
    text-align: justify;
}
.sticky:after, .wp-caption-text {
    text-align: center;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
article.post {
    overflow: hidden;
}
.sticky {
    color: #333;
    background: #f5f5f5;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.sticky:after {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    top: -35px;
    right: -35px;
    z-index: 1;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background-color: #000;
}
.sticky:before {
    content: "\f10e";
    font-family: FontAwesome;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    z-index: 2;
}
.entry-meta {
    clear: both;
}
.byline {
    display: none;
}
.group-blog .byline, .single .byline {
    display: inline;
}
.entry-content, .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 20px 0 10px;
}
.entry-content img, .site-header img, img[class*=align], img[class*=wp-image-] {
    height: auto;
}
.entry-content img, .site-header img, img.size-full {
    max-width: 100%;
    width: auto;
}
.comment-content img.wp-smiley, .entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
    margin-bottom: 1.5em;
}
.wp-caption img {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%}
.wp-caption .wp-caption-text {
    margin: .8075em 0;
}
.site-content .gallery {
    margin-bottom: 1.5em;
}
.site-content .gallery a img {
    border: none;
    height: auto;
    max-width: 90%}
.site-content .gallery dd {
    margin: 0;
}
embed, iframe, object {
    max-width: 100%}
.site-content .site-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.site-content .nav-previous {
    float: left;
    width: 50%}
.site-content .nav-next {
    float: right;
    text-align: right;
    width: 50%}
.bypostauthor {
    border: 0;
}
.comment-list .pingback, .comment-list .trackback {
    border-top: 1px solid #eaeaea;
    padding: 1.6em 0;
}
.comment-navigation {
    display: none;
}
.page #comments {
    margin-bottom: 6%;
    clear: both;
}
.comments-area {
    border: 0;
}
.comments-area>ol {
    margin: 0;
}
.comments-area>ol>.pingback {
    margin-left: 20px;
}
.comments-area>ol ol {
    padding: 10px 0 0 80px;
    margin: 0;
    margin-top: 15px;
}
.comments-area>ol .comment-content ol {
    padding: 0;
    margin-bottom: 0;
    margin-left: 1.5em;
}
.comments-area li.comment-item {
    list-style: none;
}
.comments-area .comment-list li {
    padding: 10px 0;
    margin-bottom: 15px;
}
.comments-area .comment-list li:last-child {
    padding-bottom: 0;
}
.comments-area .comment-list li .comment-content li {
    padding: 0;
}
.comments-area li:first-child {
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}
.comments-area .comment-list li .comment-body .comment-meta {
    position: relative;
}
.comments-area .comment-list li .comment-body .comment-meta .comment-author {
    line-height: normal;
    padding: 10px 0;
}
.comments-area .comment-list li .comment-body .comment-meta .comment-author img {
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
}
.comments-area .comment-list li .comment-body .comment-meta .comment-author .fn, .comments-area .comment-list li .comment-body .comment-meta .comment-author .says {
    font-size: 12px;
}
.comments-area .comment-list li .comment-body .comment-meta .comment-metadata {
    bottom: 0;
    font-size: 9px;
    left: 45px;
    font-weight: 700;
    position: absolute;
}
.comments-area .comment-list li .comment-body .comment-content {
    margin-top: 5px;
}
.comments-area .comment-list li .comment-body .reply a {
    font-size: 12px;
}
.widget {
    margin: 0;
}
.widget:last-child {
    margin: 0;
}
.widget>h4 {
    font-weight: 600;
    text-transform: uppercase;
}
.widget ol, .widget ul {
    list-style: none;
    margin: 0;
}
.widget>ul, ul.menu {
    padding-left: 0;
}
.widget_nav_menu .sub-menu {
    display: block;
}
.widget li>ol, .widget li>ul {
    margin-left: 15px;
}
.widget_archive .wg-title, .widget_categories .wg-title, .widget_search .wg-title, .widget_tag_cloud .wg-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #141412;
}
.widget_archive ul li, .widget_categories ul li, .widget_product_categories ul li {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 16px;
    margin: 10px 0;
}
.widget_archive ul li:before, .widget_categories ul li:before, .widget_product_categories ul li:before {
    position: absolute;
    top: 13px;
    left: 0;
    background-color: #636363;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%}
.widget_archive ul li:first-child, .widget_categories ul li:first-child, .widget_product_categories ul li:first-child {
    padding-top: 0;
}
.widget_archive ul li:last-child, .widget_categories ul li:last-child, .widget_product_categories ul li:last-child {
    border-bottom: none;
}
.widget_archive ul li a, .widget_categories ul li a, .widget_product_categories ul li a {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}
.widget_product_search, .widget_search {
    margin-bottom: 30px;
}
.widget_product_search .woocommerce-product-search, .widget_search .searchform {
    position: relative;
}
.widget_product_search .woocommerce-product-search input.search-field, .widget_search .searchform input[type=text] {
    height: 45px;
    line-height: inherit;
    padding-left: 20px;
    border: 1px solid #d7d7d7;
    position: relative;
    font-size: 14px;
    width: 100%}
.widget_product_search .woocommerce-product-search .precise-btn-search, .widget_search .searchform .precise-btn-search {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: 0 0;
    padding: 9px 15px;
    color: #3a9bae;
    height: 45px;
}
.widget_product_search .woocommerce-product-search .precise-btn-search:hover, .widget_search .searchform .precise-btn-search:hover {
    color: #636363;
}
.widget_product_search .woocommerce-product-search .precise-btn-search i, .widget_search .searchform .precise-btn-search i {
    font-weight: 700;
}
.widget_product_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a {
    line-height: 36px;
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
    background: #f7f7f7;
    font-size: 16px!important;
}
.widget_product_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover {
    background: #3a9bae;
    color: #fff;
}
.widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_product_categories ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}
.widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li {
    border: none;
    margin: 10px 0;
}
.widget .menu-testing-menu-container>ul ul, .widget>ul ul {
    margin-left: 15px;
}
.widget ul li:last-child {
    padding-bottom: 0;
}
.widget_archive ul li:hover, .widget_categories ul li.current-cat, .widget_categories ul li:hover, .widget_product_categories ul li:hover {
    background: 0 0;
}
.widget.widget_rss ul li {
    line-height: 24px;
    margin: 20px 0;
}
.widget.widget_rss .wg-title img {
    width: auto;
}
.widget.widget_rss ul li cite {
    display: block;
    width: 100%;
    text-align: right;
}
.widget.widget_recent_entries .post-date {
    font-size: 14px;
}
.woocommerce .star-rating span:before, .woocommerce .star-rating:before {
    line-height: initial;
    font-size: 12px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 500;
}
.woocommerce ul.product_list_widget li img {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 70px;
    height: 70px;
    box-shadow: none;
    margin-top: 8px;
}
.woocommerce ul.product_list_widget li .star-rating {
    margin-top: 5px;
    margin-bottom: 5px;
}
.woocommerce .star-rating:before {
    color: #444;
}
.woocommerce ul.product_list_widget li .amount {
    background: 0 0;
    font-weight: 400;
    font-size: 18px;
    margin-left: 5px;
}
.woocommerce ul.product_list_widget li ins {
    background: 0 0;
}
.woocommerce ul.product_list_widget li del .amount {
    background: 0 0;
    color: #ccc;
    font-weight: 400;
    font-size: 14px;
    margin-left: 0;
}
.widget_shopping_cart .cart-list .product-info {
    margin-top: 10px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}
.widget_shopping_cart .cart-list>li a {
    font-size: 14px;
    line-height: 18px;
}
.widget_shopping_cart .cart-list .product-left {
    width: 90px;
    float: left;
    position: relative;
    max-height: 125px;
}
.widget_shopping_cart .cart-list>li .product-left .remove {
    position: absolute;
    left: 0;
    padding: 0;
    top: 0;
    font-size: 24px;
    line-height: 24px;
}
.widget_shopping_cart .cart-list>li .price, .widget_shopping_cart .cart-list>li .qty {
    display: block;
    font-size: 14px;
    line-height: 18px;
}
.widget_shopping_cart .cart-list>li .product-left img {
    width: 80px;
    height: auto;
}
.widget_shopping_cart .cart-list>li .product-left a {
    padding-left: 20px;
    position: absolute;
}
.widget_shopping_cart .cart-list .product-right {
    margin-left: 95px;
    line-height: 25px;
}
.widget_shopping_cart .toal-cart {
    margin: 10px 0;
}
.widget_shopping_cart .toal-cart .amount {
    font-size: 18px;
    float: right;
}
.widget_shopping_cart .cart-buttons a.mt-button-cart {
    margin-right: 10px;
}
.precise_title_bar {
    background-color: #1e1e1e;
    text-align: left;
    padding: 80px 0;
    margin-bottom: 0px;
}
.precise_title_bar .precise-title {
    padding-bottom: 0;
    font-size: 42px;
    font-family: 'Miriam Libre', sans-serif;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
}
.precise_title_bar .precise-breadcrumb {
    color: #fff;
    text-align: left;
}
.precise_title_bar .precise-breadcrumb .woocommerce-breadcrumb {
    color: #fff;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}
.precise_title_bar .precise-breadcrumb span {
    padding: 0 5px;
}
.precise_title_bar .precise-breadcrumb span:last-child {
    padding-right: 0;
}
.precise_title_bar .precise-breadcrumb span:first-child {
    padding-left: 0;
}
.precise_title_bar .precise-breadcrumb a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #c2c2c2;
}
.precise_title_bar .precise-breadcrumb a:hover, .woocommerce ul.product_list_widget li .star-rating {
    color: #3a9bae;
}
@media (max-width:768px) {
    .precise_title_bar .precise-breadcrumb, .precise_title_bar .precise-title {
        float: none;
    }
    .precise_title_bar .precise-title {
        font-size: 30px;
        line-height: 40px;
    }
}.gallery-caption {
    border: 0;
}
#gallery-1 .gallery-item {
    margin-bottom: 5px;
}
.page-link {
    clear: both;
    margin: 20px 0 10px;
}
.page-link>* {
    margin: 0 5px;
}
h2.vc_custom_heading.who_text {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: -1px;
    text-transform: none;
    line-height: 1.2em;
}

.box-content .blog-intro h3 {
    font-size: 16px;
    color: #777;
    font-style: normal;
}

/*BEGIN HEADER */
.header-v1{
    position: absolute;
    z-index: 1;
    width: 100%;
}
.header-v1 .header{
    background: transparent !important;
    margin: 0 100px;
    border-bottom: 2px solid #807f83;
}
.header-v1 .header .logo a img {
    max-height: 60px !important;
    padding-left: 15px !important;
}
.header-v1 .header .box-right {
    float: right;
    display: flex;
    align-items: center;
}
.header-v1 .header .box-right .block-sub-menu {
    float: right;
    padding-left: 30px;
}
.header-v1 .header .box-right .block-sub-menu a{
    display: block;
    width: 25px;
    height: 15px;
    cursor: pointer;
    position: relative;
}
.header-v1 .header .box-right .block-sub-menu a span{
    background: #fff;
    height: 2px;
    position: absolute;
    right: 0;
    transition: all 0.5s ease;
}
.header-v1 .header .box-right .block-sub-menu a span:nth-child(1) {
    width: 18px;
    top: 0;
}
.header-v1 .header .box-right .block-sub-menu a span:nth-child(2) {
    width: 23px;
    top: 6px;
}
.header-v1 .header .box-right .block-sub-menu a span:nth-child(3) {
    width: 19px;
    top: 12px;
}
.header-v1 .header .box-right .block-sub-menu a:hover span:nth-child(1) {
    width: 23px;
    top: 0;
}
.header-v1 .header .box-right .block-sub-menu a:hover span:nth-child(2) {
    width: 18px;
    top: 6px;
}
.header-v1 .header .box-right .block-sub-menu a:hover span:nth-child(3) {
    width: 25px;
    top: 12px;
}
.header-v1 .header .box-right .search-custom {
    position: inherit;
    float: left;
}
.header-v1 .header .box-right .search-custom .toggle-btn i {
    color: #f1f2f2;
}
.header-v1 .header .main-menu li a {
    text-transform: uppercase;
    color: #f1f2f2 !important;
    line-height: inherit !important;
}
.header-v1 .header .main-menu li a::after {
    content: '';
    width: 0%;
    height: 1px;
    display: block;
    background: #f1f2f2;
    transition: 300ms;

}
.header-v1 .header .main-menu li a:hover::after {
    width: 100%;
}
.header-v1 .header .main-menu li a:before{
    display: none;
}
.header-v1 .box-sub_menu {
    width: 50%;
    background: #ff0016;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: 1002;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.3s ease-in-out;
    text-align: center;
    right: -50%;
    padding: 50px 0;
}
.header-v1 .box-sub_menu.show {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.header-v1 .box-sub_menu .box-navigation {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 150px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-v1 .box-sub_menu ul.menu-sub{
    margin: 0;
}
.header-v1 .box-sub_menu ul.menu-primary{
    display: none;
    margin: 0;
}
.header-v1 .box-sub_menu ul.menu-primary li,
.header-v1 .box-sub_menu ul.menu-sub li{
    margin-bottom: 15px;
}
.header-v1 .box-sub_menu ul.menu-primary li a,
.header-v1 .box-sub_menu ul.menu-sub li a{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    display: inline;
    position: relative;
}
.header-v1 .box-sub_menu ul.menu-primary li a::after,
.header-v1 .box-sub_menu ul.menu-sub li a::after {
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    background: #ffffff;
    transition: 300ms;
    position: absolute;
    left: 0;
}
.header-v1 .box-sub_menu ul.menu-primary li a:hover::after,
.header-v1 .box-sub_menu ul.menu-sub li a:hover::after {
    width: 100%;
}
.header-v1 .box-sub_menu .precise-social-site{
    position: absolute;
    bottom: 50px;
    width: 100%;
}
.header-v1 .box-sub_menu ul.social-site {
    margin: 0 auto;
    max-width: 400px;
}
.header-v1 .box-sub_menu ul.social-site li{
    width: 25%;
    float: left;
}
.header-v1 .box-sub_menu ul.social-site li a{
    color: #fff;
}
.header-v1 .box-sub_menu ul.social-site li a i{
    color: #fff;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.header-v1 .box-sub_menu .cavas-close{
    position: absolute;
    width: 100%;
    z-index: 2;
}
.header-v1 .box-sub_menu ul.social-site li a:hover i{
    border: 1px solid #fff;
}
.header-v1 .box-sub_menu .cavas-close img {
    max-width: 50px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition:         transform .5s ease-in-out;
}
.header-v1 .box-sub_menu .cavas-close img:hover{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.header-v1 .search-custom .mkt-search-form{
    right: 7%;
}
/*END HEADER*/
/*BEGIN FOOTER*/
.footer .footer-top {
    background: #121521 !important;
    padding: 40px 100px !important;
}
.footer .footer-top .col-md-2 {
    width: 20%;
}
.footer .footer-top .box-logo {
    height: 220px;
    display: flex;
    align-items: center;
    padding-left: 0;
    height: 240px;
}
.footer .footer-top h4,
.footer .footer-top a,
.footer .footer-top p{
    color: #fafafa;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 24px;
    text-transform: uppercase;
}
.footer .footer-top a{
    font-weight: 700;
}
.footer .footer-top .box-callus,
.footer .footer-top .box-menu3,
.footer .footer-top .box-menu2,
.footer .footer-top .box-news{
    padding-top: 45px;
}
.footer .footer-top .box-menu2{
        padding-left: 80px;
}
.footer .footer-top .box-menu3 ul li,
.footer .footer-top .box-menu2 ul li{
    margin-bottom: 15px !important;
    line-height: 24px !important;
}
.footer .footer-top .box-news h4{
    margin-bottom: 25px;
}
.footer .footer-top .box-news .es-field-wrap {
    margin-bottom: 25px;
}
.footer .footer-top .box-news .es-field-wrap input {
    line-height: normal;
    height: 35px;
    width: 100%;
}
.footer .footer-top .box-news input.es_subscription_form_submit{
    background-color: #ff0016;
    padding: 10px 25px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    margin-bottom: 50px;
}
.footer .footer-top .box-news ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.footer .footer-top .box-news ul li a{
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid transparent;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}
.footer .footer-top .box-news ul li:hover a{
    border: 1px solid #fff;
}
.footer .footer-top .box-news ul i{
    font-size: 20px;
}
.footer .copyright {
    display: none;
}
/*END FOOTER*/
/*BEGIN ABOUT PAGE*/
.about-page .header-v1 .header {
    border-bottom: none;
}
.content-about .box-our-story {
    padding: 200px 0 100px;
}
/* ---- grid ---- */
/* clear fix */
.about-page .grid:after {
    content: '';
    display: block;
    clear: both;
}
/* ---- .grid-item ---- */
.about-page .grid-item {
    float: left;
    width: 33.33%;
    height: 160px;
    counter-increment: item;
}
.about-page .grid-item img{
    object-fit: cover;
    width: 100%;
}
.about-page .grid-item:before {
    font-size: 20px;
    text-align: center;
    display: block;
    padding: 0.2em;
}
.about-page .grid-item img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.about-page .grid-item--height1,
.about-page .grid-item--height1 img,
.about-page .grid-item--height3,
.about-page .grid-item--height3 img{
    height: 550px;
}
.about-page .grid-item--height4,
.about-page .grid-item--height4 img,
.about-page .grid-item--height6,
.about-page .grid-item--height6 img{
    height: 440px; 
}
.about-page .grid-item--height2,
.about-page .grid-item--height2 img{
    height: 400px; 
}
.about-page .grid-item--height5,
.about-page .grid-item--height5 img{
    height: 590px; 
}
/*END ABOUT PAGE*/
/*BEGIN PRESS PAGE*/
.press-page .header-v1 {
    z-index: 2;
}
.press-page .box-top-slider {
    width: 100%;
}
.press-page .box-top-slider ul.box-items{
    margin: 0;
    list-style-type: none;
}
.press-page .box-top-slider ul.box-items li.item {
    position: relative;
}
.press-page .box-top-slider ul.box-items li.item .box-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
}
.press-page .box-top-slider ul.box-items li.item .box-text h3.title,
.press-page .box-top-slider ul.box-items li.item .box-text h3.title a{
    font-size: 70px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1;
}
.press-page .box-top-slider ul.box-items li.item .box-text span.category_text ul{
    margin: 0;
    list-style-type: none;
}
.press-page .box-top-slider ul.box-items li.item .box-text span.category_text ul li a,
.press-page .box-top-slider ul.box-items li.item .box-text .day_text p{
    font-size: 30px;
    color: #fff;
}
.press-page .box-top-slider ul.box-items li.item .box-text .day_text p{
    margin-bottom: 40px;
}
.press-page .box-top-slider ul.box-items li.item .box-text .link_text{
    background: #ff0016;
    color: #fff;
    font-size: 20px;
    padding: 15px 10px;
}
.press-page .box-top-slider ul.box-items li.item .box-img img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
        max-height: 600px;
    object-fit: cover;
}
.press-page .box-top-slider ul.box-items .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    background: #fff;
    display: block;
    border-radius: 50%;
}
.press-page .box-top-slider ul.box-items .owl-dots .owl-dot.active span{
    background: #ff0016;
}
.press-page .box-top-slider ul.box-items .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.press-page .box-top-slider ul.box-items .owl-dots .owl-dot {
    margin: 0 15px;
}

.press-page .box-top-slider ul.box-items .owl-nav{
    display: none;
}
.logo-back .header-v1 .header .main-menu li a:after{
    background-color: #333 !important;
}
.press-page .content-press {
    background-color: #f4f4f4;
}
.press-page .content-press .box-top_news {
    padding-top: 60px;
    margin: 0 100px;
}
.press-page .content-press .box-bottom_news h2{
    font-size: 50px;
    font-weight: 700;
    padding-left: 60px;
}
.press-page .content-press .box-top_news ul.box-items {
    margin: 0;
}
.press-page .content-press .box-top_news ul.box-items .box-top{
    margin-bottom: 40px;
    display: flex;
}
.press-page .content-press .box-top_news ul.box-items li{
    list-style-type: none;
}
.press-page .content-press .box-top_news ul.box-items .box-top .box-left{
    width: 65%;
    float: left;
    padding-right: 15px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 65%;
}
.press-page .content-press .box-top_news ul.box-items .box-top .box-right{
    width: 35%;
    float: right;
    padding-left: 15px;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 35%;
}
.press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item1{
    padding-bottom: 15px;
    display: flex;
    height: 55%;
}
.press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item2{
    padding-top: 15px;
    display: flex;
    height: 45%;
}
.press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item1 .box-img {
    width: 62%;
    float: left;
}
.press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item1 .box-img img{
    height: 100%;
    width: 100%;
}
.press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item1 .box-text {
    width: 38%;
    float: left;
    padding: 15px;
    background-color: #ffffff;
}
.press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item2 .box-img {
    width: 69%;
    float: left;
}
.press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item2 .box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item2 .box-text {
    width: 31%;
    float: left;
    padding: 15px;
    background-color: #ffffff;
}
.press-page .content-press .box-top_news ul.box-items .box-top .box-text  {
    position: relative;
}
.press-page .content-press .box-top_news ul.box-items .box-top .box-right .box-item3 .box-text {
    background-color: #ffffff;
    padding: 15px;
    min-height: 148px;
}
.press-page .content-press .box-top_news ul.box-items .box-top .day_text{
    padding-bottom: 58px;
    position: absolute;
    top: 15px;
}
.press-page .content-press .box-top_news ul.box-items .box-top .bottom_text{
    position: absolute;
    bottom: 15px;
}
.press-page .content-press .box-top_news ul.box-items .box-text .day_text p{
    margin: 0;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #c1c1c1;
    font-size: 25px;
}
.press-page .content-press .box-top_news ul.box-items .box-text .day_text p:last-child{
    font-weight: 700;
}
.press-page .content-press .box-top_news ul.box-items .box-text .category_text ul.post-categories {
    margin: 0;
}
.press-page .content-press .box-top_news ul.box-items .box-text h3.title {
    margin: 10px 0 0;
}
.press-page .content-press .box-top_news ul.box-items .box-right .box-item3 .box-text h3.title {
    margin: 0;
} 
.press-page .content-press .box-top_news ul.box-items .box-right .box-item3 .day_text {
    padding-bottom: 25px;
}
.press-page .content-press .box-top_news ul.box-items li.box-item{
    padding: 0 20px;
}
.press-page .content-press .box-top_news ul.box-items li.box-item .box-text {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 60px 40px;
    border-bottom: 2px solid #777777;
}
.press-page .content-press .box-top_news ul.box-items li.box-item .box-text .day_text{
    padding-bottom: 0;
    width: 20%;
}
.press-page .content-press .box-top_news ul.box-items li.box-item .box-text h3.title{
    margin: 0;
    width: 80%;
    font-size: 31px;
    line-height: 1.2;
    padding-right: 0px;
    font-weight: 700;
}
.press-page .content-press .box-top_news ul.box-items li.box-item .box-text .category_text{
    width: 15%;
    display: none;
}
.press-page .content-press .box-top_news ul.box-items li.box-item .box-text .category_text a{
    text-decoration: underline;
}
.post_pagination {
    text-align: center;
    padding: 60px 0;
}
.post_pagination .page-numbers {
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 8px 0;
    margin: 0 10px;
}
.post_pagination .page-numbers.current {
    background-color: #ff0016;
}
.post_pagination .page-numbers.current span{
    color: #ffffff;
}
.post_pagination a.prev.page-numbers,
.post_pagination a.next.page-numbers{
    width: inherit;
    text-decoration: underline;
    background: transparent;
}
/*END PRESS PAGE*/
/*BEGIN CONTACT PAGE*/
.contactus-main-page .box-title h2{
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.contactus-main-page{
    padding: 200px 0px 100px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.contactus-main-page .contactus-box-main{
    max-width: 1200px;
    margin: 0 auto;

}
.contactus-main-page .contactus-box-main .contactus-box{
    text-align: center;
    width: 25%;
    float: left;
    padding: 0 20px;
    list-style-type: none;
}
.contactus-main-page .contactus-box-main .contactus-box h2{
    color: #fff;
    margin: 25px 0px;
    font-weight: 600;
    letter-spacing: 1px;
}
.contactus-main-page .contactus-box-main .contactus-box p{
    color: grey;
}
.contactus-main-page .contactus-box-main .contactus-box .fa{
    color: #fff;
    padding: 20px;
    font-size: 16px;
    width: 55px;
    height: 55px;
}
/*END CONTACT PAGE*/
/*BEGIN VACANIES PAGE*/
.vacanies-about{
    background: #231f20;
}
.vacanies-content-main{
    color: #fff;
    padding: 200px 0px 100px;
    margin: 0 100px;
}
.vacanies-content-main .vacanies-center h2{
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2a2728;
    font-size: 20px;
    font-weight: 700;
    margin: 0 10px;
}
.vacanies-content-main .vacanies-left h2{
    letter-spacing: 1px;
    font-size: 35px;
    font-weight: 700;
}
.vacanies-content-main .vacanies-center ul{
    list-style: none;
    margin: 0;
}
.vacanies-content-main .vacanies-center ul li a{
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 7px 10px;
}
.vacanies-content-main .vacanies-center{
    margin-bottom: 25px;
}
.vacanies-content-main .vacanies-right{
    display: flex;
    justify-content: space-between;
    margin-left: 90px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 0.5px solid #2a2728;
    align-items: center;
}
.vacanies-content-main .vacanies-right .box-title-left h4{
    color: #6c6c6c;
}
.vacanies-content-main .vacanies-right .box-title-left h2{
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 18px;
}
.vacanies-content-main .vacanies-right .box-title-left span{
    color: #6c6c6c;
}
.vacanies-content-main .vacanies-right .box-title-left a{
    text-decoration: underline;
    color: #fff;
}
/*END VACANIES PAGE*/
/*BEGIN ANOTHER CSS*/
.content-main-tabs #tabs-content .tab-content.back-groud-title h2 {
    text-transform: uppercase;
}
/*END ANOTHER CSS*/
/*BEGIN RESPONSIVE*/
@media (max-width: 1290px){
    .header-v1 .header {
        height: 100px !important;
    }
    .header-v1 .header .menu-login-flex {
        padding-top: 0px !important;
    }
    .footer .footer-top .box-menu3, 
    .footer .footer-top .box-menu2 {
        padding-left: 60px;
    }
    .footer .footer-top .box-menu2 {
        padding-left: 90px;
        padding-right: 0;
    }
}
@media (max-width: 1125px){
    .press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item2 .box-text {
        width: 40%;
    }
    .press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item2 .box-img {
        width: 60%;
    }
    .press-page .content-press .box-top_news ul.box-items li.box-item .box-text h3.title {
        padding-right: 20px;
    }

}
@media (max-width: 991px){
    .header-v1 {
        position: inherit;
    }
    .header-v1 .header .menu-login-flex {
        display: none;
    }
    .header-v1 .header {
        margin: 0 50px;
        border: none;
    }
    .footer .footer-top {
        padding: 40px 50px !important;
    }
    .header-v1 .header .box-right .search-custom .toggle-btn i {
        color: #000;
    }
    .header-v1 .header .box-right .block-sub-menu a span {
        background: #000;
    }
    .footer .footer-top .col-md-2 {
        width: 100%;
    }
    .footer .footer-top .box-logo {
        height: auto;
    }
    .footer .footer-top .box-logo,
    .footer .footer-top .box-news,
    .footer .footer-top .box-callus, 
    .footer .footer-top .box-menu3, 
    .footer .footer-top .box-menu2 {
        padding-top: 20px;
        padding-left: 15px;
    }
    .footer .footer-top .box-news ul {
        width: 250px;
    }
    .footer .footer-top .widget_nav_menu .menu li,
    .footer .footer-top h4, 
    .footer .footer-top a, 
    .footer .footer-top p {
        margin-bottom: 10px !important;
    }
    .header-v1 .header .logo {
        height: 95px !important;
    }
    .box-our-story .content .button a,
    .box-our-story .content .box-text p {
        font-size: 18px !important;
    }
    .box-our-story .title-our-story h2 {
        font-size: 40px !important;
    }
    .box-partners .list-logo li {
        width: 33.33% !important;
        padding: 0 10px !important;
    }
    .about-page .grid-item {
        width: 50% !important;
        height: 400px !important;
    }
    .about-page .grid-item img {
        height: 400px !important;
    }
    .header-v1 .box-sub_menu ul.menu-primary{
        display: none !important;
    }
    .header-v1 .box-sub_menu .box-navigation {
        padding: 170px 0;
        display: block;
    }
    .press-page .content-press .box-top_news ul.box-items .box-top {
        display: inherit;
    }
    .press-page .content-press .box-top_news ul.box-items .box-top .box-left,
    .press-page .content-press .box-top_news ul.box-items .box-top .box-right{
        width: 100%;
        padding: 0 !important;
    }
    .press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item1,
    .press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item2{
        height: 100%;
        padding-bottom: 30px;
        padding-top: 0;
    }
    .press-page .content-press .box-top_news {
        padding-top: 30px;
        margin: 0 50px;
    }
    .press-page .content-press .box-top_news ul.box-items li .box-img img{
        width: 100%;
        height: 283px;
        object-fit: cover;
    }
    .press-page .content-press .box-top_news ul.box-items li.box-item .box-text h3.title {
        font-size: 25px;
    }
    .contactus-main-page .contactus-box-main .contactus-box{
        width: 33.333%;
        float: left;
        margin: 0;
        padding-bottom: 40px;
    }
    .contactus-main-page {
        padding: 50px 0 0;
    }
    .vacanies-content-main {
        color: #fff;
        padding: 60px 0px 60px;
        margin: 0 50px;
    }
    .vacanies-content-main .vacanies-right {
        margin: 0 10px !important;
        padding: 10px 0;
    }
    .press-page .box-top-slider ul.box-items li.item .box-text {
        left: 50px;
    }
    .press-page .box-top-slider ul.box-items li.item .box-text h3.title, .press-page .box-top-slider ul.box-items li.item .box-text h3.title a {
        font-size: 50px;
        margin-bottom: 25px;
    }
    .press-page .box-top-slider ul.box-items li.item .box-text .day_text p {
        margin-bottom: 25px;
    }
}
@media (max-width: 767px){
    .header-v1 .header {
        margin: 0 15px;
    }
    .footer .footer-top {
        padding: 40px 15px !important;
    }
    .header-v1 .box-sub_menu {
        width: 80%;
        right: -80%;
    }
    .header-v1 .header .logo a img {
        padding-left: 0 !important;
    }
    .footer .footer-top .widget_nav_menu {
        padding: 0 !important;
    }
    .box-our-story .content .button a,
    .box-our-story .content .box-text p {
        font-size: 16px !important;
    }
    .box-partners .list-logo li {
        width: 50% !important;
        min-height: 100px !important;
    }
    .about-page .grid-item {
        width: 100% !important;
    }
    .content-about .box-our-story {
        padding: 50px 0;
    }
    .press-page .content-press .box-top_news {
        padding-top: 30px;
        margin: 0 15px;
    }
    .press-page .content-press .box-top_news ul.box-items li.box-item .box-text {
        display: inherit;
        width: 100%;
        padding: 20px 15px;
        border-bottom: 2px solid #777777;
    }
    .press-page .content-press .box-top_news ul.box-items li.box-item {
        padding: 0;
    }
    .press-page .content-press .box-top_news ul.box-items li.box-item .box-text .day_text,
    .press-page .content-press .box-top_news ul.box-items li.box-item .box-text .category_text,
    .press-page .content-press .box-top_news ul.box-items li.box-item .box-text h3.title {
        width: 100%;
    }
    .press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item2 .box-text,
    .press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item2 .box-img,
    .press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item1 .box-text,
    .press-page .content-press .box-top_news ul.box-items .box-top .box-left .box-item1 .box-img {
        width: 50%;
    }
    .contactus-main-page .contactus-box-main .contactus-box{
        width: 100%;
    }
    .vacanies-content-main {
        margin: 0 15px;
    }
    .vacanies-content-main .vacanies-center h2 {
        margin: 0;
    }
    .vacanies-content-main .vacanies-center ul li a {
        padding: 7px 0px;
    }
    .vacanies-content-main .vacanies-right {
        margin: 0 !important;
    }
    .press-page .box-top-slider ul.box-items li.item .box-text {
        left: 15px;
    }
    .press-page .content-press .box-bottom_news h2 {
        padding-left: 15px;
            font-size: 40px;
    }
    .press-page .box-top-slider ul.box-items li.item .box-text h3.title, .press-page .box-top-slider ul.box-items li.item .box-text h3.title a {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .press-page .box-top-slider ul.box-items li.item .box-text span.category_text ul li a, .press-page .box-top-slider ul.box-items li.item .box-text .day_text p {
        font-size: 20px;
    }
    .press-page .box-top-slider ul.box-items li.item .box-text .link_text {
        font-size: 16px;
        padding: 10px 5px;
    }
    .press-page .box-top-slider ul.box-items .owl-dots .owl-dot {
        margin: 0 5px;
    }
    .press-page .box-top-slider ul.box-items li.item {
        min-height: 375px;
    }
    .press-page .box-top-slider ul.box-items li.item .box-img img {
        object-fit: cover;
        min-height: 375px;
    }
}  
@media (max-width: 600px){
    .vacanies-content-main .vacanies-right {
        display: block;
    }
}

@media (max-width: 320px){
    .box-our-story .title-our-story h2 {
        font-size: 30px !important;
    }
    .press-page .content-press .box-top_news ul.box-items .box-top .bottom_text h3{
        font-size: 16px;
    }
}
/*END RESPONSIVE*/