@font-face {
  font-family:FontAwesome;
  src:url(../fonts/fontawesome-webfont.eot?v=4.6.1);
  src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff2?v=4.6.1) format('woff2'),url(../fonts/fontawesome-webfont.woff?v=4.6.1) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.6.1) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular) format('svg');
  font-weight:400;
  font-style:normal;
}

@font-face {
					font-family: 'mulish-font';
					src: url('../fonts/6021Mulish-font.woff2') format('woff2'),
						url('../fonts/6021Mulish-font.woff') format('woff');
					  font-display: auto;
				}
.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;
}

.fa-lg {
  font-size:1.33333333em;
  line-height:.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:.14285714em;
  text-align:center;
}

.fa-li.fa-lg {
  left:-1.85714286em;
}

.fa-border {
  padding:.2em .25em .15em;
  border:solid .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;
}

.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);
}
.news .news-content .header {
    background: none;
    border: 0;
    margin-bottom: 10px;
}
li.mobile_ht {
   display: none;
}
li.mobile_an {
   display: block;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0);
  }
  100% {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0);
  }
  100% {
    -webkit-transform:rotate(359deg);
    transform:rotate(359deg);
  }
}

.fa-rotate-90 {
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.fa-rotate-180 {
  -webkit-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
}

.fa-rotate-270 {
  -webkit-transform:rotate(270deg);
  -ms-transform:rotate(270deg);
  transform:rotate(270deg);
}

.fa-flip-horizontal {
  -webkit-transform:scale(-1,1);
  -ms-transform:scale(-1,1);
  transform:scale(-1,1);
}

.fa-flip-vertical {
  -webkit-transform:scale(1,-1);
  -ms-transform:scale(1,-1);
  transform:scale(1,-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  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;
}

.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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";
}

.footer-content .contact .icon i {
    color: #1464f4;
    background: #ffffff;
    padding: 5px;
    border-radius: 25%;
}

.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-floppy-o:before,
.fa-save:before {
  content:"\f0c7";
}

.fa-square:before {
  content:"\f0c8";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content:"\f0dc";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content:"\f0dd";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content:"\f0de";
}

.fa-envelope:before {
  content:"\f0e0";
}

.fa-linkedin:before {
  content:"\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content:"\f0e2";
}

.fa-gavel:before,
.fa-legal:before {
  content:"\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content:"\f0e4";
}

.fa-comment-o:before {
  content:"\f0e5";
}

.fa-comments-o:before {
  content:"\f0e6";
}

.fa-bolt:before,
.fa-flash:before {
  content:"\f0e7";
}

.fa-sitemap:before {
  content:"\f0e8";
}

.fa-umbrella:before {
  content:"\f0e9";
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content:"\f150";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content:"\f151";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content:"\f152";
}

.fa-eur:before,
.fa-euro:before {
  content:"\f153";
}

.fa-gbp:before {
  content:"\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content:"\f155";
}

.fa-inr:before,
.fa-rupee:before {
  content:"\f156";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content:"\f157";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content:"\f158";
}

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
  content:"\f191";
}

.fa-dot-circle-o:before {
  content:"\f192";
}

.fa-wheelchair:before {
  content:"\f193";
}

.fa-vimeo-square:before {
  content:"\f194";
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content:"\f19c";
}

.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content:"\f1c5";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content:"\f1c6";
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content:"\f1cd";
}

.fa-circle-o-notch:before {
  content:"\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
  content:"\f1d0";
}

.fa-empire:before,
.fa-ge:before {
  content:"\f1d1";
}

.fa-git-square:before {
  content:"\f1d2";
}

.fa-git:before {
  content:"\f1d3";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content:"\f1d4";
}

.fa-tencent-weibo:before {
  content:"\f1d5";
}

.fa-qq:before {
  content:"\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content:"\f1d7";
}

.fa-paper-plane:before,
.fa-send:before {
  content:"\f1d8";
}

.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
  content:"\f236";
}

.fa-viacoin:before {
  content:"\f237";
}

.fa-train:before {
  content:"\f238";
}

.fa-subway:before {
  content:"\f239";
}

.fa-medium:before {
  content:"\f23a";
}

.fa-y-combinator:before,
.fa-yc: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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";
}

.fa-gitlab:before {
  content:"\f296";
}

.fa-wpbeginner:before {
  content:"\f297";
}

.fa-wpforms:before {
  content:"\f298";
}

.fa-envira:before {
  content:"\f299";
}

.fa-universal-access:before {
  content:"\f29a";
}

.fa-wheelchair-alt:before {
  content:"\f29b";
}

.fa-question-circle-o:before {
  content:"\f29c";
}

.fa-blind:before {
  content:"\f29d";
}

.fa-audio-description:before {
  content:"\f29e";
}

.fa-volume-control-phone:before {
  content:"\f2a0";
}

.fa-braille:before {
  content:"\f2a1";
}

.fa-assistive-listening-systems:before {
  content:"\f2a2";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content:"\f2a3";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content:"\f2a4";
}

.fa-glide:before {
  content:"\f2a5";
}

.fa-glide-g:before {
  content:"\f2a6";
}

.fa-sign-language:before,
.fa-signing:before {
  content:"\f2a7";
}

.fa-low-vision:before {
  content:"\f2a8";
}

.fa-viadeo:before {
  content:"\f2a9";
}

.fa-viadeo-square:before {
  content:"\f2aa";
}

.fa-snapchat:before {
  content:"\f2ab";
}

.fa-snapchat-ghost:before {
  content:"\f2ac";
}

.fa-snapchat-square:before {
  content:"\f2ad";
}

.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position:static;
  width:auto;
  height:auto;
  margin:0;
  overflow:visible;
  clip:auto;
}

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
time,
ul,
var,
video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:0 0;
}

body {
  font-family:Tahoma,Geneva,sans-serif;
  font-size:14px;
  line-height:1.42857143;
  color:#222;
  background-color:#fff;
}

* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

:after,
:before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

a {
  color:#222;
  text-decoration:none;
}

a:hover {
  color:#0066b1;
}

.empty-message {
  color:red;
  font-weight:700;
  font-style:italic;
  padding:10px 0;
  text-align:center;
}

.required {
  color:red;
}

.money {
  font-weight:700;
  color:red;
}

.money.large {
  font-size:115%;
}

img {
  border:0;
  vertical-align:middle;
}

.img-responsive {
  display:block;
  max-width:100%;
  width: 100%;
  height:auto;
}

.img-auto-responsive {
  display:inline-block;
  max-width:100%;
  height:auto;
}

.img-rounded {
  border-radius:6px;
}

.img-thumbnail {
  display:inline-block;
  max-width:100%;
  height:auto;
  padding:4px;
  line-height:1.42857143;
  background-color:#fff;
  border:1px solid #ddd;
  border-radius:4px;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
}

.img-circle {
  border-radius:50%;
}

.img-verify-code {
  vertical-align:middle;
}

.image-wrapper {
  display:block;
  overflow:hidden;
  position:relative;
}

.image-wrapper img {
  width:100%;
}

.image-wrapper .style-news {
  -webkit-transform:scale(.5) rotateX(180deg);
  -moz-transform:scale(.5) rotateX(180deg);
  -ms-transform:scale(.5) rotateX(180deg);
  -o-transform:scale(.5) rotateX(180deg);
  transform:scale(.5) rotateX(180deg);
  background-color:rgba(72,56,101,.9);
  height:100%;
  left:0;
  opacity:0;
  overflow:hidden;
  position:absolute;
  top:0;
  -webkit-transition:all .3s ease 0s;
  -moz-transition:all .3s ease 0s;
  -ms-transition:all .3s ease 0s;
  -o-transition:all .3s ease 0s;
  transition:all .3s ease 0s;
  width:100%;
  z-index:7;
}

