:root {
	--color_main: #cfdbe0;
	--color1: #313744;
	--color2: #8995ae;
	--color3: #c00027;
	--color_active: #ba7909;
	--oranger: #de9255;
	--bg-icon: #e5eff3;
	--gray500: #707685;
	--gray200: #D2D7E1;
	--gray100: #E3E7EF;
	--gray50: #f1f5f7;
	--gray10: #FBFBFB;
	--font1: 'Roboto'
}

.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.flex-wrap {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.thumb_img {
	display: block;
	height: 0;
	position: relative;
	overflow: hidden
}

.thumb_img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s
}

.thumb_5x3 {
	padding-bottom: 60%
}

.thumb_5x4 {
	padding-bottom: 80%
}

.thumb_5x5 {
	padding-bottom: 100%
}

.thumb_16x9 {
	padding-bottom: 56.25%
}

.btn:hover,
.btn:focus {
	box-shadow: none
}

.btn:hover svg,
.btn:focus svg {
	color: #fff
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important
	}
}

@media (max-width: 1199px) {
	.visible-lg {
		display: none !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important
	}
}

@media (max-width: 991px) and (min-width: 1200px) {
	.visible-md {
		display: none !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important
	}
}

@media (max-width: 767px) and (min-width: 992px) {
	.visible-sm {
		display: none !important
	}
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important
	}
}

@media (min-width: 768px) {
	.visible-xs {
		display: none !important
	}
}

@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important
	}
}

@media (max-width: 1199px) {
	.hidden-lg {
		display: block !important
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important
	}
}

@media (max-width: 991px) and (min-width: 1200px) {
	.hidden-md {
		display: block !important
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important
	}
}

@media (max-width: 767px) and (min-width: 992px) {
	.hidden-sm {
		display: block !important
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important
	}
}

@media (min-width: 768px) {
	.hidden-xs {
		display: block !important
	}
}

html,
body {
	text-rendering: optimizeSpeed;
	height: 100%;
}

html {
	overflow-y: scroll
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	text-rendering: geometricPrecision
}

body {
	font-size: .875rem;
	line-height: 1.4;
	background: #f1f1f2
}

a:focus {
	outline: 1 !important
}

a {
	color: #161616;
	text-decoration: none;
	outline: 1
}

a:hover {
	color: var(--color2);
	text-decoration: none
}

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

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	max-width: 100%;
	vertical-align: middle
}

ul,
li {
	list-style-type: none
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea,
select {
	color: #161616;
	border: 1px solid #e2e0e0;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #8e8e8e
}

input[type="datetime"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: #000000;
	font-weight: 400;
}

.form-control {
	font-size: 14px;
	padding: 6px 15px;
	height: 40px
}

.form-control:focus {
	box-shadow: none;
	/*border: 1px solid #1aaebf*/
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden
}

.clearfix:after {
	clear: both
}

.left {
	float: left
}

.right {
	float: right
}

.relative {
	position: relative
}

.width_common {
	width: 100%;
	float: left
}

.sticky {
	position: sticky;
	position: -webkit-sticky;
	top: 0
}

.page-folder .container {
	max-width: 960px;
	position: relative;
	clear: both;
	padding: 0;
}

.min-container {
	max-width: 1000px !important
}

html {
	-webkit-text-size-adjust: none
}

.row {
	margin: 0 -5px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding: 0 5px
}

#main-nav-date {
	display: none;
}

#to_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 97;
	display: none;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	background: #27bece;
	color: #fff
}

#to_top::before {
	content: "";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 11px;
	height: 11px;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 13px;
	left: 10px
}

.table-responsive {
	overflow: hidden
}

.icon-svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
	vertical-align: middle
}

.center {
	text-align: center
}

.align-left {
	text-align: left
}

.align-right {
	text-align: right
}

.hover-a:active {
	color: #004d78;
	text-decoration: underline
}

.btn-default {
	text-align: center;
	background: var(--color3);
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	border-radius: 10px;
	display: inline-block;
	padding: 0 20px;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	box-shadow: none
}

.btn-default.pendding {
	background: #3f5151
}

.btn-default:hover, .btn-default:focus {
  background-color: #840a22;
  color: #ffffff;
}

.btn-default.done,
.btn-default.cancel {
	background: #c2c8c8
}

.btn-default.full {
	border-radius: 50px;
	font-weight: 500;
	width: 100%;
	height: 48px;
}

.btn-default svg {
	margin-right: 4px
}

.btn-default.error {
	background: var(--red)
}

.btn-default.opacity {
	background: rgba(26, 174, 191, 0.1);
	color: var(--color_main)
}

.btn-default:hover {
	color: #fff
}

.btn-default:active {
	color: #fff
}

.btn-2,
.btn-3,
.btn-4 {
	background: #fff;
	border: 1px solid #eaeaea;
	color: #505d5c;
	border-radius: 20px;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	font-size: 15px
}

.btn-2.active,
.btn-3.active,
.btn-4.active {
	border: 1px solid var(--color3);
	color: var(--color3)
}

.btn-2.bg-main,
.btn-3.bg-main,
.btn-4.bg-main {
	border: 1px solid var(--color3);
	color: #fff
}

.btn-2.search,
.btn-3.search,
.btn-4.search {
	padding: 0 30px
}

.btn-3,
.btn-4 {
	height: 25px;
	line-height: 23px
}

.btn-4 {
	border-radius: 8px;
	background: var(--color3);
	color: #fff
}

.no_wrap {
	white-space: nowrap
}

.mb0 {
	margin-bottom: 0 !important
}

.mb5 {
	margin-bottom: 5px
}

.mb10 {
	margin-bottom: 10px !important
}

.mb12 {
	margin-bottom: 12px
}

.mb15 {
	margin-bottom: 15px !important
}

.mb20 {
	margin-bottom: 20px !important
}

.mb25 {
	margin-bottom: 25px
}

.mb30 {
	margin-bottom: 30px !important
}

.mb40 {
	margin-bottom: 40px
}

.mb50 {
	margin-bottom: 50px
}

.mb60 {
	margin-bottom: 60px
}

.mb150 {
	margin-bottom: 120px
}

.mb180 {
	margin-bottom: 180px
}

.mt5 {
	margin-top: 5px
}

.mt10 {
	margin-top: 10px
}

.mt12 {
	margin-top: 12px
}

.mt15 {
	margin-top: 15px
}

.mt20 {
	margin-top: 20px
}

.mt25 {
	margin-top: 25px
}

.mt30 {
	margin-top: 30px
}

.mt40 {
	margin-top: 40px
}

.mt50 {
	margin-top: 50px
}

.mt-50 {
	margin-top: -50px
}

.pl10 {
	padding-left: 10%
}

.pr10 {
	padding-right: 10%
}

.pt60 {
	padding-top: 60px
}

.txt_666 {
	color: #666
}

.txt_10 {
	font-size: .625rem
}

.txt_11 {
	font-size: .6875rem
}

.txt_12 {
	font-size: .75rem
}

.txt_13 {
	font-size: .8125rem !important
}

