body, p {font-family:'Kanit', sans-serif;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Kanit', sans-serif;
}
.content-allmid {
    align-items: center;
    display: flex;
    flex-flow: wrap;
}

.header {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}
.header h2 {
    display: inline-block;
    color: #484848;
    position: relative;
    z-index: 1;
    font-size: 35px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.header .img-header {
    height: 60px;
    width: 60px; 
    display: block;
    margin:0 auto;
    margin-bottom: 15px;
}
.header:after {
    content: ' ';
    display: block;
    border: 1px solid #dadada;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    width: 80px;
    margin: 0 auto;
    margin-top: 20px;
}
.header-mini {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    border-bottom: solid 1px #6dc093;
}

.header-mini h4 {
    color: #6dc093;
    margin-bottom: 0px;
}
.header-mini a {
    position: absolute;
    right: 0;
    bottom: 0px;
}

a {
    color:#013fb8;
    transition: all .3s ease;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color:#484848;
}
::selection {
    background: #6dc093;
}
.sys-product h2:hover, h2:active {
    color: #3c3c3c;
}
p { margin-bottom: 10px;}

ul {
    margin: 0px;
    padding: 0px;
}
ul.item-3-column > li {
    width: 33.33333333%;
    display: inline-block;
    float: left;
    padding: 1%;
}
ul.item-4-column > li {
    width: 25%;
    display: inline-block;
    float: left;
    padding: 1%;
}
ul.item-2-column > li {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 1%;
}
.clear-none {
    clear: none !important;
}

.btn-main {
    color: #fff;
    display: inline-block;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    padding: 8px 25px;
    background:#6dc093;
    border: 3px solid #fff;
    transition: all .5s ease;
    border-radius: 20px;
}
.btn-main:hover, .btn-mainblue:active {
    color: #6dc093;
    box-shadow: none;
    background: #fff;
}
.btn-txt {
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
}
.btn-txt:before {
    position: absolute;
    content: '';
    width:10px;
    height: 2px;
    background-color: #6dc093;
    left: -25px;
    top: 50%;
    transition: all .5s ease;
}
.btn-txt:after {
    position: absolute;
    content: '';
    width:10px;
    height: 2px;
    background-color: #6dc093;
    right: -25px;
    top: 50%;
    transition: all .5s ease;
}
.btn-txt:hover:before {
    left: -15px;
}
.btn-txt:hover:after {
    right: -15px;
}

/*Topbar*/
@keyframes glowing {
  0% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
  50% { background-color: #0094FF; box-shadow: 0 0 10px #0094FF; }
  100% { background-color: #004A7F; box-shadow: 0 0 3px #004A7F; }
}

.glow {
  animation: glowing 1800ms infinite;
}
@keyframes glowing-1 {
  0% { background-color: #007f0f; box-shadow: 0 0 3px #007f0f; }
  50% { background-color: #00ff00; box-shadow: 0 0 10px #00ff00; }
  100% { background-color: #007f0f; box-shadow: 0 0 3px #007f0f; }
}

.glow-1 {
  animation: glowing-1 1800ms infinite;
}
#topbar {
    background-color: #013fb8;
    border-bottom: none;
}
#topbar a{
    color: #fff;
}
#topbar .social-icons {
    float: left;
    margin-right: 10px;
}
#topbar .social-icons li:first-child {
    border-left: 1px solid rgba(255,255,255,0.12);
}
#topbar .social-icons li a{
    height: 39px;
    width: 50px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.12);
}
.tb-language {}
#topbar .topbar-dropdown .dropdown-list {
    background-color: #fff;
    border: solid 1px #fff;
    padding: 0px;
}
#topbar .topbar-dropdown .dropdown-list a {
    color: #333;
    padding:0px 16px;
    transition: all ease .3s;
}
#topbar.topbar-sticky {
    left: 0;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 5001;
}
.topbar-dropdown .dropdown-list a:hover {
    color: #01449f!important;
    font-weight: bold; 
}
#topbar .tb-menu-topleft {
    float: left;
        margin-left: 18px;
}
#topbar .top-menu-left > li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;    font-size: 18px;
}
#topbar .tb-menu-topright { float: right; margin-right: -42px;}
#topbar .tb-menu-topright ul li{
    position: relative;
    padding: 0 20px 0px 15px;
    border-left: 1px solid rgba(255,255,255,0.12);
    display: inline-block;
    float: left;
}
.tb-account{padding:0px;}
.tb-phone{ line-height: 40px; }
.topbar-dropdown .title {padding-right: 0px;}
@keyframes blinking {
        0%{
          background-color: #408100;
          color: #ddd;
        }
        100%{
          background-color: #222291;
          color: #fff;
        }
      }
#topbar .tb-menu-topright ul li.quick-link{
    padding: 0 28px;
    text-align: center;
    color: #010101;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #dd4e22;
    line-height: 39px;
    transition: all ease .3s;
    cursor: pointer;
    
}
#header .header-extras > ul > li > a:not(.btn), #header .header-extras > ul > li .topbar-dropdown > .title {
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    font-size: 12px;
    position: relative;
    line-height: 49px;
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
}
 .blink-one {
      animation: blinker-one 1.4s linear infinite;
      }
      @keyframes blinker-one {  
      100% { opacity: 0; }
      }
      .blink-two {
      animation: blinker-two 1.8s linear infinite;
      }
      @keyframes blinker-two {  
      100% { opacity: 0; }
      }

#topbar .tb-menu-topright ul li.quick-link:hover{
    background: #005f2a;
}
@keyframes blinking-g {
        0%{
          background-color: #222291;
          color: #ddd;
        }
        100%{
          background-color: #408100;
          color: #fff;
        }
      }