.image-wrapper:hover .style-news {
  opacity:.6;
  -webkit-transform:scale(1) rotateX(0);
  -moz-transform:scale(1) rotateX(0);
  -ms-transform:scale(1) rotateX(0);
  -o-transform:scale(1) rotateX(0);
  transform:scale(1) rotateX(0);
  visibility:visible;
}

.image-wrapper:hover .style-news.circle {
  border-radius:50%;
}

.viewmore {
  text-align:center;
  text-transform:uppercase;
  border:1px solid #fff;
  padding:0 10px;
  color:#fff;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-50px;
  min-width:100px;
  line-height:32px;
  margin-top:-16px;
}

#back-top {
  position:fixed;
  bottom:65px;
  right:30px;
  text-align:center;
  z-index:9999;
  display:none;
}

#back-top a {
  background:#483865;
  width:44px;
  height:44px;
  display:inline-block;
  color:#fff;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
}

#back-top a:hover {
  color:gold;
}

#back-top .fa {
  display:block;
  padding-top:3px;
}

div#\34 52 .col.col_3 {
    padding: 15px;
}

.list-group {
  list-style:none;
}

.list-group li {
  padding:6px 0;
}

.list-group li .name {
  font-weight:400;
}

.list-group li a {
  position:relative;
}

.list-group li .arrow {
  padding-left:15px;
}

.list-group li .arrow:before {
  display:block;
  content:"\f105";
  font-size:130%;
  font-family:FontAwesome;
  position:absolute;
  top:-4px;
  left:0;
}

.page-heading {
  position:relative;
  font-size:150%;
  font-weight:400;
  text-transform:uppercase;
  color:#483865;
  padding:12px;
  overflow:hidden;
  border:1px solid #b7b7b7;
  margin-top:20px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}

.copyright,
.footer,
.header,
.main,
.pathpage,
.slideshow,
.top {
  display:block;
}

.top {
  position:relative;
  min-height:40px;
  height:40px;
  border-bottom:1px solid #e8e8e8;
  background:#f9f9f9;
  overflow:hidden;
}

.header {
  position:relative;
  background:#FFF;
  border-bottom:3px solid #c8102e;
}

.footer {
  background:#0066b1;
}

.copyright {
  background:#004476;
}

.container {
  position:relative;
  margin:0 auto;
}

.full-container {
  width:100%;
}

.pathpage {
  border-bottom:1px solid #b7b7b7;
}

.pathpage .container {
  padding-top:15px;
  padding-bottom:15px;
}

.row {
  padding:0 5px 20px 5px;
  background:#fff;
  overflow:hidden;
}

.header .container {
  position:static;
}

.top .top-left {
  float:left;
  width:30%;
}

.top .top-right {
  float:right;
  width:70%;
  max-width:650px;
}

.cart {
  float:right;
  position:relative;
  background:#353535;
  height:29px;
  text-align:center;
  padding:0 15px;
}

.cart .title-cart {
  position:relative;
  display:block;
  color:#b7b7b7;
  font-size:85%;
  text-transform:uppercase;
  margin:0;
  padding:5px 0;
  line-height:19px;
}

.cart .title-cart:hover {
  text-decoration:underline;
}

.hotline {
  float:right;
  position:relative;
  background:none;
  height:40px;
  text-align:center;
  padding:0 10px;
}

.hotline .icon {
  float:left;
  padding-top:1px;
}

.hotline .icon em {
  color:#003045;
  width:38px;
  height:38px;
  background:#c8102e;
  position:relative;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
}

.hotline .icon em:before {
  font-size:150%;
  position:absolute;
  top:10px;
  color:#FFF;
  left:8px;
}

.hotline p {
  color:#c8102e;
  font-weight:700;
  padding:4px 0 4px 45px;
}

.hotline p a {
  color: #c8102e;
  font-size: 20px;
  line-height: 35px;
}

.addon,
.language {
  float:left;
  position:relative;
  border-right:1px solid #008cfd;
  height:29px;
}

.addon {
  padding-top:4px;
}

.language .en,
.language .vi {
  display:inline-block;
  width:16px;
  height:11px;
  margin:9px 10px;
}

.language .en {
  background:url(../images/icon_language.jpg) 0 0 no-repeat;
}

.language .vi {
  background:url(../images/icon_language.jpg) 0 -11px no-repeat;
}
.dklaithu div#popuphotline {
    padding-right: 20px;
}
.vc_custom_heading.line-title {
    position: relative;
}
.vc_custom_heading.line-title span {
    background-color: #0066b1;
    padding: 8px 18px;
    display: inline-block;
    font-size: 20px;
    color: white;
    font-weight: bold;
}
.vc_custom_heading.line-title:after {
    position: absolute;
    margin-top: 25px;
    content: '';
    width: 100%;
    border-bottom: 2px solid #0066b1;
    left: 0;
}
.vc_custom_heading.line-title:after {
    margin-top: 0;
    bottom: 0;
}
.grid-content.group.news-list.dklaithu .box-car {
    width: 50%;
    display: block;
    margin: 0 auto;
}
div#popupBaoGia #popupfullname {
    padding-right: 20px;
}
.search-box {
  position:relative;
  display:table;
  border-collapse:separate;
  border-left:1px solid #008cfd;
}

.search-box .btn-search {
  display:table-cell;
  vertical-align:middle;
  width:1%;
  white-space:nowrap;
  padding:6px 6px 6px 10px;
  font-weight:400;
  line-height:1;
  color:#ffffff;
  text-align:center;
}

.logo {
  float:left;
}

.logo .img-logo {
  max-height:80px;
  max-width:100%;
}

.breadcrumb {
  padding:10px 0;
  list-style:none;
  background-color:transparent;
}

.breadcrumb>li {
  display:inline-block;
}

.breadcrumb>li+li:before {
  content:"/\00a0";
  padding:0 5px;
  color:#777;
}

.breadcrumb>.active {
  color:#483865;
}

.slideshow .carousel-control:hover {
  color:#fff;
  background:#483865;
  opacity:.8;
}

.copyright-content,
.footer-content {
  position:relative;
}

.footer-content .footer-block {
  text-align:left;
  padding:15px 0;
}

.footer-content .title-footer-block {
  color:#fff;
  position:relative;
  display:block;
  text-transform:uppercase;
  padding:10px 0;
  font-size:125%;
  font-weight:700;
}

.footer-content .list-group li a {
  color:#ffffff;
}

.footer-content .list-group li:hover a {
  color:#f7e94d;
  padding-left:10px;
  -webkit-transition:all .3s ease 0s;
  transition:all .3s ease 0s;
}

.footer-content .contact {
  position:relative;
  padding-right:inherit;
}

.footer-content .contact .icon {
  float:left;
  margin-right:10px;
}

.footer-content .contact .icon em {
  color:#003045;
  width:30px;
  height:30px;
  background:#fff;
  position:relative;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -ms-border-radius:50%;
  -o-border-radius:50%;
  border-radius:50%;
}
h3.news-item-title {
    padding: 5px 0;
}
.footer-content .contact .icon em:before {
  position:absolute;
  top:8px;
  left:8px;
}

.footer-content .contact p {
  color:#ffffff;
  padding:5px 0 15px 0;
}
.footer-content .contact p a {
  color:#f7e94d;
}

.footer-content .contact .social {
  padding-top:10px;
}

.footer-content .contact .social ul {
  float:left;
  width:100%;
}

.footer-content .contact .social ul li {
  float:left;
}

.copyright-content .copy-right,
.copyright-content .designed {
  font-size:85%;
  color:#f1f1f1;
  padding:10px 0;
}

.copyright-content .copy-right {
  text-align:left;
}

.copyright-content .designed {
  text-align:right;
}

.copyright-content .designed a {
  color:#f1f1f1;
}