.txt_14 {
	font-size: .875rem
}

.txt_15 {
	font-size: .9375rem
}

.txt_16 {
	font-size: 1rem
}

.txt_17 {
	font-size: 1.0625rem
}

.txt_18 {
	font-size: 1.125rem
}

.txt_20 {
	font-size: 1.25rem
}

.txt_24 {
	font-size: 1.5rem
}

.txt_25 {
	font-size: 1.5625rem
}

.txt_26 {
	font-size: 1.625rem
}

.txt_28 {
	font-size: 1.75rem
}

.txt_30 {
	font-size: 1.875rem
}

.txt_36 {
	font-size: 2.25rem
}

.txt_36.bold {
	font-weight: 800
}

.txt_48 {
	font-size: 2.8125rem
}

.txt_70 {
	font-size: 4.0625rem
}

.bold {
	font-weight: bold
}

.medium {
	font-weight: 500
}

.mb10 {
	margin-bottom: 10px !important
}

.box_category {
	margin-bottom: 25px
}

.red-only {
	background: #f9fafb;
	box-shadow: inset 0px 1px 2px rgba(102, 113, 123, 0.21);
	border-radius: 3px
}

.line-bottom {
	border-bottom: 1px solid #e2e0e0;
	padding-bottom: 12px;
	margin-bottom: 12px
}

hr {
	border-top: 1px solid #e2e0e0
}

.transition_ease,
.hover-a,
.btn_control_menu *,
.popup-info {
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease
}

.flex {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

.d-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.flex-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.flex-start {
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	-ms-flex-pack: start;
	justify-content: start
}

.align-center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.justify-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.red {
	color: red
}

.oranger {
	color: var(--oranger)
}

.bg-oranger {
	background: var(--oranger)
}

.bg-white {
	background: #fff
}

.bg-main {
	background: var(--color3);
	color: #fff
}

.bg-radius {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	color: #313744;
	font-size: 16px
}

.no-radius {
	border-radius: 0
}

.padding_15 {
	padding: 15px
}

.padding_10 {
	padding: 10px 15px
}

.art_item {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 20px
}

.art_item .title_news {
	font-size: .875rem;
	line-height: 1.5
}

.art_item .title_news.effect_line::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 8px;
	width: 0;
	height: 1px;
	background: var(--color1);
	z-index: 1;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s
}

.art_item .content {
	overflow: hidden;
	margin-top: 20px
}

.art_item .date {
	font-size: 13px;
	color: #999999
}

.art_item .description {
	font: 400 16px var(--font1);
	line-height: 1.6;
	margin-top: 10px
}

.art_item.thumb_big .thumb_art {
	float: none;
	width: 100%;
	margin: 0 0 10px 0
}

.art_item.thumb_big .content {
	overflow: visible
}

.art_item.onload {
	opacity: 0.3
}

.art_item:hover .effect_line::after {
	width: 100%
}

.art_featured {
	width: 100%;
	float: left
}

.thumb_art {
	position: relative;
	float: left;
	width: 250px;
	margin-right: 20px
}

.thumb_art.thumb_full {
	width: 100%;
	margin: 0 0 10px 0;
	float: none;
	position: relative
}

.thumb_art.thumb_medium {
	width: 240px;
	margin: 0 15px 0 0
}

.thumb_art.thumb_small {
	width: 130px;
	margin: 0 10px 0 0
}

.thumb_art.thumb_small+.content .title_news {
	font: 500 15px/23px var(--font1)
}

.thumb_img {
	display: block;
	overflow: hidden;
	height: 1px;
	position: relative;
	width: 100%;
	background: #f4f4f4
}

.thumb_img img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.thumb_img.thumb_5x2 {
	padding-bottom: 42%
}

.thumb_img.thumb_5x3 {
	padding-bottom: 60%
}

.thumb_img.thumb_1x1 {
	padding-bottom: 100%
}

.thumb_img.thumb_2x3 {
	padding-bottom: 150%
}

.thumb_img.thumb_16x9 {
	padding-bottom: 56.2%
}

.thumb_img.thumb_video {
	padding-bottom: 56.25%
}

.thumb_img.thumb_video iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.embed-container {
	padding-bottom: 56.2%;
	position: relative;
	display: block
}

.embed-container iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
	-ms-overflow-style: none
}

.scroll-wrapper>.scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0
}

.scroll-element {
	display: none
}

.scroll-element,
.scroll-element div {
	box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
	display: block
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
	cursor: default
}

.scroll-textarea {
	border: 1px solid #cccccc;
	border-top-color: #999999
}

.scroll-textarea>.scroll-content {
	overflow: hidden !important
}

.scroll-textarea>.scroll-content>textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: none;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
	height: 0;
	width: 0
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-inner>.scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-inner>.scroll-element.scroll-x {
	bottom: 2px;
	height: 6px;
	left: 0;
	width: 100%
}

.scrollbar-inner>.scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 6px
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
	overflow: hidden
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
	border-radius: 8px
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: 0.4
}

.scrollbar-inner>.scroll-element .scroll-element_track {
	background-color: none
}

.scrollbar-inner>.scroll-element .scroll-bar {
	background-color: #919191;
	width: 5px
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
	background-color: #919191
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px
}

.form_box .title_box_category {
	margin: 0
}

.form_element {
	font: 400 1rem arial
}

.form_element li {
	margin: 0 0 15px 0;
	position: relative
}

.form_element li:last-child {
	margin: 0
}

.label_form {
	width: 100%;
	float: left;
	padding: 0 0 5px 0
}

.input_form {
	width: 100%;
	float: left;
	border: 1px solid #eee;
	color: #999;
	font: 400 1rem arial;
	height: 40px;
	padding: 2px 10px;
	background: #fff;
	outline: none
}

.input_form:focus {
	color: #333
}

.input_area {
	height: 100px
}

input.input_form,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.txt_error {
	font: 400 14px arial;
	color: red;
	padding-top: 5px
}

.txt_note_form {
	text-align: right;
	font-size: 16px;
	color: #666;
	padding-top: 5px
}

.label_form .txt_error {
	padding-left: 5px;
	padding-top: 0
}

.input_70 {
	width: 69%
}

.input_30 {
	width: 29%
}

.input_50 {
	width: 49%
}

.capcha {
	float: left;
	margin: 0 10px;
	height: 40px;
	line-height: 40px
}

.capcha img {
	display: inline-block;
	vertical-align: middle;
	height: 38px !important
}

.btn_refrest {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block
}

.txt_clear_all {
	background: none;
	padding: 5px 8px;
	text-decoration: underline;
	color: #333 !important
}

.trumbowyg-box,
.trumbowyg-editor {
	float: left;
	margin: 0 auto !important
}

.login_title {
	font-size: .875rem;
	font-weight: 700
}

.p_social {
	text-align: center
}

.p_social a {
	display: inline-block;
	margin: 0 5px;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff
}

.p_social a .ic {
	float: left;
	margin: 7px 0 0 8px;
	line-height: 30px;
	position: relative
}

