@font-face {
    font-family: 'PromptRegular';
    src: url('../fonts/PromptRegular.eot');
    src: url('../fonts/PromptRegular.eot') format('embedded-opentype'),
         url('../fonts/PromptRegular.woff2') format('woff2'),
         url('../fonts/PromptRegular.woff') format('woff'),
         url('../fonts/PromptRegular.ttf') format('truetype'),
         url('../fonts/PromptRegular.svg#PromptRegular') format('svg');
}
@font-face {
    font-family: 'PromptBold';
    src: url('../fonts/PromptBold.eot');
    src: url('../fonts/PromptBold.eot') format('embedded-opentype'),
         url('../fonts/PromptBold.woff2') format('woff2'),
         url('../fonts/PromptBold.woff') format('woff'),
         url('../fonts/PromptBold.ttf') format('truetype'),
         url('../fonts/PromptBold.svg#PromptBold') 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: 'PromptRegular';
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.25px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
a {
    color: #000000;
}
a:hover {
    color: #f8981d;
}
#sp-top-bar {
    background-color: #fefefe;
    color: #252525;
}
#sp-top-bar a {
    color: #f8981d;
}
.lang-switch {
    display: inline-block;
    padding: 3px 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: #f8981d!important;
}
.link_top ul li .fa {
    margin-right: 3px;
}
.link_top ul li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    margin-top: 5px;
}
.link_top ul {
    margin: 0;
    padding: 0;
}
section#sp-top-bar {
    padding: 0;
}
#sp-header {
    background-color: #f6f7f9;
    color: #282e40;
    position: relative;
    z-index: 2;
}
.banner_top ul {
    list-style: none;
    padding: 0;
}
.banner_top li {
    display: inline-block;
    vertical-align: middle;
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li > a {
    vertical-align: top;
    font-family: 'PromptRegular';
    font-size: 18px;
    color: #282e40;
    padding-top: 17px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 600;
}
#sp-header #sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: #f8981d;
}
#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: #f14833;
    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: #f8981d;
}
.form_hiden:hover > form#form-search input {
    border-radius: 0;
    border: 0;
}
button#search_buttom .fa {
    color: #f8981d;
    font-size: 23px;
}
.form_hiden {
    line-height: 0px;
    display: none;
}
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 {
    border-bottom: 3px solid #f8981d;
}
.sp-megamenu-parent > li {
    vertical-align: top;
}    
.sp-megamenu-wrapper:after {
    content: '';
    display: block;
    clear: both;
}
.sp-megamenu-parent >li.sp-has-child>a:after {
    line-height: 100%;
}
h1.brand {
    margin: 0;
}
.banner_top {
    margin: 7px 0 0;
}
.sp-column.link_top {
    margin: 0;
}
.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: #f8981d;
    border-radius: 5px;
}
.about_tab_home ul li.active, .about_tab_home ul li:hover {
    background-color: #f8981d;
    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 #f8981d;
    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: #f8981d;
    font-size: 21px;
    text-align: left;
}
section.sppb-section.new-activity .sppb-row-container .desc {
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #f8981d;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.date {
    text-align: left;
    color: #fff;
    font-weight: bold;
}
.date .fa {
    margin-right: 8px;
}
.date span {
    color: #f8981d;
    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: #f8981d;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 5px;
    font-size: 16px;
}
#sp-footer a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
}
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 #f8981d;
    padding: 8px;
    text-align: center;
    color: #f8981d;
    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;
}
section#contact-form form {
    background: transparent;
    padding: 0 5%;
}
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: #f8981d;
    background-color: #f8981d;
    color: #f5f5f5;
    margin: 15px 0;
    border: 1px solid #f5f5f5;
    padding: 10px 30px;
    line-height: 100%;
    border-radius: 4px;
}
.capcha img {
    margin-bottom: 15px;
}
ul.list-field {
    padding: 0;
}
.address-contact {
    padding: 70px;
    height: 100%;
}
.address-contact span.fa {
    color: #fff;
    background: #f8981d;
    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;
}
form#faq ul {
    display: none;
}
form#faq h2 {
    border: 2px solid #f8981d;
    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;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    text-align: left;
}
.sp-module-content ul.VMmenu li div > a:hover {
    color: #f8981d;
}
.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-top: 30px;
}
.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;
}
.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: #f8981d;
}
ul.VMmenu:after {
    content: '';
    display: block;
    clear: both;
}
a.view-all {
    padding: 8px 12px 5px;
    color: #fff;
    background-color: #f8981d;
    border-radius: 2px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #f8981d;
    font-style: italic;
}
a.view-all:hover {
    color: #f8981d;
    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: 5%;
    left: 10%;
}
.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: #f8981d;
    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);
}
.flex-control-paging li a {
    background: rgb(255, 255, 255);
}
.flex-control-paging li a:hover {
    background: rgb(219, 28, 37);
}
.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: 'PromptRegular';
    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: #f8981d;
}
#sp-footer a:after {
    content: '';
    display: inline-block;
    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: #f8981d;
}
h3.sp-simpleportfolio-title a {
    font-size: 19px;
    line-height: 120%;
    display: block;
}
h3.sp-simpleportfolio-title {
    margin-bottom: 25px;
    text-align: center;
    height: 60px;
    font-size: 20px;
}
.lang-switch a {
    font-size: 0;
}
.block-button a.view-all {
    float: right;
    margin-right: 4%;
}
/* Icon Menu */
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li:first-child > a:before {
    content: "";
    background-image: url(../images/icon_menu/home.png);
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    top: 7px;
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li:nth-child(2) > a:before {
    content: "";
    background-image: url(../images/icon_menu/about.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    top: 7px;
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li:nth-child(3) > a:before {
    content: "";
    background-image: url(../images/icon_menu/product.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    top: 7px;
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li:nth-child(4) > a:before {
    content: "";
    background-image: url(../images/icon_menu/vdo.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    top: 7px;
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li:nth-child(5) > a:before {
    content: "";
    background-image: url(../images/icon_menu/portfolio.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    top: 7px;
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li:nth-child(6) > a:before {
    content: "";
    background-image: url(../images/icon_menu/web.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    top: 7px;
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li:nth-child(7) > a:before {
    content: "";
    background-image: url(../images/icon_menu/contact.png);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    top: 7px;
}
section.sppb-section.home-products {
    background-image: url(../images/bgProduct.png);
    background-repeat: no-repeat;
    min-height: 480px;
    /* background-attachment: fixed; */
    background-size: cover;
    padding: 40px 0;
    position: relative;
}
section.home-products .block-products:after {
    clear: both;
    content: "";
    display: block;
}
section.home-products .block-img {
    background-color: #fff;
    padding: 10px;
    margin: auto;
}
section.home-products .block-text {
    padding: 0 10px 10px 10px;
    text-align: center;
    background-color: #fff;
    display: table;
    width: 100%;
}
section.home-products .block-text h3 {
    background-color: #f8981d;
    margin: 0;
    padding: 10px;
    line-height: 50px;
    font-size: 24px;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
}
.tp-leftarrow.default, .tp-rightarrow.default {
    background: none;
    color: #acabab;
}
.tp-leftarrow.default:hover, .tp-rightarrow.default:hover {
    color: #f8981d;
}
.tp-leftarrow.default {
    left: 30px !important;
}
.tp-rightarrow.default {
    right: 0 !important;
}
.tp-leftarrow.default:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 36px;
}
.tp-rightarrow.default:before{
    content: "\f054";
    font-family: FontAwesome;
    font-size: 36px;
}
.tp-bullets.simplebullets.round .bullet:hover, 
.tp-bullets.simplebullets.round .bullet.selected, 
.tp-bullets.simplebullets.navbar .bullet:hover, 
.tp-bullets.simplebullets.navbar .bullet.selected {
    background: #f8981d;
}
.tp-bullets.simplebullets.round .bullet {
    background: #9b9b9a;
}
.tp-bullets.simplebullets.round .bullet {
    width: 15px;
    height: 15px;
    margin: 5px;
}
.tp-bullets {
    left: 30px !important;
    margin-left: 0 !important;
    width: 15px;
    bottom: 35px !important;
}
section.home-about {
    background-image: url(../images/bgAbout.jpg);
    background-repeat: no-repeat;
    min-height: 670px;
    /* background-attachment: fixed; */
    background-size: cover;
    padding: 40px 0;
    position: relative;
    color: #fff;
    text-align: center;
}
section.home-about img {
    margin: 0 auto;
}
section.home-about h1 {
    margin-bottom: 25px;
}
section.home-about .text-aboutus {
    margin-top: 25px;
}
section.home-about p {
    margin-bottom: 5px;
}
section.home-about .text-company {
    color: #f8981d;
}
section.home-about .content-about .about-us,
section.home-about .content-about .portfolio {
    margin-top: 70px;
}
section.home-about h3 {
    margin-top: 50px;
    display: block;
}
section.home-about h3 a:after {
    content: "";
    border-bottom: 5px solid #ffffff;
    display: block;
    margin-top: 35px;
    width: 15%;
    margin-left: 42.5%;
    margin-right: 42.5%;
}
section.home-about a {
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
section.home-about a.link-img {
    display: inline-block;
}
section.home-about a:hover:after {
    border-bottom-color: #f8981d;
}
section.home-about a > img {
    border: 5px solid #ffffff;
}
section.home-about a:hover > img {
    border-color: #f8981d;
}
section.home-vdo {
    background-image: url(../images/bgVdo.png);
    background-repeat: no-repeat;
    min-height: 570px;
    /* background-attachment: fixed; */
    background-size: cover;
    padding: 75px 0 0;
    position: relative;
    color: #000000;
}
section.home-vdo iframe {
    border: 5px solid #f8981d;
}
section.home-contact {
    background-color: #222425;
    min-height: 545px;
    /* background-attachment: fixed; */
    background-size: cover;
    padding: 75px 0 0;
    position: relative;
    color: #ffffff;
}
section.home-contact h1 i {
    color: #f8981d;
}
section.home-contact a {
    color: #ffffff;
}
section.home-contact a:hover {
    color: #f8981d;
}
section.home-contact i {
    font-size: 40px;
}
section.home-contact .icon {
    text-align: right;
    margin-top: 15px;
}
section.home-contact .social-icon a {
    padding: 0 5px;
}
#sp-footer .copyrighttext {
    line-height: 16px;
    text-align: left;
}
#sp-footer .social-icon {
    text-align: right;
}
#offcanvas-toggler >i {
    color: #f8981d;
}
.sp-megamenu-parent > li.active > a {
    background: none;
    border-bottom: 3px solid #f8981d;
}
#sp-header #sp-menu .sp-megamenu-parent >li.current-item.active>a, #sp-header #sp-menu .sp-megamenu-parent >li.sp-has-child.active>a {
    color: #282e40;
}
body#body-3803 #sp-main-body .inner-page {
    background-image: url(../images/bgPages/bgPage.png);
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 40%;
}
/* body#body-3803 #sp-main-body {
    background-image: url(../images/bgPages/bgPage2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
} */
body#body-3803 section#sp-page-title {
    background-image: url(../images/bg-benner-about.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
}


section.bgfooter-page {
    background-image: url(../images/bgPages/bgAboutPage_04.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 478px;
    padding-top: 50px;
}
body#body-3803 .about-company .title {
    text-align: center;
}
body#body-3803 .about-company img {
    margin: 20px auto;
}
body#body-3803 .page-aboutus .content {
    margin: 50px 0;
}
body#body-3803 .page-aboutus .content.service {
    margin-bottom: 50px;
}
body#body-3803 div#sp-main-body {
    margin-bottom: 0;    
    padding-bottom: 0;
}
body#body-3803 .inner-page .content:not(.about-company) img {
    margin-top: 30px;
    box-shadow: 1px 0 3px #999999;
}
h1.categ-title {
    font-size: 100px;
    font-style: italic;
    margin-top: 12%;
}
section.home-products a {
    color: #313131;
}
section.home-products a:hover {
    color: #ffffff;
}
body.product-page section#sp-page-title,
body.product-view section#sp-page-title {
    background-image: url(../images/Tangrung-Banner-Product-V1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    color: #ffffff;
}
body.product-page .category-side .sp-module .sp-module-title .divider, 
body.product-page .category-side .sppb-addon-module .sp-module-title .divider,
body.product-view .category-side .sp-module .sp-module-title .divider, 
body.product-view .category-side .sppb-addon-module .sp-module-title .divider {
    background: none;
    margin: 0;
}
body.product-page .category-side,
body.product-view .category-side {
    background-color: #f8981d;
    padding-top: 20px;
}
body.product-page .category-side .sp-module .sp-module-title, 
body.product-page .category-side .sppb-addon-module .sp-module-title,
body.product-view .category-side .sp-module .sp-module-title, 
body.product-view .category-side .sppb-addon-module .sp-module-title {
    color: #ffffff;
}
body.product-page .category-side .sp-module-content ul.VMmenu li div > a:hover,
body.product-view .category-side .sp-module-content ul.VMmenu li div > a:hover {
    color: #ffffff;
    background-color: #f8981d;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: initial;
    font-family: 'PromptRegular';
}
.productdetails-view .vm-product-media-img .additional-images img {
    width: 100%;
    height: auto;
}
.cd-pagination li.active > a {
    background-color: #f8981d;
    color: #fff;
}
body.product-page .sp-simpleportfolio-info {
    text-align: center;
}
body.product-page .sp-simpleportfolio-info a.quotation {
    border: 2px solid #f8981d;
    padding: 5px 13px;
    color: #f8981d;
    display: inline-block;
    height: auto;
}
body.product-page .sp-simpleportfolio-info a.quotation:hover {
    background-color: #f8981d;
    color: #ffffff;
}
body.product-page .list-product {
    padding: 5px;
    margin-bottom: 25px;
    border: 1px solid transparent;
}
body.product-page .list-product:hover {
    border: 1px solid #f1f1f1; 
    -webkit-box-shadow: 3px 3px 10px 1px rgba(225, 225, 225, .3);
	-moz-box-shadow: 3px 3px 10px 1px rgba(225, 225, 225, .3);
    box-shadow: 3px 3px 10px 1px rgba(225, 225, 225, .3);
}
body.product-page .list-product img {
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 3px 3px 10px 1px rgba(225, 225, 225, .3);
	-moz-box-shadow: 3px 3px 10px 1px rgba(225, 225, 225, .3);
    box-shadow: 3px 3px 10px 1px rgba(225, 225, 225, .3);
}
body.product-page .list-product:hover img {
    box-shadow: none;
    /* border-color: transparent; */
}
body.product-page .sp-simpleportfolio-overlay-wrapper a {
    text-align: center;
    display: block;
    position: relative;
}
body.product-page .sp-simpleportfolio-overlay-wrapper > a > i {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px;
    background: rgba(248, 152, 29, 0.8);
    color: #ffffff;
    display: none;
}
body.product-page .list-product:hover .sp-simpleportfolio-overlay-wrapper > a > i {
    display: block;
}
.cd-pagination a:hover, .cd-pagination a:focus {
    background-color: #f8981d;
    color: #fff;
}
.productdetails-view .products-desc-tab .nav-tabs >li.active >a {
    background: transparent;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    box-shadow: 0 -1px 0px #f8981d;
    border-top: 1px solid rgba(248, 152, 29, 0.8);
}
.search:before {
    color: #f8981d;
}
.sp-module ul >li >a:hover, .sppb-addon-module ul >li >a:hover {
    color: #f8981d;
}
.offcanvas-inner .sp-module ul.accordion-menu > li .offcanvas-menu-toggler .close-icon {
    color: #f8981d;
}
.offcanvas-menu .offcanvas-inner .search input {
    font-size: 85%;
}
section#sp-page-title {
    padding-top: 75px;
    min-height: 570px;
}
body#body-3805 section#sp-page-title {
    background-image: url(../images/Tangrung-Banner-VDO-V1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
}
body.view-page.gallery section#sp-page-title {
    background-image: url(../images/Tangrung-Banner-Portfolio-V1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
}
body.contact-page section#sp-page-title {
    background-image: url(../images/Tangrung-Banner-Contact-us-V1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #ffffff;
}
body#body-3805 #sp-main-body iframe {
    width: 100%;
    height: 230px;
}
body#body-3805 .video-gallery .row > div {
    padding-top: 15px;
    padding-bottom: 25px;
}
body.gallery .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
    padding: 10px 0;
    top: auto;
    width: 100%;
    margin: 0;
    background: rgba(248, 152, 29, 0.8);
}
body.gallery .sp-simpleportfolio .sp-simpleportfolio-items .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper {
    margin: 10px;
}
body.gallery .portfolio-detail {
    margin: 0 10px;
    display: block;
    overflow: hidden;
    position: relative;
    height: auto;
}
body.gallery .portfolio-detail h5 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    line-height: 35px;
}
body.gallery .portfolio-detail .portfolio-description {
    height: 59px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
body.gallery a.link-detail {
    color: #ffffff;
    display: block;
}
body:not(#body-3803) #sp-main-body {
    padding-bottom: 0;
}
body:not(#body-3803) #sp-main-body .inner-page {
    padding-bottom: 25px;
}
body.gallery .sp-simpleportfolio .sp-simpleportfolio-item:hover {
    border: 1px solid #e1e1e1;
    box-shadow: 1px 0 3px #e1e1e1;
}
body.gallery.gallery-detail .portfolio-title h2 {
    color: #f8981d;
    margin: 15px 0 25px;
}
body.gallery.gallery-detail .sppb-btn-default:hover, 
body.gallery.gallery-detail .sppb-btn-default:focus {
    background-color: rgba(255,255,255,0.95);
    border-color: #f8981d;
    color: #f8981d;
}
body.gallery.gallery-detail .sp-module .sp-module-title .divider, 
body.gallery.gallery-detail .sppb-addon-module .sp-module-title .divider {
    background: #f8981d;
}
body.gallery.gallery-detail .sp-simpleportfolio .sp-simpleportfolio-meta .sp-module:hover h3 > i.fa {
    color: #f8981d;
}
body.gallery.gallery-detail .slick-prev i.pe, 
body.gallery.gallery-detail .slick-next i.pe {
    font-weight: bold;
    color: #ffffff;    
}
body.gallery.gallery-detail .slick-slide {
    height: auto;
    outline: 2px solid #ffffff;
    outline-offset: -6px;
}
body.contact-page .black-inset-shadow-30 {
    box-shadow: none;
}
body.contact-page .field {
    width: 49.65%;
    display: inline-block;
}
body.contact-page ul.list-field input, 
body.contact-page ul.list-field textarea, 
body.contact-page ul.list-field select {
    background: #f5f5f5;
    color: #cbcbcb;
}
body.contact-page input[type="text"], 
body.contact-page input[type="email"] {
    height: 45px;
}
body.contact-page .title-from {
    text-align: center;
    margin: 35px 0;
}
body.contact-page .content-address i {
    font-size: 38px;
    color: #f8981d;
}
body.contact-page section#head-contact a {
    display: block;
}
body.contact-page .content-address h1 {
    margin: 25px 0 35px;
}
body.contact-page  li.capcha {
    padding: 10px 0;
}
body.contact-page .title-from img.border-dot {
    margin: 15px auto;
}
body.contact-page .content-address .row > div {
    margin-top: 15px;
}
body.contact-page .content-address {
    margin-bottom: 30px;
}
body.contact-page .contact-map iframe {
    width: 100%;
    margin: 35px 0;
}
.post_form .control-label {
    display: block;
    width: 100%;
}
ul.social-box:after {
    content: "";
    clear: both;
    display: block;
}
body.product-view .reg-quotation {
    padding-top: 25px;
}
body.product-view .reg-quotation a.quotation {
    border: 2px solid #f8981d;
    padding: 5px 13px;
    color: #f8981d;
    display: block;
    text-align: center;
    height: auto;
}
body.product-view .reg-quotation a.quotation:hover {
    background-color: #f8981d;
    color: #ffffff;
}
.productdetails-view .products-desc-tab .tab-content {
    background-color: white;
}
::placeholder {
    color: #cbcbcb !important;
}
/* html[lang="en"] body#body-3803 #sp-main-body {
    background: none;
} */
/* body:not(#body-3803) #sp-main-body,
body.contact-page .contact-inner-page {
    background-image: url(../images/bgPages/bgPage.png);
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 40%;
} */
body #sp-main-body,
body.contact-page .contact-inner-page {
    background-image: url(../images/bgPages/bgPage.png);
    background-repeat: no-repeat;
    background-position: left 0;
    background-size: 40%;
}
/* body:not(#body-3803):not(#body-3805) #sp-main-body .inner-page {
    background-image: url(../images/bgPages/bgPageBottom.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 40%;
} */
body:not(#body-3805) #sp-main-body .inner-page {
    background-image: url(../images/bgPages/bgPageBottom.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 40%;
}
.product-view .category-side {
    display: none;
}
.sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: 320px!important;
}
.page-aboutus .content.about-company {
    text-align: center;
}
.page-aboutus .content.vision {
    text-align: center;
}
.page-aboutus .content.about-company p {
    margin-bottom: 35px;
}
.page-aboutus .content.service h1.title {
    margin-bottom: 35px;
}
.product-page span.price {
    display: none;
}
.tab-content span {
    font-family: "PromptRegular"!important;
}
iframe {
    width: 100%;
}
body#body-3805 .video-gallery .row > div {
    height: 400px;
    overflow: hidden;
}
.product-item-td td {
    padding: 5px 20px;
}
.product-detail-prod .title-products {
    text-align: center;
}
.product-detail-prod .title-products img {
    margin: 20px auto;
}
.product-detail-prod h3 {
    text-align: center;
}
.productdetails-view .products-desc-tab .tab-content:after {
    content: "";
    display: block;
    clear: both;
}
.product-detail-prod .block-content {
  margin: 20px 0;
}