.copyright-content .designed a:hover {
  color:#f7e94d;
}

.block {
  position:relative;
  margin-top:20px;
}

.block:first-child {
  margin-top:0;
}

.block.block-border-top {
  padding:10px 0;
  border-top:1px solid #b7b7b7;
  margin-top:0;
}

.block .block-img {
  float:left;
  margin-right:10px;
}

.block .block-img.block-img-border {
  border:1px solid #bababa;
}

.block .block-img .img-default {
  width:80px;
}

.block .block-img .img-cart {
  width:40px;
}

.block .block-img .img-square {
  width:60px;
  height:60px;
}

.block .block-img .img-news {
  width:80px;
}

.block .block-caption {
  overflow:hidden;
  zoom:1;
}

.block .block-caption .block-title {
  font-weight:400;
}

.advert {
  position:relative;
  margin-top:20px;
}

.advert:first-child {
  margin-top:0;
}

.comment-facebook {
  background:#fff;
}

.adv-leftslider,
.adv-rightslider {
  display:block;
  z-index:9999;
  position:fixed;
  bottom:30px;
}

.adv-leftslider a,
.adv-rightslider a {
  display:block;
}

.adv-leftslider img,
.adv-rightslider img {
  max-width:140px;
}

.adv-leftslider {
  left:0;
}

.adv-rightslider {
  right:0;
}

.adv-leftslider.none,
.adv-rightslider.none {
  display:none;
}

.grid-sort {
  padding:10px;
  border-bottom:1px solid #b7b7b7;
}

.grid-sort .grid-left {
  float:left;
  margin-right:10px;
}

.grid-sort .grid-right {
  float:right;
}

.grid-sort .form-control {
  display:inline;
  width:auto;
}

.grid-sort .grid-view {
  display:inline-block;
  color:#777;
  width:32px;
  height:32px;
  border:1px solid #ebebeb;
  margin-left:5px;
  cursor:pointer;
  text-align:center;
  vertical-align:middle;
  background:#fff;
  padding:8px;
}

.grid-sort .grid-view.selected {
  color:#483865;
  cursor:not-allowed;
}

.grid-bottom {
  padding:10px;
}

.pagination {
  list-style:none;
  text-align:center;
}

.pagination>li {
  display:inline;
}

.pagination>li>a,
.pagination>li>span {
  position:relative;
  display:inline-block;
  padding:6px 12px;
  text-decoration:none;
  color:#000;
  background-color:#fff;
  border:1px solid #ddd;
  margin-left:5px;
  font-weight:700;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left:0;
  border-bottom-left-radius:0;
  border-top-left-radius:0;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color:#fff;
  background-color:#383838;
  border-color:#383838;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index:2;
  color:#fff;
  background-color:#383838;
  border-color:#383838;
  cursor:default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color:#999;
  background-color:#fff;
  border-color:#dbdbdb;
  cursor:not-allowed;
}

.tabs {
  list-style:none;
  padding:20px 0;
}

.tabs>li {
  position:relative;
  display:inline-block;
  margin:0 30px 0 0;
}

.tabs>li:before {
  position:absolute;
  width:2px;
  height:2px;
  background-color:transparent;
  bottom:0;
  left:0;
  content:"";
  -webkit-transition:all .4s ease 0s;
  transition:all .4s ease 0s;
}

.tabs>li.active:before,
.tabs>li:focus:before,
.tabs>li:hover:before {
  width:100%;
  background-color:#483865;
}

.tabs>li>a {
  position:relative;
  display:block;
  color:#999;
  font-size:125%;
  padding:15px 0 10px;
  text-transform:uppercase;
}

.tabs>li.active>a,
.tabs>li.active>a:focus,
.tabs>li.active>a:hover,
.tabs>li>a:focus,
.tabs>li>a:hover {
  color:#483865;
}

.tab-content>.tab-pane {
  display:none;
}

.tab-content>.tab-pane embed,
.tab-content>.tab-pane iframe,
.tab-content>.tab-pane img,
.tab-content>.tab-pane object {
  max-width:100%;
}

.tab-content>.active {
  display:block;
}

.col-cart {
  position:relative;
  padding:30px 15px 30px 0;
}

.col-order {
  padding:30px 0 30px 15px;
}

.btn-cart-content {
  text-align:center;
}

.btn-cart-content .btn-default {
  width:200px;
}

.message-cart {
  padding:30px 0;
  font-size:145%;
  font-weight:700;
  text-align:center;
}

.contact-us {
  padding:15px 0;
}

.contact-us p {
  padding-bottom:10px;
}

.contact-us .company-name {
  color:#483865;
  position:relative;
  display:block;
  padding:10px 0;
  text-transform:uppercase;
  font-size:115%;
  font-weight:700;
}

button,
input,
optgroup,
select,
textarea {
  margin:0;
  font:inherit;
  color:inherit;
}

button {
  overflow:visible;
}

button,
select {
  text-transform:none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance:button;
  cursor:pointer;
}

label {
  display:inline-block;
  max-width:100%;
  margin-bottom:5px;
}

input[type=search] {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=checkbox],
input[type=radio] {
  margin:4px 0 0;
  line-height:normal;
}

input[type=file] {
  display:block;
}

input[type=range] {
  display:block;
  width:100%;
}

select[multiple],
select[size] {
  height:auto;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}

output {
  display:block;
  padding-top:7px;
  font-size:14px;
  line-height:1.42857143;
  color:#555;
}

.form-control {
  display:block;
  width:100%;
  height:34px;
  padding:6px 12px;
  font-size:14px;
  line-height:1.42857143;
  color:#555;
  background-color:#fff;
  background-image:none;
  border:1px solid #ccc;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color:#66afe9;
  outline:0;
  -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
  color:#999;
  opacity:1;
}

.form-control:-ms-input-placeholder {
  color:#999;
}

.form-control::-webkit-input-placeholder {
  color:#999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor:not-allowed;
  background-color:#eee;
  opacity:1;
}

textarea.form-control {
  height:auto;
}

input[type=search] {
  -webkit-appearance:none;
}

.btn {
  display:inline-block;
  padding:6px 12px;
  margin-bottom:0;
  font-weight:700;
  line-height:1.42857143;
  text-align:center;
  text-decoration:none;
  white-space:nowrap;
  vertical-align:middle;
  -ms-touch-action:manipulation;
  touch-action:manipulation;
  cursor:pointer;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  background-image:none;
  border:1px solid transparent;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline:thin dotted;
  outline:5px auto -webkit-focus-ring-color;
  outline-offset:-2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color:#333;
  text-decoration:none;
}

.btn.active,
.btn:active {
  background-image:none;
  outline:0;
  -webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events:none;
  cursor:not-allowed;
  -webkit-box-shadow:none;
  box-shadow:none;
  opacity:.65;
}

.btn-default {
  color:#fff;
  background-color:#c8102e;
  border-color:#ac0924;
  padding:10px 20px;
  margin-bottom:10px;
  margin-right: 10px;
}

.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color:#fff;
  background-color:#0066b1;
  border-color:#027486;
}

.btn-facebook,
.btn-google-plus,
.btn-linkedin,
.btn-twitter {
  font-size:70%;
  color:#777;
  background-color:#fff;
  border-color:#eee;
  font-weight:400;
  text-transform:uppercase;
  margin-left:4px;
}

.btn-facebook:hover,
.btn-google-plus:hover,
.btn-linkedin:hover,
.btn-twitter:hover {
  color:#fff;
}

.btn-google-plus:hover {
  background-color:#e04b34;
  border-color:#e04b34;
}

.btn-facebook:hover {
  background-color:#435f9f;
  border-color:#435f9f;
}

.btn-twitter:hover {
  background-color:#00aaf0;
  border-color:#00aaf0;
}

.btn-linkedin:hover {
  background-color:#0077b5;
  border-color:#0077b5;
}