.p_social a .ic:after {
	content: "";
	width: 1px;
	height: 30px;
	position: absolute;
	top: -7px;
	left: 18px;
	background: rgba(255, 255, 255, 0.27)
}

.p_social a.facebook {
	background: #3B589C
}

.p_social a.google {
	background: #DA4835
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #000;
	opacity: 0.8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #CCC
}

.mfp-preloader a:hover {
	color: #FFF
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	z-index: 1046;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 18px;
	top: -7px;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	color: #fff;
	font-style: normal;
	font-size: 40px;
	font-family: -webkit-body
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	font-size: 42px;
	top: 0
}

.mfp-iframe-scaler {
	width: 100%;
	min-height: 100vh
}

.mfp-iframe-holder {
	padding: 0
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: none;
	background: #fff
}

.white-popup {
	position: relative;
	padding: 35px 20px;
	max-width: 500px;
	margin: 0 auto;
	overflow: hidden
}

.white-popup .content_lightbox {
	background: #fff;
	border-radius: 10px;
	padding: 10px
}

.white-popup p.center {
	text-align: center
}

.mfp-with-zoom.mfp-ready .white-popup {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.mfp-with-zoom .white-popup {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8)
}

.mfp-with-zoom.mfp-removing .white-popup {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0
}

.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8
}

.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}

.title_popup {
	font: 700 1rem arial;
	color: #000;
	padding: 11px 15px;
	background: #fff
}

.content_poup {
	padding: 15px;
	background: #f4f4f4;
	font: 400 1rem arial
}

.content_poup.popup_padding10 {
	padding: 10px
}

.no_title {
	background: #fff
}

.no_title .content_poup {
	background: #fff
}

.no_title .mfp-close {
	display: none
}

.text_box_lb {
	padding: 15px;
	background: #fff;
	font: 700 1.125rem arial;
	line-height: 1.5
}

.text_box_lb p {
	margin: 5px 0
}

.close_pop {
	text-align: center;
	padding-top: 15px;
	border-top: 1px solid #e7e7e7;
	margin-bottom: 15px
}

.close_pop .mfp-close {
	display: inline-block;
	position: static;
	width: auto;
	height: auto;
	opacity: 1;
	padding-left: 50px;
	padding-right: 50px
}

.form_element #thumbnails li {
	width: 30%;
	float: left;
	height: 90px;
	margin: 5px 5px 10px 0;
	overflow: hidden
}

.form_element #thumbnails li .wrap {
	height: 70px;
	overflow: hidden
}

.form_element #thumbnails li .del_action {
	line-height: 18px;
	float: right
}

.page-main {
	/*background: url(images/graphics/bg-home.jpg) no-repeat;*/
	/*background-size: cover;*/
	position: relative;
	padding: 0 !important;
  	margin: 0 auto;
  	max-width: 590px;
  	height: 100%;
  	/*background: #ffffff;*/
  	/*background: rgb(66,151,246);
	background: linear-gradient(180deg, rgba(66,151,246,1) 0%, rgba(66,151,246,1) 50%, rgba(16,78,218,1) 100%);*/
}

.header-airline {
    padding: 15px !important;
    margin-bottom: 0;
}

.header-airline .logo img {
	width: 120px
}

.header-airline .airlines {
	width: 20px
}

.btn_control_menu {
	position: relative;
	width: 30px;
	height: 30px;
	cursor: pointer
}

.btn_control_menu span {
	width: 20px;
	height: 2px;
	background: var(--color_main);
	position: absolute;
	top: 15px;
	left: 5px
}

.btn_control_menu span::before {
	content: "";
	background: var(--color_main);
	width: 20px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 6px
}

.btn_control_menu.active span {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.btn_control_menu.active span::before {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: 0;
	top: 0
}

.home-flying .form-label-group {
	background: #f3f5f6;
	position: relative;
	padding: 10px 15px;
	border-radius: 10px;
	margin-bottom: 10px
}

.home-flying .form-label-group .group {
	width: 100%
}

.home-flying .form-label-group .form-control {
	background: none;
	border: 0;
	color: var(--color1);
	font-size: 16px;
	padding: 0;
	height: 35px;
	border-radius: 0
}

.home-flying .form-label-group .form-control::-webkit-input-placeholder {
	color: #8995ae;
	font-style: italic
}

.home-flying .form-label-group .form-control:-moz-placeholder {
	color: #8995ae;
	font-style: italic
}

.home-flying .form-label-group .form-control::-moz-placeholder {
	color: #8995ae;
	font-style: italic
}

.home-flying .form-label-group .form-control:-ms-input-placeholder {
	color: #8995ae;
	font-style: italic
}

.home-flying .form-label-group .address-final .icon {
	width: 15px;
	left: -27px
}

.home-flying .form-label-group .nation {
	color: var(--color3);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	position: absolute;
	right: 10px
}

.home-flying .form-label-group .icon-left {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: var(--bg-icon);
	text-align: center;
	border-radius: 10px;
	cursor: pointer
}

.home-flying .form-label-group .icon-left img {
	width: 18px
}

.home-flying .p-left {
	padding-left: 45px;
	position: relative
}

.home-flying .p-left .form-control {
	padding-left: 0
}

.home-flying .p-left .lbl {
	color: var(--color2);
	margin-bottom: 0
}

.home-flying .p-left .icon {
	position: absolute;
	left: -25px;
	width: 12px;
	top: 20px
}

.form-default .form-label-group {
	position: relative;
	margin-bottom: 15px
}

.form-default .form-label-group .form-control {
	background: #fff;
	padding: 10px 15px;
	border-radius: 8px;
	color: var(--color1);
	font-size: 16px;
	border: 1px solid #fff;
	height: 50px;
	-webkit-transition: 0.6s ease;
	transition: 0.6s ease;
	box-shadow: none;
}

.form-default .form-label-group .form-control::-webkit-input-placeholder {
	color: #8995ae;
	font-style: italic
}

.form-default .form-label-group .form-control:-moz-placeholder {
	color: #8995ae;
	font-style: italic
}

.form-default .form-label-group .form-control::-moz-placeholder {
	color: #8995ae;
	font-style: italic
}

.form-default .form-label-group .form-control:-ms-input-placeholder {
	color: #8995ae;
	font-style: italic
}

.form-default .form-label-group .form-control:active,
.form-default .form-label-group .form-control:focus {
	border: 1px solid var(--color_active)
}

.form-default .form-label-group select.form-control {
	height: 50px;
	padding: 10px 5px 10px 8px
}

.form-default .form-label-group textarea.form-control {
	height: 100px;
	resize: none
}

.form-default .form-label-group .fa {
	position: absolute;
	right: 15px;
	top: 12px;
	font-size: 22px;
	color: #ebecee;
	cursor: pointer
}

.form-default .form-label-group .error {
	margin-top: 10px;
	display: inline-block
}

.form-default .form-label-group.fail .form-control {
	border: 1px solid red
}

.form-default .select-btn .btn {
	min-width: 80px;
	margin-right: 8px
}

.form-default .select-btn .btn.active {
	border: 1px solid var(--color3);
	background: var(--color3);
	color: #fff
}

.bg-radius .form-label-group .form-control {
	background: #f3f5f6
}

.check-payment .form-control {
	color: #313744 !important
}

.check-payment label {
	margin: 0
}

.check-payment label img {
	margin-right: 10px
}

.check-payment label.checked::before {
	content: "";
	position: absolute;
	right: 20px;
	top: 15px;
	width: 7px;
	height: 15px;
	border: solid #dd8d4d;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.bg-form {
	/*background: rgba(255, 255, 255, 0.04);*/
	border-radius: 10px;
	margin: 0 15px;
    padding: 6px !important;
    /*width: 100%;*/
    position: relative;
    top: 5px;
}

.home-flying .title_h1 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	color: var(--color_main)
}

