@font-face {
     font-family: 'DBAdmanXRegular';
    src: url('../fonts/dbadmanx.eot');
    src: url('../fonts/dbadmanx.eot') format('embedded-opentype'),
         url('../fonts/dbadmanx.woff2') format('woff2'),
         url('../fonts/dbadmanx.woff') format('woff'),
         url('../fonts/dbadmanx.ttf') format('truetype'),
         url('../fonts/dbadmanx.svg#DBAdmanXRegular') format('svg');
}
@font-face {
    font-family: 'DBAdmanXLight';
    src: url('../fonts/dbadmanxli.eot');
    src: url('../fonts/dbadmanxli.eot') format('embedded-opentype'),
         url('../fonts/dbadmanxli.woff2') format('woff2'),
         url('../fonts/dbadmanxli.woff') format('woff'),
         url('../fonts/dbadmanxli.ttf') format('truetype'),
         url('../fonts/dbadmanxli.svg#DBAdmanXLight') format('svg');
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), 
  url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), 
  url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), 
  url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), 
  url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  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;
}

body {
  background: none;
  font-family: 'DBAdmanXLight';
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.5px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
#sp-top-bar {
    background-color: #f47c20;
    color: #fff;
}
#sp-top-bar a {
    color: #fff;
}
.lang-switch {
    display: inline-block;
    padding: 10px 0;
}
.sp-column.lang-switch a {
    display: inline-block;
    padding: 0px 5px 0px 2px;
    border-radius: 5px;
    text-transform: uppercase;
}
.sp-column.lang-switch a img {
    display: inline-block;
    margin: 0 0 0 5px;
    height: 15px;
    vertical-align: -2px;
}
.sp-column.lang-switch a.active {
    background: #fff;
    color: #f47c20!important;   /*#db1c25*/
}
.link_top_right ul li .fa {
    margin-right: 3px;
}
.link_top_right ul li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.link_top_right ul {
    margin: 0;
    padding: 0;
}
section#sp-top-bar {
    padding: 0;
}
#sp-header {
    background-color: #fff;
    color: #666;
    position: relative;
    z-index: 2;
    background: none;
}
.banner_top ul {
    list-style: none;
    padding: 0;
}
.banner_top li {
    display: inline-block;
    vertical-align: middle;
}
.top-menu .container {
    background-color: #38383a;
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li > a:hover {
    color: #f47c20;  /*#bf272e;*/
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li > a {
    line-height: 50px;
    vertical-align: top;
    font-family: 'DBAdmanXLight';
    font-size: 24px;
    float: none;
    padding-left: 50px;
    padding-right: 50px;
}
#sp-header #sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: rgb(244, 124, 32);
}
#sp-header #sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item.current-item>a, #sp-header #sp-menu .sp-megamenu-parent .sp-dropdown li.sp-menu-item a:hover {
    color: #fff;
    background-color: #f47c20;
    background-color: #231f20;
}
.form_hiden form#form-search {
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 18px;
    background: #f47c20;
}
.form_hiden:hover > form#form-search input {
    border-radius: 0;
    border: 0;
}
button#search_buttom .fa {
    color: #f47c20;
    font-size: 23px;
}
.form_hiden {
    line-height: 0px;
    display: block;
}
button#search_buttom {
    background: none;
    padding: 13px 10px;
    line-height: 0;
    vertical-align: text-bottom;
    display: inline-block;
}
.form_hiden:hover > form#form-search {
    visibility: visible;
    opacity: 1;
}
#fading-header.sticky header#sp-header > .container {
    display: none;
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li:hover > a {
    color: #fff;
    /* background: #bf272e; */
    background: #f47c20;
}
.sp-megamenu-parent > li {
    vertical-align: top;
}   
 .sp-megamenu-wrapper {
    float: none;
    display: inline;
    text-align: center;
} 
.sp-megamenu-wrapper:after {
    content: '';
    display: block;
    clear: both;
}
.sp-megamenu-parent {
    float: none;
}
.sp-megamenu-parent > li.sp-menu-item.sp-has-child {
    text-align: left;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
    line-height: 100%;
}
h1.brand {
    margin: 0;
}
.banner_top {
    padding-top: 10px;
    font-size: x-large;
    line-height: 100%;
}
.sp-column.pull-right.link_top_right {
    margin: 10px;
}
.form_hiden form#form-search button {
    display: none;
}
.about_tab_home form {
    display: none;
}
.about_tab_home form:first-child {
    display: block;
}
.about_tab_home h1 {
    text-align: center;
    color: #231f20;
}
.about_tab_home ul {
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
}
.about_tab_home ul li {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 20px;
}
.about_tab_home ul li {
    display: inline-block;
    padding: 8px 20px;
    color: #bf272e;
    border-radius: 5px;
}
.about_tab_home ul li.active, .about_tab_home ul li:hover {
    background-color: #bf272e;
    color: #fff;
}