#topbar .tb-menu-topright ul li.green-link{
    padding: 0 28px;
    text-align: center;
    color: #010101;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background: #379a04;
    line-height: 39px;
    transition: all ease .3s;
    cursor: pointer;
}
#topbar .tb-menu-topright ul li.green-link:hover{
    background: #000;
}
.flag {height: 20px;}
#topbar .lang-custom {
    position: absolute;
    right: 50px;
    top: 0;
    background: #ce0900;
    color: #fff;
    padding: 8px 15px 15px 15px;
    border-radius: 0 0 13px 13px;
    font-weight: 300;
}

/*Header*/
#header #header-wrap{
    background: #fff;
    /* border-radius: 0px 0px 100px 100px; */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.7);
    border-bottom: none;
}
/*Menu*/
#mainMenu nav > ul > li {position: relative;}

#mainMenu nav > ul > li:after {
    position: absolute;
    content: '';
    height: 0px;
    width: 100%;
    left: 0%;
    opacity: 0;
    transition: all ease .5s;
}

#mainMenu nav > ul > li:after {    
    bottom: 0px;
    background: #013fb8;
}
#mainMenu nav > ul > li:hover:before,
#mainMenu nav > ul > li:hover:after {
    opacity: 1;
    height: 4px;
}
#mainMenu nav > ul > li > a {
font-family: 'Kanit', sans-serif;
    font-size: 18px;
    color: #013fb8;
    font-weight: bold;
    border-right: 1px solid #013fb8;
}
#mainMenu nav > ul > li.hover-active > a, #mainMenu nav > ul > li.hover-active > span, #mainMenu nav > ul > li.current > a, #mainMenu nav > ul > li.current > span, #mainMenu nav > ul > li:hover > a, #mainMenu nav > ul > li:hover > span, #mainMenu nav > ul > li:focus > a, #mainMenu nav > ul > li:focus > span {
    color: #01449f;
}
#header .header-extras #shopping-cart > a .shopping-cart-items {
    background: #eb242b;
    right: -12px;
    top: -9px;
}
#header .header-extras > ul > li > a:not(.btn) i {
   font-size: 18px; 
}
#header .header-extras #shopping-cart i{
    color: #e0737d;
    font-size: 18px; 
}

/*Menu Level2*/
#mainMenu nav > ul > li .dropdown-menu {
    background: #013fb8;
    border: none;
    top:85px;
}
#mainMenu nav > ul > li .dropdown-menu > li > a,
#mainMenu nav > ul > li .dropdown-menu > li > span,
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    font-family:'Kanit', sans-serif;
}
#mainMenu nav > ul > li .dropdown-menu > li > a, #mainMenu nav > ul > li .dropdown-menu > li > span, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a {
    color: #fff;
    font-size: 14px;
}
#mainMenu nav > ul > li .dropdown-menu > li.current > a, #mainMenu nav > ul > li .dropdown-menu > li.current > span, #mainMenu nav > ul > li .dropdown-menu > li:hover > a, #mainMenu nav > ul > li .dropdown-menu > li:hover > span, #mainMenu nav > ul > li .dropdown-menu > li:focus > a, #mainMenu nav > ul > li .dropdown-menu > li:focus > span, #mainMenu nav > ul > li .dropdown-menu > li:active > a, #mainMenu nav > ul > li .dropdown-menu > li:active > span, #mainMenu nav > ul > li .dropdown-menu > li.hover-active > a, #mainMenu nav > ul > li .dropdown-menu > li.hover-active > span,
#mainMenu nav > ul > li .dropdown-menu > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li > a:active, #mainMenu nav > ul > li .dropdown-menu > li > span:focus, #mainMenu nav > ul > li .dropdown-menu > li > span:hover, #mainMenu nav > ul > li .dropdown-menu > li > span:active, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:focus, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:hover, #mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:active {
    color: #ff0000 !important;
    font-weight: bold;
}
#mainMenu nav > ul > li .dropdown-submenu:before{color:#fff;}

/*banner*/
/* #slider{
    top: 39px;
    margin-bottom: 39px;
    height: 100% !important;
} */
#sh_index_z1_header_5_banner{
    top: 39px;
    margin-bottom: 39px;
    height: 100% !important;
}
.inspiro-slider .slide {
    height: 100% !important;
}
#slider .owl-stage-outer {height: 100% !important;}
#slider .owl-stage-outer .owl-stage {height: 100% !important;}
.slide{
    position: relative;
}
#slider .slide img {
    display: block;
    width: 100%;
    height: auto;
}
.slide-captions{
position: absolute;
    top: 32%;
    left: 15%;
    width: 80%;
    text-align: right;
}
.inspiro-slider .slide-captions h1 {
    font-family: 'Kanit', sans-serif;
    text-shadow: 1px 2px 0 #fff, 2px 1px 0 #fff;
    line-height: normal;
    color: #017547;
    margin-bottom: 0px;
}
.inspiro-slider .slide-captions h2 {
    font-size: 18px;
    line-height: normal;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 5px;
}
#slider .btn-main {
    color: #fff;
    display: inline-block;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
    padding: 8px 25px;
    background:#01449f;
    border: 2px solid #fff;
    transition: all .5s ease;
    font-size: 16px;
    border-radius: 20px;
}
#slider .btn-main:hover, #slider .btn-mainblue:active {
    color: #fff;
    box-shadow: none;
    background: #0077c0;
}