.flex-center {
    display: flex;
    width: 100%;
    align-items: center;
}

.home-flying .title_h1 strong {
	font-weight: bold;
	font-style: italic
}

.home-flying .changer {
	position: relative
}

.home-flying .changer hr {
	margin: 5px 0 10px 0
}

.home-flying .changer-btn {
	position: absolute;
	right: 0;
	top: -18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: var(--bg-icon);
	text-align: center;
	border-radius: 50%;
	cursor: pointer
}

.home-flying .changer-btn img {
	width: 18px
}

.choose-address .form-default .form-label-group {
	background: #fff
}

.choose-address .form-default .form-label-group .form-control {
	border-bottom: 1px solid #eaeaea;
	padding: 0;
	height: 35px;
	border-radius: 0
}

.choose-address .form-default .form-label-group .form-control:active,
.choose-address .form-default .form-label-group .form-control:focus {
	border: 1px solid #fff;
	border-bottom: 1px solid var(--color_active)
}

.choose-address .form-default .form-label-group .address-final .icon-left {
	width: 35px;
	height: 35px;
	line-height: 35px;
	left: -43px;
	top: 13px
}

.choose-address .form-default .form-label-group .address-final .icon-left img {
	width: 12px
}

.choose-address .form-default .form-label-group .address-final .group {
	margin-top: 20px;
	font-size: 16px;
	color: var(--color2)
}

.choose-address .form-default .form-label-group .address-final .group strong {
	color: var(--color1);
	font-weight: 400
}

.choose-address .form-default .p-left .icon {
	left: -33px
}

.page-folder {
	/*background: #f1f1f2;*/
	/*padding-top: 80px;*/
}

.wrapper {
	/*background: #f1f1f2;*/
	padding-top: 80px;
}

.wrapper.pt0 {
	padding-top: 0px;
}

.page-folder .header-airline {
	margin-bottom: 0;
	padding: 20px 15px 10px 15px;
	text-align: center;
	background: rgb(66,151,246);
	background: linear-gradient(180deg, rgba(66,151,246,1) 0%, rgba(66,151,246,1) 50%, rgba(16,78,218,1) 100%);
}

.page-folder .header-airline .title-page {
	font-size: 18px;
	color: rgba(206, 237, 246, 0.5);
	margin: 0
}

.step-airlines {
	width: 100%;
	/*margin-top: 20px;*/
}

.step-airlines .step {
	position: relative
}

.step-airlines .step::before {
	content: "";
	background: rgba(255, 255, 255, 0.4);
	height: 1px;
	width: 90px;
	position: absolute;
	top: 18px;
	left: 41px;
	z-index: 1
}

.search-result-head {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.search-result-head .info {
	width: 90%;
}

.search-result-head .info p {
	margin-bottom: 10px;
}

.search-result-head .info p span.badge {
	vertical-align: baseline;
    word-break: break-all;
    font-size: 13px;
}

.search-result-head .info p span:first-child {
	font-weight: 600;
}

.search-result-head .fa-search {
	font-size: 22px;
}

.alert .close {
	position: absolute;
    right: 5px;
    top: 0;
}

.groups-card .card .card-body {
	padding: 15px;
}

.groups-card .card .card-header {
	padding: 8px 15px;
}

.groups-card .card:first-child {
	margin-top: 10px;
}

.groups-card .card:last-child {
	margin-bottom: 15px;
}

.badge {
	padding: 5px 10px;
}

.btn-full {
	width: 100% !important;
}

#payment_transfer .custom-control-label {
	font-size: 16px;
	color: #000;
}

#info-customer .card-body .card-text label:first-child {
	display: inline-block;
	width: 50px;
}

#info-customer .card-body .card-text label:last-child {
	float: right;
}

#info-peyment-flight .card-body .card-text label:first-child {
	display: inline-block;
	width: 100px;
}

#info-peyment-flight .card-body .card-text span {
	float: right;
}

#info-peyment-flight p {
    margin-bottom: 5px;
}

@media (min-width: 420px) {
	.step-airlines .step::before {
		width: 120px
	}
}

@media (min-width: 590px) {
	.step-airlines .step::before {
		width: 160px
	}
}

.step-airlines .step .fa {
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.4);
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	overflow: hidden;
	font-size: 18px;
	background: rgb(66,151,246);
	z-index: 2;
	position: relative
}

.step-airlines .step a {
	color: rgba(255, 255, 255, 0.4);
	text-align: center;
	display: inline-block
}

.step-airlines .step span {
	display: block;
	margin-top: 5px;
	font-size: 13px
}

.step-airlines .step:last-child:before {
	display: none
}

.step-airlines .step.active a {
	color: #fff
}

.step-airlines .step.active .fa {
	border: 1px solid #fff
}

.step-airlines .step.sucssec::before {
	background: #fff
}

.popup-info {
	position: absolute;
	overflow: hidden;
	opacity: 0;
	z-index: -1;
	background: #fff;
	border-radius: 10px;
	left: -5px;
	right: -5px;
	top: -200px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8)
}

.popup-info .title-head {
	font-size: 18px;
	border-bottom: 1px solid #eaeaea;
	color: var(--color1);
	text-align: center;
	padding: 15px 10px
}

.popup-info .close-popup {
	position: absolute;
	left: 10px;
	top: 4px;
	font-size: 35px;
	font-family: -webkit-body;
	color: var(--color2);
	cursor: pointer
}

.popup-info .wrap {
	padding: 10px 0
}

.popup-info .item {
	width: 33.33%;
	padding: 0 15px;
	font-size: 14px;
	text-align: center
}

.popup-info .item h3 {
	font-size: 17px;
	font-weight: 400;
	color: var(--color1);
	margin-bottom: 0
}

.popup-info .item .icon {
	height: 70px;
	position: relative;
	margin-bottom: 5px
}