section.sppb-section.new-activity {
    background-image: url(../images/new-activity.png);
    min-height: 300px;
    background-attachment: fixed;
    background-size: cover;
    padding: 30px 0 40px;
    position: relative;
}
section.sppb-section.new-activity .sppb-row-container {
    position: relative;
    z-index: 1;
}
section.sppb-section.new-activity:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height:100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.64);
}    
.new-activity ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
section.sppb-section.new-activity h2 {
    text-align: center;
    border-bottom: 1px solid #f47c20;
    display: inline-block;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
section.sppb-section.new-activity .sppb-row-container {
    text-align: center;
}
section.sppb-section.new-activity .sppb-row-container h3 {
    color: #f47c20;
    font-size: 21px;
    text-align: left;
}
section.sppb-section.new-activity .sppb-row-container .desc {
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #f47c20;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.date {
    text-align: left;
    color: #fff;
    font-weight: bold;
}
.date .fa {
    margin-right: 8px;
}
.date span {
    color: #f14833;
    font-weight: bold;
}
.business_partner h2 {
    text-align: center;
}
.business_partner ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.business_partner li {
    display: inline-block;
    width: 15.5%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.business_partner li img {
    width: auto!important;
    height:auto!important;
}
section.sppb-section.business_partner {
    padding: 30px 0 50px;
}
#sp-footer {
    background-color: #f47c20;
    color: #fff;
}
#sp-footer a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    line-height: 0;
}
.copyrighttext {
    vertical-align: middle;
    line-height: 15px;
}
ul.tp-revslider-mainul, ul.tp-revslider-mainul li {
    list-style: none;
}
section#sp-main-body.product_list {
    margin-top: 40px;
}
.no-listing {
    border: 1px dashed #bf272e;
    padding: 8px;
    text-align: center;
    color: #bf272e;
    border-width: 1px 0;
}
.sp-page-title {
    background-size: cover;
    background-attachment: initial;
    position: relative;
    background: none!important;
    padding: 0;
}
div#post-image img {
    width: 100%;
    max-width: initial!important;
}
.sp-page-title .container {
    padding: 0;
    width: 100%;
}
section#contact-form {
    background-image: url(../images/bg_our_product.png);
    background-size: cover;
}
section#contact-form form {
    background-color: rgba(244, 124, 32, 0.35);
    padding: 70px;
}
ul.list-field ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.list-field ul li {
    margin-bottom: 15px;
}
ul.list-field li {
    list-style: none;
}
ul.list-field select option {
    color: #000;
}
ul.list-field input, ul.list-field textarea, ul.list-field select  {
    color: #a5a5a5;
    color: rgba(255,255,255,0.85);
    border: 1px solid #999;
    border: 1px solid rgba(200,200,200,0.8);
    background: transparent;
    width: 100%;
    border-color: rgba(255,255,255,0.85);
    font-size: 18px;
}
ul.list-field textarea {
    height: 100px;
}
ul.list-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.85);
}
ul.list-field input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.85);
}
ul.list-field input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.85);
}
ul.list-field input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.85);
}