.owl-carousel.arrows-creative .owl-nav [class*="owl-"]:hover {
    background-color: #01449f;
}
.owl-carousel.dots-creative .owl-dots .owl-dot span {
    width: 25px;
    height: 10px;
    border-radius: 30px;
    background: transparent;
    border: 3px solid #01449f;
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.owl-carousel.dots-creative .owl-dots .owl-dot span:after {
    border-radius: 0;
    background-color: #01449f;
}
/* About Section */

.about-section {
    position: relative;
    padding-bottom: 25px;
}
/*.about-new-carousel {
    box-shadow: -20px 15px 20px 0 rgba(0,0,0,0.4);
    height: 100%;
}*/
.about-section .image-wrapper {
    position: relative;
    margin-bottom: 30px;
}

.about-section .image-wrapper .image-one {
    position: relative;
    overflow: hidden;
}

.about-section .image-wrapper .image-one img {
    position: relative;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.about-section .image-wrapper .image-one:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.about-section .image-wrapper .image-two {
    position: relative;
    margin-left: 160px;
    margin-top: -165px;
    display: inline-block;
}

.about-section .image-wrapper .image-two .image-outer {
    position: relative;
    overflow: hidden;
}

.why-chooseus-section .image-wrapper .image-one:before,
.about-section .image-wrapper .image-two .image-outer:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.why-chooseus-section .image-wrapper .image-one:hover:before,
.about-section .image-wrapper .image-two:hover .image-outer:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

@-webkit-keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes shine2 {
    100% {
        left: 125%;
    }
}

.about-section .image-wrapper .image-two .caption {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    color: #fff;
    z-index: 9;
}
.top-contact {
    padding-top: 10px;
}
.about-section .content-box {
    margin-left: 0px;
}

.about-section .content-box .icon-box {
    position: relative;
}

.about-section .content-box .icon-box .icon {
    margin-bottom: 20px;
}

.about-section .content-box .icon-box h5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
}
.sec-title h2{    font-size: 39px;
    line-height: 42px;
    margin-bottom: 10px;    color: #013fb8;}
.about-section .content-box .icon-box h2 {
    font-size: 16px;
    font-weight: 700;
}
.text p{    font-size: 18px;
    line-height: 24px;
    color: #000;}
.about-section .content-box .info-column {
    position: relative;
    margin-bottom: -15px;
}
.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-left: 70px;
}
.sec-title .sub-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    width: 50px;
    height: 2px;
    background-color: #000;
}
.about-section .content-box .info-column:first-child:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    height: 110px;
    width: 2px;
    background: url(../images/shape/shape-1.html);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.about-new-carousel img{width: 70%!important;
    margin: 0 auto;
    margin-bottom: 35px;
    box-shadow: -20px 15px 20px 0 rgba(0,0,0,0.4);}


.about-section .content-box .info-column:last-child {
    padding-left: 40px;
}

/*about*/
/*.bg-left:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 40px;
    left: 0px;
    width: 480px;
    height: 370px;
    background: #013fb8;
    border: 10px solid #ff0002;
}*/
.aboutsec {    padding-top: 125px;
    padding-bottom: 35px;
}
.aboutsec .videosection .link-box {
    position: relative;    top: 30px;
}
.ab-span-text {
    font-size: 20px;
    font-weight: bold;
    color: #013fb8;
}
.aboutsec .videosection .link-box a {
    float: left;
    margin-right: 30px;
    padding: 5px 30px;
}
.btn-style-two{
position: relative;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    padding: 5px 20px;
    font-weight: 700;
    background-color: #013fb8;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn-style-two .btn-title{
    position: relative;
}

.btn-style-two:hover{
    color:#000;
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    -o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
    box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two:before{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-two:hover:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.theme-btn {
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Kanit', sans-serif;
}
.picsidenews .about-carousel {box-shadow: -20px 15px 20px 0 rgba(0,0,0,0.4);height: 100%;}
.about-carousel .owl-nav .owl-next{opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 50%;
    background: #fff;
    margin: 0;
        top: 430px;
    left: -65px;
    box-shadow: -2px 3px 4px rgba(51, 51, 51, 0.08);
    transition: all 0.2s ease;}

    .about-carousel .owl-nav .owl-prev{opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 50%;
    background: #fff;
    margin: 0;
        top:430px;
    left: -111px;
    box-shadow: -2px 3px 4px rgba(51, 51, 51, 0.08);
    transition: all 0.2s ease;}
    .about-carousel .owl-nav .owl-prev .fa-angle-left {margin-top: -6px;}
    .about-carousel .owl-nav .owl-next .fa-angle-right {margin-top: -6px;}
.titleindex {padding: 70px 10%;text-transform: uppercase;}
.titleindex h1{text-transform: uppercase;margin-bottom: 0px;}
.bgsec1 {
    background-color: #013fb8;
    /* background-image: url(https://www.transparenttextures.com/patterns/diagmonds.png); */
    width: 100%;
    height: 430px;
    background-repeat: repeat;
    background-size: contain;
}
.videosection {
    font-size: 16px;
    color: white;
    margin-top: 25px;
}
.videosection h1{color: #fff;margin-bottom: 0px;    font-size: 40px;}
.videosection p{color: #fff;margin-bottom: 0px;    font-size: 16px;}
.picsidenews {
    margin-top: -50px;width: 75%;
    margin-left: 55px;
}
.picsidenews img{width: 100%;
}
.theme-title-ab {
    position: absolute;top:45px;
}
.theme-title-ab h2 {
    text-transform: uppercase;    color: #013fb8;    font-size: 55px;line-height: 29px;
}
.theme-title-ab h6 {
        padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 90px;
    margin-bottom: 0px;
    position: relative;
    letter-spacing: 1.5px;
    color: #f21012;
}
.theme-title-ab h6:before {
    content: '';
    width: 77px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    background: #f21012;
}
.service-thumb img{width: 100%;}
/* ----------------------------------------------------------------
    project
-----------------------------------------------------------------*/
.service-sec{padding-top: 0px;padding-bottom: 0px;}
.btn-main {
    color: #fff;
    display: inline-block;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    transition: all .5s ease;
    border-radius: 2px;
    padding: 8px 20px;
    border: 1px solid #fff;
    font-weight: bold;
    margin-top: 0px;
}
.sp-y {
    padding: 110px 0;
}
.bg-img {
    background: no-repeat 44%;
    background-size: cover;
}
.section-title--light {
    color: #bbb;
}

.section-title {
        margin-top: 25px;
    margin-bottom: 25px;
}
.section-title--light h6 {
    color: #fff;
}
.section-title h2 {
    font-size: 20px;
    font-weight: bold;
    color: #caba59;
}
.service-item {
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.service-item .service-txt {
    background-color:#013fb8;
    padding: 25px 0;
}
.service-item .service-txt h5 {
    font-weight: 600;
        color: #fff;
    margin-bottom: 0;font-size: 18px;line-height: 24px;
}
.service-item:hover .service-content {
    left: 0;
}
.service-item .service-content {
        text-align: left;
    background-color: rgba(8,11,26,.95);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    position: absolute;
    -webkit-transition: .4s;
    transition: .4s;
    left: -100%;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.service-item .service-content h5 {
color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}
.service-item .service-content h5 a {
    color: #fff;
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
/*------------------------
    port
---------------------------*/
.banner-section{padding-top: 20px; padding-bottom: 0px;}
.col-sm-6 {
    clear: none !important;
}
.bnr-item{ margin-bottom: 25px;}
.bnr-item .inner{ 
    position: relative;
    overflow: hidden;
    /*box-shadow: 4px 10px 6px #0d193d;*/
}
.bnr-item .inner a{ 
    display: inline-block;
    width: 100%;
    height: 100%;
}
.bnr-item .inner a:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #0b1635;
    transition: all 0.2s ease-in-out;
    opacity: 0;
} 
.bnr-item .inner a:hover:before{ opacity: .6;}
.bnr-item .inner span{
    position: absolute;
    bottom: 0px;
    display: inline-block;
    color: #fff;
    z-index: 2;
    padding: 0 30px;
    line-height: 50px;
    font-weight: 600;
    font-size: 1.25rem;
    padding-left: 30px;
    pointer-events: none;
    left: 0;
    right: 0;
    text-align: center;
    opacity: .82;
    background: #031c6d;
}

.bnr-item:hover .inner span{
    opacity: 1;
}
.w-100 {
    width: 100%;
}

/*------------------------
    about-home-right
---------------------------*/
.ab-img-certificates {
    bottom: -55px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    background: #01449f;
}
.ab-section{padding-bottom: 0px;}
.ab-img-certificates img{width: 100%;}
.sx-tilte {
    margin-bottom: 0px!important;
}
.about-home-2 span{color: #01449f;font-weight: bold;}
.ab-img-h4 {
    margin-bottom: 20px;
}
.about-home-left{
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-bottom: 30px;
    border: 20px solid #e8d7cb;
}
.default-btn {
    background-color: #01449f;
    text-transform: uppercase;
    font-family: "Kanit",sans-serif;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    line-height: 50px;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0 15px;
    -webkit-box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
    box-shadow: 0 3px 10px rgba(71, 44, 173, 0.2);
}
.default-btn:hover {
    background-color: #0077c0;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ab-btn {
    padding-top: 10px;
}
.about-home-right{position:relative;z-index:1;padding-bottom:60px;}
.about-home-right .about-home-before{position: absolute;top:70px;z-index: -1;right: 0px;max-width: 360px;width: 100%;}
.about-home-right .about-home-before img{width:100%;}

@media only screen and (max-width:768px){
.about-home-right .about-home-before{top: 60px;}
}

@media only screen and (max-width:640px){
.about-home-left .text-right{text-align:left !important;}
}

.about-home {max-width:369px;width:100%}
.about-home img {width:100%}

.about-home .owl-carousel .owl-dots{    position:absolute;  right:20px; margin-top:0px; top: 50%;   width:0px;    transform: translateX(-50%) translateY(-50%);}
.about-home .owl-carousel .owl-dots .owl-dot span{ width:12px; height:3px; border:none; float:right; clear:both; position:relative;}
.about-home .owl-carousel .owl-dots .owl-dot span:after{
 content:"";
 position:absolute;
 top:0;
 right:0;
 width:12px;
 height:3px;
 background-color:#000;
 -webkit-transition: all 0.5s linear;
 -moz-transition: all 0.5s linear;
 -ms-transition: all 0.5s linear;
 -o-transition: all 0.5s linear;
 transition: all 0.5s linear;
}
.about-home-2 p{font-size: 16px;}
.about-home-2 h3{font-size: 36px;
    color: #0077c0;
    margin-top: -13px;}

.about-home.owl-carousel .owl-dots .owl-dot span {
    background: #444;
}
.about-home.owl-carousel .owl-dots .owl-dot.active span{background: #f5be23;}

.about-home-left.about-right-v2{margin-left:0px; margin-top:0px; min-height: 375px;}
@media only screen and (max-width:480px) {
    .about-home-right .about-home-before{display:none;}
    .about-home {
        max-width: 100%;
        width: 100%;
    }
    .about-home-right {
        padding-bottom: 50px;
    }       
}

.home-2-about {
    position:absolute;
    left:15px;
    bottom:0px;
    right:15px;
    top:0px;
    min-height:300px;
}


.about-home-2{position:relative;z-index:1;padding:38px 0px 0px 0px;}


.about-home-3{
    position: relative;
    z-index: 1;
    padding: 30px;
}


@media only screen and (max-width:991px){
.home-2-about {
    position:inherit;
    margin-bottom:30px;
    left:auto;
    right:auto;
}   

.about-home-2{position:relative;z-index:1;padding:50px 50px 50px 0px;}  

}


@media only screen and (max-width:640px){
.about-home-2:after {
    display:none;
}   

.about-home-2{padding:0px;} 

}
.ab-img-h4 h4{font-size: 32px;
    color: #0178c0;
    line-height: 36px;}
.ab-img-h4 h4 span{color: #000;}



/*Customer Client*/

.sys-products .body .lists .lists-item .product-image-box .body-image .show_img.active {margin: 0px auto;}
#topbar .tb-menu-topright ul li.quick-link {padding: 0 15px;}



.customer-images {
    border-right: 1px solid #bebebe;
}
.customer-images img{width: 50%!important;    margin: auto;}
.certificate{padding-top: 20px;}
.sec-client {}
.sec-client .header {text-align: center;}
.sec-client .header h2 {}
.sec-client .grid li:hover {
    cursor: pointer;
    background-color: transparent;
}
.sec-client .grid li img {transition: all ease .3s;}
.sec-client .grid li{opacity: 1;}
.sec-client .grid li:hover img {transform: scale(1.05);}
.customer-section{padding-top: 50px;padding-bottom: 30px;}
.heading h2 {
    font-size: 36px;
    font-family: 'Kanit', sans-serif;
    line-height: 42px;
    color: #0d2a52;
    margin-bottom: 0px;
}
.heading {
    margin-bottom: 0px;
    text-align: center;
}
.heading:after {
border-top: 3px solid #01449f;
    display: block;
    width: 150px;
    content: "";
    margin: 0px auto 0;
    padding-bottom: 30px;
}


/*blog*/
.blog-section{    padding-bottom: 0px;
    padding-top: 30px;}
.h-inner-carousel .owl-stage-outer{height: 550px;}
.h-inner-carousel .owl-nav .owl-next {
    right: -24px;
}
.h-inner-carousel .owl-nav .owl-prev {
    left: -24px!important;
}
.post-excerpt p{overflow: hidden;
    display: -webkit-box;
    height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
line-height: 20px;}
h5.entry-title {
    font-size:20px;
    line-height: 24px;
}
.tm-sc-blog.blog-style1-current-theme .isotope-item-inner {
  overflow: visible; }

.tm-sc-blog.blog-style1-current-theme article {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  background-color: #fff;
  border-radius: 7px 7px 0 0; }
  .tm-sc-blog.blog-style1-current-theme article .entry-header {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
    transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
    .tm-sc-blog.blog-style1-current-theme article .entry-header .thumb {
      border-radius: 7px 7px 0 0; }
    .tm-sc-blog.blog-style1-current-theme article .entry-header .link {
      background: #01449f;
      position: absolute;
      left: 0;
      top: 45%;
      border-radius: 25px;
      right: 0;
      height: 50px;
      width: 50px;
      color: #fff;
      padding: 10px;
      text-align: center;
      margin: 0 auto;
      z-index: 1;
      opacity: 0;
      transition: all 0.4s ease-in-out; }
      .fa-chain:before, .fa-link:before {
    line-height: 30px;
}
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-blog.blog-style1-current-theme article .entry-header .link {
          transition: none; } }
  .tm-sc-blog.blog-style1-current-theme article .entry-content {
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    position: relative; }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .post-single-meta {
      background: #01449f;
      color: #fff;
      display: inline-block;
      padding: 8px 20px;
      margin-bottom: 20px;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 1px;
      z-index: 1;
      position: absolute;
      right: 30px;
      top: -17px;
      transition: all 0.3s ease; }
      @keyframes blinking-new {
        0%{
          background-color: #ff0000;
          color: #ddd;
        }
        100%{
          background-color: #0077c0;
          color: #fff;
        }
      }
      .tm-sc-blog.blog-style1-current-theme article .entry-content .post-new-meta {
    background: #01449f;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    /* margin-bottom: 20px; */
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
    position: absolute;
    right: 30px;
    top: -228px;
    transition: all 0.3s ease;
        border-radius: 20px;
        animation: blinking-new 1s infinite;
}
.tm-sc-blog.blog-style1-current-theme article .entry-content .post-new-meta a {
    color: #fff;font-size: 15px;
}
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-blog.blog-style1-current-theme article .entry-content .post-single-meta {
          transition: none; } }
      .tm-sc-blog.blog-style1-current-theme article .entry-content .post-single-meta i {
        display: none; }
      .tm-sc-blog.blog-style1-current-theme article .entry-content .post-single-meta a {
        color: #fff; }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .entry-title {
      margin-top: 0;
      height: 47px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
    .tm-sc-blog.blog-style1-current-theme article .entry-content .post-excerpt {
      margin-bottom: 20px;
      border-bottom: 1px solid #eee;
      padding-bottom: 20px; }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .entry-meta {
      font-size: 14px;
      margin-bottom: 1.2rem;
      color: #999; }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .post-btn-readmore {
      float: left; }
      .tm-sc-blog.blog-style1-current-theme article .entry-content .post-btn-readmore .btn-plain-text {
        color: #F89D35;
        font-size: 12px; }
        .tm-sc-blog.blog-style1-current-theme article .entry-content .post-btn-readmore .btn-plain-text:hover, .tm-sc-blog.blog-style1-current-theme article .entry-content .post-btn-readmore .btn-plain-text:focus {
          color: #000; }
  .tm-sc-blog.blog-style1-current-theme article:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15); }
    .tm-sc-blog.blog-style1-current-theme article:hover .entry-header {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px); }
      .tm-sc-blog.blog-style1-current-theme article:hover .entry-header .link {
        opacity: 1;
        transform: rotateY(180deg); }



/*Promotion*/
.sec-promotion {
    background: url(../images/promotion/promotion-bg.html);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; 
}
.sec-promotion .header {}  
.sec-promotion .header h2{}
.sec-promotion .promotion-group{}
.sec-promotion .promotion-group .promotion-item {padding: 10px; position: relative;}
.sec-promotion .promotion-item .promotion-inner {
    position: relative;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.sec-promotion .promotion-item .promotion-img {}
.sec-promotion .promotion-item .promotion-img img {}
.sec-promotion .promotion-item .promotion-detail {
    position: absolute;
    left: 110px;
    top: 0px;
    width: 26%;
    height: 100%;
    z-index: 1;
    align-items: center;
    display: flex;
    flex-flow: wrap;
    text-align: center;
}
.sec-promotion .promotion-item .promotion-detail h3 {
    font-family:'Kanit', sans-serif;
    text-shadow: 2px 2px 0 #01449f, 4px 4px 0 #eb242b;
    margin-bottom: 10px;
    color: #fff;
    font-size: 32px;
    letter-spacing: 2px;
    transition: all ease .3s;
}
.sec-promotion .promotion-item .promotion-detail p {
    margin-bottom: 3px;  color: #fff;
    font-size: 16px;
    transition: all ease .3s;
}
.sec-promotion .promotion-item .promotion-detail p.mark-txt {
    font-size: 22px;
    margin-bottom: 10px;
}
.sec-promotion .promotion-item .promotion-detail p.mark-txt strong {
    font-size: 24px;
}
.sec-promotion .promotion-item .promotion-detail .btn-main{
    margin-top: 10px;
    padding: 3px 10px;
    border-width: 2px;
    background: transparent;
}
.sec-promotion .promotion-item .promotion-inner:hover .promotion-detail h3 {
    text-shadow: 3px 3px 0 #01449f, 6px 6px 0 #eb242b;
}
.sec-promotion .promotion-item .promotion-inner:hover .promotion-detail p {
    text-shadow: 5px 12px 10px rgba(0,0,0,.5);
}
.sec-promotion .promotion-item .promotion-detail .btn-main:hover{
    background: #fff;
}

.sec-promotion .owl-carousel .owl-nav [class*="owl-"]{
    top: 43%;
}
.sec-promotion .owl-carousel .owl-controls .owl-nav .owl-next,.sec-promotion .owl-carousel .owl-controls .owl-nav .owl-prev {
    background: transparent;
    color: #fff;
    border: 3px solid #01449f;
    border-radius: 0px;
}
.sec-promotion .owl-carousel .owl-nav [class*="owl-"] i {
    color: #01449f;
}

/*Product*/
.sec-product {
    background: url('../images/product/product-topbg.html');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
.sec-product .header {}
.sec-product .header h2{}
.sec-product .product-group{}
.sec-product .product-group .product-item {}
.sec-product .product-item .product-inner {
    padding:5px 5px 20px;
    border: 1px solid #eee;
    transition: all ease .3s;
}
.sec-product .product-item .product-img {position: relative; overflow: hidden;}
/*.sec-product .product-item .product-img:after {
    position: absolute;
    content: '';
    background:rgba(228, 59, 65, 0.4);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 0.3s ease 0s;
    opacity: 0;
}*/
.sec-product .product-item .product-inner:hover .product-img:after {
    opacity: 1;
}
.sec-product .product-item .product-img img {width: 100%;}
.sec-product .product-item .product-detail {padding: 10px; text-align: center;}
.sec-product .product-item .product-detail h4 {margin-bottom: 5px; line-height: 26px;}
.sec-product .product-item .product-detail p {margin-bottom: 5px; line-height: 25px;}
.sec-product .product-item .product-detail p.price {margin-bottom: 5px; font-size: 16px; font-weight: 600;}

.sec-product .product-item .product-btn {
    /*position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s ease 0s;*/
    text-align: center;
    padding:0 10px 5px;
}
.sec-product .product-item .product-inner:hover .product-btn {
    opacity: 1;
}
.sec-product .product-item .product-inner:hover {
    box-shadow: 4px 10px 10px rgba(0,0,0,0.2);
}

.sec-product .product-item .product-btn .btn-addcart {
    padding: 7px 10px;
    margin: 0px 3px;
    background: #63bf8d;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
} 
.sec-product .product-item .product-btn .btn-addcart:hover {
    background: #01449f;
}
.sec-product .product-item .product-btn .btn-addcart img{ 
    height: 21px;
    width: auto;
    display: inline-block;
    padding-right: 5px 
}
.sec-product .product-item .product-btn .btn-readmore {
    padding: 5px 12px;
    margin: 0px 3px;
    border: 1px solid #6dc093;
    border-radius: 20px;
    cursor: pointer;
}
.sec-product .product-item .product-btn .btn-readmore:hover {
    background: #01449f;
    border-color: #01449f;
    color: #fff;
}

/*Product Slide*/
.product-slide {padding: 60px 0 20px; background: #acdcca;}
.product-slide .header .img-header {
    filter: brightness(0) invert(1);
}
.product-slide .header h2{color: #fff;text-shadow: 2px 2px 0 #01449f, 4px 4px 0 #06a74f;}
.product-slide .product-group .product-item{padding: 10px 10px 16px;} 
.product-slide .product-group .product-item .product-inner {
    padding: 15px 3px;
    background: #f6f9f7;
    border-radius: 10px;
}

.product-slide .owl-carousel .owl-nav [class*="owl-"] {
    height: 50px;
    width: 40px;
    line-height: 50px;
    top: 45%;
    opacity: 1;
    background-color: transparent;
    border: none;
}
.product-slide .owl-carousel .owl-nav [class*="owl-"] i {
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    transition: all ease .3s;
}
.product-slide .owl-carousel .owl-nav [class*="owl-"]:hover {
    box-shadow: none;
    border-color: transparent;
}
.product-slide .owl-carousel .owl-nav [class*="owl-"]:hover i {
    color: #01449f;
}
.product-slide .owl-carousel .owl-nav .owl-prev, .product-slide .owl-carousel:hover .owl-prev {
    left: -30px;
}
.product-slide .owl-carousel .owl-nav .owl-next, .product-slide .owl-carousel:hover .owl-next {
    right: -30px;
}

/*Brand*/
.sec-brand {
    padding-bottom: 10px;
}
.sec-brand .brand-items {
    padding: 0 10px;
    position: relative;
    transition: all .5s ease;
}
.sec-brand .brand-items:before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #eee;
}
.sec-brand .brand-inner{
    overflow: hidden;
}
.sec-brand .brand-items .brand-inner img {
    width: 100%;
    height: auto;
    transition: all .5s ease;
}
.sec-brand .brand-items:hover .brand-inner img {
    transform: scale(1.03);
} 

.sec-brand .owl-carousel .owl-nav [class*="owl-"] {
    height: 50px;
    width: 50px;
    line-height: 50px;
    top: 50%;
    opacity: 1;
    background-color: transparent;
    border: none;
}
.sec-brand .owl-carousel .owl-nav [class*="owl-"] i {
    line-height: 50px;
    font-size: 30px;
    color: #0077c0;
    transition: all ease .3s;
}
.sec-brand .owl-carousel .owl-nav [class*="owl-"]:hover {
    box-shadow: none;
    border-color: transparent;
}
.sec-brand .owl-carousel .owl-nav [class*="owl-"]:hover i {
    color: #fd0000;
}
.sec-brand .owl-carousel .owl-nav .owl-prev, .sec-brand .owl-carousel:hover .owl-prev {
    left: -40px;
}
.sec-brand .owl-carousel .owl-nav .owl-next, .sec-brand .owl-carousel:hover .owl-next {
    right: -40px;
}
/* services */
.services{padding-bottom: 20px;}
.section-title-area {
    padding-bottom: 60px;
}
.relative-position {
    position: relative;
}
.section-title .title-bg {
    font-size: 159px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0px;
}
.section-title .title-head {
    left: 0;
    right: 0;
    bottom: -35px;
    position: absolute;
}
.section-title .title-head h2 {
font-size: 37px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #fff;
}
.section-title .title-head p {
        color: #fff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}
.section-title .title-head p:after, .section-title .title-head p:before {
    top: 10px;
    content: '';
    height: 3px;
    width: 60px;
    position: absolute;
    background-color: #01a7d9;
}
.section-title .title-head p:before {
    left: -80px;
}
.section-title .title-head p:after {
    right: -80px;
}
.bg-dark {
    background-color: #013fb8;
    color: #fff;
}
.row-base {
    margin-top: -3em;
}
.col-base {
    margin-top: 3em;
}
.text-white {
    color: #fff;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media-right p{color: #fff;
    line-height: 22px;}
.media-left, .media>.pull-left {
    padding-right: 0px;    width: inherit;
}
i.icon {
    line-height: inherit;
    width: auto;
    height: auto;
}

.icon {
    display: inline-block;
    font-size: 3.5em;
}
.media-left img{width: 60%;    margin-left: 25px;}


/*footer*/
.ft-content {
    margin-top: 15px;
}
.ft-logo img{width: 50%;}
.widget-contact-us img{width: 15%;}
footer .widget {
    margin-bottom: 10px;
    margin-top: 10px;
}
footer {
    padding-bottom: 0px;
    background: transparent;
    position: absolute;
    padding-top: 60px;
}
.social-col {
    background-color: #ff0002;
}
#footer {
    border-top: none;
    font-size: 14px;
        padding-top: 0px;
}
.footer-content {
    padding: 20px 0px 20px;
    background: #fff;
}
.ft-content p{line-height: 20px;}
#footer,#footer h4 ,#footer strong {
    color:#013fb8 !important;
}
 #footer a {
    color:#000 !important;
}
.widget-contact-us{color: #000;}
 #footer a:hover {color: #000 !important;}
}
.widget-title, #footer h4 {
    font-family:'Kanit', sans-serif;
    margin-bottom: 10px;
}

#footer .fa-map-marker:before {
    content: "\f041" !important;
}

#footer .ft-logo {text-align: center;}
#footer .ft-logo img.logo {
    height: 120px;
    width: auto;
    margin-bottom: 10px;
    margin-top: 0px;
    max-width: unset;

}

footer .icon-box.small .icon {
  margin-left: 15px;
  transition: 0.3s;
  width: 30px;
  height: 30px;
  left: 0;
}
footer .icon:hover,
footer .icon img:hover {
  cursor: pointer;
}
footer .icon img {
  margin-top: 3px;
}
footer .icon-box.small {
  margin-bottom: 10px;
  width: 100%;
}
footer .icon-box.small.last-child {
  border-right: none !important;
}
footer .icon-box.small > h3 {
  margin: -4px 0px -5px 50px;
}
footer .icon-box.small > h3 a {
  font-family: "Kanit", "Arial", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}
footer .icon-box.small > p {
  margin: -2px 0 20px 50px;
  color: #fff;
}
.widget-contact-us h4 {
    font-size: 18px;
    margin-top: 4px;
}
.ft-menu h4 {
    margin-left: 30px;
}
.ft-menu .list {
    margin-left: 30px;
}
.icon-box .icon img {
    width: 30px;
    margin-top: 0px;
}
.ft-logo h1{font-size: 22px;
    font-weight: bold;
    color: #0077c0;}
#footer .list-icon li {
    margin-bottom: 0px;
    margin-left: 26px;    color: #000;
}
#footer .list-icon i {
    margin-right: 0px;
    width: 25px;
    margin-left: -24px;
}

#footer .line-btn  {
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #00c300;
    border-radius: 10px;
    background-color: transparent;
    color: #fff;
    /*box-shadow: 2px 2px 2px #007900;*/
    font-weight: 600;
    font-size: 14px;
    color: #fff!important;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
#footer .line-btn span{
    color: #00c300!important;
    margin-bottom: 0px;
    margin-left: 40px;
    line-height: 20px;
    margin-top: 0px;
    font-weight: normal;
    letter-spacing: 0.6px;
}
#footer .line-btn span.line-title {
    display: block;
    font-size: 17px;
    font-weight: 600;
}
#footer .line-btn img {
    position: absolute;
    display: inline-block;
    height: 45px;
    width: 45px!important;
    clear: right!important;
    top: 0px;
    left: 0px;
}

#footer .line-btn:hover img, #footer .social-line:hover img {
    animation: toTopFromBottom 0.3s forwards;
}

.social-line:hover a{background: #00c300;}
#footer .social-icons .social-line a{background: #00c300; }
#footer .social-icons .social-line img {height: 20px !important;
    width: 20px;
    margin-bottom: 3px;
    display: inline-block !important;}
#footer .line-btn:hover {
    color: #fff !important;
    background-color: #fff;
    box-shadow: none;
}
#footer .massenge-btn:hover img, #footer .social-massenge:hover img {
    animation: toTopFromBottom 0.3s forwards;
}
.social-massenge:hover a{background: #5d82d1;}
#footer .social-icons .social-massenge a{background: #5d82d1; }
#footer .social-icons .social-massenge img {height: 17px !important; display: inline-block !important;}
#footer .massenge-btn:hover {
    color: #fff !important;
    background-color: #fff;
    box-shadow: none;
}
#footer .map-btn:hover img, #footer .social-map:hover img {
    animation: toTopFromBottom 0.3s forwards;
}
.social-map:hover a{background: #5d82d1;}
#footer .social-icons .social-map a{background: #5d82d1; }
#footer .social-icons .social-map img {    height: 100%;
    width: 100%;margin-bottom: 4px; display: inline-block !important;}