.popup-info .item .icon img {
	max-height: 90%;
	max-width: 90%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.popup-info .item .number {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 15px
}

.popup-info .item .number a {
	font-size: 26px;
	color: var(--color1);
	font-weight: 300
}

.popup-info .item .number input {
	border: 0;
	width: 30px;
	text-align: center;
	color: var(--color2);
	font-size: 22px
}

.popup-info .item.active input {
	color: #da631a
}

.popup-info .button-bottom {
	padding: 15px;
	margin-top: 20px
}

.popup-info .button-bottom .btn-default {
	padding: 0 30px
}

.popup-info .button-bottom .cancel {
	background: none;
	color: var(--color3);
	padding: 0
}

.popup-info p {
	margin-bottom: 6px
}

.popup-info .hang_bay {
	margin: 0 -6px 5px -6px
}

.popup-info .hang_bay li {
	margin-bottom: 10px;
	padding: 0 6px
}

.popup-info .hang_bay li span {
	border: 1px solid #ccc;
	position: relative;
	height: 35px;
	display: block;
	border-radius: 20px;
	line-height: 35px;
	text-align: center
}

.popup-info .hang_bay li span img {
	max-height: 70%;
	max-width: 80%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.popup-info .hang_bay li.active span {
	background: #fff2e8;
	color: #e37a26;
	border: 1px solid #e37a26
}

.popup-click.active+.popup-info {
	overflow: visible;
	opacity: 1;
	z-index: 99;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.popup-info__fillter .scrollbar-inner {
	max-height: 70vh;
	padding: 15px 15px 0 15px
}

.open-fillter .popup-info__fillter {
	overflow: visible;
	opacity: 1;
	z-index: 99;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 0
}

.shadow-bottom {
	box-shadow: 0px 0px 10px -2px #ccc
}

.title_cate {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px
}

.form_vebay .form-label-group {
	margin-bottom: 15px
}

.form_vebay .form-label-group .warp {
	background: #f1f1f2;
	padding: 10px;
	border-radius: 10px
}

.form_vebay .form-label-group .warp .form-control {
	background: none;
	border: 0;
	color: var(--color1);
	font-size: 16px;
	padding: 0;
	height: 25px;
	border-radius: 0;
	font-weight: 500
}

.form_vebay .form-label-group .warp .lbl {
	color: var(--color2);
	margin-bottom: 0
}

.form_vebay .form-label-group .warp .icon-chuyenbay {
	width: 20%;
	margin-top: 10px
}

.form_vebay .form-label-group .warp .group {
	width: 75%
}

.form_vebay .form-label-group .warp .group_right {
	text-align: right
}

.form_vebay .form-label-group .warp .group_right .form-control {
	text-align: right
}

.form_vebay .form-label-group .warp .group_user {
	width: 25%;
	border-left: 1px solid #ccc
}

.form_vebay .form-label-group.p-left .warp {
	padding-left: 35px;
	position: relative
}

.form_vebay .form-label-group.p-left .warp .group {
	width: 40%
}

.form_vebay .form-label-group.p-left .warp .group_user {
	width: 20%
}

.form_vebay .form-label-group.p-left .icon {
	position: absolute;
	left: 13px;
	width: 13px;
	top: 20px
}

.bg-white .list_ve_bay .item {
	border: 1px solid #eaeaea
}

.list_ve_bay.shown {
	display: block !important;
}

.list_ve_bay .gallery-thumbs {
	margin: 0 0 20px 0;
	text-align: center;
	padding: 0 18px
}

.list_ve_bay .gallery-thumbs .swiper-slide-thumb-active {
	color: #428fa4;
}

.list_ve_bay .swiper-button-prev,
.list_ve_bay .swiper-button-next {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	outline: 0
}

.list_ve_bay .swiper-button-prev::before {
	content: "\f104";
	font: normal normal normal 25px/1 FontAwesome;
	color: #ccc
}

.list_ve_bay .swiper-button-next::before {
	content: "\f105";
	font: normal normal normal 25px/1 FontAwesome;
	color: #ccc
}

.list_ve_bay .item {
	background: #fff;
	border-radius: 10px;
	padding: 5px 10px;
	color: #505d5c;
	margin-bottom: 15px
}

.list_ve_bay .item.ve_qt {
	margin-bottom: 30px;
}

.list_ve_bay .item .icon {
	color: #568989;
	font-size: 13px;
	text-align: center;
	width: 48px
}

.list_ve_bay .item .icon img {
	width: 45px
}

.list_ve_bay .item .icon span {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	font-weight: 600
}

.list_ve_bay .item .time {
	width: 60px
}

.list_ve_bay .item .time .txt_12 {
	font-size: 10px;
	color: #8995ae
}

.list_ve_bay .item .time strong {
	display: block;
	font-size: 16px;
	color: #354848;
	font-weight: 600
}

.list_ve_bay .item .time_in {
	padding-left: 10px;
	position: relative
}

.list_ve_bay .item .time_in::before {
	content: "";
	background: #eaeaea;
	height: 30px;
	top: 6px;
	width: 1px;
	position: absolute;
	left: 1px
}

.list_ve_bay .item .time_out {
	text-align: right;
	padding-right: 10px
}

.list_ve_bay .item .flight_time {
	width: 70px;
	font-size: 12px;
	text-align: center
}

.list_ve_bay .item .flight_time .fa-angle-double-down {
    color: var(--color3);
    font-size: 14px;
    position: relative;
    top: 2px;
    font-weight: 600;
}

@media (max-width: 365px) {
	.list_ve_bay .item .flight_time {
		width: 60px
	}
}

.list_ve_bay .item .flight_time span {
	display: block;
	text-align: center;
}

.list_ve_bay .item .flight_time span.stop {
    color: #b00b26;
    font-size: 9px;
    font-weight: 600;
}

.list_ve_bay .item .price {
	width: calc(100% - 240px);
	text-align: right;
}

.list_ve_bay .item .price_header {
	/*text-align: right;
	margin-bottom: 5px;*/

	text-align: right;
    margin-bottom: 0;
    position: absolute;
    right: 5px;
    margin-top: -4px;
}

.list_ve_bay .item .icon-flight-select {
	width: calc(100% - 240px);
	text-align: right;
}

.list_ve_bay .item .price_header .btn {
    height: 28px;
    line-height: 28px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    padding: 0 6px;
    white-space: initial;
}

.list_ve_bay .item .icon-flight-select .btn {
    height: 24px;
    width: 24px;
    color: #fff;
    border-radius: 100%;
    font-size: 14px;
    text-align: center;
    padding: 0 6px;
    white-space: initial;
    background: #fff;
    border: 2px solid var(--color3);
}

.list_ve_bay .item_child_qt {
	border-bottom: 1px solid #d6dbdd;
	padding-bottom: 10px;
    margin-bottom: 10px;
} 

.list_ve_bay .startIntenationalAll .item_child_qt:last-child,
.list_ve_bay .endIntenationalAll .item_child_qt:last-child,
.list_ve_bay .item_child_qt.selected,
.list_ve_bay .item_child_qt:last-child {
	padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.list_ve_bay .item .icon-flight-select .btn.active {
	background: var(--color3);
}

@media (max-width: 365px) {
	.list_ve_bay .item .price {
		width: calc(100% - 230px)
	}
	.list_ve_bay .item .price a i {
		display: none
	}
}

.list_ve_bay .item .price .value {
    color: var(--color3);;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 5px;
}
.list_ve_bay .item .price .btn {
    height: 25px;
    line-height: 23px;
    color: var(--color3);;
    font-size: 12px;
    text-align: center;
    padding: 0 16px;
    white-space: initial;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.list_ve_bay .item .price.oranger .btn {
	background: #df9355
}

.list_ve_bay .item hr {
	border-top: 1px solid #eaeaea;
	margin: 10px 0
}

.list_ve_bay .item .flex {
	align-items: center;
}

.list_ve_bay .item .item-ft {
	align-items: center;
    display: flex;
    margin-top: 3px;
}

.list_ve_bay .item .item-ft .detail-flight {
	top: 3px;
	margin-left: 20px;
}

.list_ve_bay .item .note {
	background: #fbde18;
	color: #675b20;
	font-weight: 600;
	font-style: italic;
	padding: 4px 8px;
	border-radius: 5px;
	font-size: 10px;
	font-weight: 600
}

.list_ve_bay .item .note.oranger {
	background: #df9355;
	color: #fff;
	font-style: initial;
	padding: 6px 8px;
	position: relative;
	top: -2px;
}

.list_ve_bay .item .note.red {
	background: #dc3545;
	color: #fff;
	font-style: initial;
	padding: 6px 8px;
	position: relative;
	top: -2px;
}

.list_ve_bay .item .note.red.int {
	top: 2px;
}

.flex-start {
	justify-content: flex-start !important;
}

.ticket-not-hold {
	color: #dc3545;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Oswald';
    position: relative;
    top: -6px;
}

.ticket-not-hold.int {
	top: 0;
	margin-left: 0;
}

.list_ve_bay .item .km {
	color: #df9355;
	font-weight: 600;
	font-style: italic
}

.list_ve_bay .item:last-child {
	margin-bottom: 0
}

@media (max-width: 365px) {
	.list_ve_bay .item {
		padding: 8px 5px
	}
}

@media (max-width: 460px) {
    .list_ve_bay .item .price .value {
        top: -2px;
    }
}

.list_ve_bay .item.ve_qt .price_all {
	position: relative
}

.list_ve_bay .item.ve_qt hr:last-of-type {
	display: none;
}

.list_ve_bay .item.ve_qt .price_all a {
	position: absolute;
	right: 0;
	top: 38px
}

.info_flight {
	font-size: 14px
}

.info_flight .wrap-bg {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f1f1f2;
	padding: 10px;
	border-radius: 10px
}

.info_flight .time {
	width: calc((100% - 100px)/2) !important
}

.info_flight .time strong {
	font-size: 14px !important;
	color: #416b6c !important;
	font-weight: 400
}

.info_flight .time_in::before {
	display: none !important
}

.info_flight table {
	margin-bottom: 0
}

.info_flight table thead th {
	font-weight: 400;
	border-bottom: 0;
	border-top: 0;
	padding: 5px;
	text-align: center
}

.info_flight table thead th:first-child {
	text-align: left;
	padding-left: 0
}

.info_flight table tr td {
	padding: 5px;
	text-align: center
}

.info_flight table tr td:first-child {
	text-align: left;
	padding-left: 0
}

.info_flight table tr .gray {
	color: #ccc
}

.fillter-bottom {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 8px #ccc;
	padding: 10px 0;
	position: fixed;
	bottom: 10px;
	left: 15px;
	right: 15px;
	z-index: 99
}

.fillter-bottom .item {
	text-align: center;
	padding: 0 5px;
	position: relative
}

.fillter-bottom .item:first-child {
	width: 12%;
}

.fillter-bottom .item:nth-child(2) {
	width: 44%;
}

.fillter-bottom .item:nth-child(3) {
	width: 44%;
}

.fillter-bottom .item select.form-control {
    padding: 8px 8px;
}

.fillter-bottom .select2-container .select2-selection--single {
	height: 40px;
}

.fillter-bottom .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}

.fillter-bottom .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
}

.fillter-bottom .select2-container--default .select2-selection--single {
	background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  color: #495057;
}

.fillter-bottom .select2-container--default .select2-selection--single .select2-selection__rendered {
	font-weight: 500;
}

.fillter-bottom .item::before {
	content: "";
	height: 30px;
	width: 1px;
	position: absolute;
	right: 0;
	background: #eaeaea;
	top: 4px
}

.fillter-bottom .item:last-of-type::before {
	display: none
}

.fillter-bottom .item .icon {
	background: #c1cbcb;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
    margin: 4px auto 0px auto;
}

.fillter-bottom .item.active .icon {
	background: #df9355
}

@media (max-width: 365px) {
	.fillter-bottom .item {
		padding: 0 2px;
		font-size: 13px
	}
	.fillter-bottom .item .icon {
		margin-bottom: 5px
	}
}

.code_voucher .form-label-group .btn {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	border-radius: 0 10px 10px 0
}

.code_voucher p {
	margin-bottom: 5px;
	font-style: italic
}

.price_scroll .lbl {
	text-align: left
}

.price_scroll .item {
	width: 100%;
	position: relative;
	padding: 0;
	margin-bottom: 30px
}

.price_scroll .item .controler {
	width: 25px;
	position: absolute;
	bottom: -10px;
	left: 0
}

.price_scroll .item .price {
	margin-bottom: 5px;
	display: block
}

.fixed-bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff
}

.fixed-bottom.padding {
	background: #f1f1f2;
	position: static
}

.fixed-bottom.padding .btn {
	margin-bottom: 10px;
	border-radius: 10px
}

.fixed-bottom .price {
	width: 40%;
	padding: 0 15px
}

.fixed-bottom .price span {
	color: #ccc
}

.fixed-bottom .price strong {
	display: block;
	font-size: 18px;
	color: #216276
}

.fixed-bottom .btn {
	border-radius: 0;
	width: 60%;
	height: 55px;
	line-height: 55px
}

.fixed-bottom .full {
	width: 100%
}

.list-bank ul {
	margin: 0 -5px 20px -5px
}

.list-bank ul li {
	width: 25%;
	padding: 0 5px;
	margin-bottom: 10px
}

.list-bank ul li a {
	display: block;
	background: #fff;
	color: var(--gray500);
	border-radius: 10px;
	padding: 10px;
	text-align: center
}

.list-bank ul li a .icon {
	width: 70%;
	padding-bottom: 70%;
	height: 0;
	display: block;
	position: relative;
	margin: 0 auto
}

.list-bank ul li a .icon img {
	max-height: 90%;
	max-width: 90%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto
}

.list-bank ul li a .icon img.active {
	display: none
}

.list-bank ul li a p {
	margin: 3px 0 0 0
}

.list-bank ul.list-bank__head {
	margin-bottom: 10px
}

.list-bank ul.list-bank__head li a {
	padding: 0;
	background: none
}

.list-bank ul.list-bank__head li.active a {
	color: var(--color_active)
}

.list-bank ul.list-bank__head li.active a img {
	display: none
}

.list-bank ul.list-bank__head li.active a img.active {
	display: block
}

.list-bank ul.list-bank__main li.active a,
.list-bank ul.list-bank__main li:hover a {
	border: 1px solid #ccc
}

.list-bank .gird_2 li {
	width: 50%
}

.list-bank .gird_2 li a p {
	font-weight: 500;
	color: #313744;
	font-size: 16px
}

.contact_wrap {
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	color: #313744;
	font-size: 16px
}

.contact_wrap .head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.contact_wrap .head img {
	width: 45px;
	float: left;
	margin-right: 12px;
	margin-top: 5px
}

.contact_wrap .head h3 {
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 0
}

.contact_wrap .head h3 span {
	display: block;
	color: var(--gray500);
	font-size: 14px;
	font-weight: 400;
	margin-top: 3px
}

.contact_wrap .address {
	border-top: 1px solid var(--gray100);
	padding-top: 15px;
	margin-top: 15px
}

.contact_wrap .address h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px
}

.contact_wrap .address h3 span {
	color: var(--gray500);
	display: block;
	font-weight: 400
}

.contact_wrap .address h4 {
	font-size: 14px
}

.contact_wrap .address ul {
	margin-bottom: 0
}

.contact_wrap .address ul li {
	clear: both
}

.contact_wrap .address ul li label {
	float: left;
	width: 70px;
	color: var(--gray500)
}

.contact_wrap .address ul li h4 {
	overflow: hidden;
	line-height: 1.4;
	margin-bottom: 0
}

.contact_wrap .address ul li .map {
	display: inline-block;
	background: #f1f8fa;
	color: var(--color3);
	font-size: 14px;
	font-weight: 400;
	padding: 5px 40px;
	border-radius: 30px;
	border: 1px solid var(--color3);
	margin-top: 10px
}

.contact_wrap_2 .address {
	color: var(--gray500)
}

.contact_wrap_2 .address h3 {
	margin-bottom: 4px;
	color: #313744
}

.contact_wrap_2 .address:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0
}