ul.list-field textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.85);
}
ul.list-field textarea::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.85);
}
ul.list-field textarea:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.85);
}
ul.list-field textarea:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.85);
}
.button_submit button {
    border-color: rgba(255,255,255,0.77);
    background-color: rgba(255,255,255,0.05);
    color: #f5f5f5;
    margin: 15px 0;
    border: 1px solid #f5f5f5;
    padding: 10px 30px;
    line-height: 100%;
    border-radius: 4px;
}
.capcha img {
    margin-bottom: 15px;
}
/* section#contact-form {
    background-image: url(../images/bg-contact.jpg);
} */
li.capcha {
    color: #fff;
}
ul.list-field {
    padding: 0;
}
.address-contact {
    padding: 70px;
    height: 100%;
}
.address-contact span.fa {
    color: #fff;
    background: #f47c20;
    width: 40px;
    height: 40px;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 2px;
    text-indent: 6px;
    text-shadow: 1px 1px 1px #000;
}
section#map-contact iframe {
    width: 100%;
    vertical-align: top;
}
section#head-contact h3 {
    color: #f47c20;
}
form#faq ul {
    display: none;
}
form#faq h2 {
    border: 2px solid #f47c20;
    padding: 8px 15px 5px;
    cursor: pointer;
    font-size: 23px;
}
form#faq {
    background: rgba(255, 191, 194, 0.20);
}
div#sp-main-body {
    margin-bottom: 40px;
}
.page-id-3319 {
    background-image: url(../images/bg-category.jpg);
    background-attachment: fixed;
    position: relative;
}
.page-id-3319 .container {
    position: relative;
    z-index: 1;
}
.page-id-3319:after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.64);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
ul.category-image {
    list-style: none;
    margin: 0;
    padding: 100px 50px;
    text-align: center;
}
ul.category-image li {
    display: inline-block;
    width: 32.33%;
    padding: 15px;
}
ul.category-image li img {
    box-shadow: 13px 11px 20px 1px rgba(0, 0, 0, 0.55);
}
ul.category-image li a:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
}
ul.category-image li a {
    display: inline-block;
    vertical-align: top;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
div#sp-main-body.page-id-3319 {
    margin: 0;
}
body#body-3319 footer#sp-footer {
    margin: 0;
}
#sp-main-body.pages {
    padding: 50px 0;
}
section#sp-main-body {
    padding: 0px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    text-align: left;
}
.sp-module-content ul.VMmenu li div > a:hover {
    color: #f47c20;
}
.sp-module-content ul.VMmenu li div > a {
    display: block;
    padding: 7px 8px;
    font-weight: bold;
    color: #000;
}
body.contact-page footer#sp-footer {
    margin: 0;
}
section#head-contact {
    padding: 0;
}
.cpagination {
    text-align: center;
}
.flex-direction-nav a {
    line-height: 40px;
}
body .entry-header.has-post-format {
    margin-left: 0;
}
#fancybox-outer {
    top: 0!important;
}
.category-side li ul li {
    padding-left: 20px!important;
    display: block;
}
.category-side li ul li:last-child {
    border-bottom: 0;
}
div#akeeba-renderjoomla {
    /* margin: 40px 0; */
    margin-bottom: 50px;
}
.additional-images .item {
    box-shadow: 0px 0px 2px #ccc;
    margin: 2px;
}
.productimage {
    position: relative;
}
li.parent {
    position: relative;
}
.VmArrowdown {
    position: absolute;
    top: 8px;
    right: 5px;
    z-index: 1;
}
ul.VMmenu {
    clear: both;
    background: #fff;
}
ul.level1 {
    border-top: 1px solid #f2f2f2;
    display: block;
    clear: both;
    border-bottom: 0;
    padding-top: 1px;
}
ul.level1:after {
    content: '';
    display: block;
    clear: both;
}
.sp-simpleportfolio .sp-simpleportfolio-img {
    width: 100%;
}    
div#akeeba-renderjoomla .list-product {
    width: 100%;
}
.productdetails-view .vm-product-details-inner .vm-product-title h2 {
    font-weight: bold;
}
ul.social-box {
    padding: 0;
    list-style: none;
}
.file_pdf a .fa {
    color: #f14833;
}
.file_pdf a {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    padding-top: 5px;
}
.file_pdf a .fa {
    font-size: 25px;
    vertical-align: middle;
}
.sp-module-content ul.VMmenu li:last-child {
    border-bottom: 0;
}
a.iconzoom {
    padding: 8px 11px;
    display: inline-block;
    float: right;
}
.productdetails-view .vm-product-details-inner .product-short-description h4 {
    color: #000;
    text-transform: uppercase;
}
.productdetails-view .vm-product-details-inner .product-short-description h4 >i {
    color: #f47c20;
}
ul.VMmenu:after {
    content: '';
    display: block;
    clear: both;
}
a.view-all {
    padding: 8px 12px 5px;
    color: #fff;
    background-color: #f47c20;
    border-radius: 2px;
    margin: 10px 0;
    display: inline-block;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
    border: 1px solid #f47c20;
    font-weight: bold;
}
a.view-all:hover {
    color: #f47c20;
    background:none;   
}
div#post-image {
    position: relative;
    width: 100%;
    color: #fff;
}
/* div#post-image h1.categ-title {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 5px 1px 5px #000;
    position: absolute;
    bottom: 0;
    left: 15%;
} */
div#catego_title {
    display: block;
    text-align: center;
    bottom: 0px;
    position: absolute;
    z-index: 1;
    left: 105px;
    width: 520px;
}
div#catego_title h1.categ-title {
    font-size: 37px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 5px 1px 5px #000;
    color: #fff;
}
.business_partner li:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    box-shadow: 1px 1px 7px #737373;
}
ul.social-box li:last-child {
    width: 200px;
}
ul.social-box li {
    display: inline-block;
    float: left;
}
.file_pdf a:hover {
    color: #e2270f;
    text-decoration: underline;
}
#fading-header.sticky button#search_buttom {
    padding: 22px 10px;
}
li.parent ul {
}
.flexslider_news .item {
    margin: 10px;
}
.flexslider_news {
    padding: 0 0 20px;
    position: relative;
}
.flexslider_news:hover .flex-direction-nav a {
    opacity: 1;
    visibility: visible;
    color: #fff;
}
body .flex-direction-nav a:before {
    color: #f47c20;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
ol.flex-control-nav.flex-control-paging {
    bottom: 0;
} 
.flex-control-paging li a.flex-active {
    /*background: rgb(219, 28, 37);*/
    background: #f47c20;
}
.flex-control-paging li a {
    background: rgb(255, 255, 255);
}
.flex-control-paging li a:hover {
    /*background: rgb(219, 28, 37);*/
    background: #f47c20;
}
.select-faq label {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}
.select-faq select {
    display: inline-block;
}
.select-faq {
    text-align: right;
}
form#faq > div {
    padding: 15px 25px;
}
.info {
    color: #fff;
    text-align: center;
    padding: 14px 8px 1px;
    background: #44a244;
    margin-bottom: 15px;
}
.error {
    color: #fff;
    text-align: center;
    padding: 14px 8px 1px;
    background: #e42626;;
    margin-bottom: 15px;
}
.copyrighttext img {
    margin: 0 auto;
}
.site-map li {
    text-align: left;
}
#fading-header #sp-header #sp-menu .sp-column .sp-megamenu-parent > li > a {
    line-height: 68px;
    color: #f7f7f7;
    font-family: 'DBAdmanXLight';
    font-size: 21px;
    font-weight: bold;
}
.hit-count a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.sp-module-content ul.VMmenu li.active > div a {
    color: #fff;
    background: #f47c20;
}
#sp-footer a:after {
    content: '';
    display: inline-block;
    /*border-bottom: 1px solid #fff;*/
    width: 100%;
    vertical-align: top;
    line-height: 0;
}
#sp-footer a:hover {
    text-shadow: 1px 1px 1px #000, 1px 1px 1px #000;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block!important;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    text-indent: -9999px;
    line-height: 0;
    text-align: center;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    border: 1px solid #ccc;
}
.owl-prev:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '';
    display: block;
    content: "\f104";
    width: 50px;
    height: 50px;
    text-indent: 0;
    font-size: 50px;
}
.owl-next:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '';
    display: block;
    content: "\f105";
    width: 50px;
    height: 50px;
    text-indent: 0;
    font-size: 50px;    
}
.owl-carousel .owl-nav .owl-next {
    float: right;
}
.owl-carousel .owl-nav .owl-prev {
    float: left;
}    
.owl-carousel .owl-nav.disabled:after {
    content: '';
    display: block;
    clear: both;
}
.owl-nav.disabled {
    margin-top: 10px;
}
.owl-dots .owl-dot {
    text-indent: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.owl-dots .owl-dot span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #ccc;
    border-radius: 50%;
}
.owl-dots {
    text-align: center;
    margin-top: -30px;
}
.owl-dots .owl-dot.active span {
    background: #d00000;
}
h3.sp-simpleportfolio-title a {
    font-size: 19px;
    line-height: 120%;
    display: block;
}
h3.sp-simpleportfolio-title {
    height: 60px;
    margin-bottom: 15px;
    text-align: center;
}
span.sp-simpleportfolio-title {
    font-size: 19px;
    /* color: #f47c20; */
    text-align: center;
    display: block;
}
.fullwidthbanner-container {
    margin-top: -25px;
}
div#sp-menu {
    padding-left: inherit;
    background-color: #38383a;
    padding-left: 0;
    padding-right: 0;
}
.about_tab_home h3 {
    color: #f47c20;
}