#footer .map-btn:hover {
    color: #fff !important;
    background-color: #fff;
    box-shadow: none;
}
#footer .shop-btn:hover img, #footer .social-shop:hover img {
    animation: toTopFromBottom 0.3s forwards;
}
.social-shop:hover a{background: #01449f;}
#footer .social-icons .social-shop a{background: #01449f; }
#footer .social-icons .social-shop img {height: 17px !important; display: inline-block !important;}
#footer .shop-btn:hover {
    color: #fff !important;
    background-color: #fff;
    box-shadow: none;
}
#footer .gmail-btn:hover img, #footer .social-gmail:hover img {
    animation: toTopFromBottom 0.3s forwards;
}
.social-gmail:hover a{background: #f00;}
#footer .social-icons .social-gmail a{background: #f00; }
#footer .social-icons .social-gmail img {height: 17px !important; display: inline-block !important;}
#footer .gmail-btn:hover {
    color: #fff !important;
    background-color: #fff;
    box-shadow: none;
}
#footer .social-icons {
    display: table;
    float: unset;
    margin: 0 auto;margin-top: 15px; 
}
 #footer .social-icons a {color: #fff!important;}


#footer .copyright-content {
    background-color: #01449f;
    border-top: none;
    min-height: 0px;
    padding: 5px 0;
}
.copyright-text {
    font-size: 12px;
    color: #fff;
    padding: 0px;
    font-weight: 300;
    letter-spacing: 0.8px;
    text-align: center;
}