.on-show {
	display: none
}

.onclick-up {
	position: relative
}

.onclick-up::before {
	content: "";
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 15px;
	height: 15px;
	display: inline-block;
	bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 8px 8px 0 5px
}

.show-detail-journeys {
	position: absolute;
	top: 49px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 3;
	box-shadow: 0px 0px 10px -2px #ccc
}

.show-detail-journeys .item {
	border: 0 !important
}

.user-info .ava {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 15px;
	border: 1px solid #ccc;
	padding: 1px
}

.user-info .conten h4 {
	font-size: 16px;
	margin-bottom: 8px;
	color: #2a4b4c
}

.user-info .conten .changer-pass {
	border: 1px solid var(--color3);
	color: var(--color3);
	border-radius: 20px;
	font-size: 13px;
	padding: 3px 8px
}

.user-info .control {
	-webkit-box-flex: 3;
	-webkit-flex-grow: 3;
	-ms-flex-positive: 3;
	flex-grow: 3;
	text-align: right
}

.footer-airlines {
	position: fixed;
	bottom: 20px;
	left: 0;
	right: 0;
	color: var(--color_main)
}

.footer-airlines h3 {
	font-size: 20px;
	font-weight: 400
}

.footer-airlines .icon-left {
	width: 100px
}

.footer-airlines .bullet {
	margin: 0 -5px
}