.product-detail-prod table.product-item-td {
    text-align: center;
    margin: 20px 0;
}
/* .product-detail-prod .block-content.td table.product-item-td {
    margin-left:auto; 
    margin-right:auto;
}  */
.col-md-12.block-content {
    display: table!important;
}
.product-detail-prod .col-md-7 {
    display: table-cell!important;
    vertical-align: middle;
}
.cmtlayout.gallery .portfolio-description {
    display: none!important;
}
.sp-simpleportfolio-item.shuffle-item.filtered {
    padding: 20px 0;
}

body.gallery .portfolio-detail h5 {
    text-align: center;
}
.product-detail-prod .block-content.td {
    margin: 40px 0;
}
.block-content.td .block-content.td-item {
    margin-bottom: 30px;
}
.product-detail-prod .block-content.td-item h4 {
    text-align: center;
}
.product-detail-prod thead th {
    text-align: center;
}
.product-detail-prod table.product-item-td .l-1 span {
    text-align: left;
}
.product-detail-prod thead th {
    text-align: center;
    padding: 5px 20px;
}
.product-detail-prod .block-content.last h2 {
    text-align: center;
}
.product-detail-prod .block-content.last h2 {
    text-align: left;
}
.fancybox-iframe {
    left: 0;
     position: relative;
    top: 0; 
}