.starrr {
  display:inline-block;
  margin-left:5px;
}

.starrr a {
  font-size:24px;
  padding:0 2px;
  cursor:pointer;
  color:#ffd119;
  text-decoration:none;
}

.user-review {
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-align:center !important;
  align-items:center !important;
  padding:5px 0;
}

.rating {
  margin-bottom:6px;
}

.rating .rating-box {
  font-size:0;
  line-height:1;
  position:relative;
  white-space:nowrap;
  display:inline-block;
}

.rating .rating-box .star {
  font-family:FontAwesome;
  font-weight:400;
  font-style:normal;
  display:inline-block;
  margin:.1rem;
  color:#dedddc;
  font-size:13px;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.rating .rating-box .star:before {
  content:"\f005";
}

.rating .rating-box span {
  display:block;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  z-index:1;
  overflow:hidden;
  line-height:1;
}

.rating .rating-box span .star {
  color:#f0c808;
}

.rating .rating-value {
  color:#888;
}

.btn-call-now,
.btn-link-car,
.btn-shopping-cart {
  display:none;
}

.primary-product .detail-block .product-row.short-description ul {
    white-space: normal;
    line-height: 30px;
}
.primary-product .detail-block .product-row.short-description ul .top {
    min-height: auto;
    border: 0;
    background: none;
    height: auto;
    overflow: unset;
}
.dt_mobile {
    position: absolute;
    top: 30px;
    display: none;
    left: 70px;
}
.dt_mobile .icon em {
    color: #c8102e;
    font-size: 24px;
    font-weight: bold;
}
.dt_mobile a {
    color: #c8102e;
    font-size: 24px;
    font-weight: bold;
}

@media screen and (max-width:650px) {
  .btn-call-now,
  .btn-shopping-cart {
    display:block;
    height:60px;
    position:fixed;
    width:90px;
    bottom:-10px;
    border-top:1px solid rgba(51,187,51,1);
    background:#008cfd;
    text-decoration:none;
    box-shadow:0 0 5px #ddd;
    -webkit-box-shadow:0 0 5px #ddd;
    -moz-box-shadow:0 0 5px #ddd;
    z-index:999999999;
  }
  .grid-content.group.news-list.dklaithu .box-car {
    width: 100%;
}
  .btn-call-now {
    right:0;
    border-bottom-left-radius:30px;
    border-top-left-radius:30px;
  }
  .btn-shopping-cart {
    left:0;
    border-bottom-right-radius:30px;
    border-top-right-radius:30px;
  }
  .btn-call-now em,
  .btn-shopping-cart em {
    position:relative;
    color:#fff;
    font-size:45px;
  }
  .btn-call-now em:before {
    position:absolute;
    top:5px;
    left:30px;
  }
  .btn-call-now.full-screen {
    color:#fff;
    font-weight:700;
    font-size:125%;
    text-indent:30px;
    width:100%;
    border-bottom-right-radius:30px;
    border-top-right-radius:30px;
  }
  .btn-call-now.full-screen em:before {
    left:-30px;
  }
  .btn-shopping-cart .btn-shopping-cart-number {
    display:inline-block;
    color:#fff;
    text-indent:40px;
  }
  .btn-shopping-cart em:before {
    position:absolute;
    top:5px;
    left:5px;
  }
  .btn-link-car {
    display:block;
    position:fixed;
    height:40px;
    width:40%;
    color:#fff;
    font-weight:700;
    font-size:14px;
    background:#2d96cd;
    text-decoration:none;
    z-index:999999999;
    right:0;
    bottom:0;
    padding:10px 10px;
  }
}

.text-search {
  float:left;
  font-size:100%;
  position:relative;
  display:table-cell;
  width:100%;
  height:29px;
  padding:2px 0;
  color:#ffffff;
  background-color:transparent;
  background-image:none;
  border:none;
}

.text-search:focus {
  outline:0;
}

.lbl-checkbox {
  cursor:pointer;
}

table {
  border-spacing:0;
  border-collapse:collapse;
  width:100%;
  max-width:100%;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
  padding:8px 0;
  line-height:1.42857143;
  vertical-align:middle;
}

table>thead>tr>th {
  vertical-align:middle;
  border-bottom:2px solid #483865;
}

table>caption+thead>tr:first-child>td,
table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
table>thead:first-child>tr:first-child>th {
  border-top:0;
}

table .alignright {
  text-align:right;
}

table .aligncenter {
  text-align:center;
}

table {
  border:1px solid #e1e1e1;
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
  padding:8px;
  border-top:1px solid #e1e1e1;
  border-left:1px solid #e1e1e1;
}

.table-noborder {
  border:none;
}

.table-noborder>tbody>tr>td,
.table-noborder>tbody>tr>th,
.table-noborder>tfoot>tr>td,
.table-noborder>tfoot>tr>th,
.table-noborder>thead>tr>td,
.table-noborder>thead>tr>th {
  border:none;
}

ol,
ul {
  list-style:none;
}

.cd-nav-content,
.cd-page {
  -webkit-transform:translateZ(0);
  -moz-transform:translateZ(0);
  -ms-transform:translateZ(0);
  -o-transform:translateZ(0);
  transform:translateZ(0);
  will-change:transform;
}

.cd-nav-content,
.cd-page {
  position:relative;
  -webkit-transition:-webkit-transform .3s;
  -moz-transition:-moz-transform .3s;
  transition:transform .3s;
}

.cd-page {
  overflow:hidden;
}

@media only screen and (max-width:991px) {
  .cd-page.nav-is-visible {
    -webkit-transform:translateX(260px);
    -moz-transform:translateX(260px);
    -ms-transform:translateX(260px);
    -o-transform:translateX(260px);
    transform:translateX(260px);
  }
  .overflow-hidden .cd-page {
    position:fixed;
  }
}

.cd-page {
  z-index:2;
}

.cd-nav-content {
  height:50px;
  background:#fff;
  z-index:3;
}

.cd-nav-toggle {
  position:relative;
  display:block;
  float:left;
  margin-left:5px;
  padding:9px 15px;
  margin-top:30px;
  margin-bottom:8px;
  background-color:transparent;
  background-image:none;
  border:1px solid transparent;
  border-radius:0;
  color:#fff;
  background-color:#0066b1;
  border-color:#004374;
  text-transform:uppercase;
}

.cd-nav-toggle:active,
.cd-nav-toggle:focus,
.cd-nav-toggle:hover {
  color:#fff;
  background-color:#0066b1;
  border-color:#004476;
  outline:0;
}

@media only screen and (min-width:992px) {
  .cd-nav-toggle {
    display:none;
  }
  .cd-nav-content {
    height:50px;
  }
  .cd-nav-content:after {
    content:"";
    display:table;
    clear:both;
  }
}

.cd-primary-nav,
.cd-primary-nav ul {
  position:fixed;
  left:0;
  top:0;
  right:0;
  height:100%;
  width:260px;
  background:#0066b1;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  z-index:1;
  -webkit-transition:-webkit-transform .3s;
  -moz-transition:-moz-transform .3s;
  transition:transform .3s;
}

.cd-primary-nav a,
.cd-primary-nav ul a {
  display:block;
  padding:0 15px;
  color:#fff;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  border-bottom:1px solid #FFF;
  -webkit-transform:translateZ(0);
  -moz-transform:translateZ(0);
  -ms-transform:translateZ(0);
  -o-transform:translateZ(0);
  transform:translateZ(0);
  will-change:transform,opacity;
  -webkit-transition:-webkit-transform .3s,opacity .3s;
  -moz-transition:-moz-transform .3s,opacity .3s;
  transition:transform .3s,opacity .3s;
}

.cd-primary-nav ul.is-hidden,
.cd-primary-nav.is-hidden {
  -webkit-transform:translateX(100%);
  -moz-transform:translateX(100%);
  -ms-transform:translateX(100%);
  -o-transform:translateX(100%);
  transform:translateX(100%);
}

.cd-primary-nav ul.moves-out>li>a,
.cd-primary-nav.moves-out>li>a {
  -webkit-transform:translateX(-100%);
  -moz-transform:translateX(-100%);
  -ms-transform:translateX(-100%);
  -o-transform:translateX(-100%);
  transform:translateX(-100%);
  opacity:0;
}

.cd-primary-nav .see-all a {
  color:gold;
}

.cd-primary-nav .cd-secondary-nav .sub-title-menu {
  font-weight:400;
}

.cd-primary-nav .cd-secondary-nav .sub-title-menu.center {
  text-align:center;
}

@media only screen and (max-width:991px) {
  .cd-primary-nav {
    visibility:hidden;
    -webkit-transition:visibility 0s .3s;
    -moz-transition:visibility 0s .3s;
    transition:visibility 0s .3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility:visible;
    -webkit-transition:visibility 0s 0s;
    -moz-transition:visibility 0s 0s;
    transition:visibility 0s 0s;
  }
  .cd-primary-nav a,
  .cd-primary-nav ul a {
    padding-top:15px;
    padding-bottom:15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .cd-primary-nav,
  .cd-primary-nav ul {
    -webkit-transform:translateZ(0);
    -moz-transform:translateZ(0);
    -ms-transform:translateZ(0);
    -o-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
  }
}

@media only screen and (min-width:992px) {
  .cd-primary-nav {
    float:right;
    position:static;
    padding:0;
    height:auto;
    width:auto;
    overflow:visible;
    background:0 0;
    z-index:20;
  }
  .cd-primary-nav:after {
    content:"";
    display:table;
    clear:both;
  }
  .cd-primary-nav.moves-out>li>a {
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
    opacity:1;
  }
  .cd-primary-nav ul {
    position:relative;
    height:auto;
    width:auto;
    background:0 0;
    overflow:visible;
    z-index:21;
  }
  .cd-primary-nav ul.is-hidden {
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
  }
  .cd-primary-nav ul.moves-out>li>a {
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
    opacity:1;
  }
  .cd-primary-nav>li {
    float:left;
  }
  .cd-primary-nav>li>a {
    position:relative;
    display:inline-block;
    padding:0 15px;
    background:transparent url(../images/menu-line.png) scroll right center no-repeat;
    height:80px;
    line-height:80px;
    color:#000;
    font-weight:700;
    text-transform:uppercase;
    overflow:visible;
    border-bottom:none;
    -webkit-transition:color .3s,box-shadow .3s;
    -moz-transition:color .3s,box-shadow .3s;
    transition:color .3s,box-shadow .3s;
  }
  .cd-primary-nav>li>a:hover {
    color:#FFF;
    background-color:#0066b1;
  }
  .cd-primary-nav>li>a.selected {
    color:#fff;
    background-color:#0066b1;
  }
  .cd-primary-nav .go-back,
  .cd-primary-nav .see-all {
    display:none;
  }
  .cd-primary-nav .cd-secondary-nav {
    position:absolute;
    top:83px;
    left:0;
    width:100%;
    background:#0066b1;
    padding:20px 60px;
    -webkit-transform:translateX(0);
    -moz-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
    transform:translateX(0);
    -webkit-transition:opacity .3s 0s,visibility 0s 0s;
    -moz-transition:opacity .3s 0s,visibility 0s 0s;
    transition:opacity .3s 0s,visibility 0s 0s;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border-bottom:1px solid #f1f1f1;
    border-bottom:1px solid rgba(0,0,0,.15);
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
  }
  .cd-primary-nav .cd-secondary-nav:after {
    content:"";
    display:table;
    clear:both;
  }
  .cd-primary-nav li.is-fixed-width {
    position:relative;
  }
  .cd-primary-nav li.is-fixed-width .cd-secondary-nav {
    width:240px;
    padding:10px;
    top:80px;
  }
  .cd-primary-nav li.is-fixed-width .cd-secondary-nav>li {
    width:100%;
  }
  .cd-primary-nav .cd-secondary-nav.is-hidden {
    opacity:0;
    visibility:hidden;
    -webkit-transition:opacity .3s 0s,visibility 0s .3s;
    -moz-transition:opacity .3s 0s,visibility 0s .3s;
    transition:opacity .3s 0s,visibility 0s .3s;
  }
  .cd-primary-nav .cd-secondary-nav .go-back,
  .cd-primary-nav .cd-secondary-nav .see-all {
    visibility:hidden;
  }
  .cd-primary-nav .cd-secondary-nav>li {
    width:16.667%;
    float:left;
    position:relative;
  }
  .cd-primary-nav .cd-secondary-nav>li:nth-child(4n+2) {
    margin-right:0;
    border-right:none;
  }
  .cd-primary-nav .cd-secondary-nav>li>a {
    padding:5px 8%;
    margin-bottom:5px;
  }
  .cd-primary-nav .cd-secondary-nav>li>a .sub-title-menu {
    text-transform:uppercase;
    font-weight:400;
  }
  .cd-primary-nav .cd-secondary-nav a {
    padding:5px 15px;
    color:#fff;
    border-bottom:none;
  }
  .cd-primary-nav .cd-secondary-nav a:hover {
    color:#f7e94d;
  }
  .cd-primary-nav .cd-secondary-nav .has-children {
    position:relative;
  }
  .cd-primary-nav .cd-secondary-nav .has-children>ul {
    position:absolute;
    top:0;
    left:100%;
    z-index:1000;
    display:none;
    min-width:240px;
    margin-top:-6px;
    margin-left:-1px;
    background-color:#383838;
    padding:10px;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border:1px solid rgba(0,0,0,.15);
    -webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);
    box-shadow:0 6px 12px rgba(0,0,0,.175);
  }
  .cd-primary-nav .cd-secondary-nav .has-children:hover>ul {
    display:block;
  }
}

.go-back a,
.has-children>a {
  position:relative;
}

.go-back a::after,
.go-back a::before,
.has-children>a::after,
.has-children>a::before {
  content:'';
  position:absolute;
  top:50%;
  margin-top:-1px;
  display:inline-block;
  height:2px;
  width:10px;
  background:#FFF;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

.go-back a::before,
.has-children>a::before {
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

.go-back a::after,
.has-children>a::after {
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  transform:rotate(-45deg);
}

@media only screen and (min-width:992px) {
  .go-back a::after,
  .go-back a::before,
  .has-children>a::after,
  .has-children>a::before {
    background:#c9cbc4;
  }
  .go-back a:hover::after,
  .go-back a:hover::before,
  .has-children>a:hover::after,
  .has-children>a:hover::before {
    background:#483865;
  }
}

.has-children>a {
  padding-right:40px;
}

.has-children>a::after,
.has-children>a::before {
  right:20px;
  -webkit-transform-origin:9px 50%;
  -moz-transform-origin:9px 50%;
  -ms-transform-origin:9px 50%;
  -o-transform-origin:9px 50%;
  transform-origin:9px 50%;
}

.cd-primary-nav .go-back a {
  padding-left:40px;
}

.cd-primary-nav .go-back a::after,
.cd-primary-nav .go-back a::before {
  left:20px;
  -webkit-transform-origin:1px 50%;
  -moz-transform-origin:1px 50%;
  -ms-transform-origin:1px 50%;
  -o-transform-origin:1px 50%;
  transform-origin:1px 50%;
}
input#keyword::placeholder {
    color: #fff;
}
@media only screen and (min-width:992px) {
  .has-children>a::after,
  .has-children>a::before {
    right:8%;
  }
  .cd-primary-nav>.has-children>a {
    padding-right:35px !important;
  }
  .cd-primary-nav>.has-children>a::after,
  .cd-primary-nav>.has-children>a::before {
    width:9px;
    -webkit-transform-origin:50% 50%;
    -moz-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    -o-transform-origin:50% 50%;
    transform-origin:50% 50%;
    background:#ffffff;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:width .3s,-webkit-transform .3s;
    -moz-transition:width .3s,-moz-transform .3s;
    transition:width .3s,transform .3s;
  }
  .cd-primary-nav>.has-children>a::before {
    right:23px;
  }
  .cd-primary-nav>.has-children>a::after {
    right:18px;
  }
  .cd-primary-nav>.has-children>a.selected::after,
  .cd-primary-nav>.has-children>a.selected::before {
    width:14px;
  }
  .cd-primary-nav>.has-children>a.selected::before {
    -webkit-transform:translateX(5px) rotate(-45deg);
    -moz-transform:translateX(5px) rotate(-45deg);
    -ms-transform:translateX(5px) rotate(-45deg);
    -o-transform:translateX(5px) rotate(-45deg);
    transform:translateX(5px) rotate(-45deg);
  }
  .cd-primary-nav>.has-children>a.selected::after {
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
  }
  .cd-primary-nav .go-back a {
    padding-left:12%;
  }
  .cd-primary-nav .go-back a::after,
  .cd-primary-nav .go-back a::before {
    left:12%;
  }
}

.carousel {
  position:relative;
}

.carousel-inner {
  position:relative;
  width:100%;
  overflow:hidden;
}

.carousel-inner>.item {
  position:relative;
  display:none;
  text-align:center;
  -webkit-transition:.6s ease-in-out left;
  -o-transition:.6s ease-in-out left;
  transition:.6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height:1;
  display:initial;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition:-webkit-transform .6s ease-in-out;
    -o-transition:-o-transform .6s ease-in-out;
    transition:transform .6s ease-in-out;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-perspective:1000;
    perspective:1000;
  }
  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    left:0;
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    left:0;
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    left:0;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display:block;
}

.carousel-inner>.active {
  left:0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position:absolute;
  top:0;
  width:100%;
}

.carousel-inner>.next {
  left:100%;
}

.carousel-inner>.prev {
  left:-100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left:0;
}

.carousel-inner>.active.left {
  left:-100%;
}

.carousel-inner>.active.right {
  left:100%;
}

.carousel-control {
  position:absolute;
  top:50%;
  left:0;
  bottom:0;
  width:50px;
  height:50px;
  line-height:40px;
  margin-top:-25px;
  opacity:1;
  font-size:40px;
  color:#ccc;
  text-align:center;
  text-shadow:none;
  text-decoration:none;
}

.carousel-control.right {
  left:auto;
  right:0;
}

.carousel-control:focus,
.carousel-control:hover {
  outline:0;
  color:#ccc;
  text-decoration:none;
  opacity:.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position:absolute;
  top:50%;
  z-index:5;
  display:inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left:50%;
  margin-left:-10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right:50%;
  margin-right:-10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width:20px;
  height:20px;
  margin-top:-10px;
  font-family:serif;
}

.carousel-control .icon-prev:before {
  content:'\2039';
}

.carousel-control .icon-next:before {
  content:'\203a';
}

.carousel-indicators {
  position:absolute;
  bottom:10px;
  left:50%;
  z-index:15;
  width:60%;
  padding-left:0;
  margin-left:-30%;
  text-align:center;
  list-style:none;
}

.carousel-indicators li {
  display:inline-block;
  width:10px;
  height:10px;
  margin:1px;
  text-indent:-999px;
  cursor:pointer;
  background-color:rgba(0,0,0,0);
  border:1px solid #fff;
  border-radius:10px;
}

.carousel-indicators .active {
  width:12px;
  height:12px;
  margin:0;
  background-color:#fff;
}

.carousel-caption {
  position:absolute;
  right:15%;
  bottom:20px;
  left:15%;
  z-index:10;
  padding-top:20px;
  padding-bottom:20px;
  color:#fff;
  text-align:center;
  text-shadow:0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
  text-shadow:none;
}

@media screen and (min-width:768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width:30px;
    height:30px;
    margin-top:-15px;
    font-size:30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left:-15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right:-15px;
  }
  .carousel-caption {
    right:20%;
    left:20%;
    padding-bottom:30px;
  }
  .carousel-indicators {
    bottom:20px;
  }
}

