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

@font-face {
    
    src: url('../fonts/ThaiSansNeueLight.eot');
    src: url('../fonts/ThaiSansNeueLight.eot') format('embedded-opentype'),
         url('../fonts/ThaiSansNeueLight.woff2') format('woff2'),
         url('../fonts/ThaiSansNeueLight.woff') format('woff'),
         url('../fonts/ThaiSansNeueLight.ttf') format('truetype'),
         url('../fonts/ThaiSansNeueLight.svg#ThaiSansNeueLight') format('svg');
}

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


.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: 17px;
    line-height: 26px;
    letter-spacing: 0.5px;
    background: #f0f1f2;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

#sp-top-bar {
    background: #000;
    color: #fff;
    padding: 0;
}
.section-aboutproduct h3 {
    margin: 0;
}
.two-col.pic-father {
    margin-bottom: 10px;
}
body.home #sp-top-bar {
    background: #101427;
    border-bottom: 1px solid #1f2854;
}
#sp-top-bar a {
    color: #fff;
    font-size: 13px;
}
.lang-switch {
    display: inline-block;
    padding: 4px 0 5px;
    vertical-align: middle;
}
.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: -4px;
}
.sp-column.lang-switch a {
    opacity: 0.7;
}
.sp-column.lang-switch a.active {
   
    opacity: 1;
}
.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: none;
    color: #666;
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.banner_top ul {
    list-style: none;
    padding: 0;
}
.banner_top li {
    display: inline-block;
    vertical-align: middle;
}
.top-menu {
    background-color: #111426;
    padding: 10px 0 0;
    border-top: 1px solid #090c1d;
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li > a:hover {
    color: #bf272e;
}
#sp-header #sp-menu .sp-column .sp-megamenu-parent > li > a {
    line-height: 100%;
    vertical-align: top;
    font-family: 'PromptRegular';
    font-size: 18px;
    color: #fff;
    padding: 20px 30px 15px;
    text-transform: uppercase;
}
body.home #sp-header #sp-menu .sp-column .sp-megamenu-parent > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
}
#sp-header #sp-menu .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: rgb(204, 0, 0);
}
#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: #db1c25;
}
.form_hiden:hover > form#form-search input {
    border-radius: 0;
    border: 0;
}
button#search_buttom .fa {
    color: #db1c25;
    font-size: 18px;
}
.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;
}
.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: 15px 0;
    padding-top: 0;
}
.banner_top {
    margin: 7px 0 0;
}
.sp-column.pull-right.link_top_right {
    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: #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/bg-product-service1.jpg);
    min-height: 300px;
    background-size: cover;
    padding: 80px 0 0px;
    position: relative;
    margin-bottom: 0;
}
section.sppb-section.new-activity .sppb-row-container {
    position: relative;
    z-index: 1;
}
.new-activity ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
section.sppb-section.new-activity h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
    margin-top: 0;
}
section.sppb-section.new-activity > div:after {
    content: '';
    display: block;
    clear: both;
}
section.sppb-section.new-activity .sppb-row-container {
    text-align: center;
}

section.sppb-section.new-activity .sppb-row-container .desc {
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #db1c25;
    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 {
    font-size: 14px;
    line-height: 100%;
    color: #666;
}
#sp-footer {
    background-color: #111426;
    color: #fff;
}
#sp-footer a {
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    line-height: 14px;
}
.copyrighttext {
    line-height: 14px;
    text-align: left;
    padding-top: 10px;
}
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 solid #101427;
    padding: 8px;
    text-align: center;
    color: #101427;
    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 form {
    padding: 50px 70px 70px;
    background: #f0f1f2;
}
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: #666;
    border: 1px solid rgba(200,200,200,0.8);
    background: transparent;
    width: 100%;
    font-size: 18px;
}
ul.list-field textarea {
    height: 100px;
}
ul.list-field input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
ul.list-field input::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
ul.list-field input:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
ul.list-field input:-moz-placeholder { /* Firefox 18- */
  color: #666;
}

