@charset "UTF-8";

@font-face {
	font-family: 'FontAwesome';
	src: url(../fonts/fontawesome-webfont.eot?v=4.3.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
	font-weight: 400;
	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;
	transform: translate(0, 0)
}

.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
}

.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
}

.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-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-angles-up:before {
	content: "\f102"
}

.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-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-genderless:before,
.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-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-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"
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.animated.infinite {
	animation-iteration-count: infinite
}

.animated.hinge {
	animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
	animation-duration: .75s
}

@keyframes bounce {

	from,
	20%,
	53%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	animation-name: bounce;
	transform-origin: center bottom
}

@keyframes flash {

	from,
	50%,
	to {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	animation-name: flash
}

@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1)
	}

	50% {
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	animation-name: pulse
}

@keyframes rubberBand {
	from {
		transform: scale3d(1, 1, 1)
	}

	30% {
		transform: scale3d(1.25, 0.75, 1)
	}

	40% {
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		transform: scale3d(1.15, 0.85, 1)
	}

	65% {
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		transform: scale3d(1.05, .95, 1)
	}

	to {
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	animation-name: rubberBand
}

@keyframes shake {

	from,
	to {
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	animation-name: shake
}

@keyframes headShake {
	0% {
		transform: translateX(0)
	}

	6.5% {
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		transform: translateX(0)
	}
}

.headShake {
	animation-timing-function: ease-in-out;
	animation-name: headShake
}

@keyframes swing {
	20% {
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	transform-origin: top center;
	animation-name: swing
}

@keyframes tada {
	from {
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	to {
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	animation-name: tada
}

@keyframes wobble {
	from {
		transform: none
	}

	15% {
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	to {
		transform: none
	}
}

.wobble {
	animation-name: wobble
}

@keyframes jello {

	from,
	11.1%,
	to {
		transform: none
	}

	22.2% {
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}

	77.7% {
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	}
}

.jello {
	animation-name: jello;
	transform-origin: center
}

@keyframes bounceIn {

	from,
	20%,
	40%,
	60%,
	80%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	20% {
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	animation-name: bounceIn
}

@keyframes bounceInDown {

	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}

	75% {
		transform: translate3d(0, -10px, 0)
	}

	90% {
		transform: translate3d(0, 5px, 0)
	}

	to {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}

	75% {
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		transform: translate3d(5px, 0, 0)
	}

	to {
		transform: none
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	from {
		opacity: 0;
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		transform: translate3d(10px, 0, 0)
	}

	90% {
		transform: translate3d(-5px, 0, 0)
	}

	to {
		transform: none
	}
}

.bounceInRight {
	animation-name: bounceInRight
}

@keyframes bounceInUp {

	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000)
	}

	from {
		opacity: 0;
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	75% {
		transform: translate3d(0, 10px, 0)
	}

	90% {
		transform: translate3d(0, -5px, 0)
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	animation-name: bounceInUp
}

@keyframes bounceOut {
	20% {
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	animation-name: bounceOut
}

@keyframes bounceOutDown {
	20% {
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	animation-name: bounceOutRight
}

@keyframes bounceOutUp {
	20% {
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	animation-name: bounceOutUp
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDown {
	animation-name: fadeInDown
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInDownBig {
	animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInLeftBig {
	animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRightBig {
	animation-name: fadeInRightBig
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.fadeInUpBig {
	animation-name: fadeInUpBig
}

@keyframes fadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	animation-name: fadeOutUpBig
}

@keyframes flip {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		animation-timing-function: ease-out
	}

	40% {
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		animation-timing-function: ease-out
	}

	50% {
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		animation-timing-function: ease-in
	}

	80% {
		transform: perspective(400px) scale3d(.95, .95, .95);
		animation-timing-function: ease-in
	}

	to {
		transform: perspective(400px);
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	animation-name: flip
}

@keyframes flipInX {
	from {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	to {
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInX
}

@keyframes flipInY {
	from {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		animation-timing-function: ease-in
	}

	60% {
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	to {
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipInY
}

@keyframes flipOutX {
	from {
		transform: perspective(400px)
	}

	30% {
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@keyframes flipOutY {
	from {
		transform: perspective(400px)
	}

	30% {
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	to {
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	animation-name: flipOutY
}

@keyframes lightSpeedIn {
	from {
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		transform: skewX(-5deg);
		opacity: 1
	}

	to {
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	animation-name: lightSpeedIn;
	animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}

	to {
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	animation-name: lightSpeedOut;
	animation-timing-function: ease-in
}

@keyframes rotateIn {
	from {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	to {
		transform-origin: center;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	animation-name: rotateIn
}

@keyframes rotateInDownLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
	from {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	to {
		transform-origin: left bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
	from {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	to {
		transform-origin: right bottom;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	animation-name: rotateInUpRight
}

@keyframes rotateOut {
	from {
		transform-origin: center;
		opacity: 1
	}

	to {
		transform-origin: center;
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
	from {
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
	from {
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
	from {
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		transform-origin: left bottom;
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
	from {
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		transform-origin: right bottom;
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	animation-name: rotateOutUpRight
}

@keyframes hinge {
	0% {
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		transform: rotate3d(0, 0, 1, 80deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		transform: rotate3d(0, 0, 1, 60deg);
		transform-origin: top left;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	animation-name: hinge
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		transform: scale(0.1) rotate(30deg);
		transform-origin: center bottom
	}

	50% {
		transform: rotate(-10deg)
	}

	70% {
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		transform: scale(1)
	}
}

.jackInTheBox {
	animation-name: jackInTheBox
}

@keyframes rollIn {
	from {
		opacity: 0;
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.rollIn {
	animation-name: rollIn
}

@keyframes rollOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0;
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	animation-name: rollOut
}

@keyframes zoomIn {
	from {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	animation-name: zoomIn
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

.zoomInDown {
	animation-name: zoomInDown
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

.zoomInLeft {
	animation-name: zoomInLeft
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

.zoomInRight {
	animation-name: zoomInRight
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	60% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

.zoomInUp {
	animation-name: zoomInUp
}

@keyframes zoomOut {
	from {
		opacity: 1
	}

	50% {
		opacity: 0;
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}
}

.zoomOut {
	animation-name: zoomOut
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

.zoomOutDown {
	animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(-2000px, 0, 0);
		transform-origin: left center
	}
}

.zoomOutLeft {
	animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		transform: scale(.1) translate3d(2000px, 0, 0);
		transform-origin: right center
	}
}

.zoomOutRight {
	animation-name: zoomOutRight
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190)
	}

	to {
		opacity: 0;
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform-origin: center bottom;
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1)
	}
}

.zoomOutUp {
	animation-name: zoomOutUp
}

@keyframes slideInDown {
	from {
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	animation-name: slideInDown
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	animation-name: slideInLeft
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	animation-name: slideInRight
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	animation-name: slideInUp
}

@keyframes slideOutDown {
	from {
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	animation-name: slideOutDown
}

@keyframes slideOutLeft {
	from {
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	animation-name: slideOutLeft
}

@keyframes slideOutRight {
	from {
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	animation-name: slideOutRight
}

@keyframes slideOutUp {
	from {
		transform: translate3d(0, 0, 0)
	}

	to {
		visibility: hidden;
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	animation-name: slideOutUp
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../images/owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-carousel {
	position: relative;
	z-index: 0
}

.owl-carousel .owl-nav {
	position: absolute;
	width: 100%;
	height: 1px;
	top: 45%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-nav [class*='owl-'] {
	position: absolute;
	top: -14px;
	color: #333;
	font-size: 40px;
	outline: none;
	margin: 0;
	padding: 0;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border: 0;
	border-radius: 100px;
	opacity: .6
}

.owl-carousel .owl-nav [class*='owl-']:hover {
	background: transparent;
	opacity: 1;
	color: #000;
	text-decoration: none
}

.owl-carousel .owl-nav .owl-prev {
	left: 0
}

.owl-carousel .owl-nav .owl-next {
	right: 0
}

.owl-carousel .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-carousel .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-carousel .owl-dots {
	position: absolute;
	bottom: -30px;
	width: 100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	outline: 0;
	background: transparent;
	border: 0;
	zoom: 1;
	*display: inline
}

.owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	border-radius: 30px
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #869791
}

.viewbox-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 700;
	overflow-y: hidden;
}

.viewbox-body {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-top: 0 !important;
	left: 50%;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	overflow: auto
}

.viewbox-header {
	margin: 10px
}

.viewbox-content {
	margin: 10px;
	width: 300px;
	height: 300px
}

.viewbox-footer {
	margin: 10px
}

.viewbox-content .viewbox-image {
	width: 100%;
	height: 100%
}

.viewbox-button-default {
	cursor: pointer;
	height: 64px;
	width: 64px
}

.viewbox-button-default>svg {
	width: 100%;
	height: 100%;
	background: inherit;
	fill: inherit;
	pointer-events: none;
	transform: translateX(0px)
}

.viewbox-button-default {
	fill: #999
}

.viewbox-button-default:hover {
	fill: #fff
}

.viewbox-button-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9
}

.viewbox-button-next,
.viewbox-button-prev {
	position: absolute;
	top: 50%;
	height: 128px;
	width: 128px;
	margin: -64px 0 0;
	z-index: 9
}

.viewbox-button-next {
	right: 10px
}

.viewbox-button-prev {
	left: 10px
}

@media (max-width: 480px) {
	.viewbox-button-close {
		top: 0;
		right: 0
	}

	.viewbox-button-next,
	.viewbox-button-prev {
		height: 81px;
		width: 81px;
		margin-top: -40px
	}

	.viewbox-button-next {
		right: -15px
	}

	.viewbox-button-prev {
		left: -15px
	}
}

.viewbox-container .loader {
	widows: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px
}

.viewbox-container .loader * {
	margin: 0;
	padding: 0
}

.viewbox-container .loader .spinner {
	width: 50px;
	height: 50px;
	position: relative;
	margin: 0 auto
}

.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #999;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s infinite ease-in-out;
	animation: sk-bounce 2s infinite ease-in-out
}

.viewbox-container .loader .double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes sk-bounce {

	0%,
	100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {

	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0)
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0)
	}
}

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

html {
	font-size: calc(10em / 16)
}

p {
	margin: 0
}

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

a:hover,
a:focus {
	text-decoration: none
}

a,
button,
input {
	-webkit-transition: all .3s ease-in-out 0;
	-o-transition: all .3s ease-in-out 0;
	transition: all .3s ease-in-out 0
}

* {
	margin: 0;
	padding: 0
}

ul,
ol {
	padding: 0;
	margin: 0
}

li {
	list-style: none
}

body {
	background: #fff;
	font-family: arial;
	color: #000;
	width: 100%;
	height: 100%;
	font-size: 1.4rem;
	line-height: 1.8
}

del {
	font-size: 12px;
	color: #999
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 500
}

.w_100 {
	width: 100%
}

.row-flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap
}

.flex-reverse {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap-reverse
}

@keyframes animatedown {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.fixed {
	position: fixed !important;
	top: 0;
	z-index: 99;
	width: 100%;
	transition: top .3s;
	box-shadow: 0 0 3px 2px #373737;
	animation: animatedown .6s
}

[class^='clearfix'] {
	clear: both;
	display: block
}

.clearfix-130 {
	height: 130px
}

.clearfix-100 {
	height: 100px
}

.clearfix-80 {
	height: 80px
}

.clearfix-60 {
	height: 60px
}

.clearfix-55 {
	height: 55px
}

.clearfix-50 {
	height: 50px
}

.clearfix-45 {
	height: 45px
}

.clearfix-40 {
	height: 40px
}

.clearfix-35 {
	height: 35px
}

.clearfix-30 {
	height: 30px
}

.clearfix-32 {
	height: 32px
}

.clearfix-25 {
	height: 25px
}

.clearfix-20 {
	height: 20px
}

.clearfix-15 {
	height: 15px
}

.clearfix-12 {
	height: 12px
}

.clearfix-10 {
	height: 10px
}

.clearfix-5 {
	height: 5px
}

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

.menu_main {
	background: #fff;
	float: right
}

.nav.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99
}

.nav-container {
	position: fixed;
	top: 63px;
	left: 0;
	z-index: 9999;
	overflow-y: auto;
	visibility: hidden;
	width: 300px;
	max-width: 70%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1) 0;
	transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1) 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-overflow-scrolling: touch
}

.nav-container.is-visible {
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.nav-toggle {
	line-height: 1;
	display: inline-block;
	padding: 2px;
	border: 0;
	right: 5px;
	background: #fff;
	width: 40px;
	height: 60px;
	position: fixed;
	z-index: 99;
	outline: none
}

.nav-toggle-mb {
	right: 0;
	height: 40px
}

.nav-toggle .icon-menu {
	position: relative;
	display: inline-block;
	width: 23px;
	height: 17px;
	vertical-align: middle;
	fill: none
}

.icon-menu .line {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	-webkit-transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all .25s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
	background-color: #fc4700;
}

.icon-menu .line-1 {
	top: 0
}

.is-active .icon-menu .line-1 {
	-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	-ms-transform: translateY(8px) translateX(0) rotate(45deg);
	transform: translateY(8px) translateX(0) rotate(45deg)
}

.icon-menu .line-2 {
	top: 50%;
	margin-top: -1.5px
}

.is-active .icon-menu .line-2 {
	opacity: 0
}

.icon-menu .line-3 {
	bottom: 0
}

.is-active .icon-menu .line-3 {
	-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
	transform: translateY(-7px) translateX(0) rotate(-45deg)
}

.menu {
	list-style: none;
	margin: 0;
	padding: 0
}

.nav-menu {
	background-color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.nav-menu .menu-item {
	border-top: 1px solid #fff
}

.nav-menu>.menu-item.is-active {
	background: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);
}

.nav-menu>.menu-item.is-active>.menu-link {
	color: #fff
}

.nav-menu>.menu-item:hover {
	background: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);
}

.nav-menu>.menu-item:hover>.menu-link {
	color: #fff
}

.nav-menu>.menu-item.is-active.has-dropdown:after,
.nav-menu>.menu-item:hover.has-dropdown:after {
	color: #fff
}

.nav-dropdown>.menu-item {
	padding-left: 10px
}

.nav-menu .menu-link {
	color: #000;
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding: 0 15px
}

.has-dropdown {
	position: relative;
	cursor: pointer
}

.has-dropdown>.menu-link {
	display: inline-block
}

.has-dropdown:after {
	padding-top: 0;
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	content: "\f105";
	font: normal normal normal 20px/1 FontAwesome;
	color: #000;
	line-height: 39px;
	width: 40px;
	height: 40px;
	text-align: center;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.has-dropdown.is-active:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.nav-dropdown {
	display: none
}

.nav-dropdown .nav-dropdown {
	background-color: #aaa
}

.nav-dropdown .nav-dropdown .menu-item {
	background-color: #0f9ba3 !important
}

.nav-menu>.menu-item>.menu-link {
	padding: 8px 15px;
	text-transform: uppercase;
}

@media (max-width: 991px) {
	.nav-container {
		overflow-x: hidden;
		background: #fff;
		padding-bottom: 100px
	}
}

@media (min-width: 992px) {

	.nav,
	.nav-container,
	.nav-container.is-visible {
		position: static;
		top: auto;
		left: auto;
		z-index: auto;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.nav-container,
	.nav-container.is-visible {
		visibility: visible;
		height: auto;
		min-height: 0;
		overflow-y: visible;
		width: 100%;
		max-width: 100%
	}

	.nav-toggle {
		display: none
	}

	.nav-menu>.menu-item:hover,
	.nav-menu>.menu-item.is-active {
		background-color: transparent
	}

	.nav-menu .menu-item {
		-webkit-transition: background-color .15s ease-in-out, color .15s ease-in-out;
		transition: background-color .15s ease-in-out, color .15s ease-in-out
	}

	.has-dropdown:after {
		content: "\f0d7";
		font: normal normal normal 14px/1 FontAwesome;
		color: #000
	}

	.nav-menu>.has-dropdown:after {
		position: absolute;
		top: 50%;
		bottom: inherit;
		right: 2px;
		width: 10px;
		height: 10px;
		transform: translateY(-50%);
		line-height: 10px
	}

	.nav-menu>.menu-item.is-active.has-dropdown:after,
	.nav-menu>.menu-item:hover.has-dropdown:after {
		color: #0098da
	}

	.nav-dropdown {
		left: 0;
		display: block;
		opacity: 0;
		position: absolute;
		top: 100%;
		width: 215px;
		margin: 0;
		background-color: transparent;
		border-radius: 0;
		box-shadow: 0 0 4px hsla(0, 0%, 0%, 0.15);
		visibility: hidden;
		-webkit-transition: visibility 0 linear 0.25s, opacity .25s linear;
		transition: visibility 0 linear 0.25s, opacity .25s linear
	}

	.has-dropdown:hover>.nav-dropdown {
		visibility: visible;
		opacity: 1;
		-webkit-transition-delay: 0;
		transition-delay: 0
	}

	.nav-dropdown .menu-item {
		border: 0;
		margin-top: 1px
	}

	.nav-dropdown .menu-item:last-child {
		border: 0;
		border-bottom: none
	}

	.nav-dropdown .menu-item:hover,
	.nav-dropdown .nav-dropdown .menu-item:hover {
		background-color: #2196f3
	}

	.nav-dropdown .menu-item:hover .menu-link,
	.nav-dropdown .menu-item:hover .menu-link {
		color: #fff
	}

	.nav-dropdown .nav-dropdown,
	.nav-dropdown .nav-dropdown .menu-item {
		background-color: #dedede
	}

	.nav-dropdown .nav-dropdown {
		z-index: 998;
		top: 0;
		left: 100%
	}

	.nav-menu>.menu-item>.menu-link {
		display: block;
		line-height: 20px;
		padding: 31px 13px 30px;
		font-size: 12px;
		color: #0d0d0d;
		font-weight: 700;
		text-transform: uppercase;
		-webkit-transition: all .15s linear;
		-moz-transition: all .15s linear;
		-o-transition: all .15s linear;
		transition: all .15s linear
	}

	.nav-menu>.menu-item {
		position: relative;
		float: left;
		padding: 0;
		border-top: 0
	}

	.nav-menu,
	.nav {
		background: none
	}

	.nav-menu>.menu-item.is-active>.menu-link,
	.nav-menu>.menu-item:hover>.menu-link {
		color: #0098da
	}

	.nav-dropdown>.menu-item {
		padding: 0;
		background: #fff
	}

	.nav-dropdown>.menu-item>.menu-link {
		color: #0d0d0d
	}

	.nav-dropdown>.menu-item:hover>.menu-link {
		color: #f58426
	}

	.nav-menu>.menu-item {
		position: relative
	}

	.nav-menu .menu-item:nth-child(n+6) .nav-dropdown.megaMenu {
		right: 0;
		left: auto
	}
}

.menu_mb {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9;
	padding: 1px 20px;
	height: 62px;
	box-shadow: 0 0 3px 2px #ccc;
	background: url(../images/bg-headertop.png) no-repeat;
	background-size: cover;
	background-color: #ffff;
}

.img_logo_mb {
	height: 60px;
	max-width: 70%;
	display: flex;
	align-items: center;
	justify-content: center
}

.img_logo_mb img {
	max-width: 100%;
	max-height: 100%
}

.menu_main .nav.is-fixed {
	position: relative;
	z-index: 105
}

.logo_pc img {
	max-width: 30%;
}

.menu_header {
	background: #fff
}

.search_drop {
	position: relative;
	margin-top: 27px;
	padding-left: 10px !important
}

.search_drop .form_search {
	position: absolute;
	z-index: 999;
	width: 290px;
	top: 100%;
	right: -15px;
	background: #fff;
	border-top: 2px solid #0098da;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	padding: 14px 10px;
	transform: translateY(50px);
	opacity: 0;
	visibility: hidden
}

.search_drop .form_search input.form-control {
	height: 32px;
	border: 1px solid #ddd;
	border-radius: 0;
	box-shadow: none
}

.search_drop .form_search button.btn-default {
	height: 32px;
	border-radius: 0;
	background: #000;
	color: #fff;
	border: 0;
	text-transform: uppercase
}

.search_drop .form_search:before {
	position: absolute;
	top: -8px;
	right: 19px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5.5px 6px;
	border-color: transparent transparent #0098da
}

.search_drop .form_search.open {
	opacity: 1;
	visibility: visible;
	transform: translateY(10px)
}

.menu_mb .search_drop {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
	margin: auto;
	border: 0;
	padding-left: 0 !important;
	cursor: pointer
}

.menu_mb .search_drop .btn_search {
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	margin: 11px 0;
	font-size: 25px
}

.menu_mb .search_drop .form_search:before {
	right: 13px
}

.menu_mb .search_drop .form_search {
	right: 0;
	width: 0;
	top: 0;
	transform: translateY(0px)
}

.menu_mb .search_drop .form_search.open {
	width: 100vw;
	z-index: 11
}

.search_box {
	margin: 10px auto;
	max-width: 500px
}

.search_box .input-group {
	display: flex
}

.btn-select {
	height: 40px;
	border: 2px solid #0098da
}

.btn-select option {
	padding: 5px
}

.input_search {
	border: 2px solid #0098da;
	height: 40px;
	font-size: 12px;
	border-left: 1px solid #ccc
}

.input_search[type="text"]:focus {
	outline: 0
}

.but_search_top {
	background: #0098da;
	border: 2px solid #0098da;
	height: 40px;
	width: 114px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0
}

.but_search_top:hover,
.but_search_top:focus,
.but_search_top.focus,
.but_search_top:active,
.but_search_top.active,
.open>.but_search_top.btn-default {
	color: red;
	background: #0098da;
	border: 2px solid #0098da
}

#go_top {
	position: fixed;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	background: #000;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	font-weight: 700;
	background-size: 100% 100%;
	display: inline-block;
	z-index: 100;
	bottom: 37px;
	right: 25px;
	display: none
}

@media (max-width: 991px) {
	.overlay {
		position: fixed;
		z-index: 9;
		display: none;
		background: rgba(0, 0, 0, 0.6);
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		cursor: pointer
	}
}

.sidebar .title_sidebar {
	background: #0098da;
	color: #fff;
	font-size: 16px;
	font-family: Roboto_Bold;
	position: relative;
	padding: 15px 14px;
	text-transform: uppercase;
	cursor: pointer
}

.sidebar .menu-aside {
	border: 1px solid #ccc;
	padding: 5px 0
}

.sidebar .menu-aside li {
	font-family: Roboto_Regular;
	font-size: 14px;
	border-bottom: 1px dashed #ccc
}

.sidebar .menu-aside li a {
	display: block;
	color: #333;
	padding: 7.5px 13px
}

.sidebar .menu-aside li:last-child {
	border-bottom: 0
}

.sidebar .menu-aside li:hover>a,
.sidebar .menu-aside li.is-active>a {
	color: #0098da
}

.menu-aside .has-dropdown:after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	line-height: 40px;
	color: #000
}

.nav-aside {
	left: 100%;
	top: -1px;
	border: 1px solid #ccc;
	z-index: 999;
	background: #fff
}

@media (max-width: 991px) {
	.nav-aside {
		border: 0;
		border-top: 1px solid #ccc
	}

	.sidebar .menu-aside li.has-dropdown.is-active {
		border-bottom: 1px solid #ccc
	}

	.sidebar .menu-aside .nav-aside li a {
		padding-left: 20px
	}

	.sidebar .menu-aside>li.has-dropdown>a {
		display: inline-block
	}
}

@font-face {
	font-family: 'Roboto_Regular';
	src: url(../fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.ttf) format("truetype"), url(../fonts/Roboto-Regular.svg#Roboto-Regular) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Roboto_Bold';
	src: url(../fonts/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold.ttf) format("truetype"), url(../fonts/Roboto-Bold.svg#Roboto-Bold) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'UTMHelvetIns';
	src: url(../fonts/UTMHelvetIns.eot?#iefix) format("embedded-opentype"), url(../fonts/UTMHelvetIns.woff) format("woff"), url(../fonts/UTMHelvetIns.ttf) format("truetype"), url(../fonts/UTMHelvetIns.svg#UTMHelvetIns) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'UVNHongHaHepBold';
	src: url(../fonts/UVNHongHaHepBold.eot?#iefix) format("embedded-opentype"), url(../fonts/UVNHongHaHepBold.woff) format("woff"), url(../fonts/UVNHongHaHepBold.ttf) format("truetype"), url(../fonts/UVNHongHaHepBold.svg#UVNHongHaHepBold) format("svg");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'UVNHongHaHep';
	src: url(../fonts/UVNHongHaHep.eot?#iefix) format("embedded-opentype"), url(../fonts/UVNHongHaHep.woff) format("woff"), url(../fonts/UVNHongHaHep.ttf) format("truetype"), url(../fonts/UVNHongHaHep.svg#UVNHongHaHep) format("svg");
	font-weight: 400;
	font-style: normal
}

.w_100 {
	width: 100%
}

.row-flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: flex;
	flex-wrap: wrap
}

.flex-reverse {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap-reverse
}

.header--top {
	display: flex;
	justify-content: flex-end;
	margin-top: 10px
}

.header--top a:first-child {
	margin-right: 5px
}

.imfoCompany {
	display: flex;
	align-items: center;
	padding-left: 36px
}

.menu_header {
	background: url(../images/bg-headertop.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: bottom center
}

.language_link {
	display: inline-block
}

.imfoCompany__text a {
	color: #f86d0f;
	font-family: 'Roboto_Bold';
	font-weight: 700;
	font-size: 18px
}

.imfoCompany__text i {
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	font-size: 24px;
	width: 21px
}

.imfoCompany__text p {
	font-size: 14px;
	font-family: 'Roboto_Regular'
}

.imfoCompany img {
	margin-right: 16px
}

.mainMenu {
	background: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	background: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);
}

.menu_main {
	background: none;
	float: none
}

@media (min-width: 992px) {
	.nav-menu>.menu-item>.menu-link {
		color: #fff !important;
		font-size: 15px;
		font-family: 'Roboto_Regular';
		font-weight: 400;
		padding: 10px 17px
	}

	.span_dete {
		min-height: 50px
	}

	.menuFooter ul {
		display: flex;
		justify-content: space-around
	}

	.nav-menu>.has-dropdown:after {
		display: none
	}

	.nav-menu>.menu-item>.menu-link:hover {
		text-decoration: underline
	}

	.nav-dropdown {
		background-color: #f87319a1 !important;
		width: 670px !important
	}
}

.nav-menu .menu-link {
	font-family: 'UVNHongHaHep';
	font-size: 16px
}

.nav-dropdown .menu-item:hover,
.nav-dropdown .nav-dropdown .menu-item:hover {
	background: none
}

.nav-menu .menu-link:hover {
	text-decoration: underline
}

.search_drop {
	display: none
}

.buttonSlide {
	margin-top: -38px
}

.buttonSlide a {
	color: #fff;
	width: 200px;
	padding: 5px !important;
	display: inline-block;
	text-align: center;
	border-top-left-radius: 5px !important;
	background: #f87319bf;
	border-top-right-radius: 5px !important;
	font-size: 16px;
	text-transform: uppercase;
	margin-right: 5px;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.buttonSlide a:hover {
	text-decoration: underline
}

.radioGroup {
	display: flex;
	margin: 20px 0
}

.radioGroup input {
	display: inline-block;
	margin-right: 10px;
	cursor: pointer
}

.radioGroup span {
	margin-right: 38px;
	font-size: 16px
}

.search input[type="text"] {
	width: 42%;
	padding: 2px 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-right: 20px;
	height: 34px
}

.search select {
	border-radius: 5px;
	padding: 5.5px 10px;
	border: 1px solid #ccc;
	margin-right: 20px;
	height: 34px
}

.search button {
	border: none;
	background: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	color: #fff;
	padding: 2px 24px;
	border-radius: 5px;
	transition: .5s;
	height: 34px
}

.search button:hover {
	background: #f86d0f
}

.tour {
	margin-top: 30px
}

.titleH2 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Roboto_Regular';
	font-size: 30px;
	padding-bottom: 15px
}

.titleH2 a {
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);
}

.tourBox {
	margin-bottom: 30px
}

.tourPhoto img {
	width: 100%;
	height: 185px;
	object-fit: cover;
	position: relative
}

.tourBox__title {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: #0000009c;
	padding: 5px 10px;
	height: 44px
}

.tourPhoto {
	position: relative;
	margin-bottom: 5px
}

.tourPhoto a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto_Regular';
	font-size: 14px
}

.tourPhoto a:hover {
	text-decoration: underline
}

.tourPhoto span {
	font-family: 'Roboto_Regular';
	font-size: 14px;
	color: #fff;
	line-height: 1
}

.tourBox .price .fa {
	font-size: 18px
}

.tourBox .price span {
	font-size: 14px;
	font-weight: 700;
	color: #f86d0f
}

.voteList ul li {
	display: inline-block
}

.voteList {
	display: flex;
	align-items: flex-end;
	justify-content: space-between
}

.voteList ul li i {
	color: #ffc000
}

.bookTour {
	background: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	color: #fff;
	border-radius: 5px;
	font-family: 'Roboto_Regular';
	font-size: 14px;
	text-transform: uppercase;
	padding: 2.5px 10px;
	transition: .5s
}

.bookTour:hover {
	background: #f87319;
	color: #fff
}

.tourBox__title h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 150%;
	color: #fff
}

.voteList ul {
	line-height: 1
}

.bestTour--wrapper {
	margin-top: 30px
}

.titleBestTour {
	background: none;
	padding-bottom: 30px;
	text-align: left
}

.pd5 {
	padding: 0 5px
}

.mg10 {
	margin: 0 -5px
}

.bestTourBox--big,
.bestTourBox--small {
	position: relative
}

.bestTourBox--big img {
	width: 100%;
	height: 245px;
	object-fit: cover
}

.bestTourBox--big h3,
.bestTourBox--small h3 {
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-family: 'Roboto_Bold';
	font-size: 14px;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
	padding: 10px 15px;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff
}

.bestTourBox--big h3 a,
.bestTourBox--small h3 a {
	color: #fff
}

.bestTourBox--big {
	margin-bottom: 10px
}

.bestTourBox--small img {
	width: 100%;
	height: 120px;
	object-fit: cover
}

.imageGallery img {
	width: 100%;
	height: 117px;
	px;
	margin-bottom: 10px;
	object-fit: cover
}

.videoGallery iframe {
	height: 245px;
}

.support {
	margin-top: 40px;
	border-bottom: 1px solid #ccc;
	background-position: bottom;
	padding-bottom: 40px
}

.slideSuport {
	font-family: 'Roboto_Bold';
	font-size: 14px;
	max-width: 1000px;
	margin: auto
}

.itemText {
	width: 150px;
	margin: auto
}

.slideSuport img {
	width: 120px !important;
	height: 120px;
	border-radius: 50%;
	margin: auto;
	padding: 3px;
	border: 1px solid #ccc;
	display: block
}

.slideSuport a {
	color: #f86d0f
}

.slideSuport a i {
	margin-right: 11px
}

.slideSuport p:nth-child(1) {
	color: #297022;
	text-transform: uppercase;
	background: url(../images/call-slide.png) no-repeat;
	background-position: left center;
	padding-left: 26px
}

.slideSuport p:nth-child(3) {
	background: url(../images/zalo.png) no-repeat;
	background-position: left center;
	padding-left: 25px
}

.qts_content_features {
	padding: 50px 0
}

.footer__title {
	font-family: 'UVNHongHaHepBold';
	font-size: 18px;
	text-transform: uppercase;
	color: #ff6300;
	margin-bottom: 10px
}

.listFooter {
	column-count: 3;
	margin-bottom: 25px
}

.listFooter li a,
.footer__text {
	font-family: 'UVNHongHaHep';
	color: #3e3e3e
}

.listFooter li a {
	font-size: 15.75px;
	position: relative;
	padding-left: 15px;
	display: block;
}

.listFooter li a:before {
	content: url(../images/rightft.png);
	position: absolute;
	left: 0px;
	top: 0px;
}

.footer__text {
	margin-bottom: 10px
}

.regis input {
	margin-bottom: 10px;
	padding: 0 10px;
	border: none;
	outline: 1px solid #ddd
}

.regis button {
	border: 1px solid #f87319;
	color: #fff;
	padding: 1px 10px;
	font-size: 13px;
	background: #f87319;
	margin-left: -3px
}

.regis img {
	display: block;
	margin: auto
}

.menuFooter {
	background: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	padding: 11px
}

.menuFooter ul li {
	display: inline-block
}

.menuFooter ul li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	padding-right: 11px
}

.menuFooter ul li:not(:last-child) a:after {
	content: "|";
	margin-left: 23px
}

.company--top h3 {
	font-size: 18px;
	margin-bottom: 5px;
	font-family: 'Roboto_Bold'
}

.company--top {
	text-align: center;
	margin-bottom: 8px
}

.company--top span {}

.footer--bottom {
	padding-top: 20px;
	padding-bottom: 11px;
	background: url(../images/bgft.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.footerAddress {
	font-family: 'Roboto_Regular'
}

.footerAddress h4 {
	margin-bottom: 7px;
	font-size: 14px;
	font-family: 'Roboto_Bold';
	text-transform: uppercase
}

.footerAddress span {}

.footerPhotoList {
	display: flex;
	align-items: center;
	margin-top: 20px
}

.fbFanPage {
	width: 59%;
	overflow: hidden
}

.footerPhotoList .giayphep img {
	width: 48%;
	height: 150px;
	object-fit: contain
}

.giayphep {
	width: 40%
}

.fbFanPage img {
	width: 100%;
	padding-left: 5px
}

.search {
	margin-top: 11px;
	margin-bottom: 20px
}

#go_top {
	background: #f87319
}

.buttonSlide .nav>li>a:hover,
.buttonSlide .nav>li>a:focus {
	text-decoration: none;
	background-color: #f86d0f
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
	background-color: #f87319
}

.buttonClick {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 20px
}

.buttonClick i {
	float: right;
	display: inline-block;
	margin-top: 7px
}

.footer--bottom #myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: .3s
}

.footer--bottom #myImg:hover {
	opacity: .7
}

.footer--bottom .modal {
	display: none;
	position: fixed;
	z-index: 106;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto
}

.footer--bottom .modal-content {
	margin: auto;
	display: block;
	max-width: 100%
}

.footer--bottom #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px
}

.footer--bottom .modal-content,
.footer--bottom #caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: .6s;
	animation-name: zoom;
	animation-duration: .6s
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

.footer--bottom .close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: 700;
	transition: .3s;
	opacity: .8
}

.footer--bottom .close:hover,
.footer--bottom .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer
}

.footerHotline .call-mobile1 a {
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 99px;
	background: #0595ff;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: inline-block
}

.call-mobile a {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	margin-right: 10px;
	padding-left: 10px
}

.call-mobile i {
	font-size: 20px;
	line-height: 40px;
	background: red;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	float: left;
	border-radius: 50%
}

.footerHotline .box {
	display: flex;
	margin-top: 20px
}

.call-mobile {
	background: red;
	bottom: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border-radius: 40px;
	color: #fff;
	left: 5px;
	z-index: 99999;
	margin-right: 8px
}

.footerHotline {
	position: fixed;
	bottom: 208px;
	z-index: 100
}

@media only screen and (max-width: 700px) {
	.footer--bottom .modal-content {
		width: 100%
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.nav-menu>.menu-item>.menu-link {
		font-size: 13px;
		padding: 10px 8px
	}

	.menuFooter ul li a {
		text-transform: uppercase;
		color: #fff;
		font-size: 14px;
		padding-right: 2px
	}

	.menuFooter ul li:not(:last-child) a:after {
		content: "|";
		margin-left: 8px
	}
}

@media only screen and (max-width: 992px) {
	.videoGallery iframe {
		width: 100%;
		height: 44vw
	}

	.bestTourBox--small {
		margin-bottom: 10px
	}

	.titleBestTour {
		margin-top: 30px
	}

	.menuFooter ul {
		display: none
	}

	.menuFooter {
		background: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
		padding: 5px
	}

	.listFooter {
		column-count: 3;
		margin-bottom: 10px
	}

	.menuFooter ul li {
		display: block;
		text-align: center
	}

	.menuFooter ul li:not(:last-child) a:after {
		display: none
	}

	.search button {
		margin-left: 0 !important
	}

	.bestTourBox--small img {
		height: auto
	}

	.detail--left img {
		height: auto !important;
		margin-bottom: 10px
	}

	.nav-dropdown .menu-link {
		padding-left: 30px !important
	}

	.regis img {
		margin: 0
	}
}

@media (min-width: 768px) and (max-width: 992px) {
	.listFooter {
		column-count: 3;
		margin-bottom: 20px
	}

	.imageGallery img {
		height: auto
	}

	.messe,
	#book .form-control {
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 767px) {
	.img-photo img {
		height: 45px
	}

	.search input[type="text"],
	.search select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px
	}

	.banner--wrapper {
		display: block !important
	}

	.bannerDetail {
		height: 160px !important
	}

	.bannerDetail h2 {
		margin-top: 50px !important
	}

	.listFooter {
		column-count: 3;
		margin-bottom: 20px
	}

	.titleH2 {
		font-size: 24px
	}

	.tour {
		margin-top: 10px;
		margin-bottom: 30px
	}

	.tourBox {
		margin-bottom: 20px
	}
}

.footerHotline {
	position: fixed;
	bottom: 0;
	z-index: 100
}

.tourBox,
.regis {
	margin-bottom: 30px
}

.menuFooter ul li a {
	font-size: 13px;
	padding-right: 3px
}

.menuFooter ul li:not(:last-child) a:after {
	content: "|";
	margin-left: 35px
}

@media only screen and (max-width: 480px) {
	.buttonSlide a {
		padding: 5.5px 10px !important;
		border-top-left-radius: 5px;
		background: #f87319bf;
		border-top-right-radius: 5px;
		font-size: 13px !important;
		width: auto !important
	}

	.buttonSlide {
		margin-top: -34px
	}

	.footerPhotoList {
		display: block;
		margin-top: 20px
	}

	.giayphep,
	.fbFanPage {
		width: 100%
	}

	.fbFanPage {
		margin-top: 20px
	}

	.tourPhoto a {
		font-size: 16px
	}

	.tourBox__title {
		height: 40px
	}

	.tourBox__title h3 {
		line-height: 129%
	}

	.bookTour {
		font-size: 16px
	}
}

.messe {
	font-size: 20px;
	font-family: arial;
	line-height: 33px;
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);
}

#book .btn-primary {
	padding: 6.5px 10px;
	margin-left: -10px;
	margin-top: 0
}

#book .form-control {
	display: block;
	width: 100% !important;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-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
}

.bannerDetail {
	background: url(../images/slidechitiet.png) no-repeat;
	-webkit-background-size: cover;
	background-size: 100% 100% !important;
	height: 260px
}

.bannerDetail h2 {
	text-shadow: 1px 1px 1px #3e3b3b;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Roboto_Bold';
	font-size: 36px;
	margin-top: 175px
}

.banner--wrapper {
	display: flex;
	justify-content: space-between
}

.bannerDetail span {
	font-family: 'Roboto_Regular';
	font-size: 18px;
	color: #fff;
	margin-top: 140px
}

.breadcrumb {
	background: none;
	margin-bottom: 0;
	padding: 10px 0
}

.breadcrumb ul li {
	display: inline-block
}

.breadcrumb ul li a:after {
	padding: 0 7px
}

.breadcrumb ul li a {
	font-size: 14px;
	font-family: 'Roboto_Regular';
	display: block
}

.breadcrumb ul li:last-child a {
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);
}

.breadcrumb ul li:not(:last-child) a:after {
	content: ">"
}

.tourTitle {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Roboto_Bold';
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	text-align: center;
	padding: 30px 0 50px
}

.detail--left img {
	width: 100%;
	height: 400px;
	object-fit: cover
}

.detail--right h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Roboto_Bold';
	line-height: 1.4;
	margin-bottom: 5px
}

.detail--right {
	font-size: 14px
}

.detail--right span {
	font-family: 'Roboto_Bold'
}

.detail--right p {
	line-height: 1.2;
	margin-bottom: 12px
}

.detail--right p i {
	margin-right: 10px
}

.detail--right .price {
	font-size: 22px;
	color: #c50202
}

.detail--right .bookNow {
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	font-size: 18px;
	font-style: italic;
	font-family: 'Roboto_Bold'
}

.btn__book {
	display: inline-block;
	background: #f86d0f;
	color: #fff;
	padding: 6px 18px;
	border-radius: 5px;
	font-size: 15px;
	font-family: 'Roboto_Bold';
	text-transform: uppercase;
	transition: .5s;
	margin: 15px 10px
}

.btn__book:hover {
	background: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	color: #fff
}

.detail--right .hotline {
	font-family: 'Roboto_Bold';
	color: #c50202
}

.detail--right .hotline span {
	font-size: 18px
}

.detail--right .hotline a {
	font-size: 24px;
	color: #c50202
}

.schedule .nav-tabs {
	border: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 -2.5px;
	margin-bottom: 20px;
	justify-content: space-between
}

.schedule .nav-tabs>li {
	width: 25%;
	padding: 0 2.5px;
	font-size: 16px
}

.schedule .nav-tabs>li a {
	margin-right: 0;
	font-family: 'Roboto_Bold';
	color: #333;
	text-align: center;
	background: #e6e6e6;
	text-transform: uppercase;
	border-radius: 0
}

.schedule .nav-tabs>li.active>a,
.schedule .nav-tabs>li.active>a:hover,
.schedule .nav-tabs>li.active>a:focus {
	background: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	color: #fff;
	border-radius: 0;
	border: 1px solid linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);
}

.schedule .nav>li>a:hover,
.schedule .nav>li>a:focus {
	text-decoration: none;
	border-radius: 0;
	background-color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	color: #fff
}

.detailTour {
	margin-bottom: 50px
}

.map iframe {
	height: 255px;
	width: 100%
}

.schedule h4 {
	font-size: 18px;
	font-family: 'Roboto_Bold';
	text-transform: uppercase;
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	margin-bottom: 10px;
	text-align: left
}

.schedule h5 {
	margin-bottom: 5px;
	padding: 8px;
	font-size: 18px;
	font-family: 'Roboto_Bold';
	text-transform: uppercase;
	background: #fbb687
}

.schedule p {
	text-align: justify
}

.tableDetail table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
	text-align: center;
	margin-bottom: 20px
}

.tableDetail td,
.tableDetail th {
	border: 1px solid #000
}

.tableDetail th {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background: #f86d0f
}

.detailSidebar h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Roboto_Bold';
	border-bottom: 3px double #ccc
}

.detailSidebar__item {
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px
}

.detailSidebar h2 {
	padding-bottom: 10px;
	margin-bottom: 15px
}

.detailSidebar h2 a {
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);
}

.detailSidebar h2 a:hover {
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);
}

.detailSidebar__photo {
	width: 40%;
	padding-right: 10px
}

.detailSidebar__text {
	width: 60%
}

.detailSidebar__photo img {
	width: 100%;
	height: 100px;
	object-fit: cover
}

.detailSidebar__text h3 {
	font-family: 'Roboto_Bold';
	font-size: 14px;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	max-height: 36px;
	display: -webkit-box;
	overflow: hidden
}

.detailSidebar__text .time {
	font-size: 12px;
	color: #8f8f99
}

.detailSidebar__text .des {
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	line-height: 1.2;
	text-align: justify;
	max-height: 32px
}

.diemden {
	line-height: 1.2;
	font-size: 14px
}

.thoigian {
	font-size: 14px;
	line-height: 1.2
}

.priceTour .bandau {
	color: #ccc;
	text-decoration: line-through
}

.priceTour .khuyenmai {
	color: red
}

.detailSidebar {
	margin-bottom: 20px
}

.img_sp_detail img {
	width: 35px;
	height: 35px
}

.all_service li {
	display: inline-block;
	width: 125px
}

.img_sp_detail {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: auto
}

.name_sp_detail {
	display: inline-block;
	line-height: 17px;
	height: 34px;
	overflow: hidden;
	color: #5b5b5b;
	font-size: 14px
}

.box_sp_detail {
	text-align: center
}

.bookTour--wrapper {
	margin-bottom: 100px
}

.bookTour--wrapper table {
	width: 100%
}

.bookTour--wrapper td {
	margin-bottom: 25px
}

.bookTour--wrapper td:nth-child(1) {
	width: 23%;
	font-weight: 700
}

.bookTour--wrapper td:nth-child(2) {
	width: 77%
}

.bookTour--wrapper input[type="number"],
.bookTour--wrapper input[type="text"],
.bookTour--wrapper input[type="date"],
.bookTour--wrapper select,
.bookTour--wrapper textarea {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #ccc
}

.bookTour--wrapper input[type="number"],
.bookTour--wrapper input[type="text"] {
	padding: 6px 10px
}

.bookTour--wrapper select {
	padding: 5.5px 10px
}

.book__text h2 {
	font-size: 18px;
	font-family: 'Roboto_Bold';
	text-transform: uppercase;
	margin-bottom: 35px
}

.book__text h3 {
	color: #297022;
	font-family: 'Roboto_Bold';
	text-transform: uppercase;
	margin-bottom: 15px;
	font-size: 18px
}

.book__text span {
	font-family: 'Roboto_Bold'
}

.book__text h4 {
	text-transform: uppercase;
	font-size: 14px;
	color: #f86d0f;
	font-family: 'Roboto_Bold';
	margin: 10px 0
}

.book__text iframe {
	width: 100%;
	height: 300px;
	margin-top: 30px
}

.bookTour--wrapper tr {
	display: flex;
	align-items: center
}

.bookTour--wrapper textarea {
	height: 130px
}

.bookTour--wrapper button {
	border: none;
	padding: 5px 15px;
	border-radius: 5px;
	text-transform: capitalize
}

.slide4 .owl-dots.slide4 .owl-nav {
	display: none
}

	{
	display: none
}

.bookTour--wrapper tr:first-child span {
	margin-right: 10px
}

.titleP {
	text-align: center;
	margin-bottom: 25px;
	font-size: 16px
}

.pd20 {
	padding-bottom: 25px !important
}

.pd10 {
	padding-bottom: 10px !important
}

@media only screen and (max-width: 480px) {
	.bookTour--wrapper tr:first-child span {
		width: 100%;
		display: block
	}

	.capcha {
		width: 100%
	}

	.bookTour--wrapper td:nth-child(2) {
		width: 65%
	}

	.bookTour--wrapper td:nth-child(1) {
		width: 35%;
		font-weight: 700
	}
}

.megaMenu {}

@media (min-width: 992px) {
	.nav-dropdown {
		background-color: #fff !important;
		width: auto !important;
		min-width: 215px;
		padding: 6px 19px 30px
	}

	.nav-dropdown>.menu-item {
		padding: 0;
		background: transparent;
		width: 215px
	}

	.nav-dropdown>.menu-item>.menu-link {
		color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);
	}
}

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

.social-button {
	display: block;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	font-size: 15px;
	max-height: 26px;
	float: left;
	overflow-y: hidden;
	overflow-x: hidden
}

.icon-p-detail {
	margin-left: 15px;
	font-size: 20px;
	cursor: pointer
}

.hotline-p-detail {
	color: #c30808;
	font-size: 23px;
	display: inline-block;
	margin-top: -15px
}

.page-content p {
	margin: 10px 0
}

.page-content img {
	max-width: 100% !important;
	max-height: auto !important
}

.view-more {
	border: 2px solid #f7941d;
	background-color: #fff;
	display: block;
	width: 160px;
	height: 42px;
	font-size: 18px;
	font-family: 'Roboto_Regular';
	margin: auto;
	line-height: 36px;
	border-radius: 0;
	color: #333;
	border-radius: 4px
}

.view-more:hover {
	color: #fff;
	background-color: #f7941d
}

.slider_partner .owl-item img {
	object-position: center
}

.gc-icon.gc-icon-download {
	display: none !important
}

.gc-thumbs-area-next .gc-icon.gc-icon-next:before {
	content: "\f105" !important;
	font: normal normal normal 24px/1 fontawesome !important;
	width: 24px;
	height: 24px;
	text-align: center
}

.gc-thumbs-area-prev .gc-icon.gc-icon-prev:before {
	content: "\f104" !important;
	font: normal normal normal 24px/1 fontawesome !important;
	width: 24px;
	height: 24px;
	text-align: center
}

.gc-display-area .gc-icon.gc-icon-next {
	width: 36px !important;
	height: 50px !important;
	right: 10px
}

.gc-display-area .gc-icon.gc-icon-next:before {
	content: "\f105" !important;
	font: normal normal normal 48px/1 fontawesome !important;
	width: 36px;
	color: #fff;
	height: 50px;
	text-align: center
}

.gc-display-area .gc-icon.gc-icon-prev {
	width: 36px !important;
	height: 50px !important;
	left: 10px
}

.gc-display-area .gc-icon.gc-icon-prev:before {
	content: "\f104" !important;
	font: normal normal normal 48px/1 fontawesome !important;
	width: 36px;
	color: #fff;
	height: 50px;
	text-align: center
}

.gc-overlay-right-icons .gc-icon.gc-icon-next {
	width: 36px !important;
	height: 50px !important;
	text-align: center
}

.gc-overlay-right-icons .gc-icon.gc-icon-next:before {
	content: "\f105" !important;
	font: normal normal normal 48px/1 fontawesome !important;
	width: 36px !important;
	height: 50px !important;
	color: #fff
}

.gc-overlay-left-icons .gc-icon.gc-icon-prev {
	width: 36px !important;
	height: 50px !important;
	text-align: center
}

.gc-overlay-left-icons .gc-icon.gc-icon-prev:before {
	content: "\f104" !important;
	font: normal normal normal 48px/1 fontawesome !important;
	width: 36px !important;
	height: 50px !important;
	color: #fff
}

.gc-icon.gc-icon-enlarge {
	display: none !important
}

.gc-overlay-top-icons .gc-icon.gc-icon-close:before {
	content: "\f00d" !important;
	font: normal normal normal 25px/1 fontawesome !important;
	color: #fff;
	width: 24px;
	text-align: center
}

.glass-case {
	margin: auto
}

.gc-lens,
.gc-zoom {
	display: none !important
}

.clear-rating,
.caption {
	display: none !important
}

.comment-title {
	font-weight: 700;
	border-bottom: 1px dotted #ddd
}

.list-comment {
	border: 1px solid #ddd;
	padding: 15px 10px
}

.comment-name {
	padding-left: 5px;
	padding-top: 5px
}

.comment-content {
	padding-left: 5px;
	margin-bottom: 15px
}

.header--top {
	font-size: 17px
}

.header--top a {
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	display: inline-block;
	margin-left: 11px;
	height: 10px
}

.header--top a img {
	vertical-align: top !important
}

.header--top a:hover {
	color: #f87319
}

.logo_pc {
	display: block;
	padding-left: 15px
}

.header--mid {
	padding-bottom: 5px
}

.tourBox {
	font-size: 14px
}

.tourBox .fa {
	width: 16px;
	margin-right: 3px
}

.date .fa {
	font-size: 18px
}

.slideSuport__mb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-height: 760px;
	overflow: hidden
}

.slideSuport__mb .item {
	width: 50%;
	margin-bottom: 20px
}

.slideSuport__mb .item:nth-child(n+6) {
	display: none
}

.icon_slider {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #a0a0a0;
	text-align: center;
	font-size: 23px;
	line-height: 40px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2)
}

.slider_partner .item {
	background: rgba(204, 204, 204, 0.6);
	-webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	padding: 5px
}

.slider_partner a {
	display: block;
	margin: auto;
	-webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%)
}

.slider_partner a img {
	display: block;
	width: 100%;
	height: 160px;
	background: #fff;
	object-fit: cover;
	-webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
	clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%)
}

.sc_hot {
	padding-top: 20px;
	background: url(../images/bghott.png) no-repeat center;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	margin-bottom: 25px
}

.bgimg {
	padding-bottom: 35px;
	border-bottom: 1px solid #ccc;
	background-position: bottom
}

.back_link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px
}

.back_link li {
	font-size: 12px;
	padding: 9px;
	font-family: 'Roboto_Regular';
	font-size: 14px;
	line-height: 1
}

.back_link li:first-child {
	padding-left: 0
}

.back_link li a {
	position: relative
}

.back_link li.active a {
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);
}

.back_link li a:after {
	content: '>';
	position: absolute;
	right: -13px;
	top: 2px;
	color: #333
}

.back_link li:last-child a:after {
	display: none
}

.tour--page,
.page--detail {
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
	background-position: bottom;
	padding-bottom: 40px;
	-webkit-background-size: 100%;
	background-size: 100%
}

.hotline .fa {
	font-size: 24px;
	margin-right: 5px
}

.row_btnbook .fa1 {
	font-size: 30px;
	color: #297022;
	animation: btn_left .3s infinite linear
}

.row_btnbook .fa2 {
	font-size: 30px;
	color: #297022;
	animation: btn_right .3s infinite linear
}

.detail--right p .fa {
	width: 17px;
	margin-right: 3px;
	text-align: center
}

@keyframes btn_left {
	0% {
		transform: translateX(0px)
	}

	50% {
		transform: translateX(-8px)
	}

	100% {
		transform: translateX(0px)
	}
}

@keyframes btn_right {
	0% {
		transform: translateX(0px)
	}

	50% {
		transform: translateX(8px)
	}

	100% {
		transform: translateX(0px)
	}
}

.all_service {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap
}

.info__detail--add {
	padding-bottom: 20px;
	border-bottom: 1px solid #f86d0f;
	margin-bottom: 15px
}

.info__detail--add h3 {
	font-family: 'Roboto_Bold';
	font-size: 18px;
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 15px
}

.lichtrinh h3,
.lichtrinh h4,
.lichtrinh h5,
.lichtrinh h6,
.lichtrinh h2 {
	font-family: 'Roboto_Bold';
	font-size: 18px;
	color: #000;
	background: #bdd4bb;
	margin-bottom: 15px;
	padding: 5px 10px
}

.info__detail--add .text__detail--add {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	text-align: justify;
	font-family: 'Roboto_Regular'
}

.detailSidebar .row .col-child:last-child .detailSidebar__item {
	border-bottom: 0
}

.detailSidebar__text p {
	line-height: 20px
}

.detailSidebar__text del {
	font-size: 14px;
	margin-right: 7px
}

.detailSidebar__text .price__new {
	font-size: 16px;
	color: red
}

.detailSidebar__text h3 {
	line-height: 18px;
	margin-bottom: 3px
}

.detailSidebar__text h3 a {
	color: #000
}

.thongtin__lienhe {
	padding: 20px 5px;
	padding-top: 0;
	border-bottom: 1px solid #f86d0f
}

.thongtin__lienhe h4,
.thongtin__lienhe h5 {
	font-size: 18px;
	color: #297022;
	font-family: 'Roboto_Bold';
	text-transform: uppercase;
	margin-bottom: 10px
}

.thongtin__lienhe--text {
	font-size: 14px;
	color: #000;
	line-height: 24px
}

.thongtin__lienhe .row_btnbook {
	margin-top: 20px
}

.slick-list,
.slick-slider,
.slick-track {
	display: block;
	position: relative
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

.w_100 {
	width: 100%
}

#pics-thumbs {
	position: relative;
	padding: 5px 0;
	margin: 0 122px;
	white-space: nowrap;
	overflow: hidden;
	transition-duration: .8s
}

#pics-thumbs img {
	padding: 5px;
	margin: 0 2px;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .6);
	cursor: pointer;
	height: 75px;
	transition-duration: .5s
}

.detail-vote i.fa-star {
	color: #ffc000
}

.map {
	margin-bottom: 30px
}

.slider_nav .owl-nav {
	top: 23%
}

.slider_img h3 {
	font-size: 16px;
	text-align: center;
	font-family: 'Roboto_Regular';
	margin-top: 5px;
	margin-bottom: 7px;
	color: #333
}

.slider_img img {
	height: 454px;
	object-fit: cover
}

.sc_slider_nav {
	padding: 10px 20px;
	background: #ececec
}

.slider_nav img {
	height: 110px;
	object-fit: cover
}

.slider_nav .owl-nav .owl-prev {
	left: -15px
}

.slider_nav .owl-nav .owl-next {
	right: -15px
}

@media (max-width: 991px) {
	.schedule .nav-tabs>li a {
		height: 30px;
		padding: 5px 2px;
		font-size: 12px;
		line-height: 18px
	}

	.detailSidebar__item {
		border-width: 0
	}

	.search {
		padding: 0 15px
	}

	.owl-carousel .owl-item img {
		display: block;
		width: 100%
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.detailSidebar__item {
		flex-direction: column
	}

	.detailSidebar__photo,
	.detailSidebar__text {
		width: 100%
	}
}

@media (max-width: 380px) {
	.schedule .nav-tabs>li a {
		font-size: 10px;
		padding: 6px 2px
	}
}

.text__detail--add p {
	margin: 10px 0
}

.giatourchongoi table tr {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}

.giatourchongoi table tr td {
	text-align: center;
	padding: 4px 5px;
	font-size: 14px;
	width: 100%
}

.giatourchongoi table tr:nth-child(odd) td {
	background: #d7d7d7
}

.giatourchongoi table tr:first-child td {
	background: #ff8a22;
	text-transform: uppercase;
	color: #fff
}

.giatourchongoi h2 {
	font-family: 'Roboto_Bold';
	font-size: 18px;
	color: linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px
}

.giatourchongoi table tr h3,
.giatourchongoi table tr h4,
.giatourchongoi table tr h5,
.giatourchongoi table tr h6 {
	background: #ff8a22;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	margin: -4px -5px;
	padding: 4px 5px
}

.giatourchongoi {
	margin-bottom: 15px
}

.schedule p span {
	font-size: 14px !important;
	line-height: 24px;
	text-align: justify;
	font-family: 'Roboto_Regular'
}

.lichtrinh p {
	margin: 10px 0
}

.js-example-basic-single {
	max-width: 520px
}

br {
	display: block;
	content: "";
	margin-top: 0
}

.title-steps {
	background: #1A96D3;
	position: relative;
	min-height: 35px;
	border-radius: 0 5px 5px 0;
	margin-bottom: 15px
}

.title-steps h3 {
	margin: 0;
	padding: 10px 10px 9px 50px;
	font-size: 13px;
	color: #fff;
	line-height: 1.3;
	text-transform: uppercase
}

.icon-steps {
	width: 35px;
	height: 35px;
	border-radius: 0 5000px 5000px 0;
	position: absolute;
	top: 0;
	background: #EDF5F9
}

.icon-steps h4 {
	color: #1A96D3;
	margin: 0;
	line-height: 35px;
	text-align: center;
	font-size: 28px;
	font-weight: 700
}

.lichtrinh {
	padding-bottom: 15px;
	border-bottom: 1px solid #f86d0f
}

.inner_news .sub_news h3 {
	height: 35px !important
}

.lichtrinh ul {
	padding-left: 16px
}

.lichtrinh ul li {
	list-style: inherit !important
}

@media (max-width: 991px) {
	.mb-head {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		padding-right: 30px
	}
}

.viewbox-button-default {
	fill: #fff !important
}

@media (max-width:767px) {
	.fixcontent img {
		width: inherit !important;
		max-width: 100% !important;
		height: auto !important
	}

	.fixcontent table {
		width: inherit !important;
		max-width: 100% !important;
		height: auto !important
	}

	.giohangfix {
		width: 550px !important
	}

	.fixgiohang {
		overflow: auto
	}
}

.fixcontent ul {
	list-style: inherit;
	list-style-type: square;
	padding: 0 40px
}

.fixcontent ul li {
	list-style: inherit
}

.slider_img .owl-item img {
	height: inherit;
	width: inherit;
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: auto
}

.schedule li {
	list-style: inherit
}

.hotline_sp {
	text-align: right;
	padding: 5px 7px;
	font-size: 15px;
	font-weight: 700
}

.hotline_sp a {
	color: red
}

.hotline_sp a .fa {
	margin-right: 3px;
	font-size: 16px
}

.overlayModal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9)
}

.list_sevice .inner_news {
	padding: 15px 0;
	border-bottom: 1px solid #ccc
}

.list_sevice .inner_news .img_news {
	width: 216px
}

.inner_news .img_news {
	float: left;
	width: 289px;
	display: block;
	margin-right: 7px
}

.inner_news .sub_news {
	overflow: hidden
}

.inner_news .sub_news h3 {
	height: 25px;
	overflow: hidden;
	font-family: Roboto_Bold;
	font-size: 16px;
	text-transform: uppercase
}

.inner_news .sub_news .des_news {
	font-family: Roboto_Regular;
	font-size: 14px;
	color: #333;
	text-align: justify;
	line-height: 20px;
	overflow: hidden;
	margin-bottom: 15px
}

.inner_news .sub_news a.view_more {
	display: inline-block;
	padding: 3px 7px;
	border: 1px solid #32a03e;
	-webkit-border-radius: 25px;
	color: #32a03e;
	-moz-border-radius: 25px;
	border-radius: 9px
}

.tit-sidebar {
	background: #f87319;
	outline: 1px solid #fff;
	outline-offset: -5px;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	line-height: 40px
}

.tit-sidebar a {
	color: #fff
}

.sidebar-product li {
	padding: 10px 0
}

.img-sidebar {
	float: left;
	width: 45%;
	padding: 5px
}

.text-sidebar {
	float: left;
	width: 55%
}

.mount-n {
	color: #f01927;
	font-weight: 700
}

.img-sidebar img {
	width: 100%;
	border: 1px solid #f2f2f2
}

.text-sidebar a {
	color: #000;
	font-weight: 600;
	padding: 10px 0;
	display: block
}

@media (min-width:1230px) {

	.destination,
	.departure {
		min-width: 258px
	}

	.col-right {
		padding-right: 0
	}

	.col-left {
		padding-left: 0
	}

	.row_pc {
		margin-right: -15px;
		margin-left: -15px
	}

	.container {
		width: 1200px
	}

	.hotline-p-detail {
		margin-left: 100px
	}

	.slider_partner {
		margin-top: 20px
	}
}

@media (min-width:992px) and (max-width:1229px) {
	.container {
		width: 970px
	}

	.list_link_hd {
		float: left !important
	}
}

@media (min-width:768px) and (max-width:991px) {
	.img-photo img {
		height: 65px
	}

	.col-xs-fix2 {
		width: 20% !important
	}

	.sc_header_menu.sticky-header {
		position: relative !important
	}

	.nav-dropdown.megaMenu {
		column-count: 1 !important;
		background: #f3f3f3
	}

	.fixed {
		box-shadow: none
	}

	.colMenuft {
		background: url(../images/support-bg.png) no-repeat center;
		background-position: bottom;
		-webkit-background-size: 100%;
		background-size: 100%;
		padding-bottom: 10px
	}

	.mb-head .img_logo_mb {
		float: left;
		margin-right: 10px
	}

	.language_link {
		margin: 18px 0;
		margin-left: 5px;
		display: inline-block
	}
}

@media (max-width:767px) {
	.videoGallery iframe {
		margin-bottom: 10px
	}

	.language_link {
		margin: 18px 0;
		margin-left: 5px
	}

	.support-icon-right {
		right: 0 !important
	}

	.mb-head {
		display: flex
	}

	.mb-head .img_logo_mb {
		display: flex;
		align-items: center;
		justify-content: center;
		float: left
	}

	.js-example-basic-single {
		max-width: 100% !important
	}

	.nav-dropdown.megaMenu {
		background: #f3f3f3
	}

	.fixed {
		box-shadow: none
	}

	.col-xs-fix2 {
		width: 20% !important
	}

	.hotline-p-detail {
		margin-top: 20px
	}

	.sc_header_menu.sticky-header {
		position: relative !important
	}

	.p-share {
		margin-bottom: 20px
	}

	.bannerDetail h2 {
		font-size: 16px
	}

	.tourTitle {
		font-size: 16px;
		padding: 10px 0 17px
	}

	.detail--right h2 {
		font-size: 18px
	}

	.nav-dropdown.megaMenu {
		column-count: 1 !important
	}

	.titleBestTour {
		padding-bottom: 10px
	}

	.videoGallery iframe {
		margin-bottom: 5px
	}

	.pd5 {
		padding: 0 2.5px
	}

	.mg10 {
		margin: 0 -2.5px
	}

	.support {
		margin-top: 5px;
		padding-bottom: 0;
		-webkit-background-size: 100%;
		background-size: 100%
	}

	.bgimg {
		-webkit-background-size: 100%;
		background-size: 100%
	}

	.footer--bottom {
		background-position: top 0 center;
		padding-top: 30px
	}

	.colMenuft {
		background: url(../images/support-bg.png) no-repeat center;
		background-position: bottom;
		-webkit-background-size: 100%;
		background-size: 100%;
		padding-bottom: 10px
	}

	.lichtrinh h3,
	.lichtrinh h4,
	.lichtrinh h5,
	.lichtrinh h6,
	.lichtrinh h2 {
		font-size: 14px
	}

	.search {
		padding: 0 15px
	}

	.tour--page,
	.page--detail {
		padding-bottom: 0;
		margin-bottom: 15px
	}

	.detailSidebar {
		margin-bottom: 0
	}

	.detailTour {
		margin-bottom: 25px
	}

	.slider_img img {
		height: 270px
	}

	.slider_nav img {
		height: 90px
	}
}

@media (max-width:480px) {
	.language_link {
		margin: 18px 0;
		margin-left: 5px
	}

	.js-example-basic-single {
		max-width: 100% !important
	}

	.col-xs-fix2 {
		width: 20% !important
	}

	.footerPhotoList iframe {
		width: 100% !important
	}

	.support-icon-right {
		width: 180px !important
	}

	#home {
		text-align: center
	}

	.list_sevice .inner_news .img_news {
		width: 40% !important
	}

	.radioGroup span {
		font-size: 15px;
		margin-right: 0
	}

	.col-480-12 {
		width: 100% !important
	}

	.col-480-6 {
		width: 50% !important
	}

	.hidden-480 {
		display: none !important
	}

	.visible-480 {
		display: block !important
	}

	.radioGroup input {
		margin-right: 5px
	}

	.radioGroup {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center
	}

	.radioGroup span {
		width: 50%;
		text-align: center;
		display: block
	}

	.bestTourBox--big img {
		height: 200px
	}

	.bestTourBox--small img {
		height: 200px
	}

	.slider_partner a img {
		height: 32vw
	}

	.icon_slider {
		width: 25px;
		height: 25px;
		font-size: 21px;
		line-height: 24px
	}

	.slider_partner .owl-nav {
		top: 50%
	}

	.detail--right p {
		line-height: 1.4
	}

	.all_service li {
		width: 33%
	}

	.all_service {
		margin-bottom: 20px
	}

	.detailSidebar__item {
		border-bottom: 1px dashed #ccc
	}

	.bannerDetail {
		display: none
	}

	.slider_img img {
		height: 200px
	}

	.slider_nav img {
		height: 60px
	}

	.slider_nav .owl-nav {
		top: 9%
	}

	.giatourchongoi table tr td:nth-child(3) {
		display: none
	}
}

@media (max-width:380px) {
	.listFooter {
		column-count: 2
	}

	.language_link {
		margin-left: 10px
	}

	.slideSuport img {
		width: 120px !important;
		height: 120px
	}
}

@media (max-width:320px) {
	.listFooter {
		column-count: 2
	}

	.language_link {
		margin-left: 5px
	}
}

.visible-480 {
	display: none
}

.slider_img .item img {
	max-width: 100%;
}

.viewbox-body {
	width: 50%;
	height: auto !important;
}

.viewbox-content {
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
}

.viewbox-image {
	height: 100% !important
}

.viewbox-header,
.viewbox-footer {
	margin: 0 !important;
}

.footerPhotoList #img0 {
	width: 35% !important;
}

.footerPhotoList .modal {
	padding-top: 10px;
	overflow-y: hidden;
}

@media (max-width: 991px) {
	.vbmslideSuport .item a img {
		border-radius: 50%;
		border: 2px solid linear-gradient(135deg, #fc4700, #fd6809, #fe9d18);;
		height: 81px;
		width: 81px;
	}

	.itemText {
		width: 100%;
	}

	.itemText a {
		font-size: 12px;
		font-weight: 600;
		color: #f86d0f;
	}

	.videoGallery {
		margin-bottom: 10px;
	}

	.vbmslideSuport p:nth-child(3) {
		background: url(../images/zalo.png) no-repeat;
		background-position: left center;
		padding-left: 25px;
	}

	.vbmslideSuport p.title_Text {
		color: #297022;
		font-weight: 600;
	}

	.vbmslideSuport p.zalo_box {
		color: #f86d0f;
	}

}

@media (max-width: 480px) {
	.viewbox-body {
		top: 25%;
		width: 95%;
		height: auto !important;
	}

	.viewbox-content {
		height: auto !important;
	}

}

.videoGallery {
	height: 243px;
}

.img_banner {
    height: auto;
    width: 100%;          /* Độ rộng toàn trang (có thể thay đổi tùy ý) */
    /* height: 800px; */        /* Chiều cao cố định, bạn chỉnh lại theo nhu cầu */
    overflow: hidden;     /* Ẩn phần ảnh vượt quá chiều cao */
    position: relative;   /* Đảm bảo .banner là một khối chứa ảnh */
}
@media screen and (min-width: 991px) {
    .img_banner {
        /*height: 100vh;*/
    }
}

.img_banner img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;    /* Giúp ảnh bao phủ toàn bộ khung mà vẫn giữ tỉ lệ */
    display: block;       /* Xóa khoảng trống inline */
}

.loading-spin {
    border: 8px solid #f3f3f3; /* Màu nền */
    border-top: 8px solid #3498db; /* Màu của phần quay */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