.carousel-image {
  border:1px solid #e1e1e1;
}

.carousel-image .item img {
  width:100%;
}

.carousel-thumb {
  margin-top:10px;
  padding:0 1%;
}

.carousel-thumb .item .thumb {
  width:18%;
  cursor:pointer;
  float:left;
  margin:0 1%;
  border:1px solid #e1e1e1;
}

.carousel-thumb .item .thumb.selected,
.carousel-thumb .item .thumb:hover {
  border-color:#483865;
}

.carousel-thumb .item .thumb img {
  width:100%;
}

.carousel-thumb .carousel-control {
  width:10%;
}

.carousel-thumb .carousel-control:hover {
  background:#483865;
}

.box {
  background:#fff;
  margin-top:20px;
}

.box .box-header {
  text-align:center;
  border:1px solid #b7b7b7;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}

.box .box-header.align-left {
  text-align:left;
}

.box .box-content,
.box .box-content-special {
  position:relative;
  margin-top:10px;
}

.box .box-content-special {
  margin-left:50px;
  margin-right:50px;
}

.box .box-header .box-title {
  color:#015697;
  position:relative;
  text-transform:uppercase;
  font-style:italic;
  font-weight:400;
  font-size:150%;
  padding:12px;
  display:inline-block;
}

.box .box-content-special .carousel-control {
  background:#f1f1f1;
}

.box .box-content-special .carousel-control:hover {
  color:#fff;
  background:#383838;
}

.box .box-content-special .carousel-control.left {
  left:-50px;
}

.box .box-content-special .carousel-control.right {
  left:auto;
  right:-50px;
}

.box-center {
  margin-bottom:20px;
}

.box-center .box-center-title {
  color:#483865;
  position:relative;
  text-transform:uppercase;
  font-size:150%;
  font-weight:400;
  padding:15px 0;
  display:block;
}

.box-center .box-center-content {
  position:relative;
}

.box-container {
  position:relative;
  padding:15px;
  border:1px solid #b7b7b7;
  margin-top:10px;
  background:#fff;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
}

.box-container embed,
.box-container iframe,
.box-container img,
.box-container object {
  max-width:100%;
}

.box-car .car-title {
  text-align:center;
  font-size:25px;
  color:#1565c0;
  margin-bottom:6px;
}

.box-car .car-desc {
  text-align:center;
  font-size:14px;
  font-weight:400;
  margin-bottom:20px;
}

.box-car label {
  font-size:14px;
  margin-top:10px;
}

.box-car .lbl-payment {
  margin-left:20px;
}

.box-car .btn-default {
  font-size:14px;
  margin-top:10px;
}
.box-car .yeucau {
    display: block;
    text-align: center;
}
.product {
  position:relative;
  text-align:center;
  background-color:#fff;
}

.product a>img,
.product>img {
  margin-right:auto;
  margin-left:auto;
}

.product .product-image {
  position:relative;
  overflow:hidden;
}

.product .product-icon {
  color:#fff;
  line-height:17px;
  padding:50px 0 0;
  position:absolute;
  text-transform:uppercase;
  top:-35px;
  width:65px;
  z-index:9;
  text-align:center;
  left:-35px;
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
}

.product .icon-new {
  background:#008cfd;
}

.product .icon-sale {
  background:#008cfd;
}

.product .caption {
  padding-top:10px;
}

.product .caption .name {
  margin-bottom:10px;
  font-size:115%;
  font-weight:400;
  max-height:40px;
  overflow:hidden;
}

.product.tramsac .caption .name {
  font-size:100%;
}

.product .caption .name a {
  text-transform:uppercase;
  text-decoration:none;
  display:-moz-inline-stack;
  display:inline-block;
  vertical-align:middle;
  zoom:1;
}

.product.tramsac .caption .name a {
  text-transform:none;
  font-weight: bold;
  text-decoration:none;
  display:-moz-inline-stack;
  display:inline-block;
  vertical-align:middle;
  zoom:1;
}
.product .caption .description {
  display:none;
}

.product .caption .content-price {
  margin-bottom:10px;
}

.product .caption .content-price .price {
  font-size:125%;
  color:#ee2d24;
  font-weight:700;
  vertical-align:baseline;
}

.product.tramsac .caption .content-price .price {
  font-size:105%;
}

.product .caption .content-price .old-price {
  color:#c7c7c7;
  text-decoration:line-through;
}

.product-list .col_4 {
  width:100%;
}

.product-list .product {
  text-align:left;
}

.product-list .product .product-image {
  float:left;
  width:33.33%;
  margin-right:20px;
}

.product-list .product .caption .name {
  font-weight:700;
}

.product-list .product .caption .description {
  display:block;
  font-size:85%;
  color:#777;
  margin-bottom:10px;
  white-space:pre-line;
}

.primary-product {
  position:relative;
  padding:30px 0;
}

.primary-product .image-block {
  position:relative;
  float:left;
  width:50%;
  margin-right:2%;
  padding-bottom:20px;
  cursor:pointer;
}

.primary-product .detail-block {
  position:relative;
  float:right;
  width:48%;
}

.primary-product .detail-block .product-name {
  font-size:145%;
  padding-bottom:10px;
}

.primary-product .detail-block .product-rating {
  display:-ms-flexbox !important;
  display:flex !important;
  -ms-flex-align:center !important;
  align-items:center !important;
  border-top:1px solid #e1e1e1;
  padding:10px 0;
}

.primary-product .detail-block .product-rating .rating {
  margin-right:auto;
}

.primary-product .detail-block .product-row {
  position:relative;
  padding-top:3px;
  display:block;
}

.primary-product .detail-block .product-row label {
  display:inline-block;
  color:#777;
  text-align:right;
  width:120px;
  padding-right:10px;
}

.primary-product .detail-block .product-row span {
  display:inline-block;
}

.primary-product .detail-block .product-row.short-description {
  font-weight:700;
  line-height: 30px;
  white-space: normal;
}

.primary-product.tramsac .detail-block .product-row.short-description {
  font-weight:normal;
  line-height: 30px;
  white-space: normal;
}

.primary-product.tramsac .detail-block .product-row.short-description ul li {
  list-style: disc;
  margin-left: 30px;
}

.primary-product .detail-block .product-price {
  font-size:115%;
  color:red;
  font-weight:700;
}

.primary-product .detail-block .old-product-price {
  color:#777;
  padding-left:5px;
  font-weight:400;
  text-decoration:line-through;
}
.primary-product .detail-block .product-row.short-description p {
    border-bottom: 1px dotted #ccc;
    line-height: 35px;
}
.primary-product .detail-block .product-row.short-description label {
    width: 50%;
    text-align: left;
}
.primary-product .detail-block .btn-default {
  margin-top:10px;
  width:250px;
}

.primary-product .detail-block .product-hotline {
  position:relative;
  background:#f9f9f9;
  border:1px solid #e1e1e1;
  padding:15px;
  margin-top:10px;
}

.primary-product .detail-block .product-hotline p {
  font-size:150%;
  color:#015697;
}

.primary-product .detail-block .product-hotline .phone {
  color:#ee2d24;
  font-weight:700;
}

.info-product {
  position:relative;
  padding-bottom:20px;
}

.service-list {
  position:relative;
  margin-top:20px;
}

.service {
  float:left;
  width:32%;
  margin-right:2%;
  margin-bottom:2%;
  background:#222;
  border-bottom:5px solid #ed1c24;
  -webkit-border-bottom-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-bottomleft:5px;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
}

.service:nth-child(3n) {
  margin-right:0;
}

.service .service-image {
  position:relative;
  overflow:hidden;
  background:#fff;
}

.service .service-caption {
  color:#fff;
  padding:10px;
  height:60px;
}

.service .service-title {
  height:40px;
  overflow:hidden;
  text-overflow:ellipsis;
}

.first-news {
  display:block;
  background-color:#fff;
}

.first-news a>img,
.first-news>img {
  margin-right:auto;
  margin-left:auto;
}

.first-news .title {
  padding:10px 0;
  text-align:center;
  font-size:130%;
  font-weight:400;
}

.news-list {
  position:relative;
}

.news-list .news-item {
  position:relative;
  padding:20px 0;
  border-top:1px solid #e1e1e1;
}

.news-list .news-item:first-child {
  border-top:none;
}

.news-list .news-item .news-item-img {
  width:33.33%;
  margin:0;
  border:1px solid #e1e1e1;
}

.news-list .news-item .news-item-caption {
  padding-left:15px;
}

.news-list .news-item .news-item-caption .news-item-title {
  display:block;
  font-size:115%;
  padding-bottom:10px;
}
.news-list .news-item .news-item-caption .news-item-title a {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 35px;
}
.news-list .news-item .news-item-caption .news-item-description {
  border-top:1px solid #e1e1e1;
  padding-top:10px;
}

.news {
  position:relative;
  padding:20px 0;
}

.news .news-title {
  position:relative;
  font-size:145%;
  color:#483865;
  padding:15px 0;
  overflow:hidden;
}

.news .news-description {
  font-weight:700;
  padding-top:20px;
}

.news .news-content {
  position:relative;
  padding:20px 0;
}

.news .news-content embed,
.news .news-content iframe,
.news .news-content img,
.news .news-content object {
  max-width:100%;
}

.section {
  clear:both;
  padding:0;
  margin:0;
}

.group:after,
.group:before {
  content:"";
  display:table;
}

.group:after {
  clear:both;
}

.group {
  zoom:1;
}

.col {
  display:block;
  float:left;
}

.col:first-child {
  margin-left:0;
}

.col_first_news {
  width:38%;
}

.col_other_news {
  width:60%;
  margin:0 0 0 2%;
}

.col_adv_2 {
  width:49.5%;
  padding-top:1%;
  margin-right:1%;
}

.col_adv_2:nth-child(2n) {
  margin-right:0;
}

.col_adv_3 {
  width:32.666%;
  padding-top:1%;
  margin-right:1%;
}

.col_adv_3:nth-child(3n) {
  margin-right:0;
}

.col_12 {
  width:100%;
}

.col_9 {
  width:75%;
}

.col_8 {
  width:66.66%;
}

.col_6 {
  width:50%;
}

.col_5 {
  width:40%;
}

.col_4 {
  width:32%;
  margin-right:1.3%;
  margin-top:2%;
}

.col_4:last-child {
  margin-right:0;
}

.col_4_1 {
  width:30%;
}

.col_3 {
  width:25%;
}

.col_2 {
  width:20%;
}

.col-left {
  width:70%;
}

.col-right {
  width:30%;
  padding-left:20px;
}

.col-facebook {
  margin-top:0;
  padding-left:10px;
}

@media (min-width:1200px) {
  .container {
    width:1180px;
  }
}

@media (min-width:768px) {
  .container {
    width:750px;
  }
}

@media (min-width:992px) {
  .container {
    width:980px;
  }
  .cd-primary-nav>li>a {
    padding: 0 10px;
    font-size: 12px;
  }
}

@media (min-width:1200px) {
  .container {
    width:1180px;
  }
  .cd-primary-nav>li>a {
    padding: 0 15px;
    font-size: 100%;
  }
}

@media (min-width:992px) {
  .cart .title-cart .cart-small {
    display:none;
  }
  .footer-content .border-left {
    border-left:1px dotted #b7b7b7;
  }
  .footer-content .contact {
    padding-left:15px;
  }
  .col-order {
    width:33.33%;
    margin:0;
  }
  .col-info-contact {
    width:33.33%;
    margin:0;
  }
  .col-send-contact {
    padding-left:30px;
  }
}

@media (max-width:991px) {
  .col_2, .col_3,
  .col_9 {
    width:50%;
  }
  .logo {
    float:right;
    padding:10px 0;
    text-align:center;
  }
  .addon,
  .cart .title-cart .cart-large {
    display:none;
  }
  .col-cart,
  .col-order {
    width:100%;
    padding-right:0;
  }
  .col-order {
    padding-left:0;
    padding-top:0;
  }
  .col-info-contact,
  .col-send-contact,
  .contact,
  .footer-block {
    width:100%;
  }
  .primary-product .image-block {
    width:100%;
    margin-right:0;
  }
  .primary-product .detail-block {
    width:100%;
  }
  .news-list {
    padding-left:0;
  }
  .collapse-title:hover {
    cursor:pointer;
  }
  .collapse-title:after {
    display:block;
    content:"\f055";
    font-family:FontAwesome;
    position:absolute;
    right:10px;
    top:14px;
  }
  .collapse-title.active:after {
    content:"\f056";
  }
  .collapse-content.hidden {
    display:none;
  }
}

@media (max-width:767px) {
  .col-left,
  .col-right {
    width:100%;
  }
  .col-right {
    padding-left:0;
  }
div#\34 52 .col.col_2 {
    width: 50%;
}
div#\34 52 .col.col_3 {
    width: 50%;
}
  .dt_mobile {
    display: block;
}
  .top.group {
    display: none;
}
  .sodt {
    display: none;
}
li.mobile_ht {
   display: block;
}
li.mobile_an {
   display: none;
}
.detail-content-dailyxe table {
    width: 100% !important;
}
.footer-content .footer-block {
    padding: 15px 20px;
}
}

