/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

#nprogress {
	pointer-events: none;
}

#nprogress .bar {
	background: #FFFFFF;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
}

#nprogress .peg {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #FFFFFF, 0 0 5px #FFFFFF;
	opacity: 1;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 1031;
	top: 15px;
	right: 15px;
}

#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-radius: 50%;
	-webkit-animation: nprogresss-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
	overflow: hidden;
	position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
	position: absolute;
}

@-webkit-keyframes nprogress-spinner {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes nprogress-spinner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.logo_banner_mobile{
    position: absolute;
    top: 0;
    right: 50%;
    left: calc(50% - 100px);
}
.avata_img{
    border-radius: 50%;
    background: #dddddd;
}

.blockheader {
    display: none;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #1c7ac1;
    border-color: #1c7ac1;
}
.panel-primary {
    border-color: #1c7ac1;
}
.panel-default .panel-heading {
    background: linear-gradient(to right, rgb(28, 122, 193) 0%, rgb(28, 122, 193) 54%, rgb(92, 184, 92) 79%, rgb(92, 184, 92) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0090fe', endColorstr='#ffffff', GradientType=1 ) repeat-y left;
    color: #fff;
    border-color: #0190fe;
    font-weight: bold;
    text-transform: uppercase;
}
.panel-default>.panel-heading a{
    color: #fff;
}
.data .table>tbody>tr>td{
    padding: 12px 5px;
}
.data table thead{
    background: #ee3135;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
}
#data .panel{
    border-radius: 0px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    margin-bottom: 0;
}
#data .panel-body {
    padding: 0;
}
.note_all2{
    font-size: 1.5em;
    color: red;
}
.fullscreen{
    float: right;
}
.fullscreen_info{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 0;
    display: none;
}
.fullscreen_info .loichuc{
    position: absolute;
    width: 100%;
    padding: 10px;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: #4cae4c;
}
.fullscreen_info .note_all{
    position: absolute;
    width: 100%;
    bottom: 60px;
    text-align: right;
    color: #0090fe;
    padding: 0 15px;
}
#data{
    margin-bottom: 8px;
}
#data thead>tr>td {
    border-bottom-width: 2px;
    font-weight: normal;
}
.fullscreen_info .note_all strong{
    color: red;
}
.data:-webkit-full-screen .container{ width: 90%; }
.data:-moz-full-screen .blockheader{ width: 90%; }
.data:-ms-full-screen .blockheader{ width: 90%; }
.data:full-screen .blockheader{ width: 90%; }

.data:-webkit-full-screen .note_all2{ display: none; }
.data:-moz-full-screen .note_all2{ display: none; }
.data:-ms-full-screen .note_all2{ display: none; }
.data:full-screen .note_all2{ display: none; }

.data:-webkit-full-screen #data .panel-body{ height: auto; }
.data:-moz-full-screen #data .panel-body{ height: auto; }
.data:-ms-full-screen #data .panel-body{ height: auto; }
.data:full-screen #data .panel-body{ height: auto; }

.data:-webkit-full-screen .blockheader, .data:-webkit-full-screen .fullscreen_info{ display: block; }
.data:-moz-full-screen .blockheader, .data:-webkit-full-screen .fullscreen_info{ display: block; }
.data:-ms-full-screen .blockheader, .data:-webkit-full-screen .fullscreen_info{ display: block; }
.data:full-screen .blockheader, .data:-webkit-full-screen .fullscreen_info{ display: block; }

.data:-webkit-full-screen .panel{padding: 10px 20px 40px 20px }
.data:-moz-full-screen .panel{ padding: 10px 20px 40px 20px }
.data:-ms-full-screen .panel{ padding: 10px 20px 40px 20px }
.data:full-screen .panel{ padding: 10px 20px 40px 20px }

