/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800');
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
/*
 * Core: General Layout Style
 * -------------------------
 */
html,
body {
  min-height: 100%;
  color: #212121;
  background: #f4f5f8;
}
.layout-boxed html,
.layout-boxed body {
  height: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
  color: #212121;
  font-size: 15px;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 22px;
  background: #fff;
  padding: 0 !important;
  overflow: scroll !important;
}
/* ::selection style */
p::-moz-selection,
span::-moz-selection,
label::-moz-selection,
strong::-moz-selection,
img::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #006AB6;
}
p::selection,
span::selection,
label::selection,
strong::selection,
img::selection {
  color: #fff;
  background: #006AB6;
}
/* H1 - H6 font */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
}
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
h5::-moz-selection,
h6::-moz-selection,
.h1::-moz-selection,
.h2::-moz-selection,
.h3::-moz-selection,
.h4::-moz-selection,
.h5::-moz-selection,
.h6::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #006AB6;
}
h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
.h1::selection,
.h2::selection,
.h3::selection,
.h4::selection,
.h5::selection,
.h6::selection {
  color: #fff;
  background: #006AB6;
}
/* General Links */
a {
  color: #212121;
}
a::-moz-selection {
  /* Code for Firefox */
  color: #006AB6;
  background: #4355a5;
}
a::selection {
  color: #006AB6;
  background: #4355a5;
}
a:hover,
a:active,
a:focus {
  outline: none;
  color: #13507C;
}
img {
  max-width: 100%;
}
main {
  width: 100%;
  min-height: 300px;
  float: left;
  margin-top: 74px;
}
ul {
  padding: 0;
}
ul li {
  list-style: none;
}
h1.site-title {
  display: none;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.icon {
  position: relative;
}
.icon:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.icon-text:before {
  width: 60px;
  height: 80px;
  background: url('../images/icons/icon-dropdown1.png') no-repeat;
}
.icon-identify:before {
  width: 60px;
  height: 80px;
  background: url('../images/icons/icon-dropdown2.png') no-repeat;
}
/*icon hompage*/
.icon-text1:before {
  width: 80px;
  height: 106px;
  background: url('../images/icons/icon-banner2.png') no-repeat;
}
.icon-identity1:before {
  width: 80px;
  height: 106px;
  background: url('../images/icons/icon-banner1.png') no-repeat;
}
.icon-prize1:before {
  width: 58px;
  height: 85px;
  background: url('../images/icons/icon-last1.png') no-repeat;
}
.icon-prize2:before {
  width: 55px;
  height: 74px;
  background: url('../images/icons/icon-last2.png') no-repeat;
}
.icon-prize3:before {
  width: 75px;
  height: 78px;
  background: url('../images/icons/icon-last3.png') no-repeat;
}
.icon-prize4:before {
  width: 65px;
  height: 72px;
  background: url('../images/icons/icon-last4.png') no-repeat;
}
.icon-fb:before {
  width: 13px;
  height: 24px;
  background: url('../images/icons/icon-fb.png') no-repeat;
}
.icon-tw {
  top: 1px;
  left: -8px;
}
.icon-tw:before {
  width: 23px;
  height: 19px;
  background: url('../images/icons/icon-tw.png') no-repeat;
}
.icon-gg {
  left: -8px;
}
.icon-gg:before {
  width: 33px;
  height: 21px;
  background: url('../images/icons/icon-gg.png') no-repeat;
}
.icon-in {
  left: -8px;
}
.icon-in:before {
  width: 33px;
  height: 22px;
  background: url('../images/icons/icon-in.png') no-repeat;
}
/* Generated by http://css.spritegen.com CSS Sprite Generator */
.icon-banner1,
.icon-banner2,
.icon-last3,
.icon-last4,
.icon-dropdown1,
.icon-dropdown2,
.icon-last1,
.icon-last2 {
  display: inline-block;
  background: url('../images/icons/sprite.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.icon-banner1 {
  background-position: 0px 0px;
  width: 80px;
  height: 105px;
}
.icon-banner2 {
  background-position: 0px -106px;
  width: 80px;
  height: 106px;
}
.icon-last3 {
  background-position: 0px -212px;
  width: 75px;
  height: 78px;
}
.icon-last4 {
  background-position: 0px -290px;
  width: 65px;
  height: 72px;
}
.icon-dropdown1 {
  background-position: 0px -362px;
  width: 60px;
  height: 80px;
}
.icon-dropdown2 {
  background-position: 0px -442px;
  width: 60px;
  height: 80px;
}
.icon-last1 {
  background-position: 0px -522px;
  width: 58px;
  height: 85px;
}
.icon-last2 {
  background-position: 0px -607px;
  width: 55px;
  height: 74px;
}
@font-face {
  font-family: 'netowl-icon';
  src: url('../fonts/netowl-icon.eot?y4e5zg');
  src: url('../fonts/netowl-icon.eot?y4e5zg#iefix') format('embedded-opentype'), url('../fonts/netowl-icon.ttf?y4e5zg') format('truetype'), url('../fonts/netowl-icon.woff?y4e5zg') format('woff'), url('../fonts/netowl-icon.svg?y4e5zg#netowl-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'netowl-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-footer {
  position: relative;
  margin-right: 10px;
  font-size: 18px;
}
.icon-footer:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  border: 2px solid #006AB6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #006AB6;
  text-align: center;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
}
.icon-name-matcher:before {
  content: "\e900";
  font-size: 19px;
  position: relative;
  z-index: 2;
}
.icon-entity-matcher:before {
  content: "\e901";
  position: relative;
  z-index: 2;
}
.icon-extractor:before {
  content: "\e902";
  font-size: 13px;
  position: relative;
  z-index: 2;
}
.icon-text-miner:before {
  content: "\e903";
  font-size: 16px;
  position: relative;
  z-index: 2;
}
.icon-extractor:after {
  top: -4px;
  left: -8px;
}
.icon-text-miner:after {
  top: -5px;
  left: -7px;
}
.icon-name-matcher:after {
  top: -7px;
  left: -6px;
}
.icon-entity-matcher:after {
  top: -7px;
  left: -7px;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:active:hover,
.btn:active:focus {
  outline: none !important;
}
.btn-primary {
  background-color: #006AB6;
  border-radius: 4px;
  border: 1px solid #006AB6;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active:focus {
  background-color: #0798CD;
  border-color: #0798CD;
}
.btn-secondary {
  height: 35px;
  font-size: 15px;
  color: #006AB6;
  border: 2px solid #006AB6;
  border-radius: 20px;
  background-color: #fff;
  text-transform: uppercase;
  line-height: 32px;
  padding: 0 19px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  background-color: #006AB6;
}
.btn-search {
  height: 35px;
  width: 35px;
  border-radius: 5px;
  background: #006AB6;
  position: relative;
}
.btn-search:before {
  position: absolute;
  top: 8px;
  left: 8px;
  content: '';
  width: 17px;
  height: 18px;
  background: url('../images/icons/icon-search.png') no-repeat;
}
.btn-view {
  height: 35px;
  font-size: 15px;
  color: #fff;
  border-radius: 20px;
  background-color: transparent;
  text-transform: uppercase;
  line-height: 32px;
  padding: 0 28px;
  border: 1px solid #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.btn-view:hover,
.btn-view:focus,
.btn-view:visited,
.btn-view:active {
  outline: none;
  color: #006AB6;
  background-color: #fff;
}
/*
 * Component: Form
 * ---------------
 */
.form-control {
  height: 35px;
  padding: 6px 8px;
  border-radius: 5px;
  box-shadow: none;
  border-color: #dadada;
  font-size: 15px;
}
.form-control:focus {
  box-shadow: none;
}
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-placeholder {
  position: relative;
}
.input-placeholder input,
.input-placeholder textarea {
  padding: 10px;
  font-size: 15px;
}
.placeholder {
  position: absolute;
  pointer-events: none;
  top: 8px;
  height: 15px;
  font-size: 15px;
  left: 10px;
  margin: auto;
  color: #888;
}
.placeholder span {
  color: red;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
  text-align: left;
  margin-top: 6px;
  margin-left: 4px;
}
/*form contact*/
.form-contact .form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 11px;
}
.form-contact .form-group .col-xs-6:first-child {
  padding-right: 8px;
}
.form-contact .form-group .col-xs-6:last-child {
  padding-left: 7px;
}
.form-contact .form-group .center {
  display: inline-block;
}
.form-contact textarea {
  height: 90px;
  margin-bottom: 4px;
}
.form-contact .btn-primary {
  font-size: 18px;
  margin-top: 0;
  border-radius: 30px;
  height: auto;
  width: 42%;
  text-align: center;
  padding: 9px 0;
  margin: 0 auto;
  display: block;
  margin-top: 4px;
}
header {
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #d8d8d8;
  position: fixed;
  background: #fff;
  z-index: 99;
}
header .right-header {
  margin-top: 27px;
}
header .right-header ul li {
  margin-right: 62px;
  height: 44px;
  line-height: 44px;
}
header .right-header ul li:last-child {
  margin-right: 0;
}
header .right-header ul li.active a.link {
  border-bottom: 3px solid #006AB6;
}
header .right-header ul li a.link {
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 4px;
}
header .right-header ul li a.link:hover,
header .right-header ul li a.link:focus {
  background-color: transparent;
}
header .right-header ul li p a:hover {
  text-decoration: none;
  color: #006AB6;
}
header .right-header ul li .sub-menu {
  display: none;
  padding: 13px;
  padding-bottom: 20px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
  border-color: transparent;
  position: absolute;
  overflow: hidden;
  min-width: 160px;
  left: -207px;
  top: 44px;
  z-index: 1000;
  background-color: #fff;
}
header .right-header ul li .sub-menu .block {
  padding: 15px 16px 10px;
  display: table-cell;
  min-width: 240px;
}
header .right-header ul li .sub-menu .list-links li {
  height: auto;
  line-height: 28px;
  margin-right: 0;
  display: block;
}
header .right-header ul li .sub-menu .list-links li a:hover {
  text-decoration: inherit;
  color: #0a446d;
  font-weight: 600;
}
header .right-header ul li:hover {
  display: block;
}
header .right-header ul li:hover .sub-menu {
  display: block;
}
header .right-header ul li:hover a.link {
  background-color: transparent;
  color: #006AB6;
}
header .right-header ul li.products .sub-menu .block:first-child,
header .right-header ul li.solutions .sub-menu .block:first-child {
  border-right: 2px solid #D8D8D8;
}
header .right-header .about-netowl .sub-menu {
  left: -58px;
  min-width: 146px;
  padding-bottom: 10px;
}
header .right-header .about-netowl .sub-menu .block {
  padding: 5px 8px 0 8px;
  min-width: inherit;
}
header .right-header .about-netowl .sub-menu .block .list-links li:last-child {
  border-top: 1px solid #dadada;
  margin-top: 10px;
  padding-top: 8px;
}
header .right-header .btn-primary {
  border-radius: 20px;
  font-size: 15px;
  height: 35px;
  width: 145px;
  text-align: center;
  margin-top: -10px;
  margin-left: 75px;
}
header .name-block p {
  font-size: 20px;
  color: #4C5A64;
  line-height: 20px;
  text-align: center;
  margin: 20px 0;
}
header .name-block .icon {
  height: 80px;
  width: 60px;
  display: block;
  margin: 0 auto;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.list-links li {
  line-height: 30px;
}
.list-links li a {
  font-size: 16px;
  color: #006AB6;
}
.list-links li a:hover,
.list-links li a:focus {
  text-decoration: inherit;
  color: #13507C;
}
.mm-slideout {
  z-index: auto;
}
.header {
  text-align: left;
}
.header {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 64px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 0 15px;
  background: #fff;
  z-index: 99;
  position: fixed;
  top: 0;
}
.header .logo img {
  width: 43%;
}
#menu {
  display: none;
}
#menu.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.header a.hambuger {
  display: block;
  width: 50px;
  height: 18px;
  padding: 11px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.header a.hambuger:before,
.header a.hambuger:after {
  content: '';
  display: block;
  background-color: #4C5A64;
  height: 2px;
  width: 28px;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}
.header a.hambuger span {
  background-color: #4C5A64;
  display: block;
  height: 2px;
  margin: 6px 0;
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(85vw, 0);
  -ms-transform: translate(85vw, 0);
  transform: translate(85vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(85vw, 0, 0);
}
.mm-page__blocker {
  background: rgba(3, 2, 1, 0.63);
}
.mm-page__blocker:before {
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\f00d";
  font: normal normal normal 14px/1 FontAwesome;
  color: #fff;
  font-size: 25px;
  z-index: 90;
}
/*.mm-wrapper_opened {
    .header a.hambuger:before {
        top: 5px;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);
    }
    .header a.hambuger:after {
        top: 5px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: top .12s .18s cubic-bezier(.33333,0,.66667,.33333),transform .15s .42s cubic-bezier(.215,.61,.355,1);
    }
    .header a.hambuger span {
        background-color: #fff;
    }
}*/
.mm-menu {
  background: #fff;
}
.mm-menu .mm-listview li a {
  color: #212121;
  text-transform: uppercase;
}
.mm-listitem {
  border-color: #fff;
}
.mm-listitem .mm-btn_fullwidth + a,
.mm-listitem .mm-btn_fullwidth + span {
  color: #fff;
  text-transform: uppercase;
}
.mm-page {
  position: static;
}
.mm-listitem:after {
  content: none;
}
.mm-listitem > a,
.mm-listitem > span {
  font-size: 15px;
  padding: 5px 10px 5px 14px;
}
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -12px;
}
.mm-panels > .mm-panel > .mm-listview .btn-primary {
  border-radius: 15px;
  margin: 3px 15px;
}
.mm-navbar {
  border-bottom: none;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #006AB6;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #006AB6;
  font-size: 15px;
  text-transform: uppercase;
}
.mm-panels .mm-panel:nth-child(1) {
  padding-top: 0;
}
.mm-panels .mm-panel:nth-child(1) .mm-navbar {
  display: none;
}
.mm-panels .mm-panel:nth-child(2) .mm-listview .title,
.mm-panels .mm-panel:nth-child(3) .mm-listview .title,
.mm-panels .mm-panel:nth-child(4) .mm-listview .title {
  font-size: 14px;
  font-weight: 500;
}
.mm-panels .mm-panel:nth-child(2) .mm-listview li a,
.mm-panels .mm-panel:nth-child(3) .mm-listview li a,
.mm-panels .mm-panel:nth-child(4) .mm-listview li a {
  text-transform: inherit;
  font-size: 13px;
  color: #006AB6;
}
.mm-panels .mm-panel:nth-child(2) .second-block,
.mm-panels .mm-panel:nth-child(3) .second-block,
.mm-panels .mm-panel:nth-child(4) .second-block {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #d8d8d8;
}
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 100%;
}
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth):before,
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth):after {
  content: none;
}
.social-links {
  margin-top: 25px;
}
.social-links li {
  margin-right: 9px;
  display: inline-block;
}
.social-links li .twitter {
  position: relative;
  top: 2px;
}
.social-links li a:focus,
.social-links li a:visited {
  color: #212121;
}
.social-links li a:hover {
  color: #006AB6;
}
.social-links li i {
  font-size: 25px;
}
footer {
  display: inline-block;
  width: 100%;
  padding-top: 35px;
  background-color: #F4F5F8;
}
footer .panel {
  background-color: #F4F5F8;
}
footer .block-footer {
  width: 18.5%;
  float: left;
}
footer .block-footer:first-child {
  width: 23%;
}
footer .block-footer .logo {
  display: inline-block;
  margin-bottom: 22px;
}
footer .block-footer .block-information p {
  font-size: 16px;
}
footer .block-footer .block-information .time {
  text-align: left;
  font-weight: 400;
}
footer .block-footer .title-block {
  margin: 0;
  font-size: 18px;
  color: #4C5A64;
  position: relative;
  font-weight: 600;
  margin-bottom: 12px;
}
footer .block-footer .title-block a:hover {
  color: #4C5A64;
  text-decoration: none;
}
footer .panel-heading {
  padding: 0;
}
footer .list-links {
  padding-left: 40px;
}
footer .list-links li {
  line-height: 28px;
}
footer .list-links li a:hover,
footer .list-links li a:focus {
  text-decoration: none;
  color: #13507C;
  font-weight: 600;
}
footer .panel-group .panel + .panel {
  margin: 0;
}
footer .panel-group .panel {
  box-shadow: inherit;
}
footer .panel-group .block-footer:nth-child(3) {
  margin-right: -4px !important;
}
footer .panel-group .block-footer:nth-child(4) {
  margin-right: 40px !important;
}
footer .footer-bottom {
  padding: 15px 0;
  font-size: 12px;
  color: #888;
  margin-top: 20px;
  border-top: 1px solid #dcdcdc;
}
button.close {
  position: relative;
  z-index: 90;
  margin-right: 5px;
  margin-top: 0px;
  font-size: 40px;
  color: #006ab6;
  opacity: 0.9;
}
button.close:hover,
button.close:focus {
  opacity: 1;
  color: #006AB6;
  outline: none;
}
/*popup modal-get-in-touch*/
.captchar {
  border: 1px solid #dadada;
  border-radius: 10px;
}
.modal-get-in-touch .modal-body {
  padding-bottom: 20px;
}
.modal-get-in-touch .content {
  text-align: center;
  position: relative;
}
.modal-get-in-touch .content .call {
  position: absolute;
  top: -33px;
  left: -32px;
  width: 210px;
  height: 55px;
  line-height: 38px;
  font-size: 15px;
  color: #fff;
  text-align: left;
  padding-left: 10px;
  background: url('../images/badge.png') no-repeat;
}
.modal-get-in-touch .content .call a {
  color: #fff;
}
.modal-get-in-touch .content p.text {
  font-size: 16px;
  line-height: 23px;
  padding: 20px 54px;
  margin-bottom: 4px;
}
.modal-get-in-touch .modal-dialog {
  width: 475px;
}
.modal-get-in-touch .modal-dialog .form-contact .form-group {
  display: inline-block;
  width: 100%;
  margin-bottom: 6px;
}
.modal-get-in-touch .modal-dialog .form-contact .form-group .col-xs-6:first-child {
  padding-right: 8px;
  padding-left: 6px;
}
.modal-get-in-touch .modal-dialog .form-contact .form-group .col-xs-6:last-child {
  padding-left: 7px;
  padding-right: 6px;
}
.modal-get-in-touch .modal-dialog .form-contact .col-xs-12 {
  padding: 0 5px;
}
.modal-get-in-touch .modal-dialog .form-contact textarea {
  height: 84px;
  margin-bottom: 8px;
}
.modal-get-in-touch .modal-dialog .form-contact .btn-primary {
  font-size: 18px;
  margin-top: 0;
  border-radius: 30px;
  height: auto;
  text-align: center;
  padding: 12px 0;
  width: 67%;
  margin: 0 auto;
  margin-top: 20px;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888;
  font-size: 15px;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  font-size: 15px;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  font-size: 15px;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  font-size: 15px;
}
body {
  min-height: 100%;
  background-color: #fff;
}
.container {
  padding: 0;
  margin: 0 auto;
}
h2.title-block {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
h2.title-block:after {
  content: '';
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  height: 5px;
  width: 80px;
  margin: 0 auto;
  background: linear-gradient(209.94deg, #00A3DC 0%, #006AB6 100%);
}
.desciption {
  font-size: 16px;
  text-align: center;
  width: 70%;
  margin: 62px auto 37px;
  line-height: 23px;
}
.desciption a {
  color: #006AB6;
}
.desciption a:hover {
  color: #13507C;
}
section {
  padding: 43px 0;
}
section.banner {
  height: 300px;
  color: #fff;
}
section.banner .img-banner {
  width: 100%;
  height: 100%;
}
section.banner .text-center {
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  height: 300px;
}
section.banner .content {
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  flex: 1;
  position: relative;
}
section.banner .content .icon-base {
  display: inline-block;
}
section.banner .content .text h3 {
  margin-top: 0;
  font-size: 40px;
  font-weight: 500;
}
section.banner .content .text p {
  font-size: 16px;
}
section.banner-middle {
  padding: 0;
  height: 250px;
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 1;
}
section.banner-middle .outsite-content {
  -webkit-align-items: flex-start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 250px;
}
section.banner-middle img {
  width: 100%;
  height: 100%;
}
section.banner-middle .text-center {
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  flex: 1;
  line-height: 45px;
}
section.banner-middle .title {
  font-size: 40px;
  font-weight: 500;
}
section.banner-middle .descript {
  font-size: 16px;
}
section.banner-middle .btn-secondary {
  margin-top: 12px;
  margin-bottom: 13px;
}
section.featured-solutions {
  padding: 68px 0 63px;
  overflow: hidden;
}
section.featured-products {
  background: #F9FAFC;
  padding-bottom: 36px;
}
section.award {
  padding: 70px 0 135px;
  width: 100%;
  background: url('../images/bg-lastest.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 1;
}
section.award .left {
  padding-left: 0;
  padding-right: 45px;
}
section.award .right {
  padding: 0;
}
section.form-contact {
  width: 100%;
  padding: 67px 0 64px;
  color: #fff;
  background: url('../images/bg-contact.png') no-repeat;
  background-size: 100% 100%;
}
section.form-contact .title-form {
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
section.form-contact .title-form:after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  height: 5px;
  width: 80px;
  background: #fff;
  margin: 0 auto;
}
section.form-contact .wrap-form {
  width: 50%;
  margin: 0 auto;
}
section.form-contact .wrap-form .form-contact {
  margin-top: 80px;
}
.list-columns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.list-columns .padding:first-child {
  padding-right: 35px;
  padding-left: 10px;
}
.list-columns .padding:last-child {
  padding-left: 35px;
  padding-right: 10px;
}
.list-columns .col-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 66px;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.list-columns > [class*='col-'] {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-direction: column;
}
.list-columns > [class*='col-']:nth-child(1) {
  order: 1;
}
.list-columns > [class*='col-']:nth-child(2) {
  order: 3;
}
.list-columns > [class*='col-']:nth-child(3) {
  order: 2;
}
.list-columns > [class*='col-']:nth-child(4) {
  order: 4;
}
.list-columns .columns {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border: 2px solid #E5E5E5;
  border-radius: 15px;
  padding: 24px 30px 31px;
  position: relative;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  flex: 1 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.list-columns .columns:before {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 26px;
  height: 26px;
  border: 3px solid #E5E5E5;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
}
.list-columns .columns:after {
  content: '';
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  width: 3px;
  height: 40px;
  background-color: #E5E5E5;
  margin: 0 auto;
}
.list-columns .columns:hover {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
}
.list-columns .columns .title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
.list-columns .columns .content {
  line-height: 23px;
  font-size: 15px;
  margin-bottom: 10px;
}
.list-columns .columns .content ul {
  padding-left: 20px;
}
.list-columns .columns .content ul li {
  margin-bottom: 0;
  text-align: left;
  list-style: disc;
  list-style-type: initial;
  display: list-item;
}
.list-columns .columns .content a {
  color: #006AB6;
}
.list-columns .columns .content a:hover {
  color: #13507C;
}
.list-columns .columns:first-child {
  margin-bottom: 50px;
}
.list-columns .columns:last-child {
  margin-bottom: 52px;
}
.list-columns .columns .col-img {
  height: 100%;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.list-columns .columns .col-img img {
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  flex: 1;
}
.list-columns .columns .col-md-8 {
  height: 100%;
  position: relative;
  padding-bottom: 40px;
}
.list-columns .columns .col-md-8 .btn-secondary {
  position: absolute;
  bottom: 0;
}
.list-block {
  margin-top: 82px;
}
.list-block .block {
  display: inline-block;
  width: 98%;
  margin: 0 auto;
  margin-bottom: 100px;
  background: #F4F5F9;
  background-size: 100% 100%;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.list-block .block .code {
  margin-top: -25px;
}
.list-block .block .code img {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.45);
}
.list-block .block .left-shape {
  width: 288px;
  height: 412px;
  float: left;
  shape-outside: polygon(0 0, 7% 34%, 25% 98%, 0 98%);
}
.list-block .block:before {
  content: '';
  position: absolute;
  left: -153px;
  width: 200px;
  height: 100%;
  background: #FFF;
  transform: skew(-22deg, 81deg);
}
.list-block .block:after {
  content: none;
}
.list-block .block:nth-child(even):before {
  content: none;
}
.list-block .block:nth-child(even):after {
  content: '';
  position: absolute;
  right: -104px;
  left: inherit;
  width: 200px;
  height: 100%;
  background: #FFF;
  transform: skew(-19deg, 98deg);
}
.list-block .block:nth-child(even) .block-img {
  padding-left: 15px;
  padding-right: 0;
}
.list-block .block:nth-child(even) .inside-block {
  padding: 0;
}
.list-block .block:nth-child(even) .inside-block {
  width: 94%;
}
.list-block .block:last-child {
  margin-bottom: 25px;
}
.list-block .block .inside-block {
  width: 88%;
  margin-bottom: 20px;
}
.list-block .block .inside-block .top-text {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.list-block .block .inside-block .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.list-block .block .inside-block .content {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 8px;
}
.list-block .block .inside-block .content a {
  color: #006AB6;
}
.list-block .block .inside-block .content a:hover {
  color: #13507C;
}
.list-block .block .inside-block .content ul {
  padding-left: 20px;
}
.list-block .block .inside-block .content ul li {
  margin-bottom: 0;
  text-align: left;
  list-style: disc;
  list-style-type: initial;
  display: list-item;
}
.list-block .block-img,
.list-block .block-text {
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  flex: 1;
}
.list-block .block-text {
  padding-top: 15px;
}
.list-block .block-img {
  padding-right: 15px;
}
.list-award {
  line-height: 1.4;
  margin-top: 15px;
}
.list-award .alignnone {
  margin: 0;
  margin-right: 15px;
}
.list-award li {
  width: 100%;
  border-bottom: 1px solid #bcbcbc;
  padding: 15px 0;
  padding-left: 75px;
  margin-bottom: 7px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.list-award li:last-child {
  border-bottom: none;
}
.list-award li img {
  margin-right: 22px;
}
.list-award li .name-prize {
  font-size: 70px;
  font-weight: 600;
  margin-right: 10px;
}
.list-award li i,
.list-award li .text,
.list-award li .name-prize {
  float: left;
}
.list-award li .text-name {
  display: inline-block;
}
.list-award li:nth-child(1) {
  padding-bottom: 13px;
}
.list-award li:nth-child(1) .text-name {
  margin-left: 5px;
}
.list-award li:nth-child(1) .text-name .name-prize {
  position: relative;
  top: 3px;
  margin-right: 15px;
}
.list-award li:nth-child(1) .text-name .text {
  position: relative;
  top: 20px;
}
.list-award li:nth-child(2) .icon {
  position: relative;
  top: 10px;
  left: 2px;
}
.list-award li:nth-child(2) .text-name {
  margin-left: 5px;
}
.list-award li:nth-child(2) .text-name .name-prize {
  position: relative;
  top: -3px;
  margin-right: 8px;
}
.list-award li:nth-child(2) .text-name .text {
  position: relative;
  top: 12px;
}
.list-award li:nth-child(3) {
  padding-bottom: 7px;
}
.list-award li:nth-child(3) .icon {
  position: relative;
  top: 10px;
  left: -8px;
}
.list-award li:nth-child(3) .text-name {
  margin-left: -3px;
}
.list-award li:nth-child(3) .text-name .name-prize {
  position: relative;
  top: -7px;
  margin-right: 16px;
  font-size: 77px;
}
.list-award li:nth-child(3) .text-name .text {
  position: relative;
  top: 14px;
}
.list-award li:nth-child(3) .text-name .text p {
  margin-bottom: 0;
}
.list-award li:nth-child(4) {
  padding-top: 18px;
}
.list-award li:nth-child(4) .icon {
  position: relative;
  top: 3px;
  left: -2px;
}
.list-award li:nth-child(4) .text-name {
  margin-left: -3px;
}
.list-award li:nth-child(4) .text-name .name-prize {
  position: relative;
  top: -16px;
  margin-right: 19px;
  font-size: 77px;
  letter-spacing: -2px;
}
.list-award li:nth-child(4) .text-name .text {
  position: relative;
  top: 6px;
}
.list-award li:nth-child(4) .text-name .text p {
  margin-bottom: 0;
}
.list-award li .icon {
  margin-right: 20px;
}
.list-award .normal {
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 0;
  margin: 0 7px;
  letter-spacing: 0;
}
.list-award .bold {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0;
}
.lastest-tweets {
  width: 530px;
  background-color: #fff;
  border: 2px solid #E5E5E5;
  border-radius: 15px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 25px 15px;
}
.lastest-tweets .col-title {
  margin-left: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  line-height: 37px;
  font-weight: 500;
}
.customisable,
.customisable:link,
.customisable:visited {
  color: #1b95e0;
}
.timeline-Tweet-media {
  margin-bottom: 12px;
  margin-left: 50px;
  font-size: 12px;
  display: inline-block;
}
.timeline-Tweet-actions {
  margin-left: 40px;
}
.timeline-Tweet-metadata {
  float: right;
  margin-top: 2px;
}
.timeline-Tweet-timestamp--edge {
  color: #8899a6;
}
.timeline-Tweet-timestamp {
  font-size: 12px;
  line-height: 18px;
  color: #e1e8ed;
}
.timeline-Tweet-action {
  display: inline-block;
  font-size: 17px;
}
.timeline-Tweet-action + .timeline-Tweet-action {
  margin-left: 20px;
}
.timeline-ShareMenu-container {
  position: absolute;
  left: -18px;
  z-index: 1000;
  display: none;
  padding-bottom: 4px;
  min-width: 130px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.timeline-ShareMenu-caret {
  left: 25px;
  margin-left: -9px;
  border-width: 9px;
}
.timeline-ShareMenu-caret,
.timeline-ShareMenu-caret:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.timeline-ShareMenu-title {
  padding: 10px 15px 5px 15px;
  font-size: 12px;
  font-weight: 300;
  color: #667580;
}
.timeline-ShareMenu-option {
  display: inline-block;
  width: 100%;
  padding: 2px 15px;
  font-size: 14px;
  color: #292F33!important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.TwitterCard-title {
  font-size: 1em;
  margin: 0 0 .15em;
}
.TwitterCard .SummaryCard-content .TwitterCard-title {
  max-height: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.TwitterCard .SummaryCard--small .SummaryCard-image {
  width: 8.81667em;
  border-right-width: 1px;
}
.TwitterCard .SummaryCard--small .SummaryCard-contentContainer {
  width: calc(68.18333%);
}
.TwitterCardsGrid .TwitterCardsGrid-float--prev {
  float: left;
}
.TwitterCard .SummaryCard-content {
  padding: .75em;
  box-sizing: border-box;
  text-decoration: none;
}
.TwitterCardsGrid-ltr {
  text-align: left;
}
.TwitterCardsGrid .TwitterCardsGrid-col--12 {
  float: left;
  width: 100%;
  clear: both;
}
.TwitterCardsGrid .TwitterCardsGrid-col--spacerBottom,
.TwitterCardsGrid-rtl .TwitterCardsGrid-col--spacerBottom {
  margin-bottom: .32333em;
}
.PrerenderedCard.is-constrainedByMaxWidth {
  display: block;
}
.PrerenderedCard.is-loaded {
  height: auto;
}
.Icon--heartEdge {
  width: .98611em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.or…1.156.562-1.387%200-.015-.03-1.426-2.965-3.955-2.965z%22%2F%3E%3C%2Fsvg%3E);
}
.Icon--shareEdge {
  width: .98611em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.or…2h5.652c.414%200%20.75-.336.75-.75s-.336-.75-.75-.75z%22%2F%3E%3C%2Fsvg%3E);
}
.timeline-Tweet-brand .Icon {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.or…-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}
.Icon--twitter {
  width: 1.25em;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.or…-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}
.TwitterCard .SummaryCard-destination {
  text-transform: lowercase;
  color: #8899A6;
  max-height: 1.3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timeline-Tweet-text {
  margin-left: 50px;
}
/*scroll style=====*/
.mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #e1e1e1;
  width: 7px;
  border-radius: 5.5px;
  height: 257px;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:focus .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #e1e1e1;
}
/*page product-solutions template*/
.banner,
.fifth-text {
  text-align: center;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  height: 300px;
}
.inside-banner {
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
}
.inside-banner .title-banner {
  font-size: 40px;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.inside-banner p.sub {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 10px;
}
.product-solutions .banner {
  padding: 0;
}
.product-solutions .desciption {
  margin: 0 auto;
}
.product-solutions section.featured-solutions {
  padding: 54px 0 31px;
}
.product-solutions section.featured-solutions .content {
  margin-top: 40px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.sub-title {
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.sub-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  height: 3px;
  width: 50px;
  background: linear-gradient(209.94deg, #00A3DC 0%, #006AB6 100%);
}
section.key-features {
  width: 100%;
  padding: 46px 0 144px;
  background: url(../images/bg-lastest.png) no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
section.key-features h2.title-block:after {
  bottom: -40px;
}
.list-col {
  margin-top: 90px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.list-col li {
  margin-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
}
.list-col li .inside {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  align-items: flex-start;
  flex: 1 1;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.list-col li .inside .wrap-img {
  width: 100%;
  height: 125px;
  overflow: hidden;
  margin: 22px 0 15px;
  position: relative;
}
.list-col li .inside .wrap-img img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.list-col li .inside .title-col {
  font-size: 16px;
  margin-bottom: 10px;
  width: 100%;
}
.list-col li .inside .des {
  line-height: 21px;
}
.list-col li .inside .des ul {
  padding-left: 20px;
}
.list-col li .inside .des ul li {
  margin-bottom: 0;
  text-align: left;
  list-style: disc;
  list-style-type: initial;
  display: list-item;
}
.bottom-section {
  margin-top: 73px;
}
.bottom-section .block {
  padding: 50px 0 62px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #dadada;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.bottom-section .block .col-img {
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  flex: 1;
}
.bottom-section .block .col-img .wrap-img {
  max-width: 235px;
  margin: 0 auto;
}
.bottom-section .block .col-text {
  padding-right: 15px;
  padding-left: 15px;
}
.bottom-section .block .col-text a {
  color: #006AB6;
}
.bottom-section .block .col-text a:hover {
  color: #13507C;
}
.bottom-section .block:last-child .col-text {
  padding-right: 15px;
}
/*page product solution template products*/
.product-solutions-product .banner {
  padding: 0;
}
.product-solutions-product .desciption {
  margin: 0 auto;
  line-height: 25px;
  font-size: 16px;
}
.product-solutions-product section.featured-solutions {
  padding: 54px 0 18px;
}
.product-solutions-product section.featured-solutions .content {
  margin-top: 40px;
  font-size: 15px;
  line-height: 23px;
}
.product-solutions-product section.featured-solutions .content ul {
  padding-left: 20px;
}
.product-solutions-product section.featured-solutions .content ul li {
  margin-bottom: 0;
  text-align: left;
  list-style: disc;
  list-style-type: initial;
  display: list-item;
}
.product-solutions-product .bottom-section {
  margin-top: 68px;
}
.product-solutions-product .bottom-section .block {
  padding: 55px 0 37px;
}
.product-solutions-product .bottom-section .block:first-child {
  padding-top: 0;
  border-top: none;
}
.product-solutions-product .bottom-section .block:nth-child(even) .col-text {
  padding-right: 20px;
}
.product-solutions-solution .banner {
  padding: 0;
}
.product-solutions-solution .desciption {
  margin: 0 auto;
  line-height: 25px;
  font-size: 16px;
}
.product-solutions-solution section.featured-solutions {
  padding: 54px 0 82px;
}
.product-solutions-solution section.featured-solutions .block:nth-child(odd) .content {
  padding-left: 92px;
  padding-right: 20px;
}
.product-solutions-solution section.featured-solutions .block:nth-child(odd) .code {
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
}
.product-solutions-solution section.featured-solutions .block:nth-child(odd) .code img {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
}
.product-solutions-solution section.featured-solutions .block:nth-child(even) .content {
  padding-left: 20px;
  padding-right: 80px;
}
.product-solutions-solution section.featured-solutions .block:nth-child(even) .code {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}
.product-solutions-solution section.featured-solutions .block:nth-child(even) .code img {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.3);
}
.product-solutions-solution section.featured-solutions .content {
  font-size: 15px;
  line-height: 22px;
}
.product-solutions-solution section.featured-solutions .content p {
  padding-right: 15px;
}
.product-solutions-solution section.featured-solutions .sub-title {
  margin-top: 50px;
  margin-bottom: 30px;
  display: inline-block;
}
.product-solutions-solution .list-block .block {
  height: auto;
  padding: 20px 0;
  padding-top: 0;
}
.product-solutions-solution .list-block .block:before {
  transform: skew(-15deg, 85deg);
}
.product-solutions-solution .list-block .block .inside-block {
  width: 100%;
}
.product-solutions-solution .list-block .block:nth-child(odd) .block-text {
  padding: 0;
}
.product-solutions-solution .list-block .block .code {
  margin-bottom: 15px;
}
.company-detail-template .banner {
  padding: 0;
}
.title-nounder {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}
.company-detail-template section.featured-solutions {
  padding: 26px 0 70px;
}
.company-detail-template section.featured-solutions .title-nounder {
  font-size: 20px;
  margin-top: -30px;
  margin-bottom: 15px;
}
section.text-and-logo {
  width: 100%;
  padding: 45px 0;
}
section.text-and-logo h2.title-block:after {
  bottom: -38px;
}
.content-inside {
  width: 77%;
  background: #fff;
  padding: 29px 70px 20px;
  border-radius: 10px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
  border: 1px solid #E5E5E5;
  display: flex;
  margin-top: 88px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  flex-flow: row wrap;
}
.content-inside .left {
  align-self: center;
}
.content-inside .list-text li {
  line-height: 46px;
  position: relative;
  padding-left: 24px;
  font-size: 18px;
}
.content-inside .list-text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  height: 7px;
  width: 7px;
  background: linear-gradient(209.94deg, #00A3DC 0%, #006AB6 100%);
}
.content-inside .list-logo {
  margin-top: 14px;
  padding-left: 5px;
}
.content-inside .list-logo li {
  margin-bottom: 45px;
}
.content-inside .list-logo li:hover .wrap-logo {
  background-color: #EAECF0;
}
.content-inside .list-logo li:last-child {
  margin-bottom: 0;
}
section.slide-logo {
  text-align: center;
  padding: 49px 0 59px;
}
section.slide-logo .wrap-list {
  width: 77%;
  background: #fff;
  padding: 37px 24px 0;
  border-radius: 10px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  display: inline-block;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: easy;
  transition-timing-function: easy;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
section.slide-logo .wrap-list .list-logo {
  position: relative;
}
section.slide-logo .wrap-list .list-logo li {
  width: 33%;
  display: inline-block;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.slide-logo .wrap-list .list-logo li:hover .wrap-logo {
  background-color: #EAECF0;
}
section.slide-logo .wrap-list .list-logo li .wrap-logo {
  height: 105px;
  width: 248px;
  margin: 0 auto;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  background-color: #F9FAFC;
  text-align: center;
  line-height: 105px;
  cursor: pointer;
  position: relative;
}
section.slide-logo .wrap-list .list-logo li .content {
  position: absolute;
  overflow: hidden;
  max-height: 0;
  margin: 0 auto;
  margin-top: 26px;
  left: 0;
  right: 0;
  width: 96%;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -webkit-transition-timing-function: easy;
  transition-timing-function: easy;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}
section.slide-logo .wrap-list .list-logo li .content .inside-content {
  margin: 0 auto;
  padding: 40px 40px 28px;
  display: inline-block;
  background-color: #eaecf0;
  border: 1px solid #CACACA;
  text-align: center;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
section.slide-logo .wrap-list .list-logo li .content .inside-content .col-img {
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  flex: 1;
}
section.slide-logo .wrap-list .list-logo li .content .inside-content .col-text {
  padding-right: 0;
}
section.slide-logo .wrap-list .list-logo li .content .inside-content .col-text .title {
  font-size: 16px;
  margin-bottom: 17px;
  font-weight: 600;
}
section.slide-logo .wrap-list .list-logo li .content .inside-content .col-text .text {
  font-size: 15px;
}
section.slide-logo .wrap-list .list-logo li .content .inside-content .col-text ul {
  padding-left: 20px;
}
section.slide-logo .wrap-list .list-logo li .content .inside-content .col-text ul li {
  margin-bottom: 0;
  text-align: left;
  list-style: initial;
  display: list-item;
}
section.slide-logo .wrap-list .list-logo li .content .inside-content .col-text a {
  color: #006AB6;
}
section.slide-logo .wrap-list .list-logo li .content .inside-content .col-text a:hover {
  color: #13507C;
}
section.slide-logo .wrap-list .list-logo li.open {
  height: 333px;
}
section.slide-logo .wrap-list .list-logo li.open .wrap-logo {
  background-color: #EAECF0;
}
section.slide-logo .wrap-list .list-logo li.open .wrap-logo:before {
  position: absolute;
  bottom: -32px;
  left: 45%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 24px 19px;
  border-color: transparent transparent #eaecf0 transparent;
  margin-left: -10px;
  display: inline-block;
  z-index: 2;
}
section.slide-logo .wrap-list .list-logo li.open .wrap-logo:after {
  position: absolute;
  bottom: -31px;
  left: 45%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 24px 19px;
  border-color: transparent transparent #cacaca transparent;
  margin-left: -10px;
  display: inline-block;
}
section.slide-logo .wrap-list .list-logo li.open .content {
  max-height: 2000px;
}
.page-template-thank-you main {
  min-height: inherit;
}
.animation {
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-timing-function: easy;
  transition-timing-function: easy;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.company-detail-template-deployment .banner,
.company-detail-template-aboutus .banner,
.company-detail-template-partners .banner {
  padding: 0;
}
company-detail-template-deployment .block-background .bg-first {
  padding: 72px 0 110px;
}
/*page company detail template*/
.block-background {
  overflow: hidden;
  padding: 0;
  background: #fdfdfd;
}
.block-background .bg-child {
  -webkit-transform: skew(-186deg);
  -moz-transform: skew(-186deg);
  transform: skewY(-186deg);
  margin-top: 0;
}
.block-background .bg-child .wp-content {
  -webkit-transform: skew(-174deg);
  -moz-transform: skew(-174deg);
  transform: skewY(-174deg);
}
.block-background .bg-child:first-child {
  padding: 72px 0 70px;
  position: relative;
  -webkit-transform: inherit;
  -moz-transform: inherit;
  transform: inherit;
  margin-top: 0;
  background-position: center;
}
.block-background .bg-child:first-child .wp-content {
  -webkit-transform: inherit;
  -moz-transform: inherit;
  transform: inherit;
}
.block-background .bg-child:nth-child(2) {
  padding: 56px 0 170px;
  position: relative;
  background-position: 0 -100px !important;
}
.block-background .bg-child:nth-child(3) {
  position: relative;
  z-index: 1;
  padding: 105px 0;
}
.block-background .bg-child:nth-child(3) .content {
  line-height: 24px;
}
.block-background .bg-child:nth-child(3) .line-button {
  margin-top: 20px;
}
.block-background .bg-child:last-child {
  position: relative;
  padding: 75px 0 190px;
  margin-bottom: -100px;
  background-position: 0 -110px !important;
}
.block-background .bg-child:last-child .content {
  line-height: 24px;
}
.block-background .bg-child:last-child .line-button {
  margin-top: 20px;
}
.block-background .line-button {
  margin-top: 23px;
}
.block-background .btn-primary {
  border-radius: 20px;
  margin-right: 10px;
  padding: 6px 28px;
}
.block-background .content {
  line-height: 23px;
}
.block-background .content a {
  color: #006AB6;
}
.block-background .content a:hover {
  color: #13507C;
}
.block-background .content ul {
  padding-left: 20px;
}
.block-background .content ul li {
  margin-bottom: 0;
  text-align: left;
  list-style: disc;
  list-style-type: initial;
  display: list-item;
}
section.text-and-logo {
  padding: 50px 0 65px;
}
section.text-and-logo.grey {
  background: #F4F5F8;
  position: relative;
}
section.text-and-logo.grey.left:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  width: 817px;
  height: 362px;
  background: url("../images/background.png") no-repeat;
}
section.text-and-logo.grey.right:before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  content: '';
  width: 817px;
  height: 362px;
  background: url("../images/background-right.png") no-repeat;
}
section.text-and-logo.white {
  background: #fff;
  position: relative;
}
section.text-and-logo.white.right:before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  content: '';
  width: 817px;
  height: 362px;
  background: url("../images/background-right.png") no-repeat;
}
section.text-and-logo.white.left:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  width: 817px;
  height: 362px;
  background: url("../images/background.png") no-repeat;
}
.company-detail-template-customers .banner {
  padding: 0;
}
section.slide-logo.grey {
  background: #D8D8D8;
  position: relative;
}
section.slide-logo.grey.left:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  width: 817px;
  height: 362px;
  background: url("../images/background.png") no-repeat;
}
section.slide-logo.grey.right:before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  content: '';
  width: 817px;
  height: 362px;
  background: url("../images/background-right.png") no-repeat;
}
section.slide-logo.white {
  background: #fff;
  position: relative;
}
section.slide-logo.white.right:before {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  content: '';
  width: 817px;
  height: 362px;
  background: url("../images/background-right.png") no-repeat;
}
section.slide-logo.white.left:before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: '';
  width: 817px;
  height: 362px;
  background: url("../images/background.png") no-repeat;
}
section.slide-logo .wrap-logo span {
  margin-left: 10px;
  font-size: 16px;
}
/*page contact us*/
.page-contact {
  display: block;
  padding: 50px 0;
}
.page-contact .title {
  font-size: 30px;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center;
}
.page-contact .wrap-form form.contact {
  display: inline-block;
  width: 90%;
}
.page-contact .wrap-form form.contact .input-placeholder {
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
  width: 100%;
}
.page-contact .wrap-form form.contact .captcha {
  display: inline-block;
  margin-top: -4px;
}
.page-contact .wrap-form form.contact .form-control {
  height: 35px;
  margin-bottom: -4px;
}
.page-contact .wrap-form form.contact textarea.form-control {
  height: 95px;
  resize: none;
}
.page-contact .wrap-form form.contact .btn-primary {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  border-radius: 20px;
  height: 35px;
  width: 210px;
  padding: 0 20px;
}
.page-contact .inforomation {
  width: 93%;
  margin-left: 30px;
  margin-top: 3px;
  background-color: #F9FAFC;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}
.page-contact .inforomation .header-form {
  height: 40px;
  width: 100%;
  line-height: 40px;
  font-size: 15px;
  border-bottom: 1px solid #E5E5E5;
  background-color: #F5F5F5;
  padding: 0 33px;
}
.page-contact .inforomation .body-form {
  padding: 15px 18px;
  padding-right: 10px;
}
.page-contact .inforomation .body-form .list-infor li {
  display: block;
  margin-bottom: 17px;
  font-size: 15px;
}
.page-contact .inforomation .body-form .list-infor li img {
  position: relative;
  top: -4px;
  float: left;
  margin-right: 14px;
}
.page-contact .inforomation .body-form .list-infor li .text {
  width: 80%;
  display: inline-block;
}
.page-contact .inforomation .body-form .list-infor li .text .name {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.page-contact .inforomation .body-form .list-infor li .text p {
  margin-bottom: 2px;
}
.page-contact .inforomation .body-form .list-infor li .text b {
  font-weight: 600;
  margin-right: 2px;
}
.page-contact .inforomation .body-form .list-infor li a.directions {
  margin-top: 11px;
  color: #006AB6;
  display: block;
}
.page-contact .ajax-loader {
  display: block !important;
  margin: 0 auto !important;
}
/*page blog*/
.time {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
}
.blog-main-page,
.blog-detail-page {
  padding-top: 40px;
}
.blog-main-page .title-page,
.blog-detail-page .title-page {
  font-weight: 600;
  font-size: 30px;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
  margin-bottom: 30px;
  text-align: center;
}
.blog-main-page .overlay,
.blog-detail-page .overlay {
  z-index: 0;
}
.blog-main-page .banner,
.blog-detail-page .banner {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.blog-main-page .banner img,
.blog-detail-page .banner img {
  width: 100%;
}
.blog-main-page .banner .outsite-banner,
.blog-detail-page .banner .outsite-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  display: flex;
  align-items: flex-start;
}
.blog-main-page .banner .inside-banner,
.blog-detail-page .banner .inside-banner {
  z-index: 2;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 1;
  flex: 1;
  color: #fff;
}
.blog-main-page .banner .inside-banner .time,
.blog-detail-page .banner .inside-banner .time {
  margin-bottom: 0;
}
.blog-main-page .banner .inside-banner .title-banner,
.blog-detail-page .banner .inside-banner .title-banner {
  font-size: 26px;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  font-weight: 500;
}
.blog-main-page .banner .inside-banner .descript,
.blog-detail-page .banner .inside-banner .descript {
  font-size: 15px;
  line-height: 22px;
  width: 80%;
  margin: 21px auto;
}
.blog-main-page .banner .inside-banner .btn-view,
.blog-detail-page .banner .inside-banner .btn-view {
  margin-top: 14px;
  color: #fff;
}
.blog-main-page .banner .inside-banner .btn-view:hover,
.blog-detail-page .banner .inside-banner .btn-view:hover,
.blog-main-page .banner .inside-banner .btn-view:focus,
.blog-detail-page .banner .inside-banner .btn-view:focus,
.blog-main-page .banner .inside-banner .btn-view:active,
.blog-detail-page .banner .inside-banner .btn-view:active {
  color: #212121;
}
.blog-main-page .right-page .wrap-search input,
.blog-detail-page .right-page .wrap-search input {
  height: 35px;
  border: 1px solid #DADADA;
  border-radius: 5px;
  width: 86%;
  float: left;
  margin-right: 10px;
}
.blog-main-page .container,
.blog-detail-page .container {
  width: 1396px;
}
.blog-main-page .right-page,
.blog-detail-page .right-page {
  margin-top: 73px;
  padding-left: 5px;
  margin-bottom: 58px;
}
.blog-main-page .left-page,
.blog-detail-page .left-page {
  padding-right: 32px;
  margin-bottom: 58px;
}
.blog-main-page .wp-pagenavi,
.blog-detail-page .wp-pagenavi {
  margin-top: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-main-page .wp-pagenavi .numberofpage,
.blog-detail-page .wp-pagenavi .numberofpage {
  display: none;
}
.blog-main-page .wp-pagenavi .previouspostslink,
.blog-detail-page .wp-pagenavi .previouspostslink {
  order: -1;
}
.blog-main-page .wp-pagenavi a,
.blog-detail-page .wp-pagenavi a,
.blog-main-page .wp-pagenavi span,
.blog-detail-page .wp-pagenavi span {
  height: 35px;
  display: inline-block;
  padding: 0 14px;
  line-height: 35px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  color: #4C5A64;
}
.blog-main-page .wp-pagenavi a:hover,
.blog-detail-page .wp-pagenavi a:hover,
.blog-main-page .wp-pagenavi span:hover,
.blog-detail-page .wp-pagenavi span:hover,
.blog-main-page .wp-pagenavi a:focus,
.blog-detail-page .wp-pagenavi a:focus,
.blog-main-page .wp-pagenavi span:focus,
.blog-detail-page .wp-pagenavi span:focus {
  color: #fff;
  background: #006AB6;
  text-decoration: none;
}
.blog-main-page .wp-pagenavi a.current,
.blog-detail-page .wp-pagenavi a.current,
.blog-main-page .wp-pagenavi span.current,
.blog-detail-page .wp-pagenavi span.current {
  color: #fff;
  background: #006AB6;
}
.blog-main-page .wp-pagenavi a.nextpostslink:hover:before,
.blog-detail-page .wp-pagenavi a.nextpostslink:hover:before,
.blog-main-page .wp-pagenavi span.nextpostslink:hover:before,
.blog-detail-page .wp-pagenavi span.nextpostslink:hover:before,
.blog-main-page .wp-pagenavi a.previouspostslink:hover:before,
.blog-detail-page .wp-pagenavi a.previouspostslink:hover:before,
.blog-main-page .wp-pagenavi span.previouspostslink:hover:before,
.blog-detail-page .wp-pagenavi span.previouspostslink:hover:before,
.blog-main-page .wp-pagenavi a.last:hover:before,
.blog-detail-page .wp-pagenavi a.last:hover:before,
.blog-main-page .wp-pagenavi span.last:hover:before,
.blog-detail-page .wp-pagenavi span.last:hover:before,
.blog-main-page .wp-pagenavi a.first:hover:before,
.blog-detail-page .wp-pagenavi a.first:hover:before,
.blog-main-page .wp-pagenavi span.first:hover:before,
.blog-detail-page .wp-pagenavi span.first:hover:before,
.blog-main-page .wp-pagenavi a.nextpostslink:focus:before,
.blog-detail-page .wp-pagenavi a.nextpostslink:focus:before,
.blog-main-page .wp-pagenavi span.nextpostslink:focus:before,
.blog-detail-page .wp-pagenavi span.nextpostslink:focus:before,
.blog-main-page .wp-pagenavi a.previouspostslink:focus:before,
.blog-detail-page .wp-pagenavi a.previouspostslink:focus:before,
.blog-main-page .wp-pagenavi span.previouspostslink:focus:before,
.blog-detail-page .wp-pagenavi span.previouspostslink:focus:before,
.blog-main-page .wp-pagenavi a.last:focus:before,
.blog-detail-page .wp-pagenavi a.last:focus:before,
.blog-main-page .wp-pagenavi span.last:focus:before,
.blog-detail-page .wp-pagenavi span.last:focus:before,
.blog-main-page .wp-pagenavi a.first:focus:before,
.blog-detail-page .wp-pagenavi a.first:focus:before,
.blog-main-page .wp-pagenavi span.first:focus:before,
.blog-detail-page .wp-pagenavi span.first:focus:before {
  color: #fff;
  background: #006AB6;
}
.blog-main-page .wp-pagenavi a.nextpostslink i,
.blog-detail-page .wp-pagenavi a.nextpostslink i,
.blog-main-page .wp-pagenavi span.nextpostslink i,
.blog-detail-page .wp-pagenavi span.nextpostslink i,
.blog-main-page .wp-pagenavi a.previouspostslink i,
.blog-detail-page .wp-pagenavi a.previouspostslink i,
.blog-main-page .wp-pagenavi span.previouspostslink i,
.blog-detail-page .wp-pagenavi span.previouspostslink i,
.blog-main-page .wp-pagenavi a.last i,
.blog-detail-page .wp-pagenavi a.last i,
.blog-main-page .wp-pagenavi span.last i,
.blog-detail-page .wp-pagenavi span.last i,
.blog-main-page .wp-pagenavi a.first i,
.blog-detail-page .wp-pagenavi a.first i,
.blog-main-page .wp-pagenavi span.first i,
.blog-detail-page .wp-pagenavi span.first i {
  font-size: 38px;
}
.blog-main-page .wp-pagenavi .extend.numberofpage,
.blog-detail-page .wp-pagenavi .extend.numberofpage {
  display: block;
}
.blog-main-page .wp-pagenavi .extend.numberofpage:hover,
.blog-detail-page .wp-pagenavi .extend.numberofpage:hover,
.blog-main-page .wp-pagenavi .extend.numberofpage:focus,
.blog-detail-page .wp-pagenavi .extend.numberofpage:focus {
  color: #212121;
  background: #fff;
  text-decoration: none;
  cursor: text;
}
.blog-main-page .wp-pagenavi .nextpostslink,
.blog-detail-page .wp-pagenavi .nextpostslink,
.blog-main-page .wp-pagenavi .previouspostslink,
.blog-detail-page .wp-pagenavi .previouspostslink,
.blog-main-page .wp-pagenavi .last,
.blog-detail-page .wp-pagenavi .last,
.blog-main-page .wp-pagenavi .first,
.blog-detail-page .wp-pagenavi .first {
  display: block;
  overflow: hidden;
}
.blog-main-page .wp-pagenavi .nextpostslink:before,
.blog-detail-page .wp-pagenavi .nextpostslink:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  display: block;
  text-indent: 0;
  height: 35px;
  color: #212121;
  text-align: center;
  line-height: 35px;
  visibility: visible;
  border-radius: 5px;
}
.blog-main-page .wp-pagenavi .previouspostslink:before,
.blog-detail-page .wp-pagenavi .previouspostslink:before {
  content: "\f104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 30px;
  display: block;
  text-indent: 0;
  height: 35px;
  color: #212121;
  text-align: center;
  line-height: 35px;
  visibility: visible;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog-main-page .wp-pagenavi .last:before,
.blog-detail-page .wp-pagenavi .last:before {
  content: "Last";
  font-size: 16px;
  display: block;
  text-indent: 0;
  height: 35px;
  color: #212121;
  text-align: center;
  line-height: 35px;
  visibility: visible;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.blog-main-page .wp-pagenavi .first:before,
.blog-detail-page .wp-pagenavi .first:before {
  content: "First";
  font-size: 16px;
  display: block;
  text-indent: 0;
  height: 35px;
  color: #212121;
  text-align: center;
  line-height: 35px;
  visibility: visible;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 35, 60, 0.55);
  z-index: 1;
}
.blog-main-page .banner {
  height: auto;
}
.list-blog {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}
.list-blog li {
  display: inline-block;
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.list-blog li.active {
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.list-blog li.active .top-text,
.list-blog li.active .wrap-text {
  -webkit-transition: max-height 0.5s;
  -moz-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.list-blog li .content-post {
  background: #fff;
  border: 1px solid #E5E5E5;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.list-blog li .content-post .wrap-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 280px;
}
.list-blog li .content-post .wrap-text {
  padding: 15px 30px;
  text-align: center;
  margin-top: 58px;
}
.list-blog li .content-post .wrap-text .btn-secondary {
  padding: 0 28px;
}
.list-blog li .content-post .top-text {
  padding: 10px 10px 0;
  max-height: 83px;
  position: absolute;
  left: 0;
  bottom: 65px;
  z-index: 1;
  background: #fff;
  width: 100%;
  overflow: hidden;
  cursor: default;
  -webkit-transition: max-height 1s;
  -moz-transition: max-height 1s;
  transition: max-height 1s;
}
.list-blog li .content-post .title {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 3em;
  word-wrap: break-word;
}
.list-blog li .content-post .descript {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
}
.list-blog li:hover .content-post {
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.15);
}
.list-blog li:hover .top-text {
  max-height: 300px;
}
.list-blog li:hover .descript {
  opacity: 1;
}
.list-blog li:nth-child(odd) {
  padding-left: 0;
}
.list-blog li:nth-child(even) {
  padding-right: 0;
}
.list-blog li .wrap-img img {
  width: 100%;
}
.wrap-category ul li {
  line-height: 30px;
  font-size: 15px;
}
.wrap-category ul li a {
  color: #006AB6;
}
.wrap-category ul li a:hover {
  text-decoration: none;
}
.right-block {
  border: 1px solid #E5E5E5;
  margin-top: 25px;
  background-color: #F9FAFC;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  padding: 18px;
  padding-bottom: 5px;
}
.right-block .title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.right-block ul a:hover,
.right-block ul a:focus {
  color: #11436C;
}
.blog-detail-page {
  padding-top: 20px;
}
.blog-detail-page .title-page,
.blog-detail-page .time {
  text-align: left;
}
.blog-detail-page .title-page {
  margin-bottom: 18px;
}
.blog-detail-page .title-page .time {
  font-size: 13px;
  color: #888;
}
.blog-detail-page .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
}
.blog-detail-page .wrap-img {
  display: inline-block;
  background: #f5f5f5;
}
.blog-detail-page .wrap-img img {
  height: auto !important;
}
.blog-detail-page .wrap-img span {
  display: block;
  text-align: center;
  font-size: 15px;
  color: #858585;
  margin: 5px 0;
}
.blog-detail-page .content-detail {
  line-height: 22px;
  font-size: 15px;
}
.blog-detail-page .content-detail h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 10px;
}
.blog-detail-page .content-detail a {
  color: #006AB6;
}
.blog-detail-page .content-detail a:hover {
  color: #13507C;
}
.blog-detail-page .content-detail ul {
  padding-left: 20px;
}
.blog-detail-page .content-detail ul li {
  margin-bottom: 0;
  text-align: left;
  list-style: disc;
  list-style-type: initial;
  display: list-item;
}
.blog-detail-page .content-detail .right-page {
  margin-top: 12px;
}
.blog-detail-page .content-detail .right-page .right-block.recent-post {
  margin-top: 30px;
}
.blog-detail-page .content-detail .right-page .right-block.recent-post .title {
  margin-bottom: 23px;
}
.blog-detail-page .content-detail .margin-bottom {
  margin-bottom: 25px;
}
.blog-detail-page .content-detail .margin-top {
  margin: 25px 0;
}
.blog-detail-page .content-detail .margin-left {
  margin: 25px;
  margin-right: 0;
}
.blog-detail-page .content-detail .margin-right {
  margin: 25px;
  margin-left: 0;
}
.blog-detail-page .social-links {
  display: inline-block;
  margin: 0;
}
.blog-detail-page .bottom-content {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #dadada;
}
.blog-detail-page .prev-post,
.blog-detail-page .next-post {
  color: #006AB6;
  font-size: 18px;
}
.blog-detail-page .list-recent {
  margin: 15px 0;
}
.blog-detail-page .list-recent li {
  margin-bottom: 20px;
  padding-bottom: 23px;
  border-bottom: 1px solid #dadada;
}
.blog-detail-page .list-recent li img {
  margin-bottom: 10px;
}
.blog-detail-page .list-recent li .time {
  margin-bottom: 0;
}
.blog-detail-page .list-recent li .title-post {
  font-size: 16px;
  margin-bottom: 0;
}
.blog-detail-page .list-recent li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.page-general section.content {
  padding: 90px 0;
}
.page-general section.content .title-banner {
  font-size: 36px;
}
.page-general p {
  font-size: 18px;
}
.page-general a {
  font-style: 16px;
  color: #4355a5;
}
.scroll-bar {
  height: 465px;
}
.animation-box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.animation-container {
  width: 500rem;
  height: 500rem;
}
@keyframes bottomFadeOut {
  0% {
    position: absolute;
    bottom: -3rem;
    opacity: 0;
  }
  75% {
    position: absolute;
    bottom: 0;
    opacity: 1;
  }
  100% {
    opacity: 100;
  }
}
.fifth-text {
  font-size: 1.5rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 100;
  color: #FFFFFF;
  animation-name: bottomFadeOut;
  animation-delay: 0s;
  animation-duration: 2s;
  z-index: 2;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .list-columns .columns,
  .list-col li .inside {
    display: inline-block;
    flex: auto;
  }
}
@media (min-width: 1299px) {
  header .container,
  section.featured-products .container,
  section.award .container {
    width: 1275px;
  }
  footer .container {
    width: 1364px;
  }
}
@media (max-width: 1400px) and (min-width: 1299px) {
  footer .container {
    width: 1200px;
  }
  .blog-main-page .container,
  .blog-detail-page .container {
    width: 100%;
  }
  .blog-main-page .right-page .wrap-search input,
  .blog-detail-page .right-page .wrap-search input {
    width: 84%;
  }
  footer .block-footer .title-block {
    font-size: 15px;
  }
  section.featured-solutions {
    padding: 45px 0 50px;
  }
  section.award {
    padding: 45px 0 110px;
  }
}
@media (max-width: 1299px) {
  .product-solutions-solution .list-block .block:before {
    transform: skew(-173deg);
    left: -60px;
    width: 100px;
    height: 100%;
  }
  .home .list-block .block:before {
    transform: skew(-16deg, 81deg);
  }
  .product-solutions-solution section.featured-solutions .sub-title {
    width: 44%;
  }
  section.banner,
  .fifth-text,
  section.banner .text-center {
    height: 250px;
  }
  section.banner .container,
  .fifth-text .container,
  section.banner .text-center .container {
    width: 72%;
  }
  section.banner .content .text h3 {
    font-size: 28px;
  }
  .product-solutions-solution .list-block .block .inside-block .code {
    width: 50%;
    margin-top: -25px;
    margin-bottom: 15px;
  }
  .product-solutions-solution section.featured-solutions .block:nth-child(odd) .code {
    padding-right: 0;
  }
  .product-solutions-solution section.featured-solutions .block:nth-child(even) .code {
    padding-left: 0;
  }
  .product-solutions-solution section.featured-solutions .block:nth-child(odd) .content {
    padding-left: 45px;
  }
  .list-blog li:hover .top-text,
  .list-blog li.active .top-text {
    max-height: 245px;
  }
  .list-block .block {
    margin-bottom: 50px;
    height: auto;
  }
  list-block .block-text {
    padding: 20px 15px;
  }
  section.featured-solutions {
    padding: 38px 0;
  }
  section.key-features {
    padding: 50px 0;
  }
  h2.title-block:after {
    bottom: -17px;
    width: 60px;
  }
  .desciption {
    width: 80%;
    margin: 31px auto 16px;
  }
  .list-block {
    margin-top: 53px;
  }
  section.award {
    height: auto;
    padding: 23px 0 48px;
    background-size: cover;
  }
  .placeholder {
    top: 6px;
    height: 15px;
    font-size: 14px;
  }
  .input-placeholder input,
  .input-placeholder textarea {
    font-size: 14px;
  }
  .lastest-tweets {
    width: 100%;
  }
  .list-award li:nth-child(3),
  .list-award li:nth-child(4) {
    padding-bottom: 15px;
  }
  .list-award li:nth-child(3) .name-prize,
  .list-award li:nth-child(4) .name-prize {
    top: -9px;
  }
  .list-award .bold,
  .list-award .normal {
    font-size: 21px;
  }
  .list-award li {
    padding-left: 30px;
  }
  .list-award li .name-prize,
  .list-award li:nth-child(3) .text-name .name-prize,
  .list-award li:nth-child(4) .text-name .name-prize {
    font-size: 53px;
  }
  .list-award li:nth-child(2) .icon {
    top: 0px;
  }
  .list-award li:nth-child(3) .icon {
    top: -2px;
  }
  .list-award li:nth-child(4) .icon {
    top: -3px;
  }
  .list-award li:nth-child(1) .text-name .name-prize {
    top: 16px;
  }
  .list-award li:nth-child(2) .text-name .name-prize {
    top: 6px;
  }
  .list-award li:nth-child(3) .text-name .name-prize {
    top: 4px;
  }
  .list-award li:nth-child(3) .text-name .text {
    top: 10px;
  }
  .list-award li:nth-child(4) .text-name .name-prize {
    top: 0px;
  }
  .company-detail-template-aboutus .bg-second {
    padding: 56px 0 120px;
  }
  .block-background .bg-child:last-child,
  .block-background .bg-child:nth-child(2) {
    background-position: 0px 100px !important;
  }
  footer {
    padding-top: 15px;
  }
  footer .block-footer {
    width: 30%;
  }
  footer .block-footer .title-block {
    font-size: 15px;
  }
  footer .block-footer:first-child {
    width: 35%;
  }
  footer .panel-group .block-footer:nth-child(4),
  footer .panel-group .block-footer:nth-child(3) {
    margin-right: 0 !important;
  }
  footer .panel-group .block-footer:nth-child(2) {
    margin-right: 18px;
  }
  footer .list-links li {
    line-height: 27px;
  }
  footer .block-footer .block-information p,
  .list-links li a {
    font-size: 13px;
  }
  footer .block-footer .title-block {
    margin-bottom: 6px;
  }
  section.slide-logo .wrap-list .list-logo li .wrap-logo {
    width: auto;
    height: 100px;
    line-height: 100px;
  }
  section.slide-logo .wrap-list {
    width: 87%;
    padding: 26px 10px 0;
  }
  section.slide-logo .wrap-list .list-logo li {
    width: 32.5%;
    padding: 0 5px;
    margin-bottom: 16px;
  }
  section.slide-logo .wrap-list .list-logo li .content {
    margin-top: 28px;
  }
  section.slide-logo .wrap-list .list-logo li .content .inside-content {
    padding: 20px 20px 10px;
  }
  section.slide-logo .wrap-list .list-logo li .content .inside-content .col-text {
    padding-left: 0;
    padding-right: 10px;
  }
  section.slide-logo .wrap-list .list-logo li .content .inside-content .col-text .title {
    font-size: 14px;
    margin-bottom: 11px;
  }
  section.slide-logo .wrap-list .list-logo li .content .inside-content .col-text .text {
    font-size: 13px;
    line-height: 20px;
  }
  section.slide-logo .wrap-list .list-logo li.open {
    height: 266px;
  }
  .page-contact .inforomation {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .page-contact .inforomation .header-form {
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    padding: 0 32px;
  }
  .page-contact .inforomation .body-form .list-infor li .text p {
    font-size: 13px;
  }
  .page-contact .inforomation .body-form .list-infor li .text .name {
    font-size: 14px;
  }
  .page-contact {
    padding: 25px 0;
  }
  .page-contact .left {
    padding: 0;
  }
  .page-contact .right {
    padding: 0 6px;
  }
  .page-contact .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .page-contact .wrap-form form.contact {
    width: 83%;
  }
  .page-contact .wrap-form form.contact .form-control {
    height: 30px;
    margin-bottom: 10px;
  }
  .page-contact .wrap-form form.contact textarea.form-control {
    height: 75px;
  }
  .page-contact .wrap-form form.contact .btn-primary {
    width: 136px;
  }
  .page-contact .inforomation .body-form {
    padding: 15px 9px;
  }
  .page-contact .inforomation .body-form .list-infor li img {
    margin-right: 9px;
  }
  .page-contact .inforomation .body-form .list-infor li .text .name {
    margin-bottom: 8px;
  }
  .page-contact .inforomation .body-form .list-infor li {
    margin-bottom: 14px;
  }
  .page-contact .inforomation .body-form .list-infor li a {
    margin-top: 6px;
  }
  .blog-main-page .container,
  .blog-detail-page .container {
    width: 100%;
    padding: 0;
  }
  .blog-main-page .right-page {
    margin-top: 46px;
  }
  .list-blog li .content-post .top-text {
    bottom: 50px;
  }
  .right-block {
    margin-top: 15px;
    padding: 11px;
  }
  .right-block .list-cate {
    margin-bottom: 0;
  }
  .right-block .title {
    margin-bottom: 5px;
  }
  .blog-main-page .banner .inside-banner .descript {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    max-height: 3.125em;
    word-wrap: break-word;
  }
  .blog-main-page .banner .inside-banner {
    padding: 23px 0;
  }
  .blog-main-page .title-page {
    margin-bottom: 12px;
    font-size: 25px;
  }
  .btn-view {
    height: 30px;
    line-height: 28px;
    margin-top: -6px;
    padding: 0 20px;
    font-size: 13px;
  }
  .btn-search:before {
    top: 5px;
    left: 6px;
  }
  .time {
    font-size: 10px;
  }
  .blog-main-page .banner .inside-banner .title-banner {
    font-size: 18px;
    margin-top: 5px;
  }
  .blog-main-page .right-page .wrap-search input,
  .blog-detail-page .right-page .wrap-search input {
    height: 30px;
    width: 80%;
  }
  .btn-search {
    height: 30px;
    width: 30px;
  }
  .right-block .title,
  .list-blog li .content-post .title {
    font-size: 14px;
  }
  .wrap-category .list-cate li {
    font-size: 13px;
    line-height: 28px;
  }
  .list-blog {
    margin-top: 16px;
    margin-bottom: 5px;
  }
  .list-blog li .content-post .wrap-text .btn-secondary {
    padding: 0 17px;
    height: 30px;
    line-height: 27px;
  }
  .blog-main-page {
    padding-top: 23px;
  }
  .blog-main-page .banner .inside-banner .descript {
    margin: 10px auto;
  }
  .blog-main-page .left-page,
  .blog-detail-page .left-page {
    padding-right: 12px;
    margin-bottom: 33px;
  }
  .blog-main-page .banner .inside-banner .btn-view {
    margin-top: 0;
    margin-bottom: 6px;
  }
  .list-blog li:nth-child(odd) {
    padding-right: 5px;
  }
  .list-blog li:nth-child(even) {
    padding-left: 5px;
  }
  .list-blog li .content-post .wrap-text {
    max-height: 111px;
    bottom: -107px;
    padding: 13px 10px;
  }
  .list-blog li .content-post .descript {
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
  }
  .list-blog li:hover .content-post .wrap-text,
  .list-blog li:focus .content-post .wrap-text {
    max-height: 154px;
    display: block;
  }
  .blog-main-page .pagination .page-item a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 13px;
  }
  .blog-main-page .pagination .page-item a.prev i,
  .blog-main-page .pagination .page-item a.next i {
    font-size: 33px;
  }
  .blog-detail-page .content-detail {
    line-height: 20px;
    font-size: 13px;
  }
  .blog-detail-page .bottom-content .prev-post,
  .blog-detail-page .bottom-content .next-post {
    font-size: 13px;
  }
  .blog-detail-page .title-page .time {
    font-size: 10px;
  }
  .blog-detail-page .title {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .blog-detail-page .title-page .title {
    font-size: 18px;
  }
  .blog-detail-page .content-detail h3 {
    font-size: 16px;
  }
  .blog-detail-page {
    padding-top: 13px;
  }
  .blog-detail-page .title-page {
    margin-bottom: 11px;
  }
  .blog-detail-page .right-page {
    margin-top: 5px;
  }
  .blog-detail-page .margin-bottom {
    margin-bottom: 18px;
  }
  .blog-detail-page .margin-left {
    margin: 7px;
    margin-right: 0;
  }
  .blog-detail-page .margin-right {
    margin: 7px;
    margin-left: 0;
  }
  .blog-detail-page .right-page .right-block.recent-post {
    margin-top: 15px;
  }
  .list-recent {
    margin: 11px 0 0;
  }
  .blog-detail-page .right-page .right-block.recent-post .title {
    margin-bottom: 10px;
  }
  .list-recent li {
    margin-bottom: 18px;
    padding-bottom: 16px;
  }
  .blog-detail-page .wrap-img span {
    font-size: 10px;
    margin: 3px 0;
  }
  .blog-detail-page .margin-top {
    margin: 10px 0;
  }
  .list-recent li .title-post {
    font-size: 14px;
  }
  section.form-contact {
    background: url(../images/bg-contact.png);
    background-size: cover;
    background-position: center;
  }
  .list-block .block:nth-child(odd) .inside-block {
    width: 98%;
    padding: 18px 0;
    padding-left: 60px;
  }
  .list-block .block:nth-child(even) .inside-block {
    width: 90%;
    padding: 18px 0;
    padding-left: 20px;
  }
  .product-solutions-solution section.featured-solutions .block:nth-child(even) .content {
    padding-right: 0;
  }
  .list-blog li .content-post .wrap-img {
    height: 180px;
  }
}
@media (max-width: 1299px) and (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (max-width: 1124px) {
  section.banner .container,
  .fifth-text .container,
  section.banner .text-center .container {
    width: 82%;
  }
}
@media (max-width: 991px) {
  .mCSB_scrollTools {
    width: 30px;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 39px;
  }
  .fifth-text {
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 100;
    color: #FFFFFF;
    animation-name: bottomFadeOut;
    animation-delay: 0s;
    animation-duration: 2s;
  }
  .list-award li:nth-child(3) .icon {
    left: -3px;
  }
  .list-blog li:hover .top-text,
  .list-blog li.active .top-text {
    max-height: 188px;
  }
  .list-blog li .content-post .wrap-img {
    height: 130px;
  }
  .company-detail-template-partners section.text-and-logo.grey:before,
  .company-detail-template-partners section.text-and-logo.white:before {
    height: 200px;
    width: 100%;
  }
  section.slide-logo .wrap-list .list-logo li .wrap-logo {
    height: 70px;
    line-height: 70px;
  }
  .block-background .bg-child:nth-child(2) {
    padding: 60px 0 90px;
  }
  .block-background .bg-child:last-child {
    padding: 75px 0 171px;
  }
  .list-columns .columns:last-child {
    margin-bottom: 40px;
  }
  .list-columns .columns:after {
    top: -44px;
    height: 30px;
  }
  header .right-header ul li .sub-menu {
    top: 34px;
    left: -95px;
    padding-bottom: 5px;
  }
  header .right-header ul li .sub-menu .block {
    padding: 15px 10px 10px;
    min-width: 170px;
  }
  header .name-block p {
    font-size: 16px;
    margin: 10px 0;
  }
  header .right-header ul li .sub-menu .list-links li {
    line-height: 25px;
  }
  header .name-block .icon {
    height: 75px;
    width: 58px;
    transform: scale(0.9);
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -4px;
    margin-top: 8px;
  }
  .navbar > .container .navbar-brand img,
  .navbar > .container-fluid .navbar-brand img {
    width: 67%;
  }
  .container {
    padding: 0 15px;
  }
  header {
    height: 64px;
  }
  main {
    margin-top: 64px;
  }
  header .right-header .btn-primary {
    width: auto;
  }
  header .right-header ul li {
    margin-right: 29px;
    height: 36px;
    line-height: 36px;
  }
  header .right-header .btn-primary {
    margin-left: 26px;
  }
  section.banner {
    background-size: cover;
  }
  header .right-header ul li a.link,
  header .right-header .btn-primary {
    font-size: 13px;
  }
  section {
    padding: 24px 0;
  }
  h2.title-block:after {
    bottom: -17px;
    width: 60px;
  }
  .desciption {
    width: 80%;
    margin: 31px auto 16px;
  }
  .btn-secondary {
    height: 33px;
    font-size: 13px;
    line-height: 31px;
    padding: 0 10px;
  }
  .list-columns .padding:first-child {
    padding-right: 28px;
    padding-left: 18px;
  }
  .list-columns .padding:last-child {
    padding-left: 22px;
    padding-right: 24px;
  }
  .list-columns .columns .col-img {
    margin-bottom: 20px;
    height: 110px;
    display: block;
    min-height: 110px;
    max-height: 110px;
    position: relative;
  }
  .list-columns .columns .col-img img {
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .list-columns .columns .content {
    min-height: 80px;
  }
  .list-columns .columns .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .list-columns .columns .content {
    font-size: 13px;
    line-height: 21px;
  }
  .list-columns .columns {
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: inline-block;
    text-align: center;
    width: 100%;
    align-items: inherit;
    padding: 24px 15px 21px;
    position: relative;
  }
  .list-columns .columns .col-md-8 {
    padding: 0;
    padding-bottom: 35px;
    height: initial;
    position: static;
  }
  .list-columns .columns .col-md-8 .btn-secondary {
    left: 30%;
    bottom: 22px;
  }
  .list-columns .multi-columns .columns:first-child {
    margin-bottom: 36px;
  }
  .list-columns .multi-columns .columns:last-child {
    margin-bottom: 20px;
  }
  .list-columns .multi-columns .columns .col-img {
    display: inline-block;
    margin-bottom: 15px;
    height: 82px;
  }
  section.banner .text-center i,
  section.banner .text-center img {
    transform: scale(0.7);
  }
  section.banner .text-center,
  section.banner,
  .fifth-text {
    height: 160px;
  }
  section.banner .container {
    width: 70%;
    padding: 0;
  }
  section.banner .content .text p {
    font-size: 12px;
  }
  section.banner .content .text h3 {
    font-size: 16px;
  }
  section.banner .content .text {
    margin-left: 0;
    margin-top: -15px;
  }
  h2.title-block {
    font-size: 25px;
  }
  .desciption {
    font-size: 14px;
  }
  section.banner-middle,
  section.banner-middle .outsite-content {
    height: 180px;
  }
  section.banner-middle .title {
    font-size: 20px;
  }
  section.banner-middle .descript {
    font-size: 13px;
  }
  section.banner-middle .text-center {
    line-height: 30px;
  }
  section.banner-middle .btn-secondary {
    margin-top: 2px;
    margin-bottom: 4px;
  }
  .list-block .block {
    margin-bottom: 50px;
    height: auto;
    overflow: visible;
  }
  .list-block .block .code {
    text-align: center;
  }
  .list-block .block:last-child {
    margin-bottom: 0;
  }
  .list-award li:nth-child(3),
  .list-award li:nth-child(4) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .list-award li:nth-child(3) {
    padding-left: 51px;
  }
  .list-award li:nth-child(4) {
    padding-left: 54px;
  }
  .list-award li:nth-child(2) .text {
    top: 0px;
  }
  .list-award li {
    padding: 0;
    margin-bottom: 0;
    padding-left: 50px;
  }
  .list-award li:nth-child(1) {
    padding-bottom: 0;
  }
  .list-award li {
    padding-left: 56px;
  }
  .list-award li:nth-child(1) .text-name .name-prize {
    top: 23px;
    left: -10px;
  }
  .list-award li:nth-child(2) .text-name .name-prize {
    top: 11px;
    left: -4px;
    font-size: 37px;
  }
  .list-award li:nth-child(2) .text-name .text {
    position: relative;
    top: 17px;
    left: -7px;
  }
  .list-award li:nth-child(3) .text-name .name-prize {
    top: 6px;
    left: -12px;
  }
  .list-award li:nth-child(3) .text-name .text {
    top: 20px;
    left: -18px;
  }
  .list-award li:nth-child(4) .icon {
    top: -20px;
  }
  .list-award li:nth-child(4) .text-name .name-prize {
    top: -15px;
    left: -12px;
  }
  .list-award li:nth-child(4) .text-name .text {
    top: -4px;
    left: -14px;
  }
  section.award .left {
    padding-right: 0px;
  }
  .list-award li:nth-child(1) .text-name .text {
    top: 30px;
    left: -20px;
  }
  .list-award li .text-name {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
  }
  .list-block .block:nth-child(even) .inside-block {
    padding-left: 15px;
    padding-right: 25px;
  }
  .list-block .block .inside-block .content,
  .list-block .block:nth-child(even) .inside-block .content {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 11px;
  }
  .list-block .block .inside-block .title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .list-block .block:nth-child(even) .block-img {
    padding: 0;
  }
  .list-block {
    margin-top: 53px;
  }
  .list-award {
    margin-top: -12px;
  }
  .list-award li i.icon {
    margin-right: 6px;
    transform: scale(0.6);
  }
  .list-award li .name-prize,
  .list-award li:nth-child(3) .text-name .name-prize,
  .list-award li:nth-child(4) .text-name .name-prize {
    font-size: 41px;
    font-weight: 700;
  }
  .list-award li:nth-child(3) .name-prize,
  .list-award li:nth-child(4) .name-prize {
    margin-top: 4px;
  }
  .list-award li:nth-child(2) .name-prize {
    top: 11px;
  }
  .list-award li:nth-child(1) .name-prize {
    top: 17px;
    position: relative;
  }
  .list-award .normal,
  .list-award .bold {
    font-size: 15px;
  }
  .list-award li img {
    margin-right: 15px;
    height: auto;
    width: 10%;
  }
  .list-award li:nth-child(3) .name-prize,
  .list-award li:nth-child(4) .name-prize,
  .list-award li:nth-child(3) .text,
  .list-award li:nth-child(4) .text {
    position: static;
  }
  .timeline-Tweet-text,
  .timeline-Tweet-media {
    margin-left: 0;
  }
  .scroll-bar {
    height: 228px;
  }
  .lastest-tweets {
    padding: 12px 10px;
  }
  .lastest-tweets .col-title {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 25px;
  }
  section.award .right {
    padding-right: 10px;
  }
  section.award {
    height: auto;
    padding: 23px 0 48px;
  }
  section.form-contact .wrap-form {
    width: 53%;
  }
  .form-contact .form-group {
    margin-bottom: 5px;
  }
  .form-control {
    height: 30px;
    font-size: 13px;
  }
  .form-contact textarea {
    height: 75px;
  }
  .form-contact .btn-primary {
    width: 75%;
    font-size: 15px;
  }
  section.form-contact .title-form {
    font-size: 18px;
  }
  section.form-contact .title-form:after {
    bottom: -30px;
  }
  section.form-contact {
    padding: 32px 0;
  }
  section.form-contact .wrap-form .form-contact {
    margin-top: 63px;
  }
  input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
  }
  input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
  }
  input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
  }
  input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
  }
  .bottom-section .block .col-text {
    padding-left: 0;
  }
  .bottom-section .block:last-child .col-text {
    padding-left: 65px;
    padding-right: 0;
  }
  .inside-banner .title-banner {
    font-size: 20px;
  }
  .inside-banner p.sub {
    font-size: 12px;
    margin-top: 5px;
  }
  .product-solutions section.featured-solutions {
    padding: 25px 0 20px;
  }
  .sub-title {
    font-size: 18px;
  }
  .sub-title:after {
    bottom: -13px;
  }
  .product-solutions section.featured-solutions .content {
    margin-top: 25px;
    font-size: 13px;
  }
  .product-solutions-solution section.featured-solutions .block:nth-child(odd) .content {
    padding-left: 92px;
  }
  .bottom-section {
    margin-top: 23px;
  }
  .bottom-section .block {
    padding: 27px 0px 13px;
  }
  section.key-features {
    padding: 30px 0;
  }
  section.key-features h2.title-block:after {
    bottom: -17px;
  }
  .list-col {
    margin-top: 48px;
  }
  .list-col li {
    margin-bottom: 15px;
    padding: 0 8px;
  }
  .list-col li .inside {
    padding: 5px;
  }
  .list-col li .inside .title-col {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .list-col li .inside .des {
    font-size: 13px;
  }
  .list-col li .inside .wrap-img {
    margin: 22px 0 14px;
    height: 78px;
  }
  .list-col li .inside .wrap-img img {
    width: auto;
    height: 100%;
  }
  .list-col li .inside .des {
    line-height: 20px;
  }
  footer .block-footer .logo img {
    width: 60%;
  }
  footer .block-footer .title-block {
    margin-bottom: 0;
  }
  footer {
    padding-top: 18px;
  }
  footer .block-footer .logo {
    margin-bottom: 15px;
  }
  footer .block-footer .social-links {
    margin-top: 12px;
  }
  footer .footer-bottom {
    padding: 9px 0;
    margin-top: 0px;
  }
  .product-solutions-product section.featured-solutions,
  .product-solutions-solution section.featured-solutions {
    padding: 25px 0 18px;
  }
  .product-solutions-product .desciption,
  .product-solutions-solution .desciption {
    font-size: 14px;
    line-height: 21px;
  }
  .product-solutions-product .bottom-section {
    margin-top: 23px;
  }
  .product-solutions-product section.featured-solutions .content {
    font-size: 13px;
    line-height: 21px;
  }
  .bottom-section .block .col-img .wrap-img {
    max-width: 200px;
  }
  .product-solutions-product .bottom-section .block {
    padding: 25px 0 25px;
  }
  .product-solutions-product .bottom-section .block:nth-child(even) .col-text {
    padding-left: 50px;
  }
  .product-solutions-solution .list-block .block .inside-block {
    width: 100%;
    padding: 0 5px;
  }
  .product-solutions-solution .list-block .block:nth-child(even) .inside-block {
    width: 94%;
  }
  .product-solutions-solution .list-block .block:nth-child(odd) .block-text {
    padding: 0 15px;
  }
  .title-nounder {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .block-background .content {
    font-size: 13px;
  }
  .block-background .bg-first .col-sm-7 {
    padding: 0;
  }
  .block-background .content {
    line-height: 20px;
  }
  .block-background .line-button {
    margin-top: 15px;
  }
  .block-background .btn-primary {
    margin-right: 6px;
    padding: 5px 11px;
  }
  .company-detail-template section.featured-solutions .title-nounder {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .company-detail-template section.featured-solutions .list-block .block:before {
    transform: skew(-26deg, 82deg);
  }
  .company-detail-template section.featured-solutions .list-block {
    margin-top: 33px;
  }
  .company-detail-template section.featured-solutions .list-block .block .inside-block {
    width: 86%;
  }
  .company-detail-template section.featured-solutions .list-block .block .inside-block .content {
    line-height: 20px;
    margin-bottom: 26px;
  }
  .company-detail-template section.featured-solutions {
    padding: 26px 0 35px;
  }
  section.text-and-logo {
    padding: 26px 0;
  }
  section.text-and-logo h2.title-block:after {
    bottom: -17px;
  }
  .content-inside {
    width: 87%;
    padding: 9px 4px 8px;
    margin-top: 49px;
  }
  .content-inside .list-text li {
    padding-left: 19px;
    font-size: 16px;
  }
  .content-inside .list-logo li {
    margin-bottom: 20px;
  }
  section.slide-logo {
    text-align: center;
    padding: 25px 0 30px;
  }
  section.slide-logo .wrap-list .list-logo li .wrap-logo img {
    width: 50%;
    margin: 0 auto;
  }
  section.slide-logo.public .wrap-list .list-logo li .wrap-logo img {
    width: 20%;
    margin: 0 auto;
  }
  section.slide-logo.public .wrap-list .list-logo li .wrap-logo span {
    font-size: 12px;
  }
  .company-detail-template-aboutus .block-background .bg-second .right {
    top: 0;
  }
}
@media (max-width: 900px) {
  section.banner .container {
    width: 82%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .header {
    display: none;
  }
  header {
    display: block;
  }
  .collapse {
    display: block;
  }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #F4F5F8;
    border-color: #F4F5F8;
  }
  .panel-default {
    border: none;
  }
  .panel-title > a:focus,
  .panel-title > a:visited,
  .panel-title > a:hover {
    color: #4C5A64;
    text-decoration: none;
    cursor: text;
  }
  footer .block-footer .title-block a {
    pointer-events: none;
  }
  .modal-dialog {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .list-columns .columns .content {
    height: auto !important;
  }
  .product-solutions-solution section.featured-solutions .sub-title {
    width: 100%;
  }
  .product-solutions-solution section.featured-solutions .block:nth-child(odd) .code,
  .product-solutions-solution section.featured-solutions .block:nth-child(even) .code {
    padding: 0;
    margin-top: 10px;
  }
  .product-solutions-solution .list-block .block .inside-block .code {
    margin-bottom: 0;
  }
  .header {
    height: 49px;
    display: block;
    line-height: 54px;
    border-bottom: 1px solid #dadada;
    opacity: 1;
  }
  main {
    margin-top: 49px;
  }
  .header .logo img {
    width: auto;
  }
  header {
    display: none;
  }
  .mm-menu_offcanvas {
    opacity: 1;
  }
  .list-columns {
    display: block;
  }
  footer .block-footer,
  footer .block-footer:first-child {
    width: 32%;
  }
  footer .block-footer .title-block .icon-footer {
    float: left;
    margin-right: 10px;
  }
  .collapse {
    display: block;
  }
  footer .panel-group .block-footer:nth-child(2) {
    margin-right: 0;
  }
  .product-solutions-solution .list-block .block:before {
    transform: initial;
  }
  .product-solutions-solution .list-block .block .inside-block {
    margin-top: 0;
  }
  .product-solutions-solution section.featured-solutions .block:nth-child(odd) .content,
  .product-solutions-solution section.featured-solutions .block:nth-child(even) .content {
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .product-solutions-solution .list-block .block .inside-block .code {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .product-solutions-solution .list-block .block:nth-child(even) .inside-block {
    width: 100%;
  }
  .product-solutions-solution .list-block .block {
    padding-bottom: 0;
    overflow: hidden;
  }
  .product-solutions-solution .list-block .block .code {
    bottom: 0;
  }
  .company-detail-template-aboutus .bg-second {
    padding: 70px 0 70px;
  }
  .company-detail-template-aboutus .bg-third {
    padding: 80px 0;
  }
  .block-background .bg-first {
    padding: 60px 0 40px;
  }
  .icon-footer {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    margin-top: 5px;
  }
  .list-col li .inside .wrap-img {
    width: 85%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 14px;
    height: 78px;
  }
  .panel-default {
    border: none;
  }
  .panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .panel-default > .panel-heading a {
    display: block;
    padding: 10px 15px;
  }
  .panel-default > .panel-heading a:after {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
  }
  .list-columns > [class*='col-']:nth-child(1) {
    order: 1;
  }
  .list-columns > [class*='col-']:nth-child(2) {
    order: 2;
  }
  .list-columns > [class*='col-']:nth-child(3) {
    order: 3;
  }
  .list-columns > [class*='col-']:nth-child(4) {
    order: 4;
  }
  .list-columns .columns .col-img img {
    width: auto;
  }
  section.form-contact .wrap-form {
    width: 80%;
  }
  section.banner .content .text {
    text-align: center;
    display: block;
  }
  section.banner .content {
    text-align: center;
    margin-top: -15px;
    display: block;
  }
  section.banner .content .icon-base {
    position: static;
    transform: initial;
  }
  section.banner .content .text {
    padding: 0;
  }
  section.banner i,
  .fifth-text i,
  section.banner .text-center i,
  section.banner .text-center img {
    transform: scale(0.6);
  }
  section.banner .content .text {
    margin-top: -15px;
  }
  .list-columns .columns .col-md-8 {
    padding: 0;
  }
  .list-columns .columns .col-md-8 .btn-secondary {
    position: initial;
  }
  section.banner .text-center,
  section.banner {
    padding: 0;
  }
  section.key-features {
    height: auto;
    padding: 26px 0 43px;
  }
  .block-background .bg-child:last-child,
  .block-background .bg-child:nth-child(2) {
    background-position: 0px 130px !important;
  }
  footer .footer-bottom {
    padding: 15px;
  }
  .panel-title > a:focus,
  .panel-title > a:visited,
  .panel-title > a:hover,
  .panel-title > a {
    color: #212121;
    text-decoration: none;
    cursor: text;
  }
  footer .block-footer .title-block {
    margin-bottom: 0px;
    background: #f4f5f8;
  }
  .panel-default > .panel-heading a {
    padding: 6px 5px;
  }
  .modal-get-in-touch .modal-dialog {
    margin: 0 auto;
    margin-top: 20px;
  }
  section.slide-logo.public .wrap-list .list-logo li .wrap-logo span {
    font-size: 12px;
  }
  section.slide-logo .wrap-list .list-logo li .content .inside-content {
    display: inline-block;
  }
  section.slide-logo .wrap-list .list-logo li .content .inside-content .col-text {
    padding: 0 15px;
  }
  section.slide-logo .wrap-list .list-logo li .content .inside-content img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .list-award li:nth-child(3),
  .list-award li:nth-child(4),
  .list-award li {
    padding-left: 0;
  }
  .list-award li .name-prize,
  .list-award li:nth-child(3) .name-prize,
  .list-award li:nth-child(4) .name-prize {
    font-size: 30px;
  }
  section.award .left {
    padding-left: 15px;
  }
  .list-blog li .content-post .wrap-img {
    height: 260px;
  }
}
@media (max-width: 767px) {
  .collapse {
    display: none;
  }
  section.banner .content .text p {
    font-size: 12px;
    width: 70%;
    margin: 0 auto;
  }
  .panel-default > .panel-heading a[aria-expanded="true"] {
    background-color: #f4f5f8;
  }
  .panel-default > .panel-heading a[aria-expanded="false"]:after {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    color: #006AB6;
  }
  .panel-default > .panel-heading a[aria-expanded="true"]:after {
    content: "\f068";
    font: normal normal normal 14px/1 FontAwesome;
    color: #006AB6;
  }
  .panel-title > a:focus,
  .panel-title > a:visited,
  .panel-title > a:hover {
    color: #006AB6;
    text-decoration: none;
    cursor: pointer;
  }
  .block-background .bg-child .left,
  .block-background .bg-child .right {
    padding: 0;
  }
  section.banner .container {
    width: 100%;
  }
  .desciption {
    width: 100%;
    line-height: 21px;
    margin: 31px auto 23px;
    position: relative;
    z-index: 5;
  }
  section {
    padding: 15px 0;
  }
  section.form-contact .wrap-form {
    width: 100%;
  }
  .list-columns .multi-columns .columns .col-img {
    margin-bottom: 11px;
  }
  .list-columns .multi-columns .columns .content {
    padding: 0 10px;
  }
  .list-columns .multi-columns .columns {
    padding: 24px 0px 15px;
  }
  .list-columns .multi-columns .columns:last-child {
    margin-bottom: 35px;
  }
  .list-columns .padding:first-child,
  .list-columns .padding:last-child {
    padding: 0;
  }
  .list-block {
    margin-top: 65px;
  }
  .list-block .block {
    display: inline-block;
    height: auto;
    margin-bottom: 65px;
    padding: 49px 0px 0px;
    margin-top: -53px;
  }
  .list-block .block .btn-secondary {
    margin: 5px 0 15px;
  }
  .home .list-block .block:before,
  .list-block .block:before,
  .product-solutions-solution .list-block .block:nth-child(odd):before {
    display: block;
    content: "\0020";
    color: transparent;
    width: 101%;
    height: 45px;
    background: white;
    position: absolute;
    left: -1px;
    top: -20px;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
  }
  .home .list-block .block:nth-child(even):after,
  .list-block .block:nth-child(even):after {
    display: block;
    content: "\0020";
    color: transparent;
    width: 101%;
    height: 45px;
    background: white;
    position: absolute;
    left: -1px;
    top: -20px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
  }
  .home .list-block .block:nth-child(even):before {
    content: none;
  }
  .list-block .block:nth-child(even) .inside-block {
    padding: 0;
  }
  .list-block .block:nth-child(odd) .inside-block,
  .list-block .block:nth-child(even) .inside-block {
    width: 100%;
    padding: 0 5px;
  }
  .list-block .block .col-xs-6,
  .list-columns .padding,
  section.award .left,
  section.award .right {
    width: 100%;
    margin-top: 0;
  }
  section.award .left {
    padding: 0;
  }
  .scroll-bar {
    height: 284px;
  }
  .lastest-tweets {
    margin-top: -20px;
  }
  section.award {
    padding: 23px 0 77px;
  }
  section.award .right {
    padding: 0;
  }
  .list-award {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .list-award li,
  .list-award li:nth-child(3),
  .list-award li:nth-child(4),
  .list-award li:nth-child(2) {
    padding-left: 0;
  }
  .list-award li .name-prize,
  .list-award li:nth-child(3) .name-prize,
  .list-award li:nth-child(4) .name-prize {
    font-size: 48px;
  }
  .list-award li:nth-child(2) .name-prize {
    top: -2px;
  }
  .list-award li:nth-child(1) .text-name .name-prize {
    top: 16px;
  }
  .list-award li:nth-child(2) .text-name .text {
    top: 12px;
  }
  .list-award li:nth-child(3) .text-name .text {
    top: 15px;
  }
  .list-award li:nth-child(3) .icon {
    left: -8px;
  }
  .list-award .normal,
  .list-award .bold {
    font-size: 16px;
  }
  .list-block .block .code {
    margin-top: -20px;
    position: relative;
    bottom: -10px;
    z-index: 2;
  }
  .list-block .block .block-img {
    margin-top: 0px;
  }
  .list-block .block .inside-block .content {
    line-height: 19px;
  }
  .list-block .block:nth-child(even) .block-img {
    padding: 0 15px;
  }
  .product-solutions-solution section.featured-solutions .block:nth-child(odd) .code,
  .product-solutions-solution section.featured-solutions .block:nth-child(even) .code {
    width: 100%;
  }
  section.featured-solutions {
    padding: 30px 0;
  }
  section.featured-products {
    padding-bottom: 4px;
  }
  section.form-contact .title-form {
    padding: 0 30px;
  }
  .inside-banner p.sub {
    padding: 0 20px;
  }
  .product-solutions section.featured-solutions {
    padding: 18px 0 20px;
  }
  .product-solutions-solution .list-block .block:nth-child(even) .inside-block {
    width: 100%;
  }
  .bottom-section {
    margin-top: 0;
  }
  .bottom-section .block {
    padding: 23px 0px 8px;
    display: inline-block;
  }
  .bottom-section .block .col-text,
  .bottom-section .block:last-child .col-text {
    padding: 0 30px;
  }
  .bottom-section .block .col-img {
    margin-bottom: 21px;
  }
  .bottom-section .block .col-img,
  .bottom-section .block .col-text {
    width: 100%;
  }
  .list-col li {
    width: 100%;
    padding: 0 5px;
    margin-bottom: 23px;
  }
  .list-col li .inside {
    padding: 7px 12px;
  }
  .list-col li .inside .title-col {
    height: auto;
  }
  .list-col li .inside .des {
    margin-bottom: 10px;
  }
  .col-xs-pull-5,
  .col-xs-pull-6 {
    right: 0;
  }
  .col-xs-push-7,
  .col-xs-push-6 {
    left: 0;
  }
  section.form-contact {
    padding: 21px 0 30px;
  }
  section.form-contact .title-form {
    line-height: 22px;
  }
  section.form-contact .title-form:after {
    bottom: -28px;
  }
  section.form-contact .wrap-form .form-contact {
    margin-top: 57px;
  }
  .form-contact .btn-primary {
    width: 42%;
  }
  footer .block-footer:first-child,
  footer .block-footer {
    width: 100%;
    padding: 0 15px;
  }
  footer .block-footer .title-block {
    margin-bottom: 5px;
  }
  footer .block-footer .logo {
    margin-bottom: 5px;
  }
  footer .block-footer .social-links {
    margin-top: 15px;
    margin-bottom: 22px;
  }
  .panel-default > .panel-heading a {
    padding: 7px 0px;
  }
  footer .footer-bottom {
    padding: 6px 10px;
    margin-top: 4px;
    font-size: 11px;
  }
  .product-solutions-product .bottom-section .block:nth-child(even) .col-text,
  .bottom-section .block .col-text,
  .bottom-section .block:last-child .col-text {
    padding: 0 5px;
  }
  .product-solutions-product .bottom-section .block .col-img img {
    width: auto;
  }
  .bottom-section .block .col-img .wrap-img {
    max-width: 150px;
  }
  section.slide-logo .wrap-list .list-logo li .content .inside-content img {
    margin-bottom: 0px;
  }
  section.slide-logo.public .wrap-list .list-logo li .wrap-logo img {
    width: 11%;
  }
  /*popup responsive*/
  .modal-get-in-touch .modal-dialog {
    width: 75%;
    margin: 0 auto;
    margin-top: 95px;
  }
  .modal-get-in-touch .content p.text {
    font-size: 14px;
    padding: 16px 0px;
    margin-bottom: 0;
  }
  .modal-get-in-touch .modal-dialog .form-contact .form-group .col-xs-6,
  .modal-get-in-touch .modal-dialog .form-contact .form-group .col-xs-6:first-child,
  .modal-get-in-touch .modal-dialog .form-contact .form-group .col-xs-6:last-child,
  .modal-get-in-touch .modal-dialog .form-contact .col-xs-12 {
    width: 100%;
    padding: 0;
  }
  .modal-get-in-touch .modal-dialog .form-contact .btn-primary {
    width: 57%;
    padding: 6px 0;
    font-size: 15px;
    margin-top: 10px;
  }
  .modal-get-in-touch .modal-dialog .form-contact .form-group {
    margin-bottom: 0;
    display: block;
  }
  .modal-get-in-touch .modal-dialog .form-contact .form-group .form-control {
    margin-bottom: 10px;
  }
  .modal-get-in-touch .modal-dialog .form-contact textarea {
    height: 74px;
    margin-bottom: 8px;
  }
  .modal-get-in-touch .modal-body {
    padding-bottom: 65px;
  }
  .block-background .bg-second .right {
    margin-top: 0;
  }
  .company-detail-template-deployment .block-background .bg-second {
    padding: 80px 0 70px;
    margin-top: -130px;
  }
  .block-background .bg-first {
    padding: 35px 0 50px;
  }
  .company-detail-template-aboutus .bg-third .left {
    padding: 0;
  }
  .company-detail-template-aboutus .bg-fourth .right {
    padding: 0;
  }
  .block-background .btn-primary {
    margin-right: 6px;
    padding: 5px 14px;
    font-size: 13px;
  }
  .block-background .bg-second .right {
    padding: 0;
  }
  .company-detail-template section.featured-solutions {
    margin-top: 56px;
    padding: 26px 0 17px;
  }
  .company-detail-template section.featured-solutions .list-block .block .inside-block {
    width: 100%;
  }
  .company-detail-template section.featured-solutions .list-block .block .col-xs-6 {
    padding: 0;
  }
  .company-detail-template section.featured-solutions .list-block .block:before,
  .company-detail-template section.featured-solutions .list-block .block:nth-child(even):after {
    transform: skew(-86deg, 218deg);
  }
  .company-detail-template section.featured-solutions .list-block {
    padding: 0;
  }
  .company-detail-template section.featured-solutions .list-block .block {
    padding: 37px 12px 0px;
    margin-top: -46px;
  }
  .company-detail-template section.featured-solutions .title-nounder {
    margin-top: 9px;
  }
  .content-inside {
    width: 100%;
    padding: 18px 0px 8px;
  }
  .content-inside .left,
  .content-inside .right {
    width: 100%;
  }
  section.text-and-logo {
    padding: 26px 0;
  }
  .content-inside .list-logo {
    margin-top: 20px;
    padding-left: 10px;
  }
  section.slide-logo .wrap-list {
    width: 100%;
    padding: 12px 5px 0;
  }
  section.slide-logo .wrap-list .list-logo li {
    width: 49%;
    padding: 0 5px;
    margin-bottom: 11px;
  }
  section.slide-logo .wrap-list .list-logo li .content {
    margin-top: 19px;
  }
  section.slide-logo .wrap-list .list-logo li .content .inside-content .col-text {
    padding-left: 9px;
    padding-right: 10px;
    margin-top: 19px;
  }
  section.slide-logo.public .wrap-list .list-logo li .content .inside-content .col-text {
    margin-top: 0;
  }
  section.slide-logo .wrap-list .list-logo li.open {
    height: 305px;
  }
  section.slide-logo .wrap-list .list-logo li .content.open {
    max-height: 300px;
  }
  section.slide-logo.public .wrap-list .list-logo li .wrap-logo span {
    font-size: 11px;
  }
  .page-contact .left,
  .page-contact .right {
    width: 100%;
  }
  .page-contact .wrap-form form.contact {
    width: 99%;
  }
  .page-contact .right {
    margin-top: 30px;
  }
  .page-contact {
    padding: 13px 0;
  }
  .page-contact .right {
    padding: 0;
    margin-top: 36px;
  }
  .blog-main-page {
    padding-top: 16px;
  }
  .blog-main-page .left-page,
  .blog-detail-page .left-page,
  .blog-main-page .right-page,
  .blog-detail-page .right-page {
    width: 100%;
  }
  .blog-main-page .title-page {
    margin-bottom: 15px;
  }
  .blog-main-page .banner .inside-banner {
    padding: 23px 0 19px;
  }
  .list-blog {
    margin-top: 24px;
    margin-bottom: 14px;
  }
  .list-blog li {
    width: 100%;
  }
  .list-blog li .content-post .wrap-text {
    max-height: 115px;
    bottom: -107px;
    padding: 14px 10px;
  }
  .list-blog li:hover .top-text,
  .list-blog li.active .top-text {
    max-height: 330px;
  }
  .blog-main-page .right-page,
  .blog-detail-page .right-page {
    padding-left: 15px;
  }
  .blog-main-page .right-page {
    margin-top: -2px;
    margin-bottom: 26px;
  }
  .blog-main-page .right-page .wrap-search input,
  .blog-detail-page .right-page .wrap-search input {
    width: 88%;
  }
  .blog-main-page .wp-pagenavi a,
  .blog-main-page .wp-pagenavi span {
    height: 30px;
    padding: 0 12px;
    line-height: 30px;
    font-size: 14px;
  }
  .blog-main-page .wp-pagenavi .last:before,
  .blog-detail-page .wp-pagenavi .last:before,
  .blog-main-page .wp-pagenavi .first:before,
  .blog-detail-page .wp-pagenavi .first:before {
    font-size: 14px;
  }
  .list-columns .multi-columns .columns .content {
    min-height: 91px;
    max-height: 91px;
  }
}
@media (max-width: 668px) {
  section.slide-logo.public .wrap-list .list-logo li .wrap-logo img {
    width: 14%;
  }
  section.slide-logo.public .wrap-list .list-logo li .wrap-logo span {
    font-size: 8px;
  }
  .page-contact .right {
    padding: 0;
  }
  .page-contact .inforomation .header-form {
    padding: 0 20px;
  }
  .blog-main-page .right-page .wrap-search input,
  .blog-detail-page .right-page .wrap-search input {
    margin-right: 5px;
  }
}
@media (max-width: 580px) {
  .blog-main-page .right-page .wrap-search input,
  .blog-detail-page .right-page .wrap-search input {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .header .logo img {
    width: 43%;
  }
  .list-blog li .content-post .wrap-img {
    height: 190px;
  }
  section.banner .text-center,
  section.banner,
  .fifth-text {
    height: 150px;
  }
  section.banner .content .text {
    margin-top: -22px;
  }
  .list-award {
    width: 100%;
    padding-left: 15px;
  }
  .list-award li .name-prize,
  .list-award li:nth-child(2) .text-name .name-prize,
  .list-award li:nth-child(4) .text-name .name-prize,
  .list-award li:nth-child(3) .text-name .name-prize {
    font-size: 33px;
  }
  .list-award li:nth-child(1) .text-name .name-prize {
    top: 30px;
  }
  .list-award li:nth-child(2) .text-name .name-prize {
    top: 16px;
  }
  .list-award li:nth-child(3) .name-prize,
  .list-award li:nth-child(4) .name-prize {
    margin-top: 14px;
  }
  .list-award li:nth-child(2) .text-name .text {
    top: 18px;
  }
  .list-award li:nth-child(2) .name-prize {
    top: 11px;
  }
  .list-award li:nth-child(3) .text-name .name-prize {
    top: 4px;
  }
  .list-award li:nth-child(3) .text-name .text {
    top: 20px;
  }
  .list-award li:nth-child(4) .text-name .name-prize {
    top: -18px;
  }
  .list-award li:nth-child(4) .icon {
    left: -2px;
  }
  .list-award .normal,
  .list-award .bold {
    font-size: 14px;
  }
  .form-contact .btn-primary {
    padding: 7px 0;
    width: 274px;
  }
  .list-columns .multi-columns .columns .content {
    min-height: 130px;
    max-height: 130px;
  }
  section.slide-logo.public .wrap-list .list-logo li .wrap-logo img {
    width: 15%;
  }
  .modal-get-in-touch .modal-dialog .form-contact .btn-primary {
    width: 100%;
  }
  .modal-get-in-touch .modal-dialog .form-contact .form-group .captchar {
    transform: scale(0.9);
    margin-left: -12px;
  }
  section.slide-logo .wrap-list .list-logo li .wrap-logo {
    height: 52px;
    line-height: 52px;
  }
  .form-contact .form-group .center {
    transform: scale(0.9);
  }
  .modal-get-in-touch .modal-dialog {
    width: 85%;
  }
  .btn-secondary {
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
  }
  .block-background .bg-child:last-child,
  .block-background .bg-child:nth-child(2) {
    background-position: 0px 190px !important;
  }
  .blog-main-page .banner .inside-banner .descript {
    margin: 3px auto 8px;
    font-size: 11px;
    line-height: 16px;
  }
  .blog-main-page .banner .inside-banner .title-banner {
    font-size: 16px;
    margin-top: 2px;
  }
  .list-blog li:hover .top-text,
  .list-blog li.active .top-text {
    max-height: 250px;
  }
}
@media (max-width: 380px) {
  .modal-get-in-touch .form-contact .form-group .center {
    display: inline-block;
    transform: scale(0.8);
    margin-left: -27px;
  }
  .modal-get-in-touch .modal-dialog {
    width: 87%;
  }
  .list-award li i.icon {
    margin-right: 0px;
    transform: scale(0.6);
  }
  .list-award li,
  .list-award li:nth-child(3),
  .list-award li:nth-child(4) {
    padding-left: 0px;
  }
  .list-award li:nth-child(2) .name-prize {
    top: 9px;
  }
  .list-award {
    padding-left: 0px;
  }
}
@media (max-width: 360px) {
  .form-contact .form-group .center {
    transform: scale(0.8);
  }
  .form-contact .btn-primary {
    width: 243px;
  }
  .list-award li .name-prize,
  .list-award li:nth-child(2) .text-name .name-prize,
  .list-award li:nth-child(4) .text-name .name-prize,
  .list-award li:nth-child(3) .text-name .name-prize {
    font-size: 28px;
  }
  .list-award li i.icon {
    transform: scale(0.5);
  }
  .list-award li:nth-child(3) .icon {
    left: -6px;
  }
}
@media (max-width: 350px) {
  .block-background .btn-primary {
    padding: 5px 12px;
  }
  .content-inside .list-text li {
    font-size: 15px;
  }
  section.slide-logo.public .wrap-list .list-logo li .wrap-logo span {
    font-size: 9px;
  }
  .list-award {
    width: 100%;
  }
  section.banner .content .text p {
    min-height: 30px;
  }
  .placeholder {
    font-size: 12px;
  }
  .list-award li .name-prize,
  .list-award li:nth-child(2) .text-name .name-prize,
  .list-award li:nth-child(4) .text-name .name-prize,
  .list-award li:nth-child(3) .text-name .name-prize {
    font-size: 26px;
  }
  .list-award .normal,
  .list-award .bold {
    font-size: 12px;
  }
  .list-award .normal {
    margin: 0;
  }
  .list-award li:nth-child(2) .text-name .name-prize {
    top: 20px;
  }
  .list-award li:nth-child(3) .text-name .name-prize {
    top: 9px;
  }
  .list-award li:nth-child(3) .text-name .text {
    top: 18px;
  }
  .list-award li:nth-child(4) .text-name .name-prize {
    top: -12px;
  }
}
@media (max-width: 320px) {
  .blog-detail-page .bottom-content {
    display: flex;
  }
  section.banner .container {
    width: 100%;
  }
  .blog-detail-page .bottom-content .prev-post,
  .blog-detail-page .bottom-content .next-post {
    font-size: 12px;
  }
  .blog-detail-page .bottom-content .social-links li {
    padding: 0 1px;
  }
  .blog-main-page .right-page .wrap-search input,
  .blog-detail-page .right-page .wrap-search input {
    width: 86%;
  }
  .blog-main-page .banner .inside-banner .descript {
    margin: 0px auto 6px;
    font-size: 10px;
    line-height: 16px;
  }
}