.about_tab_home img {
    float: right;
}

a.btn_reading {
    -webkit-appearance: button;
    padding: 5px 16px 4px;
    color: #fff;
    background-color: #f47c20;
    margin-top: 20px;
}

.home .our_product {
    background-image: url(../images/bg_our_product.png);    
    background-attachment: fixed;
    background-size: cover;
    height: 650px;
}

/************************* Flexslider *************************/
.flexslider2 {
    margin: 25px 0 60px;
    /*background: #fff;
    border: 4px solid #fff;*/
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider2 .slides {
    zoom: 1;
}
.flexslider2 .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    /*margin: 0 10px !important;*/
}
.flexslider2 .slides > li div {
    display: block;
    /* margin: 0 10px !important; */
}
.flexslider2 ol.flex-control-nav.flex-control-paging {
    bottom: -50px;
}
.flexslider2 .flex-direction-nav .flex-next {
    opacity: 1;
}
.flexslider2 .flex-direction-nav .flex-prev {
    opacity: 1;
}
.flexslider2 h5 {
    color: #fff;
    text-align: center;
}
.flexslider2 h5:hover {
    color: #f47c20;
}
/************************************************************/

.sppb-row.our_product h2 {
    color: #fff;
    margin-top: 100px;
}
.home .our_product .ourproduct_view_all {
    text-align: center;
}
.home .our_product .ourproduct_view_all a {
    -webkit-appearance: button;
    padding: 5px;
    color: #fff;
    background-color: #f47c20;
    width: 90px;
    text-align: center;
}
.home section .sppb-row.about_us {
    min-height: 450px;
    padding-top: 50px;
    font-size: x-large;
    line-height: 35px;
}
.home section.sppb-section.vision {
    background: url(../images/bg_vision.jpg);
    background-size: cover;
    vertical-align: middle;
    min-height: 500px;
}
.home section.sppb-section.vision .row_vision {
    padding-top: 70px;
}
.home section.sppb-section.vision h2 {
    margin-bottom: 30px;
}
.home section.sppb-section.vision .vision_text {
    font-size: x-large;
    line-height: 35px;
    vertical-align: middle;
}
.home section.sppb-section.vision .vision_text strong {
    color: #f47c20;
}
.home section.sppb-section.content_footer {
    color: #fff;
    min-height: 500px;
    font-size: x-large;
    padding-top: 40px;
    line-height: 35px;
}
.home section.sppb-section.content_footer h3 {
    display: inline-block;
    border-bottom: 3px solid #f47c20;
    padding-bottom: 5px;
    margin-bottom: 45px;
}
.home section.sppb-section.content_footer a {
    color: #fff;
}
.home section.sppb-section.content_footer a:hover {
    color: #f47c20;
}
.home .content_footer {
    background-image: url(../images/bg_footer.jpg);   
    background-size: cover;
}
.list-product .sp-simpleportfolio-info {
    text-align: center;
}
.cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
    padding: 0 1em;
    height: 40px;
    line-height: 40px;
}
.cd-pagination.animated-buttons [class^="ap-"] {
    line-height: 40px;
}
.product-page .sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
    margin: 0;
}
.home .sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
    margin: 0;
}
.product-page span.sp-simpleportfolio-title:hover {
    color: #f47c20;
}
h5.sp-simpleportfolio-title {
    font-size: 20px !important;
}
span.featherlight-close-icon.featherlight-close {
    padding-top: 5px;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns > a.btn-zoom-icon {
    padding: 0;
    padding-bottom: 5px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 10px;
}
.black_bckg-50 {
    background: rgba(51, 51, 51, 0.7);
    height: auto !important;
}
.address-contact img {
    border: 1px solid;
}
.contact-page .sppb-row-container {
    margin-top: 50px;
    margin-bottom: 50px;
}
.text-shadow {
    text-shadow: none;
    color: #fff;
}
div#sp-main-body {
    line-height: 30px;
}
.disc_contect {
    margin-left: 25px;
}
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 2px;
}
.address-contact .inner-page a {
    color: #fff;
}
/* ############################# */