ul.list-field textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
ul.list-field textarea::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
ul.list-field textarea:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
ul.list-field textarea:-moz-placeholder { /* Firefox 18- */
  color: #666;
}
.button_submit button {
    background-color: rgb(16, 20, 40);
    color: #fff;
    margin: 15px 0;
    line-height: 100%;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
}
.capcha img {
    margin-bottom: 15px;
}
section#contact-form {
    margin-top: 0;
}
li.capcha {
    color: #666;
}
ul.list-field {
    padding: 0;
}
.address-contact a {
    color: #fff;
}
.address-contact {
    padding: 40px;
    height: 100%;
    background-color: #101427;
    color: #fff;
}
.address-contact span.fa {
    color: #fff;
    background: #db1c25;
    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: #db1c25;
}
form#faq ul {
    display: none;
}
form#faq h2 {
    border: 2px solid #db1c25;
    padding: 8px 15px 5px;
    cursor: pointer;
    font-size: 18px;
}
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: #101427;
}
.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: 30px 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;
}
.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;
    overflow: hidden;
}
.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: 16px;
    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: #db1c25;
}
ul.VMmenu:after {
    content: '';
    display: block;
    clear: both;
}
a.view-all {
    padding: 10px 12px 10px;
    color: #fff;
    background-color: #101427;
    margin: 40px 0 0;
    display: inline-block;
    width: 200px;
    float: right;
    text-align: center;
    font-size: 15px;
}
a.view-all:hover {
    color: #fff;
    background: #111426;
}
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: #db1c25;
    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;
}
.hit-count a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.sp-module-content ul.VMmenu li.active > div a {
    color: #fff;
    background: #101427;
}
#sp-footer a:after {
    content: '';
    display: inline-block;
    width: 100%;
    vertical-align: top;
    line-height: 0;
}
#sp-footer a:hover {
}
.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: #101427;
}
h3.sp-simpleportfolio-title a {
    font-size: 14px;
    line-height: 120%;
    display: block;
}
h3.sp-simpleportfolio-title {
    height: 60px;
    margin-bottom: 15px;
    text-align: center;
}
.fullwidthbanner-container ul, .fullwidthbanner-container li {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
h1.brand {
    text-align: center;
    margin: 0;
}
#sp-header .logo {
    display: inline-block;
    padding: 5px 0;
}
a.logo img {
    vertical-align: top;
    display: inline-block;
    border-radius: 50%;
    border: 1.5px solid #fff;
}
.sp-megamenu-parent {
    display: inline-block;
    float: none;
    line-height: 100%;
    padding: 0px 0;
}
.sp-megamenu-wrapper {
    text-align: center;
}
.sp-megamenu-parent > li.sp-menu-item a:hover:after {
    border-color: #fff;
}    
h1.brand .title-logo {
    display: inline-block;
    font-size: 18px;
    vertical-align: -11px;
    color: #fff;
}
.top-link {
    display: inline-block;
    padding-left: 15px;
}
.top-link li {
    display: inline-block;
}
.lang-switch a {
    font-size: 18px;
}
.top-link a {
    font-size: 18px;
}
.top-social {
    text-align: right;
    padding: 4px 0;
}
.about_home h1 {
    display: block;
    width: 50%;
    background: #111426;
    color: #fff;
    padding: 20px;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 100%;
}
.about_home {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 15px;
    line-height: 120%;
}
.fullwidthbanner-container {
    margin-bottom: 0;
}