.fancybox-slide--iframe .fancybox-content {
    width: 500px!important;
    height: 100%!important;
    display: inline-block;
    }
    html.csstransforms.csstransforms3d.csstransitions div#content {
        padding: 20px;
    }
.pad-top {
        padding-top: 0px;
        margin: 0;
    }
.m_b_no_space {
        margin-bottom: 0px!important;
    }
    input#number {
        margin: 5px 0;
    }
    .fancybox-slide--image {
        background: #0052;
    }
    .vm-product-details-inner h2 {
        margin: 20px 0;
        font-size: 36px;
    }
    .itemid-196322 .vm-product-media-img, .itemid-194430 .vm-product-media-img{
        display: none;
    }
    .product-item-td td.td-img {
        width: 120px;
    }
    .block-content.tr-fully-auto .item-1 {
        padding: 30px;
    }
    .block-content.tr-fully-auto .item-2 {
        margin-top: 20px;
    }
    .tr-automation .block-content.td {
        margin: 0px 0;
    }
    .tr-automation .block-content.td-item.last h3 {
        text-align: left
    }
    body.product-page .list-product img.sp-simpleportfolio-img {
        max-height: 255px;
        min-height: 255px;
        overflow: hidden;
    }
    div#sp-logo .brand img {
        max-height: 90px;
    }
    .contact-page .content-address h1 {
        text-align: center;
    }
    .contact-page .content-address h3 {
        display: inline-block;
    }
    .contact-page .content-address .text-content-contact {
        padding: 30px 10px;
    }
    body.contact-page .content-address h1 {
        margin: 15px 0 15px;
    }
    div#sp-logo h1.brand {
        padding-top: 10px;
    }
    .fancybox-slide--current {
        background: #0006;
    }
    .itemid-194430 .product-detail-prod table.product-item-td {
        text-align: center;
        margin: 20px auto;
    }
    .itemid-194430 .tr-automation .block-content.td h3 {
        text-align: center;
    }
    .content-x {
        margin: 20px 0;
    }
    .itemid-196322 .block-content.td table.product-item-td {
        margin: 20px auto;
    }
    .itemid-196322 .block-content.td-item h5 {
        text-align: center;
    }
    .itemid-196322 .block-content.td span {
        text-align: center;
        display: block;
    }
    span.hot.hot_red {
        display: none;
    }
    .itemid-194445 table.table, .itemid-194445 thead th,
    .itemid-194444 table.table, .itemid-194444 thead th,
    .itemid-194443 table.table, .itemid-194443 thead th,
    .itemid-194442 table.table, .itemid-194442 thead th,
    .itemid-194441 table.table, .itemid-194441 thead th,
    .itemid-194440 table.table, .itemid-194440 thead th {
        text-align: center;
    }
    .sp-page-title, .sp-page-title-no-img {
        box-shadow: unset;
    }
    .col-md-12.img-content-tr-auto {
        margin: 20px 0;
    }