@media (min-width:481px) {
  .block.block-border-top:first-child {
    padding-top:0;
    border-top:none;
  }
}

@media (max-width:480px) {
  .col_12,
  .col_2,
  .col_3,
  .col_4,
  .col_6,
  .col_8,
  .col_9,
  .col_adv_2,
  .col_adv_3,
  .col_first_news,
  .col_other_news,
  .news-list .news-item .news-item-img {
    width:100%;
  }
  .col_4,
  .col_adv_2,
  .col_adv_3 {
    margin-right:0;
  }
  .search-box {
    display:none;
  }
  .col_other_news {
    margin:0;
  }
  .col-facebook {
    padding-left:0;
  }
  .copyright-content .copy-right,
  .copyright-content .designed {
    text-align:center;
    padding:0;
  }
  .grid-sort .grid-left {
    display:none;
  }
  .news-list .news-item .news-caption {
    padding-left:0;
  }
  .news-list .news-item .news-item-caption {
    padding-left:0;
    padding-top:15px;
  }
  .news-list .news-item .news-item-caption .news-item-description,
  .product-cart .block-img,
  .product-list .product .caption .description {
    
  }
  .primary-product .detail-block .btn-default {
    width:100%;
  }
  .pagination .hidden-number {
    display:none;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding:0;
  margin:0;
  border:0;
  outline:0;
  vertical-align:top;
}

.fancybox-wrap {
  position:absolute;
  top:0;
  left:0;
  z-index:8020;
}

.fancybox-skin {
  position:relative;
  background:#f9f9f9;
  color:#444;
  text-shadow:none;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

.fancybox-opened {
  z-index:8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);
  -moz-box-shadow:0 10px 25px rgba(0,0,0,.5);
  box-shadow:0 10px 25px rgba(0,0,0,.5);
}

.fancybox-inner,
.fancybox-outer {
  position:relative;
}

.fancybox-inner {
  overflow:hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling:touch;
}

.fancybox-error {
  color:#444;
  font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin:0;
  padding:15px;
  white-space:nowrap;
}

.fancybox-iframe,
.fancybox-image {
  display:block;
  width:100%;
  height:100%;
}

.fancybox-image {
  max-width:100%;
  max-height:100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image:url(../images/fancybox_sprite.png);
}

#fancybox-loading {
  position:fixed;
  top:50%;
  left:50%;
  margin-top:-22px;
  margin-left:-22px;
  background-position:0 -108px;
  opacity:.8;
  cursor:pointer;
  z-index:8060;
}