.choose_us h2 {
    color: #000000;
    margin-top: 0;
    font-size: 43px;
    line-height: 140%;
    text-transform: uppercase;
    vertical-align: top;
}
.choose_us h4:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #111426;
    margin-top: 15px;
}
.choose_us h4 {
    margin-top: 0;
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 16px;
}
.container.choose_us {
    color: #575757;
}
.choose_us h4:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #111426;
    margin-top: 15px;
}
#fading-header.sticky .title-logo {
}
#fading-header.sticky h1.brand {
    display: inline-block;
}
#fading-header.sticky .top-menu .container {
    width: auto;
    display: inline-block;
    border: 0;
    vertical-align: middle;
}
#fading-header.sticky .top-menu {
    text-align: center;
    padding-top: 0;
}
#fading-header.sticky .top-menu .container > .row {
    border: 0;
}
.top-link span.fa {
    vertical-align: middle;
}
a.full-readmore {
    color: #575757;
    display: block;
    text-align: center;
    padding: 8px 10px;
    background: #d9dadc;
    margin: 30px 0;
}
section {
    margin-bottom: 80px;
}
.container.choose_us .col-md-6 {
    padding-left: 45px;
    position: relative;
}
.container.choose_us .col-md-6 span.fa {
    color: #111426;
    font-size: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.container.choose_us .row.two-col {
    margin-bottom: 40px;
}
a.full-readmore:hover {
    background: #111426;
    color: #fff;
}
.business_partner strong {
    width: 80px;
    height: 80px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ccc;
    line-height: 74px;
    margin-right: 20px;
    font-size: 18px;
    border-radius: 50%;
    color: #1e2533;
}
.business_partner p {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    font-size: 16px;
}
.business_partner .col-md-4:hover strong {
    background: #111426;
    color: #fff;
    border-color: #0098e7;
}
.business_partner .col-md-4:hover {
    color: #0098e7;
}
.copyrighttext, .copyrighttext a {
    font-size: 13px;
}
section.contact_footer {
    background: #ebebed;
    padding: 80px 0;
    margin-bottom: 0;
}
section.contact_footer h2 {
    text-transform: uppercase;
    color: #111426;
    font-size: 30px;
}
section.contact_footer h2 a {
    color: #111426;
}
section.contact_footer h3 {
    border-bottom: 1px solid #afb0b1;
}
section.contact_footer h3:after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    background: #111426;
    margin-bottom: -3px;
    margin-top: 10px;
}
#sp-footer .social_footer a {
    text-decoration: none!important;
    color: #fff;
    font-size: 20px;
}
#sp-footer .social_footer a:hover {
    color: #fff;
}
.social_footer {
    text-align: right;
}
.social_footer a {
    display: inline-block;
    margin: 0 8px;
    color: #fff;
    vertical-align: top;
}
footer#sp-footer {
    padding-bottom: 0;
}
#sp-top-bar .lang-switch a.active, #sp-top-bar .lang-switch a:hover {
    opacity: 1;
}
#sp-top-bar .lang-switch a {
    color: #fff;
    opacity: 0.5;
    float: right;
}
section#sp-page-title h3 {
    font-size: 17px;
    color: rgb(16, 20, 39);
    line-height: 130%;
}
body.contact-page section#sp-page-title h1 {
    font-size: 85%;
    color: #101427;
}
body.contact-page section#sp-page-title {
    font-size: 30px;
    margin: 0;
    padding: 50px 0 2%;
}
section#contact-form .col-md-7, section#contact-form .col-md-5 {
    padding: 0;
}
li.clearfix.button_submit {
    text-align: right;
}
section#contact-form h2 {
    margin: 0 0 40px;
    color: #101427;
    text-transform: uppercase;
    font-size: 20px;
}
section#contact-form h2 .fa {
    float: right;
}
.map_contact iframe {
    width: 100%;
    height: 500px;
    vertical-align: top;
    opacity: 0.8;
}
section.map_contact {
    margin: 0;
    background: #101428;
}
.new-activity ul li .item {
    margin: 0 15px;
}
.new-activity ul li .item a {
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 15px;
}
.new-activity .sppb-row-container:after {
    content: '';
    display: block;
    clear: both;
}
.new-activity ul li .item h3:after {
    content: '';
    display: block;
    width: 30%;
    background: #111426;
    margin: 10px auto 0;
    height: 2px;
}
#sp-header a:hover .fa-facebook, .social_footer a:hover .fa-facebook {
    color: #3a559f;
}
#sp-header a:hover .fa-twitter, .social_footer a:hover .fa-twitter {
    color: #2db3f0;
}
#sp-header a:hover .fa-youtube, .social_footer a:hover .fa-youtube {
    color: #d51f1e;
}
#sp-header a:hover .fa-instagram, .social_footer a:hover .fa-instagram {
    color: #e51db2;
}
.choose_us h2 {
    margin-bottom: 40px;
}
.new-activity li.col-md-4 {
    width: 33.33%;
    float: left;
}
.about_home img {
    display: inline-block;
}
#offcanvas-toggler >i {
    color: #fff;
    top: 4px;
    right: 0;
}
.close-offcanvas .fa {
    font-size: 13px;
    top: 2.3px;
    position: relative;
}
.close-offcanvas {
    line-height: 16px;
}
a#scroll-top.open {
    bottom: 80px;
    border: 1px solid #111426;
    border-radius: 0;
    box-sizing: content-box;
}
a#scroll-top >i {
    color: #111426;
    font-size: 54px;
}
    .top-link span.fa.fa-envelope {
    margin-left: 10px;
}
section#sp-page-title {
    position: relative;
}
.debug-page[page-id="3530"] form {
    display: block;
    position: absolute;
    right: 1%;
    bottom: 14%;
    width: 31%;
    color: #fff;
    font-size: 18px;
}
.debug-page[page-id="3530"] form h1 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}
div.page-id-3516 h1 {
    border-bottom: 2px solid #3c89c5;
    padding-bottom: 10px;
    display: inline-block;
    color: #3c89c5;
    margin-bottom: 40px;
}
div.page-id-3516 h3 {
    color: #3c89c5;
}
div.page-id-3516 {
    text-align: center;
}
div.page-id-3516 .col-md-6 {
    text-align: left;
}
div.page-id-3516 ul {
    padding: 0;
    list-style: none;
}