@media screen and (max-width: 768px){
    div#sp-menu {
        background-color: #fff;
    }
    .top-menu {
        margin-top: -90px;
        float: right;
        right: 0;
        background: #fff;
    }
    #offcanvas-toggler >i {
        top: 0;
        font-size: 28px;
    }
    .fullwidthbanner-container {
        margin-top: 0;
    }
    div#post-image h1.categ-title {
        font-size: 30px;
        bottom: -5px;
    }
    div#sp-top2 span {
        display: none;
    }
    .cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
        padding: 0 0.5em;
    }
    .top-menu .sp-megamenu-wrapper {
        float: right;
        padding-right: 15px;
    }
    .home .about_tab_home img {
        float: none;
        margin: 0 auto;
        padding-top: 40px;
    }
    .home section.sppb-section.vision .vision_img img {
        margin: 0 auto;
    }
    .home section.sppb-section.vision .vision_text {
        font-size: x-large;
        line-height: 35px;
        vertical-align: middle;
        padding-bottom: 40px;
    }
    .home section.sppb-section.content_footer {
        padding-bottom: 40px;
        min-height: 400px;
        font-size: 16px;
        line-height: 30px;
    }
    .home section.sppb-section.content_footer .col-info {
        width: 33.33%;
    }
    .home section.sppb-section.content_footer .col-contact {
        width: 33.33%;
    }
    .home section.sppb-section.content_footer .col-map {
        width: 33.33%;
    }
    .new-activity ul.flex-direction-nav {
        display: none;
    }
    section#contact-form .sppb-col-sm-6 {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .sp-module ul >li a {
        font-weight: bold;
    }
    .new-activity li.col-md-3 {
        width: 50%;
        float: left;
        min-height: 515px;
    }
    div#sp-logo {
        width: 15%;
    }
    .banner_top {
        padding-top: 20px;
        font-size: 20px;
        font-weight: bold;
    }
    .banner_top li img {
        height: auto!important;
    }
    #sp-header #offcanvas-toggler {
        padding: 12px 0;
    }
    .top-menu div#sp-menu {
        display: inline-block;
        vertical-align: top;
    }
    .top-menu .col-xs-1.col-sm-1.col-md-1 {
        float: none;
        display: inline-block;
        vertical-align: top;
        width: auto;
    }
    .top-menu > .container {     
        text-align: left;
        width: 100%;
    }
    .banner_top li:last-child {
        width: 20%;
    }
    .banner_top li:first-child {
        width: 80%;
    }
    .sppb-row.our_product h2 {
        margin-top: 70px;
        text-align: center;
    }
    .home .our_product{
        height: auto;
        padding-bottom: 50px;
    }
    .flex-direction-nav {
        display: none;
    }
}