.data:-webkit-full-screen { width: 100%; height: 100%; font-size: 1.8em; background: #ffffff; }
.data:-moz-full-screen { width: 100%; height: 100%; font-size: 1.8em; background: #ffffff; }
.data:-ms-full-screen { width: 100%; height: 100%; font-size: 1.8em; background: #ffffff; }
.data:full-screen { width: 100%; height: 100%;font-size: 1.8em; background: #ffffff; }
.data .hotlinefull{
    margin-top: 10px;
    color: #ee3135;
    font-weight: bold;
}
.red{
    color: red;
}
a.btn-default{
    color: #333;
}
#top-nav {
    background: #ffe034;
    background: -webkit-linear-gradient(to right, #fff, #fff, rgb(255, 224, 52), #ffe034, #ffe034, #ffe034, #ffe034, #ffe034);
    background: -o-linear-gradient(to right, #fff, #fff, rgb(255, 224, 52), #ffe034, #ffe034, #ffe034, #ffe034, #ffe034);
    background: -moz-linear-gradient(to right, #fff, #fff, rgb(255, 224, 52), #ffe034, #ffe034, #ffe034, #ffe034, #ffe034);
    background: linear-gradient(to right, #fff, #fff, rgb(255, 224, 52), #ffe034, #ffe034, #ffe034, #ffe034, #ffe034);
}
.title_block{
    height: 58px;
    overflow: hidden;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.imgpopular img{
    border-radius: 12px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 140'%3E%3Cfilter id='b' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 100 -1' result='s'/%3E%3CfeFlood x='0' y='0' width='100%25' height='100%25'/%3E%3CfeComposite operator='out' in='s'/%3E%3CfeComposite in2='SourceGraphic'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3C/filter%3E%3Cimage width='100%25' height='100%25' x='0' y='0' preserveAspectRatio='none' style='filter: url(%23b);' href='data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjM2MCIgaGVpZ2h0PSIxNDAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImciPgogICAgICA8c3RvcCBzdG9wLWNvbG9yPScjZjZmN2Y4JyBvZmZzZXQ9JzAlJyAvPgogICAgICA8c3RvcCBzdG9wLWNvbG9yPScjZWRlZWYxJyBvZmZzZXQ9JzIwJScgLz4KICAgICAgPHN0b3Agc3RvcC1jb2xvcj0nI2Y2ZjdmOCcgb2Zmc2V0PSc0MCUnIC8+CiAgICAgIDxzdG9wIHN0b3AtY29sb3I9JyNmNmY3ZjgnIG9mZnNldD0nNzAlJyAvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICA8L2RlZnM+CiAgPHJlY3Qgd2lkdGg9IjM2MCIgaGVpZ2h0PSIxNDAiIGZpbGw9IiNmNmY3ZjgiIC8+CiAgPHJlY3QgaWQ9InIiIHdpZHRoPSIzNjAiIGhlaWdodD0iMTQwIiBmaWxsPSJ1cmwoI2cpIiAvPgogIDxhbmltYXRlIHhsaW5rOmhyZWY9IiNyIiBhdHRyaWJ1dGVOYW1lPSJ4IiBmcm9tPSItMzYwIiB0bz0iMzYwIiBkdXI9IjFzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgIC8+Cjwvc3ZnPg=='/%3E%3C/svg%3E);
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {
    padding-left: 10px;
    padding-right: 10px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.headerSearch .form-control {
    z-index: 0;
    border-radius: 20px;
}
.home-search .search-form{
    padding: 0;
    margin-bottom: 25px !important;
}
#dataman input[type="number"]{
    max-width: 49px
}
#dataman tbody tr td{
    vertical-align: middle;
}
#fullscreen{
    margin: -50px 10px 0 0;
}
.full_screen #logo{
    margin-top: -20px;
}
#data .panel-heading {
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    padding: 10px;
}
.data.full_screen .table {
    margin-bottom: 0;
}
.img_icon{
    width: 80px;
}
.img_icon img{
    max-width: none;
}
.hotline-phone-ring-wrap {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}

.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.hotline-phone-ring-circle {
	width: 85px;
	height: 85px;
	top: 10px;
	left: 10px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #e60808;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 55px;
	height: 55px;
	top: 25px;
	left: 25px;
	position: absolute;
	background-color: rgba(230, 8, 8, 0.7);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
	height: 33px;
	top: 37px;
	left: 37px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 25px;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}

.hotline-bar {
	position: absolute;
	background: rgba(230, 8, 8, 0.75);
	height: 40px;
	width: 190px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 10px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
	border-radius: 50px !important;
	/* width: 175px !important;
	*/

	left: 33px;
	bottom: 37px;
}

.hotline-bar > a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	text-indent: 50px;
	display: block;
	letter-spacing: 1px;
	line-height: 40px;
	font-family: Arial;
}

.hotline-bar > a:hover,
.hotline-bar > a:active {
	color: #fff;
}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}
	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}
	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}
.hotline-phone-ring-img-circle a{
    color: #fff;
}
.backtop {
    position: fixed;
    bottom: 40px;
    z-index: 999;
    top: auto !important;
    width: 40px;
    height: 40px;
    line-height: 43px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background: #d22604;
    text-decoration: none;
    right: 15px;
    bottom: 20px;
    display: none;
    color: #fff;
    cursor: pointer;
}
.button-default {
    background: rgb(239 82 34);
    color: #fff;
}
.mnv-subdate {
	margin: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: 5px;
}
.mnv-subdate::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
} 
.mnv-subdate::-webkit-scrollbar-thumb {
    background-color: #d5c4f0;
}
.mnv-subdate::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.mnv-subdate li {
	width: auto;
    padding: 0 10px;
    margin-right: 1px;
	display: inline-block;
	float: left;
	text-align: center;
    position: relative;
}

.mnv-subdate li span {
	color: #fff !important;
	font-size: 12px;
	display: block;
	line-height: 13px;
	padding: 5px 3px;
}
.mnv-subdate li.active:after {
    position: absolute;
    content: "";
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateX(-50%);
    border-bottom: 2px solid #9d66f4;
    border-right: 2px solid #9d66f4;
    bottom: -6px;
    right: calc(50% - 6px);
    background-color: #9d66f4;
}
.mnv-subdate li.active span
{
    color: #fff !important;
}
.mnv-subdate li {
	background: #88b2ac;
}
.mnv-subdate li.active {
	background: #9d66f4;
}

.mnv-subdate li.active a {
	color: #2483b3;
}
@media (max-width:991px) {
    .coach_title, .small{
        font-size: 11px;
        padding-right: 0px !important;
    }
    #lich-chay-tau #route_id{
        max-width: 150px;
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
        overflow: hidden;
    }
    .block_lich{
        float: none !important;
    }
    .block_lich .form-group{
        width: 100% !important;
    }
    .full_screen .panel-heading .block_name{
        margin-bottom: 10px;
    }
}
.price {
    color: red;
    font-weight: bold;
}
.insLoading {
    position: fixed;
    top: 0 !important;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(255 255 255 / 80%);
    z-index: 10000;
    display: flex;
    align-items: center;
    text-align: center;
}

.modaltop .form-control {
    padding: 12px 20px;
    height: 67px;
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}

.modaltop .btn-primary{
    color: rgb(255 255 255/ 1!important) !important;
    transition-duration: .2s !important;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
        padding-left: 5rem !important;
    padding-right: 5rem !important;
    background-color: rgb(239 82 34/ 1!important) !important;
    border-radius: 9999px !important;
    height: 3rem !important;
    background-color: #ef5222;
    border-color: #ef5222;
}
.modaltop p{
    font-size: 16px;
    text-align: center;
    margin: 20px 0 30px 0;
}