div.page-id-3516 ul li img {
    float: right;
    margin-left: 20px;
}
div.page-id-3516 ul li {
    text-align: right;
    width: 67%;
    float: left;
    clear: both;
    margin-left: 2%;
}
div.page-id-3516 ul li:nth-child(even) img {
    float: left;
    margin-right: 20px;
}
div.page-id-3516 ul li:nth-child(even) {
    text-align: left;
    float: right;
    clear: both;
    margin-right: 2.5%;
}
div.page-id-3516 ul:after {
    content: '';
    display: block;
    clear: both;
}
div.page-id-3516 .col-md-6 {
    font-size: 15px;
    color: #343434;
    line-height: 140%;
}
div[page-id="3542"] h1, div[page-id="3544"] h1 {
    position: absolute;
    right: 12%;
    bottom: 22%;
    color: #fff;
    font-weight: normal;
}
div[page-id="3544"] h1 {
    bottom: 12%;
}
div[page-id="3542"], div[page-id="3544"] { 
    font-size: 180px;
}
div[page-id="3542"] h1, div[page-id="3544"] h1 {
    font-size: 78%;
}    
section#sp-page-title {
    position: relative;
    margin-bottom: 40px;
}
section.title-page-3519 {
    padding: 100px 0 20%;
    background-image: url(../images/bg-process.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
div.page-id-3519 iframe {
    width: 100%;
    border: 10px solid #f0f1f2;
    height: 455px;
}
#sp-main-body.pages.page-id-3519 .container {
    padding-top: 0;
    margin: -25% auto 0;
    position: relative;
    z-index: 1;
    max-width: 800px;
}
#sp-main-body.pages.page-id-3519 {
    padding-top: 0;
}
#sp-main-body.pages.page-id-3519 .container h1 {
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid #fff;
}
#sp-main-body.pages.page-id-3519 .container {
    text-align: center;
}
#sp-main-body.pages.page-id-3519 .container h2 {
    color: #fff;
}
.page-id-3517 .container {
    width: 100%;
    padding: 0;
}
.page_detail_product #sp-component {
    padding: 0;
}
.page_detail_product#sp-main-body {
    padding: 0;
    text-align: center;
}
.page_detail_product h2 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.product-gallery {
    color: white;
    background: #111426;
}
.text-our2 {
    position: relative;
    top: 0;
    background-color: #101427;
    max-width: 1170px;
    font-size: 25px;
    padding: 34px;
    display: block;
    color: white;
    margin: 0 auto;
}
.text-our3 {
    background: #101427;
    margin-bottom: 50px;
}
#body-3517 #sp-main-body.pages {
    padding: 0px 0;
    margin: 0;
}
.video-background {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 500px;
    z-index: 0;
    margin-top: -20px;
    margin-bottom: -20px;
   
}
#pauseplay{
  cursor: pointer;
  background: cyan;
  color: white;
  padding: 12px 20px;
  width: 100px;
  text-align: center;
  font-weight: 700;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}    