@media screen and (max-width: 500px){
    .top-menu {
        margin-top: -60px;
    }
    #offcanvas-toggler >i {
        font-size: 20px;
    }
    .banner_top {
        font-size: 15px;
        padding-top: 15px; 
    }
    .home section.sppb-section.content_footer .col-info {
        width: 100%;
    }
    .home section.sppb-section.content_footer .col-contact {
        width: 100%;
    }
    .home section.sppb-section.content_footer .col-map {
        width: 100%;
    }
    .sp-column.pull-right.link_top_right {
        margin: 3px;
    }
    div#post-image h1.categ-title {
        margin: 0;
        font-size: 18px;
        bottom: 0;
    }
    .banner_top li:last-child img {
        width: 110px;
    }
    div#sp-logo {
        padding: 0;
        text-align: center;
        display: inline-block;
    }
    #sp-header .logo {
        height: auto;
        padding: 10px 0;
    }
    .banner_top li:last-child {
        width: 100%;
    }
    .banner_top li:first-child {
        width: 100%;
    }
    .business_partner li {     
        width: 23.5%;
    }
    .address-contact {
        padding: 70px 10px;
    }
    section#contact-form form {     
        padding: 70px 10px;
    }
    h2 {
        font-size: 24px;
    }
    #sp-main-body.pages {
        padding: 20px 0;
    }
    body#body-3323 .sp-page-title {
        background-position: 38% 19%;
    }
    div#post-image h1.categ-title {
        font-size: 42px;
    }
    body.product-page .sp-page-title, body#body-3319 .sp-page-title, body.product-view .sp-page-title {
        background-size: auto 100%;
        background-position: 70%;
    }
    section#head-contact h3 {
        font-size: 21px;
    }
    .link_top_right ul li .fa {     
        font-size: 15px;
    }
    .link_top_right ul li a {
        font-size: 17px;
    }
    .productimage {
        display: none;
    }
    h3.sp-simpleportfolio-title {
        margin-bottom: 30px;
    }
    .cd-pagination.animated-buttons [class^="ap-"] {     
        line-height: 30px;
    }
    .cd-pagination.animated-buttons a, .cd-pagination.animated-buttons span {
        padding: 10px;
        line-height: 15px;
    }
    #sp-header #offcanvas-toggler {
        padding: 10px 0;
    }
    #fading-header #sp-header #offcanvas-toggler {
        line-height: initial;
    }
    ul.category-image {
        text-align: left;
    }
    ul.category-image li {
        display: inline-block;
        width: 48%;
        padding: 15px;
    }
    ul.category-image {
        padding: 30px 0;
    }
    div#sp-top1 {
        line-height: 100%;
    } 
    div#sp-top2 {
        line-height: 100%;
        padding: 0 3px 0 0;
    }
    div#sp-top2 div.inner-page {
        font-size: 14px;
        padding: 5px;
        margin-top: 5px;
    }
    .sp-column.lang-switch a img {
        margin: 0px 0 0 3px;
        vertical-align: -3px;
        width: 15px;
        height: auto;
    }
    .sp-column.lang-switch a {
        float: left;
        margin: 0;
        font-size: 14px;
        padding: 0px 3px 0px 2px;
        line-height: 20px;
    }
    .link_top_right ul li:last-child {
        position: absolute;
        right: 0;
        top: 0;
        padding:0;
    }
    .lang-switch {
        padding: 12px 0;
    }
    .link_top_right ul li {
        margin: 5px 3px;
        vertical-align: middle;
        display: block;
        padding-right: 40px;
    }
    .sp-column.lang-switch a img {
        margin: 3px;        
    }
    .sp-column.lang-switch a.active img {
        border:2px solid #fff;
    }
    .sp-column.lang-switch a.active {
        background: none;
    }
    .sp-column.lang-switch a {
        font-size: 0;
        padding: 0;
        line-height: 0;
    }
    div#sp-logo .sp-column {
        float: none;
        display: inline-block;
        width: 70%;
        text-align: center;
    }
    h1.brand {
        margin: 0 auto;
        display: inline-block;
    }
    .about_tab_home h2 {
        font-size: 24px;
    }
    .about_tab_home h3 {
        font-size: 22px;
    }
    .about_tab_home {
        font-size: 20px;
    }
}