#fancybox-loading div {
  width:44px;
  height:44px;
  background:url(../images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position:absolute;
  top:-18px;
  right:-18px;
  width:36px;
  height:36px;
  cursor:pointer;
  z-index:8040;
}

.fancybox-nav {
  position:absolute;
  top:0;
  width:40%;
  height:100%;
  cursor:pointer;
  text-decoration:none;
  background:transparent url(../images/blank.gif);
  -webkit-tap-highlight-color:transparent;
  z-index:8040;
}

.fancybox-prev {
  left:0;
}

.fancybox-next {
  right:0;
}

.fancybox-nav span {
  position:absolute;
  top:50%;
  width:36px;
  height:34px;
  margin-top:-18px;
  cursor:pointer;
  z-index:8040;
  visibility:hidden;
}

.fancybox-prev span {
  left:10px;
  background-position:0 -36px;
}

.fancybox-next span {
  right:10px;
  background-position:0 -72px;
}

.fancybox-nav:hover span {
  visibility:visible;
}

.fancybox-tmp {
  position:absolute;
  top:-99999px;
  left:-99999px;
  visibility:hidden;
  max-width:99999px;
  max-height:99999px;
  overflow:visible !important;
}

.fancybox-lock {
  overflow:hidden !important;
  width:auto;
}