.body-innerwrapper {
    background: #fff;
    position: relative;
    z-index: 1;
}
body #sp-header #sp-menu .sp-column .sp-megamenu-parent > li > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 3px;
    background: #fff;
    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;    
}
body.home #sp-header #sp-menu .sp-column .sp-megamenu-parent > li > a:hover:after {
    visibility: visible;
    opacity: 1;
}
#fading-header.sticky a.logo img {
    height: 50px;
}
#fading-header.sticky h1.brand .title-logo {
    vertical-align: -2px;
}
.container.choose_us .inner-page {
    margin-top: 80px;
}
.new-activity ul li .item h3 {
    display: none;
}
div.page-id-3516 .col-md-6 h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 21px;
}
h3 {
    font-size: 20px;
}
.tp-bullets.simplebullets.round .bullet {
    background: #fff!important;
    border-radius: 50%;
}

inspector-stylesheet:1
.tp-bullets.simplebullets.round .bullet.selected {
    background: #101427!important;
    border-radius: 50%;
}
footer {
    margin-top: auto;
    background: #101427;
    color: #Fff;
    padding: 15px 0 15px;
}
span.price {
    display: none;
}
body.home #sp-header #sp-menu .sp-column .sp-megamenu-parent > li:first-child > a:after, 
body #sp-header #sp-menu .sp-column .sp-megamenu-parent > li:hover > a:after,
body #sp-header #sp-menu .sp-column .sp-megamenu-parent > li.active > a:after {
    visibility: visible;
    opacity: 1;
}
section#sp-page-title img {
    width: 100%;
}
.top-menu:after {
    content: '';
    display: block;
    clear: both;
}
.container.choose_us ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.container.choose_us ul li {
    display: inline-block;
    font-size: 25px;
    color: #000;
    margin: 10px 10px;
    text-transform: capitalize;
}
.container.choose_us ul li strong {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #101427;
    line-height: 40px;
    font-size: 25px;
    vertical-align: 0px;
}
#sp-top-bar .top-social a {
    font-size: 20px;
}
button#mute {
    position: absolute;
    top: 50px;
    right: 50px;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
}
button#mute.unmute {
    background: #fff;
    color: #000;
}
.new-activity ul:after {
    content: '';
    display: block;
    clear: both;
}
.certificate img.img-certificate{
    margin-left: auto;
    margin-right: auto;
}
.certificate .inner-page{
    margin-top: 80px;
}
/* ############################# */

@media screen and (min-width: 1900px){
    .video-background {    
        height: 1110px;
    }
}    
@media screen and (min-width: 1400px){
    .debug-page[page-id="3530"] form { 
        font-size: 14px;
    }
    .debug-page[page-id="3530"] form h1 {     
        font-size: 18px;
    }
}
@media screen and (min-width: 1900px){
    div[page-id="3542"] h1, div[page-id="3544"] h1 {     
        font-size: 100%;
    }
    .debug-page[page-id="3530"] form, .debug-page[page-id="3544"] form {
        font-size: 27px;
    }
    .debug-page[page-id="3530"] form h1, .debug-page[page-id="3544"] form h1 {
        font-size: 50px;
        margin-bottom: 20px;
    }
}    


@media screen and (max-width: 1199px){
    div.page-id-3516 ul li {
    width: 71.2%;
}
    div.page-id-3516 ul li:nth-child(even) {
        margin-right: 2.3%;
    }
}