.footer-airlines .bullet span {
	width: 20%;
	padding: 0 5px;
	position: relative
}

.footer-airlines .bullet span::before {
	content: "";
	background: var(--color_main);
	height: 1.5px;
	width: 100%;
	display: block
}

.footer-airlines .bullet span.active::before {
	background: var(--white)
}

@media (max-height: 649px) {
	.footer-airlines {
		position: relative;
		padding: 100px 15px 20px 15px
	}
}

.title-cate {
	color: #313744;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px
}

.login-form {
	padding: 20px 15px
}

.login-form .btn-login {
	background: var(--oranger);
	color: #fff
}

.btn-fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0
}

.btn-fixed .btn {
	border-radius: 0
}

@media (max-height: 590px) {
	.btn-fixed {
		position: relative;
		margin-top: 20px
	}
	.btn-fixed .btn {
		border-radius: 10px
	}
}

.journey {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-top: 8px;
}

.journey .label-bottom-flight label {
    margin-bottom: 0;
    color: #000000;
    font-weight: 600;
    font-size: 15px;
}

.journey .label-bottom-flight input {
    font-size: 30px;
    position: relative;
    top: 1px;
}

#btn-search-flight {
    border-radius: 50px;
    margin-top: 10px;
}

.div-number ul li {
    width: calc(100%/3);
    float: left;
    list-style: none;
    padding-left: 10px;
    padding-right: 10px;
}

.div-number ul li:first-child {
	padding-left: 0;
}

.div-number ul li:last-child {
	padding-right: 0;
}

.div-number ul li:nth-child(2) {
	padding-left: 5px;
	padding-right: 5px;
}

.div-number .action-num {
    text-align: center;
    padding: 5px 0;
    border: 1px solid #840a22;
    border-radius: 20px;
    margin: 5px 0;
}

.div-number .label-num {
    /*font-weight: 500;*/
    color: #000000;
    margin-left: 6px;
    font-size: 12px;
}

.div-number .label-num.last {
	font-size: 11px;
}

.div-number .btn.btn-math {
    background-color: transparent;
    color: #000000;
    padding: 0;
    width: 26px;
    height: 24px;
    line-height: 24px;
}

.div-number .action-num>span {
    width: 15px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 2px;
    color: #000000;
}

.logo {
    /*background: #fff;*/
    /*padding: 10px;*/
    /*border-radius: 10px;*/
}

.div-number ul {
    margin-bottom: 0;
    min-height: 85px;
}

.btn_control_menu {
	top: -5px;
    z-index: 1;
}

.main--menu ul>li:first-child {
	border-top: none;
}

.article-form {
    margin-top: 20px;
    padding-bottom: 20px;
}

.passengers-info table thead {
    display: none;
}

.passengers-info table tbody tr {
    display: block;
    margin-bottom: 15px;
    background-color: rgba(0,0,0,.05);
}

.passengers-info table tbody tr:last-child {
	margin-bottom: 0;
}

.passengers-info table .stt-num {
    position: absolute;
    float: right;
    right: 25px;
}

.passengers-info table tbody td {
    width: 100%;
    display: grid;
    grid-template-columns: 35% auto;
    grid-column-gap: 10px;
    word-break: break-word;
    border: none;
    padding: 4px 15px 4px 8px;
    align-items: center;
    font-weight: 600;
}

.passengers-info table {
	margin-bottom: 0;
}

.passengers-info table tbody td:first-child {
    padding-top: 10px;
}

.passengers-info table tbody td:last-child {
    padding-bottom: 10px;
}

.passengers-info table tbody td:before {
    content: attr(data-label);
    display: inline-block;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    color: #7d7d7d;
    margin-top: 2px;
}

.pin_selected_flight {
   margin: 0 -15px 15px -15px;
}