#goToTop{
    bottom: 48px !important;
    right: 10px;
}
#goToTop:after, #goToTop:before {
    background-color: #6dc093;
}

.engine_by_shopup_bottom{
    background-color: transparent;
    border-top: none;
    color: #fff;
    padding: 3px;
}
div.engine_by_shopup_bottom span.engine_by_shopup_bottom_span {
    color: #000;
}
.lines, .lines:before, .lines:after {
    background-color: #000 !important;
}

@media (min-width: 360px) and (max-width: 767px){


#topbar.topbar-sticky {left: 0;position: unset;top: 0px;width: 100%;/* z-index: 5001; */}
#topbar .tb-menu-topright {float: left;margin-right: 0px;}
.topbar-dropdown {position: relative;top: -59px;}
a.title {color: #fff!important;}
#header {top: 0px;}
#slider {top: 0px;margin-bottom: 0px;height: 100% !important;}
li.search-m {position: absolute;left: 35px;top: 15px;}
#mainMenu nav > ul > li .dropdown-menu > li > a{    color: #000;}
.inspiro-slider .slide-captions h1{font-size: 26px;}
.inspiro-slider .slide-captions h2{font-size: 12px;}
#slider .btn-main {border: 2px solid #fff;font-size: 10px;padding: 0px 15px;}
.slide-captions {top: 9%;}
.sec-title h2 {font-size: 20px;line-height: 26px;}
.text p {font-size: 14px;line-height: 18px;color: #000;}
.icon-box {margin-bottom: 24px;}
.about-section .content-box .info-column:last-child {padding-left: 16px;}
.service-item {margin-bottom: 20px;}
.banner-section {padding-top: 0px;padding-bottom: 0px;}
.blog-section {padding-bottom: 0px;padding-top: 0px;}
.heading h2 {font-size: 30px;}
.media-left, .media>.pull-left {padding-right: 0px; width: 35%;}
.col-base { margin-top: 15px;}




}