@media screen and (max-width: 768px){
    section#contact-form {
    margin-top: 0;
    margin-bottom: 0;
}
    div.page-id-3516 .col-md-6 {
    margin-bottom: 40px;
}
    div.page-id-3516 .col-md-6 img {
    float: none!important;
    display: inline-block;
}
    p:after {
    content: '';
    display: block;
    clear: both;
}
    .video-foreground, .video-background iframe {
        position: relative;     
        pointer-events: initial;
    }
    a.close-offcanvas {
    border-color: #fff!important;
}
    ul.accordion-menu {
    border-bottom: 1px solid #090c1d;
    border-top: 1px solid #1f2854;
}
    .offcanvas-menu a {
        color: #fff;
        border-bottom: 1px solid #1f2854;
        border-top: 1px solid #090c1d;
    }
    .top-menu h1.brand img {
        height: 45px;
        vertical-align: top;
    }
    
div[page-id="3542"] h1 {
    font-size: 58%;
    right: 7%;
    bottom: 15%;
}
div[page-id="3544"] h1 {
    bottom: 5%;   
}
.debug-page[page-id="3530"] form h1 {
    font-size: 14px;
    margin-bottom: 5px;
}    
.debug-page[page-id="3530"] form {
    font-size: 13px;
    line-height: 130%;
    bottom: 8%;
}
.offcanvas-menu {
    background: #111426;
}
    .copyright .sppb-col-sm-6 {
    width: 50%;
    float: left;
}
    .business_partner .col-md-4 {
    margin-bottom: 15px;
}
    .about_home {     
        font-size: 23px;
    }
    .about_home h1 {
    font-size: 35px;
    padding: 10px 30px 15px;
}
    #fading-header.sticky .top-menu {
        text-align: right;
        margin-top: 0;
    }
    .sticky #offcanvas-toggler >i {
        right: 0;
    }
    .top-menu .container { 
        border:0;
    }
    .top-menu .container > .row {
        border:0;
    }
    .top-menu {
        padding: 5px 0;
        position: relative;
        margin-top: 0px;
    }
    h1.brand {
        position: relative;
        z-index: 1;
        float: left;
        left: 3%;
    }
    h1.brand .title-logo {
    font-size: 22px;
    vertical-align: 2px;
}
    div#sp-top-bar .col-md-8 {
        width: 80%;
        float: left;
    }
    div#sp-top-bar .col-md-4 {
        width: 20%;
        float: left;
    }    
    .container.choose_us {
        padding: 0 40px;
    }
    .container.choose_us .col-md-6 {
        margin-bottom: 40px;
        width: 50%;
        float: left;
    }
    .fullwidthbanner-container {
        margin-bottom: 0px;
    }
    .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 {
    color: #fff;
}
    .new-activity li.col-md-3 {
        width: 50%;
        float: left;
        min-height: 515px;
    }
    .banner_top li img {
        height: auto!important;
    }
    #sp-header #offcanvas-toggler {
        margin-right: 15px;
        padding: 13px 0 10px;
    }
    .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){
    button#mute {
    right: 5px;
    top: 60px;
}
    .productdetails-view .products-desc-tab .tab-content {
        font-size: 14px;
    }
    .productdetails-view .vm-product-details-inner .product-short-description h4 >i {
        color: #101427;
        font-size: 20px;
        margin-top: 0;
        vertical-align: -2px;
    }
    .productdetails-view .products-desc-tab .nav-tabs >li >a {
        font-size: 13px;
        padding: 8px;
    }
    .productdetails-view .vm-product-details-inner .product-short-description h4 {     
        font-size: 14px;
    }
    .productdetails-view .vm-product-details-inner .vm-product-title h2 {
        font-size: 18px;
    }
    .address-contact h5 {
    line-height: 150%;
}
    li.capcha {
    font-size: 13px;
    line-height: 150%;
}
    ul.list-field input, ul.list-field textarea, ul.list-field select {
        color: #666;
        border: 1px solid rgb(16, 20, 39);
        font-size: 13px;
    }
    #fading-header.sticky h1.brand .title-logo {
    vertical-align: 0px;
}
    h1.brand {
    position: relative;
    float: left;
}
    h1.brand .title-logo {
        font-size: 16px;
    }
    section.contact_footer h2 {
        font-size: 23px;
    }
    div#sp-top-bar .col-md-4 {
        position: static;
    }
    .top-social {     
        position: absolute;
        top: 0px;
        right: 15px;
    }
    #sp-top-bar .lang-switch a {
        margin-right: 4px;
    }
        h1.brand {
    padding-top: 5px;
}
    #sp-main-body.pages.page-id-3519 .container h1 {
        color: #111426;
        border-color: #111426;
    }
    #sp-main-body.pages.page-id-3519 .container h2 {
        color: #434343;
    }
    section.title-page-3519 {
    background-size: 100% auto;
    background-attachment: initial;
}
    #sp-main-body.pages.page-id-3519 .container {
        margin: 0;
    }
    div.page-id-3519 iframe {
    height: 300px;
}
    div.page-id-3516 .col-md-6 {
        font-size: 17px;
    }
