﻿@charset "UTF-8";
@font-face {
  font-family: 'Saira';
  src: url("../fonts/Saira-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'Saira';
  src: url("../fonts/Saira-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Saira';
  src: url("../fonts/Saira-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'Saira';
  src: url("../fonts/Saira-SemiBold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'Saira';
  src: url("../fonts/Saira-Bold.ttf") format("truetype");
  font-weight: bold;
}

@font-face {
  font-family: 'RobotoCondensed';
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face
{
    font-family:'ArialRoundedMTforSE_Latin';
    src:url('../fonts/ArialRoundedMTforSE-Light_Latin.woff2') format('woff2'),url('../fonts/ArialRoundedMTforSE-Light_Latin.woff') format('woff');
    font-weight:300;font-style:normal;
    }
 @font-face
 {
     font-family:'ArialRoundedMTforSE_Latin';
  src:url('../fonts/ArialRoundedMTforSE-Regular_Latin.woff2') format('woff2'),url('../fonts/ArialRoundedMTforSE-Regular_Latin.woff') format('woff');
  font-weight:400;font-style:normal;
  }
  @font-face
  {
      font-family:'ArialRoundedMTforSE_Latin';
      src:url('../fonts/ArialRoundedMTforSE-Bold_Latin.woff2') format('woff2'),url('../fonts/ArialRoundedMTforSE-Bold_Latin.woff') format('woff');
      font-weight:700;
      font-style:normal;
      }
    
object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
}
body {
  font-size: 13px;
  font-family: 'ArialRoundedMTforSE_Latin',Arial,'Helvetica Neue',Helvetica,sans-serif;
  line-height: 1.72;
  color: #333;
}
b, strong, th {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sub, sup {
  font-size: 75%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:hover {
  color:#1b7dc8;
}
del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 20px 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a, a:hover, a:focus, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ol, ul, li {
  padding: 0;
  list-style: none;
  margin: 0;
}

label {
  font-weight: normal;
}

input[type="text"], input[type="email"], input[type="password"] {
  padding-left: 12px;
  padding-right: 12px;
}

select {
  padding-left: 8px;
}

input[type="number"] {
  padding-left: 5px;
}

textarea {
  padding: 8px 12px 5px 12px;
}

input, textarea, select, button, a {
  outline: none;
}

button {
  border: none;
  background: none;
  padding: 0;
}

* {
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-top: constant(safe-area-inset-top);
}

.solution-post .img img, .partner-cas .item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 260px;  
  max-height: 180px; 
  margin: auto;
  text-align:center;
  
}

.col-xs-f20, .col-sm-f20, .col-md-f20, .col-lg-f20 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.carousel {
  z-index: 0;
  
}

.carousel .img img {
  display: block;
  width: 100%;
}

.carousel-fade.carousel .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade.carousel .carousel-inner .item, .carousel-fade.carousel .carousel-inner .active.left, .carousel-fade.carousel .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade.carousel .carousel-inner .active, .carousel-fade.carousel .carousel-inner .next.left, .carousel-fade.carousel .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade.carousel .carousel-inner .next, .carousel-fade.carousel .carousel-inner .prev, .carousel-fade.carousel .carousel-inner .active.left, .carousel-fade.carousel .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel .carousel-indicators {
  z-index: 2;
  line-height: 1;
  
  font-size: 12px;
  padding-top:15px ;
  padding-bottom:15px;
  opacity: 0.8;
  width:100%;
  bottom:0px;
  left:30%;  
}

.carousel .carousel-indicators li {
  vertical-align: middle;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0 4px;
}

.carousel .carousel-indicators li.active {
  background: #0855ad;
  margin: 0 4px;
  border-color: #0855ad;
}

.carousel .slider-arrow {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  text-align: center;
  top: 50%;
  opacity: 0.5;
}

.carousel .slider-arrow img {
  display: block;
  height: 100%;
}

.carousel .slider-arrow:hover {
  opacity: 1;
}

.carousel .slider-arrow.prev {
  left: 15px;
}

.carousel .slider-arrow.next {
  right: 15px;
}

.c-img {
  display: block;
  position: relative;
  padding-top: 100%;
}

.c-img img, .c-img .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.hv-over {
  display: block;
  position: relative;
}

.hv-over:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-over:hover:after {
  background: rgba(8, 85, 173, 0.4);
}

.hv-scale {
  overflow: hidden;
  display: block;
}

.hv-scale img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-scale:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hv-light {
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.hv-light:before, .hv-light:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.hv-light:before {
  right: 0;
  bottom: 0;
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hv-light:after {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.75s ease-in-out;
  -moz-transition: 0.75s ease-in-out;
  -ms-transition: 0.75s ease-in-out;
  -o-transition: 0.75s ease-in-out;
  transition: 0.75s ease-in-out;
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.hv-light:hover:before {
  background: rgba(255, 255, 255, 0.2);
}

.hv-light:hover:after {
  -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.s-content
{
    font-size:14px;
    line-height:20px;
    padding-bottom:10px;
}
.s-content a:hover
{
	cursor:pointer;
	 color: #ff9d03;
    text-decoration: underline;
}
.s-content ol {
  list-style: decimal;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content ul {
  list-style: initial;
  margin-left: 15px;
  margin-bottom: 10px;
}

.s-content li {
  list-style: inherit;
  margin-bottom: 5px;
}

.s-content p {
  margin-bottom: 10px;
}
.s-content div {
  margin-bottom: 10px;
}
.s-content img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  width: auto !important;
  height: auto !important;
}
.s-content-icon img {
    width: 30px;
    height: 27px;
    cursor: pointer;
    padding: 3px;
}
.s-content table, .s-content iframe {
  max-width: 100%;
}

.s-social .fb_iframe_widget, .s-social a.pinterest {
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
}

.slick-list {
  margin: 0 0px;
}

.slick-list .slick-slide {
  margin: 0 0px;
}

.slick-arrow {
  cursor: pointer;
  z-index: 1;
  text-align: center;
  position: absolute;
}

.slick-dots {
  text-align: center;
}

.slick-dots button {
  display: none;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border: solid 2px #666;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #666;
}

.table {
  display: table;
  margin: 0;
}

.table .line {
  display: table-row;
}

.table .cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
  vertical-align: middle;
  -webkit-object-fit: cover;
  -moz-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.col-xs-f20 {
  float: left;
  width: 20%;
}

@media (min-width: 768px) {
  .col-sm-f20 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 992px) {
  .col-md-f20 {
    float: left;
    width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-lg-f20 {
    float: left;
    width: 20%;
  }
}

.row-ibl {
  font-size: 0;
}

.row-ibl>[class^="col-"] {
  font-size: 14px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.row-ibl:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.row-ibl.mid>[class^="col-"] {
  vertical-align: middle;
}

.row-ibl.bot>[class^="col-"] {
  vertical-align: bottom;
}

.row-ibl>[class^="col-"].i-mid {
  vertical-align: middle;
}

.row-ibl>[class^="col-"].i-top {
  vertical-align: top;
}

.row-ibl>[class^="col-"].i-bot {
  vertical-align: bottom;
}

.pad-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pad-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.pad-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pad-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.col-mar-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.col-mar-0>div[class^="col-"] {
  padding-left: 0px;
  padding-right: 0px;
}

.col-mar-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.col-mar-5>div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.col-mar-8 {
  margin-left: -8px;
  margin-right: -8px;
}

.col-mar-8>div[class^="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.col-mar-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.col-mar-10>div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.text-justify {
  text-align: justify;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.ic {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.smooth {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media all and (max-width: 1199px) {
  .md-left {
    text-align: left;
  }
  .md-center {
    text-align: center;
  }
  .md-right {
    text-align: right;
  }
}

@media all and (max-width: 991px) {
  .sm-left {
    text-align: left;
  }
  .sm-center {
    text-align: center;
  }
  .sm-right {
    text-align: right;
  }
}

@media all and (max-width: 767px) {
  .xs-left {
    text-align: left;
  }
  .xs-center {
    text-align: center;
  }
  .xs-right {
    text-align: right;
  }
  .xs-pad-7 {
    margin: 0 -7px;
  }
  .xs-pad-7>div[class^="col-"] {
    padding: 0 7px;
  }
  .xs-pad-5 {
    margin: 0 -5px;
  }
  .xs-pad-5>div[class^="col-"] {
    padding: 0 5px;
  }
}



.delay02 {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay04 {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay06 {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay08 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay10 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay12 {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.dura5 {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.dura15 {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.dura20 {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

.dura100 {
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -ms-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}

header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

header .logo {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 0;
}

header .logo img {
  display: block;
  width: 110px;
  height: 110px;
}
 .top2left
    {
       
        float:left;
    }
     .top2right
    {
       
        float:right;
        text-align:left;
    }
.ic-phone {
  width: 15px;
  height: 19px;
  background-image: url("../images/ic-phone.png");
}

.ic-industry {
  width: 14px;
  height: 13px;
  background-image: url("../images/icon1.png");
}

.ic-next {
  width: 24px;
  height: 38px;
  background-image: url("../images/ic-next.png");
}

.ic-next-1 {
  width: 24px;
  height: 38px;
  background-image: url("../images/ic-next-1.png");
}

.ic-prev-1 {
  width: 24px;
  height: 38px;
  background-image: url("../images/ic-prev-1.png");
}

.ic-prev {
  width: 24px;
  height: 38px;
  background-image: url("../images/ic-prev.png");
}

.language {
  display: inline-block;
  font-family: 'RobotoCondensed';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  border: solid 1px #6c6d6e;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  margin-left: 32px;
  user-select: none;
}

.language ul {
  position: absolute;
  border-radius: 8px;
  overflow: hidden;
  right: 50%;
  z-index: 1;
  margin-top: 8px;
  box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
  display: none;
  width: 65px;
  margin-right: -33px;
  background: #1d1d1d;
}

.language ul a {
  display: block;
  border-bottom: solid 1px #f1f1f1;
  padding: 5px 5px;
  background: #2c2f33;
}

.language ul a:hover {
  color: #ff9d03;
}

.language:after {
  position: absolute;
  top: 0;
  right: -15px;
  font-family: "FontAwesome";
  content: "";
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.top {
 height:130px;
 background-color:#ffffff;
 text-transform: uppercase;
}


.toprow0
{
    padding-top:30px;
}
.toprow01
{
    padding-bottom:20px;
}
.toprow1
{
    text-align:right;   
}
.toprow2
{
    text-align:right;
}
.nav-top {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  margin-left: 45px;
  vertical-align: middle;
  font-weight: 300;
}

.nav-top.v1 {
  margin-left: 0;
}

.nav-top a {
  margin-right: 5px;
  font-weight: 300;
  position: relative;
}

.nav-top a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 1px;
  background: #fff;
}

.nav-top a:hover {
  color: #ff9d03;
}

.nav-top .ic-phone {
  position: absolute;
  top: -2px;
  left: -15px;
}

.top-contact {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
}

.top-contact a:hover {
  color: #ff9d03;
}

.top-contact>a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}

.top-contact>a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 1px;
  background: #fff;
}

.top-contact>a:hover {
  color: #ff9d03;
}

.col-static {
  position: static;
}

.main-nav {
  margin-right: 0px;
  position: static;
  background-color:#529801;
  margin-top:2px;  
}

.main-nav>ul {
  font-size: 0;
  width: 98%;
  display: table;
 
}

.main-nav>ul>li {
  text-align: center;
  font-size: 14px;
  display: table-cell;
 
}
.main-nav>ul>li:first-child {
  padding-left: 50px;
}
.main-nav>ul>li:last-child {
  margin-right:  50px;
}

.main-nav>ul>li>a {
  display: block;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  line-height: 20px;
  padding: 8px 0px 8px 0px;
}

.main-nav>ul>li:hover {
  color: #000000;
  background: #a4c97c;  
}
.main-nav>ul>li:hover>.sub-menu {
  margin-top: 0;
  pointer-events: all;
  opacity: 1;
}

.main-nav li {
  position: static;
  text-align: left;
}

.main-nav li .sub-menu {
  pointer-events: none;
  position: absolute;  
  top: 100%;
  z-index: 2;
  display: block;
 background: #a4c97c;
  font-size: 16px;
  color: #ff9d03;  
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width:auto;
}
.main-nav li .sub-menu a {
  color: #000;
  text-transform:uppercase;
  font-weight:bold;
  font-size: 13px;
}

.main-nav li .sub-menu a:hover {
  color: #ffffff;
}
    
.header {
  background: #f3f3f3;
  /*box-shadow: 0px 0px 16px 4px #bfbfbf inset;*/
}

.fixed .top {
  display: none;
}

/*.fixed .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 5s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
}*/
.calltop {
  display: inline-block;
  vertical-align: middle;
  position: relative;
 color:#ff9d03;
 font-size:24px;
 text-align:left; padding-right:10px;
}
.calltop img{
  padding-right:5px;
}
.search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
 
}

.search>button {
  font-size: 23px;
  color: #137bc0;
}

.search>button:hover {
  color: #fa8b07;
}

.search .ct {
  position: absolute;
  background: #fff;
  padding: 15px 20px;
  width: 300px;
  right: 0;
  z-index: 1;
  box-shadow: 0 0 5px 0 rgba(102, 102, 102, 0.4);
  display: none;
  margin-top: 15px;
  border-radius: 3px;
}

.search-fr {
  position: relative;
}

.search-fr input {
  width: 100%;
  font-size: 13px;
  height: 38px;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.search-fr button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  color: #222;
  font-size: 14px;
}

.header-static {
  position: relative;
}

.slide-cas {
  position: relative;
  margin-bottom: 85px;
  box-shadow: 0 10px 15px 0 rgba(199, 199, 199, 0.86);
}

.slide-cas .slick-list {
  margin: 0;
}

.slide-cas .slick-slide {
  margin: 0;
}

.slide-cas img {
  width: 100%;
  min-height: 200px;
}

.slide-cas .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(39, 41, 43, 0.8);
  padding: 5px 0;
}

.slide-cas .slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  border: none;
}

.slide-cas .slick-dots .slick-active {
  background: #ff9d03;
  border: none;
}

.h-info {
  margin-bottom: 30px;
}

.h-info .text-top {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  color: #9d9d9D;
  line-height: 21px;
  letter-spacing: 1.4px;
}

.h-info .title-info {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff9d03;
  line-height: normal;
  margin-bottom: 10px;
}
.h-info .title {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ff9d03;
  margin-bottom: 6px;
  
}

.h-info .title-info span {
  color: #09a926;
}

.h-info .text {
  text-align: justify;
  margin-bottom: 21px;
}

.h-info ul a {
  display: block;
  margin-bottom: 7px;
}

.h-info ul a i {
  color: #0855ad;
  font-weight: 500;
  margin-right: 7px;
}

.h-info .see-more {
  margin-right: 40px;
  display: inline-block;
  color: #fff;
  background: #ff9d03;
  border-radius: 5px;
  padding: 9px 37px;
}

.h-info .see-more:hover {
  background: #d4a625;
}

.h-info .see-more i {
  margin-left: 5px;
}
.textsub-info
{
    text-transform:uppercase;
    color:#8c8c8c;
    font-weight:bold;
    font-size:15px;
}
.toptitle {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  color: #09a926;
  line-height: normal;
  margin-bottom: 4px;
}
.topundertitle
{
    color:#898989;
    padding-bottom:3px;
     text-transform: uppercase;
     font-weight:bold;
     font-size:14px;
     font-style:italic;
}

.commitment {
  background: #ececec;
  color: #666666;
  padding: 22px 30px 10px 50px;
  /* margin-top: 47px; */
  border-bottom: solid 1px #d9d9d9;
}

.commitment .post img {
  width: 176px;
  display: block;
  float: left;
}

.commitment .post .ct {
  margin-left: 210px;
}

.commitment .post .ct .title {
  color: #222222;
  text-transform: uppercase;
  font-weight: bold;
}

.commitment .post .ct .text span {
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
}

.h-event {
  margin-bottom: 30px;
}

.h-event .title {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ff9d03;
  margin-bottom: 6px;
  
}

.h-event .event-post {
  max-width: 420px;
  margin: 0 auto 6px auto;
}

.h-event .event-post.v1 {
  margin-bottom: 0;
}

.h-event .c-img {
  padding-top: 40.54%;
}
/*begin gptp*/
.h-gptt {
  text-align:center;
  padding: 30px 0 0 0;  
   background-color:#f6f6f6;
}
.h-gptt-under
{
  background-image: url('/items/num/bgnum.jpg'); 
  background-position:center bottom; 
 height:215px;
  background-color:#f6f6f6;
  width:inherit;
}
.h-gptt .h-title {
  margin-bottom: 45px;
}

.h-gptt .h-title > a {
    color: #ff9d03;
}
.gptt-total {
  /* margin-right: -45px; */
  position: relative;
  z-index: 1;
}

.gptt-info { 
  background: #fff;
  text-align: center;
  padding: 20px;
  border: solid 1px #d5d5d5;
 margin-bottom:30px;
 margin-right:20px;
 margin-left:20px;
 color:#717171;
}

.gptt-info img {
  display: block;
  margin: 0 auto 55px auto;
  max-height: 378px;
  overflow: hidden;
}

.gptt-info .img {
  width: 80px;
  height: 80px; 
  position: relative;
  display: block;  
  margin: auto;
  /* box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.3); */
}

.gptt-info .img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}


.gptt-info .title {
  text-transform: uppercase;
  margin-bottom: 13px;
  font-weight: 600;
  height: 40px;
  overflow:  hidden;
  text-align:left;
}


.gptt-info:hover {
   background-color: #e5e1e1;
  
}

.gptt-info:hover .img {
  background: #ff9d03;
}

.gptt-info:hover .title {
  color: #ff9d03;
}
.gptt-info a
{
    color:#1b7dc8;
    text-transform:uppercase;
    font-size:16px;
}
/*end giai phap tong the*/

.h-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-align: center;
  
 
}
.h-title-bg
{
    background-image:url('../../skin/images/linemd1.png');
    background-repeat:no-repeat;
    background-position:center;
   text-align:center;
   left:15px;
}
.h-title-bg2
{
    background-image:url('../../skin/images/linemd2.png');
    background-repeat:no-repeat;
    background-position:center;
   text-align:center;
   left:15px;
}
.h-title-bg3
{
    background-image:url('../../skin/images/linemd3.png');
    background-repeat:no-repeat;
    background-position:center;
   text-align:center;
   left:15px;
}
.h-title-bg5
{
    background-image:url('../../skin/images/linem5.png');
    background-repeat:no-repeat;
    background-position:center;
   text-align:center;
   left:15px;
}
.h-title-bg6
{
    background-image:url('../../skin/images/linem6.png');
    background-repeat:no-repeat;
    background-position:center;
   text-align:center;
   left:15px;
}
.h-title-home{
  font-size: 28px !important;
  font-weight: bold;
}


.h-title.v1 {
  color: #ff9d03;
  margin-bottom: 25px;
}

.h-title.v1 span {
  color: #09a926;
}

.h-title.v1:before {
  background: #ff9d03;
}
.accessary-post {
  max-width: 270px;
  margin:5px 20px 5px 20px;
  text-align:center;
}
.accessary-post div{
width:100%;
  text-align:center;
}

.accessary-post .img {
  width: 240px;
  height: 140px;    
  display: block; 
  position: relative;
  overflow: hidden;
   text-align:center;
   margin-bottom:5px;
}
.accessary-post .underimg {
  width: 240px;
  height: 24px; 
  display: block; 
  position: relative;
  overflow: hidden;
   text-align:center;
   margin-top:5px;
}

.accessary-post .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 5px 5px 5px;
   text-align:center;
   margin-bottom:5px;
    width: 210px;
  height: 140px;  
  background: #fff;
}
.accessary-post .title {
  font-size: 16px;
  font-weight: 500; 
  position: relative; 
  margin-bottom: 20px; 
  overflow: hidden;
  color:#000;
  text-align:center;
}

.accessary-post .title>a:hover, .accessary-post:hover .title>a {
  color: #ff9d03;
  text-align:center;
}

.h-accessary {
 text-align:center;
  padding: 30px 0 10px 0;
  background-color:#f0f0f0;
}

.industry-post {
  position: relative;
  border: solid 4px #f1f1f1;
  border-radius: 3px;
  /* box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.2); */
  max-width: 370px;
  margin: 0 auto 30px auto;
    cursor:pointer;
}

.industry-post:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#137bc0;
  position: absolute;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  
}

.industry-post:hover:after {
  opacity: 0.7;
}

.industry-post:hover .ct {
  opacity: 1;
}

.industry-post .img {
  display: block;
}

.industry-post .img img {
  max-width: 260px;
      max-height:210px ;
      cursor:pointer;
}

.industry-post .ct {
  text-align: center;
  position: absolute;
  /*margin-top: -50px;
    margin-left: -57px;*/
  width: 80%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  z-index: 1;
   opacity: 0.8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.industry-post .ct .title {
  font-size: 15px;
  text-transform: uppercase;
  color: #137BC0;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 17px;
  max-height: 50px; 
  font-weight:bold;
 background-color: #f3f3f3;

}

.industry-post .ct .title:after {
  content: '';
  position: absolute;
  background: #fff;
  height: 1px;
  width: 70px;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
  font-weight:bold;
}

.industry-post .ct .icon {
  display: none;
  border: solid 1px #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  margin: 0 8px;
}

.industry-post .ct .icon:hover {
  background: red;
}

.h-industry {
  margin-top: 50px;
  margin-bottom: 60px;
}

.h-industry .h-title {
  margin-bottom: 50px;
}

.h-industry .see-more {
  text-transform: uppercase;
  background: #0855ad;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 47px 11px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 40px;
}

.h-industry .see-more:hover {
  background: #063d7c;
}

.h-industry .see-more i {
  margin-left: 7px;
}

.solution-post {
  background: #f0f0f0;
  color: #666666;
  text-align: center;
  display: block;
  padding: 0px 0px 0px 0px;
  border: solid 0px rgba(255, 255, 255, 0.8);
  max-width: 260px;
 margin-bottom:20px;
}

.solution-post .img {
  width: 260px;  
  height: 180px;
  position: relative;
  margin-bottom:10px;
  text-align:center;
  top:0px;
}

.solution-post .title {
  font-size: 16px;
  font-weight: 500; 
  position: relative; 
  margin-bottom: 20px; 
  overflow: hidden;
  color:#000;
   text-align:center;
  
}



.solution-post .text {
   height:60px;  
  margin-bottom: 10px;
  margin-left:5px; margin-right:5px;
}

.solution-post:hover 
{
    background-color: #e5e1e1;

}

.solution-post .see-more {
  
  display: inline-block;
  color: #fff;
  background: #ff9d03;
  border-radius: 5px;
  padding: 9px 30px;
  margin-bottom:20px;
}

.solution-post .see-more:hover {
  background: #d4a625;
  
}


.productlist-item {  
  color: #666666;
  text-align: left; 
  padding: 0px 0px 0px 0px;  
 margin-bottom:20px;
  font-size: 14px;
}
.textlink {  
  text-align:left;
  width:100%;
}
.textlink a {  
  text-align:center;
  width:100%;
}
.productlist-item-img {
  width: 260px;  
  height: 180px; 
  margin-bottom:10px;
  text-align:left;
  top:0px;
  border: solid 1px #cccccc;
  padding:2px;
}
.productlist-item-img:hover {
  background-color: #e5e1e1;
   border: solid 1px rgba(255, 255, 255, 0.8);
}
.productlist-item a {
  font-size: 16px;
  font-weight: 500; 
  margin-bottom: 5px; 
  overflow: hidden;
  color:#000;
  text-align:left;  
}
.productlist-item a:hover {
 text-decoration:underline;
}

.h-solution 
{
    text-align:center;
  padding: 30px 0 20px 0;
}

.h-solution .h-title {
  margin-bottom: 35px;
}

.h-partner {
text-align:center;
  padding: 30px 0 20px 0;}

.h-partner .h-title {
  margin-bottom: 35px;
}

.partner-cas {
  padding: 0px 10px;
}

.partner-cas .slick-slide {
  margin: 0px 7px;
}

.partner-cas .item {
  display: block;
  height: 80px;
  border: solid 1px #bbc7d3;
  margin-bottom: 14px;
  position: relative;
 
}

.partner-cas .item img {
  max-width: 95%;
  height: auto;
}

.partner-cas .cas-arrow {
  position: absolute;
  top: 50%;
  margin-top: -19px;
}

.partner-cas .cas-arrow .icon {
  display: block;
  width: 24px;
  height: 38px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.partner-cas .cas-arrow .icon:hover i:last-child {
  opacity: 1;
}

.partner-cas .cas-arrow .icon i {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.partner-cas .cas-arrow .icon i:last-child {
  opacity: 0;
}

.partner-cas .prev {
  left: -30px;
}

.partner-cas .next {
  right: -30px;
}

.h-project {
  padding: 50px 0 40px 0;
}

.project {
  text-align: center;
}

.project .number {
  font-size: 28px;
  font-weight: 500;
  color: #ff9d03;
  line-height: 30px;
  margin-bottom: 10px;
}

.project .title {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-top: 13px;
}

.project .title:before {
  content: '';
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
}

.footer {
     background-color:#e7e6e6;
  color: #000;
  padding: 15px 0 10px 0;
}

.footer .text-foot {
  font-size: 22px;
  color: #000;
  line-height: 26px;
  margin-bottom: 7px; 
   opacity: 0.8;
}

.footer .title-company {
 font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #09a926;
  line-height: normal;
}

.title-foot {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  position: relative;  
  margin-bottom: 10px;
  margin-top: 20px;  
  text-align:left;
}


.foot {
  padding-top:5px;
}

.foot li {
  position: relative;
  padding-left: 25px;
  color: #000;
  line-height: 27px;
}

.foot li span {
   margin-Left:15px;
  
}

.foot li i {
  position: absolute;
  left: 0; 
  color: #fff;
  width: 30px;
  height: 30px;  
  text-align: center;
  line-height: 30px; 
  background:#529801;
  border: solid 1px #bbc7d3;
 
}

.foot li i:hover {
  opacity: 1;
  background: #ff9d03; 
  color:#fff; 
}
.f-transform {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.f-social {
  margin-top: 20px;
}

.f-social a {
  display: inline-block;
  width: 38px;
  height: 38px;  
  text-align: center;
  line-height: 38px;
  opacity: 0.8;  
  background:#353535;
  border: solid 1px #bbc7d3;
}

.f-social a:hover {
  opacity: 1;
  background: #bbc7d3; 
}
.f-social i {
  display: inline-block;
  width: 38px;
  height: 38px;  
  text-align: center;
  line-height: 38px; 
  background:#fff;
  border: solid 1px #bbc7d3;
}
.f-social i:hover {
  opacity: 1;
  background: #ff9d03;  
}

.foot-regis input {  
  width: 100%;
  height: 25px;
  border: solid 1px #bbc7d3;
  color: #000;
  margin-bottom:5px;
  background-color:#fff;
}

.foot-regis textarea {
  background: none;
  width: 100%;
  height: 90px;
  border: solid 1px #bbc7d3;
  color: #666666;
  margin-bottom: 5px;
  background-color:#fff;
}

.foot-regis .buttonsend {
  color: #fff;
  font-weight: bold;
  background: #529801;
  padding: 2px 20px 2px 20px;
 width:100px;
}

.foot-regis .buttonsend:hover {
  background: #ff9d03;
}

.copyright {
   background: #e7e6e6;
  color: #f4f4f4;
  padding: 10px 0;
  
}
.copyright p {
  color: #000;

}
.copyright p:hover {
  color: #ff9d03;
}

.back-to-top {
  display: none;
  position: fixed;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  z-index: 8;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 30px;
  bottom: 105px;
  background: #09a926;
  border-radius: 4px;
  color:#ffffff;
}

.back-to-top:hover {
background: #fa8b07;
}
.back-to-top i {
  font-size: 25px;  
}

/*fix new*/

.main-nav>ul>li:hover>a {
  color: #ffffff;
}

.header-static {
  padding-left: 0;
}



.industry-post .ct .icon {
  line-height: 37px;
}

/* .product:hover {
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
} */

@media only screen and (max-width: 1300px) and (min-width: 1200px) {
  .partner-cas .prev {
    left: -15px;
  }
  .partner-cas .next {
    right: -15px;
  }
}

@media all and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media all and (max-width: 1199px) {
  .accessary-post {
    max-width: 270px;
    margin: 0 auto 45px auto;
  }
  .accessary-post .img {
   width: 240px;
  height: 145px;  
  background: #fff;
  display: block; 
  position: relative;
  overflow: hidden;
  }
  .accessary-post .img img {
    max-width: 75%;
    max-height: 75%;
  }
  .accessary-post .title {
    font-size: 16px;
  }
  .partner-cas .prev {
    left: -15px;
  }
  .partner-cas .next {
    right: -15px;
  }
}

.banner {
  position: relative;
}

.banner img {
  display: block;
  width: 100%;
  min-height: 70px;
  max-height: 443px;
}

.breadcrumbs {  
  font-size: 13px;
  padding-top: 10px ; 
  padding-bottom:10px;
  border-bottom:solid 1px #bbc7d3;
}

.breadcrumbs ul li {
  display: inline-block;
  position: relative;
}

.breadcrumbs ul li {
  padding-left: 5px;
  padding-right: 10px;
}
.breadcrumbs ul li a {
  color:#000000;
}
.breadcrumbs ul li a:hover {
  color:#ff9d03;
}
.breadcrumbs ul li:first-child {
  padding-left: 0; 
}

.breadcrumbs ul li a:after {
  content: " | ";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.breadcrumbs ul li:hover a, .breadcrumbs ul li:last-child {
  color: #ff9d03;
  
}

.breadcrumbs ul li:last-child a:after {
  display: none;
}



.about {
  background: #f3f7fb;
  padding: 30px 0px 0px 0px;
  margin-top: -30px;
}

.about .h-info ul {
  padding-left: 30px;
}

.about .h-info ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.pro-cas {
  margin: 50px 0;
}

.product-list {
  position: relative;
}

.product-list .image-thumbs {
  padding: 30px 0px;
}

.product-list:hover .image-thumbs {
  -webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.2);
}

.pro-cas .title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-bottom: 6px;
  margin-top: 30px;
}

.product-list:hover .title {
  color: #ff9D03;
}

.pro-cas .slick-arrow, 
.accessary-cas .slick-arrow,
.accessary-cas-page .slick-arrow{
  position: absolute;
  top: 40%;
  font-size: 5em;
}

.pro-cas .cas-arrow .icon i:last-child, 
.accessary-cas .cas-arrow .icon i:last-child,
.accessary-cas-page .cas-arrow .icon i:last-child {
  opacity: 0;
}

.pro-cas .cas-arrow .icon i, 
.accessary-cas .cas-arrow .icon i,
.accessary-cas-page .cas-arrow .icon i{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pro-cas .ic-prev, 
.accessary-cas .ic-prev,
.accessary-cas-page .ic-prev{
  width: 31px;
  height: 60px;
  background-image: url(../images/icon-prev.png);
}

.pro-cas .ic-prev-1, 
.accessary-cas .ic-prev-1,
.accessary-cas-page .ic-prev-1 {
  width: 31px;
  height: 60px;
  background-image: url(../images/icon-prev-1.png);
}

.pro-cas .ic-next,
.accessary-cas .ic-next,
.accessary-cas-page .ic-next {
  width: 31px;
  height: 60px;
  background-image: url(../images/icon-next.png);
}

.pro-cas .ic-next-1, 
.accessary-cas .ic-next-1,
.accessary-cas-page .ic-next-1 {
  width: 31px;
  height: 60px;
  background-image: url(../images/icon-next-1.png);
}

.pro-cas .cas-arrow .icon:hover i:last-child,
.accessary-cas .cas-arrow .icon:hover i:last-child,
.accessary-cas-page .cas-arrow .icon:hover i:last-child{
  opacity: 1;
}

.pro-cas .cas-arrow .icon i:last-child,
.accessary-cas .cas-arrow .icon i:last-child,
.accessary-cas-page .cas-arrow .icon i:last-child{
  opacity: 0;
}

header {
  position: relative;
  padding: 0px 0;
}

header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(253, 253, 253, 0.8);
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: anim_titles;
  -moz-animation-duration: 5s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-play-state: running;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
}

header.fixed .header {
  background: #529801;
}
#divimgpro 
{
 margin-top:20px;
 text-align:center;

    }

#divimgpro img
{
   width:350px;
   border: solid 1px #cccccc;
  padding:2px;
    }

@media(min-width: 1191px) {
  .pro-cas .slick-arrow.prev,
  .accessary-cas .slick-arrow.prev,
  .accessary-cas-page .slick-arrow.prev {
    left: -30px;
  }
  .pro-cas .slick-arrow.next,
  .accessary-cas .slick-arrow.next,
  .accessary-cas-page .slick-arrow.next {
    right: 0px;
  }
  .pro-cas .slick-list .slick-slide {
    padding: 15px 50px;
  }
}

@media(max-width: 1190px) {
  .pro-cas .slick-arrow.prev,
  .accessary-cas .slick-arrow.prev,
  .accessary-cas-page .slick-arrow.prev{
    left: 0px;
  }
  .pro-cas .slick-arrow.next,
  .accessary-cas .slick-arrow.next,
  .accessary-cas-page .slick-arrow.next{
    right: 30px;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .pro-cas {
    margin: 30px 0;
  }
}

@media (max-width: 767px) {
  .accessary-cas .slick-arrow,
  .accessary-cas-page .slick-arrow{
    top: 35%;
  }
}

@media (min-width: 1200px) {
  .search>button {
    margin-right: -15px !important;
  }
}



.note-undermenu{background-color: #fff;color: red;font-weight: bold;}
.rowpaging
{
    clear:both;   
    text-align:center;
    margin-bottom:30px;
}
.img-news
{
    
}
.linkpaging1
{
    background-color:#38C3D2;
    padding:5px;
    color:#ffffff;
    font-weight:bolder;
    font-size:15px;
    margin-left:2px;
    margin-right:2px;
}
.linkpaging
{
    border:#38C3D2 1px solid;
    padding:4px;
    color:#000;
    font-weight:bolder;
     font-size:15px;
      margin-left:2px;
    margin-right:2px;
}
.vietnamchange
{
    background-image:url('../images/flag-vi.png');
    height:20px;
    width:30px;
}
.englishchange
{
    background-image:url('../images/flag-en.png');
    height:20px;
    width:30px;
}
.morepro
{
    color:#09a926;
    font-style:italic;
}