#pin_depart_flight,
#pin_return_flight {
	display: none;
}

.txc {
	text-align: center;
}

.required {
	color: red;
}

.custom-control-label::before,
.custom-control-label::after {
	top: 5px;
}

.payment-content .home-transfer.media, .media.home-transfer {
    display: block;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
    border-top: 1px solid #7f8c8d;
    padding-top: 10px;
    padding-bottom: 10px;
}

.media.home-transfer img {
    max-width: 120px !important;
    max-height: 120px !important;
}

.img-bank {
    float: none;
    min-width: 160px;
    text-align: center;
    margin-bottom: 20px;
}

.payment-content .media-body, .media-left, .media-right, .media.home-transfer .media-body {
    display: table-cell;
    vertical-align: top;
    margin-left: 22px;
    font-family: arial,tahoma !important;
}

.payment-content .media-body h5, .media.home-transfer h5 {
    margin-bottom: 5px;
    color: #666;
    font-weight: 600;
    margin-top: 0;
    font-size: 14px;
}

.payment-content .home-transfer.media p, .media.home-transfer p {
    margin-bottom: 5px;
}

.collapse.in {
    display: block !important;
}

.cursor-pointer {
	cursor: pointer;
}

.detail-flight-book {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
    z-index: 1;
    border-bottom: 1px solid var(--color3);
}

.detail-flight-book.relative {
	position: relative;
}

.collapseOut {
    float: right;
    margin-top: 10px;
    padding: 0px 6px;
    font-size: 12px;
    background-color: #840a22;
    border-color: #840a22;
}

.note-input-promo {
    font-size: 13px;
    color: red;
    margin-top: 10px;
    font-weight: 600;
}

.alert-finish .alert {
    margin-top: 20px;
}

.card.m0 {
	margin: 0;
}

.img-logo-loading {
    margin: 0 auto;
    display: block;
    height: 55px;
    width: auto;
    margin-bottom: 20px;
}

.modal-open .modal {
	padding: 0 !important;
}

.tcn-bottom {
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
}
.tcn-bottom p {
    margin-bottom: 3px;
}
.tcn-bottom a {
	color: #c00027;
	font-weight: 500;
}

#cancel_voucher {
    font-size: 18px;
    color: red;
    position: relative;
    top: 3px;
    cursor: pointer;
    padding: 0px 5px;
}

.vn_bl_txt {
    width: 100%;
    font-size: 8px !important;
    color: red;
    font-weight: 500 !important;
    margin-top: 4px !important;
    margin-bottom: 0px;
    padding-top: 2px;
    border-top: 1px solid lightgray;
}

.vn_bl_txt img {
    max-width: 60px;
    position: relative;
    top: 0;
    display: block;
    margin: 0 auto;
}

.payment .opt {
    text-align: center;
    font-size: 18px
}

.payment .opt>.custom-control,
.filter-box-more .custom-control {
    display: block;
    margin: 0;
    padding: 0
}

.payment .opt>.custom-control label:after,
.filter-box-more .custom-control label:after,
.filter-box-more .custom-control label:before {
    display: none
}

.payment .opt>.custom-control label:before,
.filter-box-more .custom-control label:before {
    top: 20px;
    left: inherit
}

.payment .opt>.custom-control label,
.filter-box-more .custom-control label {
    display: block;
    background: #f5f5f5;
    padding: 15px 25px;
    border-radius: 10px;
    color: #000;
}

.payment .opt>.custom-control input[type="radio"]:checked~label,
.filter-box-more .custom-control input[type="radio"]:checked~label {
    background: #a4f69e
}

.payment .opt,
.payment .opt input[type="radio"],
.payment .opt label,
.filter-box-more .custom-control label,
.payment .custom-control-label {
    cursor: pointer
}

.internet-banking table td {
    font-size: 14px;
    padding: 5px 10px
}

.internet-banking .nav-item .nav-link.active {
    background: #fff;
    position: relative
}

.internet-banking .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    right: 0;
    background: #205fab;
    bottom: 0
}

.internet-banking .nav-item .nav-link {
    display: flex;
    border: 1px solid #eee;
    height: 100%;
    padding: 10px 12px;
    justify-content: center
}

.internet-banking .nav-item .nav-link img {
    max-height: 30px
}

.internet-banking .nav-pills {
    margin-left: 20px;
    margin-right: 20px
}

.internet-banking .tab-content {
    padding: 10px 20px;
    background: #eee
}

.internet-banking .tab-content img.img-fluid {
    max-height: 48px
}

.payment-content .home-transfer.media, .media.home-transfer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-items: center;
    border-top: 1px solid #7f8c8d;
    padding-top: 15px;
    padding-bottom: 15px;
}

.payment-content .home-transfer.media p, .media.home-transfer p {
    margin-bottom: 5px;
}

.hightlight-box  .payment-content .home-transfer.media img, .media.home-transfer img {
    max-width: 120px !important;
    max-height: 120px !important;
}

.p0 {
    padding: 0 !important;
}

.img-bank {
    float: left;
    min-width: 160px;
}

.payment-content .media-body, .media-left, .media-right, .media.home-transfer .media-body {
    display: table-cell;
    vertical-align: top;
    margin-left: 22px;
    font-family: arial,tahoma !important;
}

.payment-content .media-body h5, .media.home-transfer h5 {
    margin-bottom: 5px;
    color: #666;
    font-weight: 600;
    margin-top: 0;
}

.payment-content .media-body p span:last-child, .media.home-transfer .media-body p span:last-child {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.note-payment {
	margin-top: 20px;
	font-size: 16px;
	color: #000;
}

.option-payment-radio {
	margin-right: 30px;
}

.booking-customer-note {
	font-size: 16px;
	color: #000;
}

#info-finance-flight .btn.btn-warning {
	width: 100%;
	font-weight: 500;
}

@media (max-width: 768px) {
	.payment-content .home-transfer.media, .media.home-transfer {
        display: block;
    }

    .img-bank {
        float: none;
        min-width: 160px;
        text-align: center;
        margin-bottom: 20px;
    }

    .payment .opt {
        margin-bottom: 10px
    }

    .payment .collapse .custom-control.custom-radio {
        display: block;
    }

    .payment .collapse .custom-control.custom-radio label.h5 {
        font-size: 16px;
        font-weight: normal
    }

    #payment_transfer .custom-control {
    	margin-bottom: 20px;
    }

    .booking-customer-note {
    	font-size: 14px;
    	margin-top: 0;
    }

    .note-payment {
		margin-top: 0;
	}

	.option-payment-radio {
		margin-right: 0;
	}

	#info-finance-flight .btn.btn-warning {
		width: 100%;
	}
}

.totalPriceChoice {
    position: absolute;
    bottom: 55px;
    padding: 10px;
    margin-bottom: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px -2px #ccc;
    display: none;
}

.totalPriceChoice span:first-child {
    font-size: 18px;
    font-weight: 600;
    color: #240da3;
}

.totalPriceChoice span:last-child {
    font-size: 26px;
    font-weight: 700;
    color: red;
}