div.page-id-3516 h3 {
    font-size: 14px;
}
    div.page-id-3516 ul li {
        text-align: left;
        margin-bottom: 40px;
        width: 100%;
        margin-left: 0;
        padding: 0 40px;
    }
    div.page-id-3516 ul li h2 {
        margin-top: 0;
        margin-bottom: 0px;
    }
    div.page-id-3516 ul li img {
        width: 25%;
        float: left;
        margin: 0;
    }
    .debug-page[page-id="3530"] form h1 {
        font-size: 35px;
        color: #3c89c5;
    }
    .debug-page[page-id="3530"] form {
        position: relative;
        padding: 40px 20px 0;
        width: 100%;
        color: #666;
        font-size: 16px;
    }
    section.sppb-section.new-activity h2 {
        text-align: center;
        font-size: 25px;
        margin: 0 0 10px;
    }
    a.view-all {
        float: none;
    }
    .top-menu h1.brand img {
        height: 45px;
        vertical-align: top;
    }
    
    .top-menu {
    margin: 0;
}
    body.home #sp-header {
    position: relative;
}
    #sp-footer .social_footer a {
    margin: 0 2px;
}
    .copyright .sppb-col-sm-6.social_footer {
        width: 30%;
    }
    .copyright .sppb-col-sm-6 {
        width: 70%;
        float: left;
    }
    .choose_us h2 {
        font-size: 32px;
    }
    #fading-header.sticky .top-menu {
    margin-top: 0;
}
    .top-social {
    padding: 0;
}
    .lang-switch {
        padding: 0 0 0;
        vertical-align: middle;
    }
    .top-link {
    padding: 0;
}
    div#sp-top-bar .col-md-8 {
    width: 85%;
    float: left;
}
    div#sp-top-bar .col-md-4 {
        width: 15%;
        float: left;
        padding: 0;
    }
    .top-social a {
        font-size: 12px;
    }
    .top-link span.fa {
        vertical-align: middle;
        font-size: 14px;
    }
    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: 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: 22px;
    }
    #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: 15px;
    }
    .link_top_right ul li .fa {     
        font-size: 18px;
    }
    .link_top_right ul li a {
        font-size: 17px;
    }
    
    div#sp-top1 {
        padding-right: 0;
        padding-left: 5px;
    }
    .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: 17px 0 10px;
        }
    #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_right ul li:last-child {
        position: absolute;
        right: 0;
        top: 0;
        padding:0;
    }
    h1.brand .title-logo {     
        vertical-align: 2px;
    }
    .lang-switch {
        padding: 0;
    }
    .link_top_right ul li {
        margin: 5px 3px;
        vertical-align: middle;
        display: block;
        padding-right: 40px;
    }
    div#sp-top2 {
        line-height: 0;
        padding: 0 3px 0 0;
    }
    .sp-column.lang-switch a img {
        margin: 3px;
        vertical-align: -5px;
    }
    .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;
        top: 0;
    }
}