.fancybox-lock body {
  overflow:hidden !important;
}

.fancybox-lock-test {
  overflow-y:hidden !important;
}

.fancybox-overlay {
  position:absolute;
  top:0;
  left:0;
  overflow:hidden;
  display:none;
  z-index:8010;
  background:url(../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position:fixed;
  bottom:0;
  right:0;
}

.fancybox-lock .fancybox-overlay {
  overflow:auto;
  overflow-y:scroll;
}

.fancybox-title {
  visibility:hidden;
  font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position:relative;
  text-shadow:none;
  z-index:8050;
}

.fancybox-opened .fancybox-title {
  visibility:visible;
}

.fancybox-title-float-wrap {
  position:absolute;
  bottom:0;
  right:50%;
  margin-bottom:-35px;
  z-index:8050;
  text-align:center;
}

.fancybox-title-float-wrap .child {
  display:inline-block;
  margin-right:-100%;
  padding:2px 20px;
  background:0 0;
  background:rgba(0,0,0,.8);
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  text-shadow:0 1px 2px #222;
  color:#fff;
  font-weight:700;
  line-height:24px;
  white-space:nowrap;
}

.fancybox-title-outside-wrap {
  position:relative;
  margin-top:10px;
  color:#fff;
}

.fancybox-title-inside-wrap {
  padding-top:10px;
}

.fancybox-title-over-wrap {
  position:absolute;
  bottom:0;
  left:0;
  color:#fff;
  padding:10px;
  background:#000;
  background:rgba(0,0,0,.8);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image:url(../images/fancybox_sprite@2x.png);
    background-size:44px 152px;
  }
  #fancybox-loading div {
    background-image:url(../images/fancybox_loading@2x.gif);
    background-size:24px 24px;
  }
}

.news .news-content p, .news .news-content h3, .news .news-content h1, .news .news-content h2, .news .news-content h4, .news .news-content h5, .news .news-content li {
  margin-bottom:1rem;
}
.p-page-header__video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
    max-width: 100%;
}