@media screen and (max-width: 414px){
    div#post-image h1.categ-title {
        font-size: 18px;
    }
    div#sp-top1 {
        line-height: 10%;
    }
    .banner_top {
        font-size: 14px;
    }
    .home .section.sppb-section.vision h2 {
        margin-bottom: 10px;
        margin-top: 30px;
    }
    .home section.sppb-section.vision .vision_text {
        font-size: 20px;
    }
    .home section.sppb-section.content_footer {
        font-size: 20px;
    }
    .home section.sppb-section.content_footer .col-contact p {
        padding-left: 30px;
    }
    .copyrighttext {
        line-height: 20px;
    }
}

@media screen and (max-width: 375px) {
    ul.category-image li {     
        padding: 5px;
    }
    .new-activity li.col-md-3 {
        width: 100%;
        float: none;
        min-height: initial;
        margin-bottom: 30px;
    }
    div#sp-logo {
        width: 20%;
    }
    .banner_top {
        padding-top: 15px;
        line-height: 10px;
    }
    .about_tab_home h3 {
        font-size: 18px;
    }
    .about_tab_home {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px){
    .top-menu {
        margin-top: -55px;
    }
    #offcanvas-toggler >i {
        font-size: 18px;
        right: -10px;
    }
    .banner_top {
        font-size: 12px;
    }
    .about_tab_home {
        font-size: 16px;
    }
    .home section.sppb-section.vision h2 {
        margin-bottom: 10px;
    }
    .home section.sppb-section.vision .vision_text {
        font-size: 16px;
    }
    .copyrighttext {
        line-height: 22px;
    }
    div#post-image h1.categ-title {
        font-size: 16px;
    }
}