/* ############################# */
@media  (max-width: 1360px) {
body#body-3803 section#sp-page-title {
    background-size: contain;
}
bsection#sp-page-title {
    padding-top: 75px;
    min-height: 415px;
}
section#sp-page-title {
    padding-top: 75px;
    min-height: 410px;
}
}
@media screen and (max-width: 1024px){
    .block-button a.btn.view-all.r-eror {
        margin-right: 80%;
    }
    section#sp-page-title {
        padding-top: 75px;
        min-height: auto;
    }
section.home-products .block-text h3 {
    line-height: 20px;
    font-size: 18px;
}
}

@media screen and (max-width: 768px){
    body.product-page .list-product img.sp-simpleportfolio-img {
        max-height: 170px;
        min-height: 170px;
        overflow: hidden;
    }
    h1.categ-title {
        font-size: 100px;
        font-style: italic;
        margin-top: 5%;
    }
    .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;
    }
    .banner_top li img {
        height: auto!important;
    }
    #sp-header #offcanvas-toggler {
        padding: 12px 0;
    }
    .top-menu div#sp-menu {
        float: none;
        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: right;
    }
    .banner_top li:last-child {
        width: 20%;
    }
    .banner_top li:first-child {
        width: 80%;
    }
}

@media screen and (max-width: 500px){
    .offcanvas .off-canvas-menu-wrap {
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    body#body-3805 .video-gallery .row > div {
        height: auto;
        overflow: hidden;
    }
    section.home-about h1 {
        font-size: 20px;
    }
    section.home-about  {
        font-size: 18px;
    }
    .block-button {
        width: 100%;
        height: auto;
    }
    .block-button a  {
        font-size: 12px!important;
       
    }
    .block-button a.btn.view-all.r-eror {
        margin-right: 80%;
    }
    .block-button:after {
        content: "";
        display: block;
        clear: both;
    }
    section.sppb-section.home-contact.bgfooter-page {
        height: auto;
    }
    section.sppb-section.home-contact.bgfooter-page .sppb-row-container:after {
        content: "";
        display: block;
        clear: both;
    }
    .page-aboutus .content.about-company p, .page-aboutus .content.vision, .content.mission, .page-aboutus .content.service {
        font-size: 16px;
        text-align: unset;
    }
    body#body-3803 .about-company .title, .page-aboutus .content.vision h1, .content.mission h1, .page-aboutus .content.service h1.title {
        font-size: 20px;
        text-align: unset;
    }
    body#body-3803 .about-company .title {
        text-align: center;
    }
    .page-aboutus .content.about-company {
        text-align: unset;
    }
    .block-map h1,   .block-map h1 a, .block-content h1 {
        font-size: 25px!important;
        
    }
    .block-content h3 {
        font-size: 20px!important;
    }
    .pull-right {
        margin-left: 0px;
    }
    div#post-image h1.categ-title {
        left: 5%;
        bottom: 0;
        margin: 0;
    }
    .banner_top li:last-child img {
        width: 110px;
    }
    #sp-logo {
        padding: 0;
    }
    #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: 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;
    }    
    div#sp-top1 {
        padding-right: 0;
        padding-left: 5px;
    }
    .productimage a.img-show {
        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: 0;
    }
    div#sp-top2 {
        line-height: 0;
    }
    div#sp-top1 {
        padding-right: 0;
    }
    .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 ul li {
        margin: 5px 3px 0;
        font-size: 14px;
    }
    div#sp-top2 {
        line-height: 0;
        padding: 0 3px 0 0;
    }
    .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: block;
        width: 100%;
        text-align: center;
    }
    h1.brand {
        margin: 0 auto;
        display: inline-block;
    }
    #sp-header #sp-menu {
        padding-right: 0;
    }
    section.home-products .block-products > div {
        padding-bottom: 10px;
    }
    section.home-vdo iframe {
        width: 100%;
        height: 250px;
    }
    section.home-vdo .vdo {
        padding: 0;
    }
    section.home-contact .block-map iframe {
        width: 100%;
    }
    section.home-contact {
        padding: 0px 0 62px;
    }
    #sp-footer {
        font-size: 12px;
    }
    #sp-footer .copyrighttext {
        text-align: center;
    }
    #sp-footer .social-icon {
        text-align: center;
        line-height: 12px;
        margin: 5px 0;
    }
    #sp-footer a {
        line-height: 12px;
    }
    h1.categ-title {
        font-size: 36px;
        margin: 0;
    }
    section#sp-page-title {
        padding-top: 35px;
        min-height: 120px;
    }
    body#body-3803 .page-aboutus .content {
        margin: 0;
    }
    #sp-main-body {
        padding: 15px 0;
    }
    body.contact-page .field {
        width: 100%;
        margin-bottom: 15px;
    }
}

@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;
    }
}    