@media screen and (max-width: 414px){
    section#contact-form h2 {
    font-size: 18px;
}
.text-our span {
    font-size: 16px;
}
.text-our2 {
    padding: 10px;
        font-size: 15px;

}
.video-background {
     margin-bottom: 0px; 
}
.video-background {
    height: 50px !important;
}
.video-background {
    min-height: 255px;
}
button#mute {
    right: 5px;
    top: 30px;
}
.container.choose_us ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.container.choose_us ul li {
    font-size: 18px;
}
    body.contact-page section#sp-page-title h1 {
    font-size: 84%;
}
    #sp-main-body.pages.page-id-3519 .container h2 {
    font-size: 22px;
    margin-top: 0;
}
    #sp-main-body.pages.page-id-3519 .container h2 {
    color: #434343;
}
    div.page-id-3519 iframe {
    height: 240px;
}
    div[page-id="3542"] h1, div[page-id="3544"] h1 {
        position: relative;
        font-size: 32%;
        right: 0;
        text-align: center;
        color: #111426;
    }
    .about_home {
    font-size: 18px;
}
    footer#sp-footer {
        padding-bottom: 20px;
    }
    #sp-footer .social_footer a {
    font-size: 14px;
    margin: 0;
}
    .new-activity ul li .item h3 {
    margin-top: 0;
}
    .new-activity li.col-md-4 {
        width: 100%;
        margin-bottom: 40px;
    }
    .container.choose_us .col-md-6 {
        width: 100%;
    }
    .choose_us h2 {
    font-size: 20px;
    }
    .top-social a {
        font-size: 18px;
    }
    .top-link a {
        font-size: 16px;
    }
    div#sp-top-bar .col-md-8 {
        width: 100%;
    }
    div#sp-top-bar .col-md-4 {
        width: 100%;
        text-align: center;
    }
    .top-social {
        text-align: center;
    }
}

@media screen and (max-width: 375px){
    button#mute {
    right: 5px;
    top: 30px;
}
    .video-background {
        min-height: 230px;
    }
    #sp-main-body.pages.page-id-3519 .container h1 {
    font-size: 33px;
}
    div.page-id-3516 ul li {     
        padding: 0 20px;
    }
    section.contact_footer h2 {     
        font-size: 18px;
    }
    section.contact_footer {
        padding-top: 30px;
    }
    .business_partner strong {
        width: 60px;
        height: 60px;     
        line-height: 54px;
    }
    .about_home {
    font-size: 18px;
}
    .top-link span.fa {    
        display: none;
    }
    .about_home h1 {
    font-size: 18px;
    padding: 10px 15px 15px;
}
    ul.category-image li {     
        padding: 5px;
    }
    .new-activity li.col-md-3 {
        width: 100%;
        float: none;
        min-height: initial;
        margin-bottom: 30px;
    }
}    

@media screen and (max-width: 320px){
    .video-background {
        min-height: 200px;
    }
    button#mute {
        right: 10px;
        top: 30px;
    }
    h1.brand .title-logo {
    line-height: 0;
    vertical-align: middle;
}
    .about_home h1 {     
        padding: 10px 10px 15px;
        text-align: center;
    }
    #sp-main-body.pages.page-id-3519 .container h2 {
    font-size: 22px;
}
    #sp-main-body.pages.page-id-3519 .container h1 {
    font-size: 18px;
}
    div.page-id-3516 h1 {
        font-size: 18px;
    }
    div.page-id-3516 h3 {     
        font-size: 18px;
    }
    .copyright .sppb-col-sm-6.social_footer {     
        padding-left: 0;
    }
    .business_partner strong {
        margin: 0;
        width: 40px;
        height: 40px;
        line-height: 38px;
        vertical-align: top;
}
    .business_partner p {     
        width: 240px;
    }
    .sp-column.lang-switch a img {
        margin: 0 1px;
    }
}    

@media screen and (max-width: 391px){
  section.contact_footer h2 a {
    font-size: 25px;
}
}    