@font-face {
	font-family: UTMAVO;
	src: url(../fonts/UTMAvo.ttf)
}

@font-face {
	font-family: UTMAVOBOL;
	src: url(../fonts/UTMAvoBold.ttf)
}

@font-face {
	font-family: UTMDINHTRAN;
	src: url(../fonts/UTMDINHTRAN.ttf)
}

@font-face {
	font-family: UTMCAFETA;
	src: url(../fonts/UTMCAFETA.ttf)
}

@font-face {
	font-family: UTMBRYANT;
	src: url(../fonts/UTMBRYANT.ttf)
}

@font-face {
	font-family: UTMDUEPUNTOZERO;
	src: url(../fonts/UTMDUEPUNTOZERO.ttf)
}

* {
	margin: 0;
	padding: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.show_info_content {
	transition: unset
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
	width: 0
}

.clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

ul {
	list-style: none
}

a {
	text-decoration: none;
	font-weight: 700
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.8em;
	background: #fff;
	font-style: normal;
	color: #3b3b3b;
	width: 100%
}

.align-center {
	text-align: center
}

.pull-left {
	float: left !important
}

.pull-right {
	float: right !important
}

.container {
	margin: 0 auto;
	width: 100%;
	float: left;
	position: relative
}

.container-header {
	float: left;
	width: 100%;
	background-image: url(../images/banner_header.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #fff
}

.top-menu {
	width: 1024px;
	float: left;
	background: #bae2ff;
	padding: 5px calc((100% - 1024px)/2);
	color: #3b3b3b;
	font-weight: 700;
	font-family: UTMBRYANT
}

.top-menu a {
	color: #3b3b3b
}

.top-menu a:hover {
	color: #014A8F
}

.top-menu>div {
	float: left
}

.top-menu>div:last-child {
	float: right
}

.top-menu>div a {
	font-size: 14px
}

.top-menu>div:last-child pre {
	display: inline-block;
	margin: 0
}

.header {
	float: left;
	position: relative;
	z-index: 1000;
	width: 1024px;
	margin: 10px 0;
	padding: 5px calc((100% - 1024px)/2)
}

.header>a {
	width: 220px;
	float: left
}

.header a>img {
	width: 100%
}

.site-title {
	display: none
}

.code {
	float: left;
	height: 52px;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 3px solid #014A8F;
	margin-top: 6px;
	font-size: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color: #014A8F;
	font-weight: 700;
	line-height: 52px
}

.menu {
	float: right;
	width: 1024px;
	padding: 0 calc((100% - 1024px)/2);
	position: relative;
	z-index: 1000
}

.button_menu {
	display: none
}

.list_menu {
	float: left;
	width: 100%;
	margin-top: 10px
}

.list_menu>li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative
}

.list_menu>li a {
	float: left;
	padding: 5px 13px;
	font-size: 16px;
	color: #3b3b3b;
	border-bottom: 1px solid transparent
}

.list_menu>li>a {
	text-transform: uppercase
}

.list_menu>li:first-child a {
	padding-left: 0
}

.list_menu>li:last-child a {
	padding-right: 0
}

.list_menu>li>a>i {
	color: #014A8F
}

.list_menu>li a:hover,
.list_menu>li a.active,
.list_menu>li a:hover i,
.list_menu>li a.active i {
	color: #014A8F
}

.child_menu {
	position: absolute;
	float: left;
	width: 250px;
	clear: both;
	padding-top: 14px;
	top: 32px;
	left: 10px;
	display: none
}

.child_menu:hover,
.sub_menu:hover .child_menu {
	display: block;
	color: #014A8F
}

.child_menu>li a {
	float: left;
	padding: 5px 10px;
	font-size: 15px;
	background: #014A8F;
	font-weight: 400;
	color: #fff;
	border-bottom: 1px solid #1c6096;
	width: 230px
}

.child_menu>li>a>.fas {
	font-size: 5px;
	vertical-align: middle
}

.child_menu>li a:hover {
	color: #014A8F;
	background: #9AD0FC
}

.child_menu>li ul {
	display: none;
	position: absolute;
	top: 14px;
	left: 100%;
	z-index: 99;
	width: 250px
}

.child_menu>li>ul a {
	border-bottom: 1px solid #1c6096
}

.child_menu>li:hover ul {
	display: block
}

.div_button_reg {
	position: fixed;
	left: calc((1024px) + (100% - 1024px)/2);
	top: 216px;
	font-weight: 400;
	width: 193px;
	z-index: 10000;
	font-size: 18px;
	height: 193px
}

.sub_menu_reg {
	background: #D81B21;
	border-radius: 5px 5px 0 0;
	transform: rotate(90deg);
	color: #fff;
	text-transform: uppercase;
	position: absolute;
	padding: 5px 10px;
	left: -80px;
	font-weight: 400;
	z-index: 10000;
	top: 80px;
	font-size: 18px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.div_button_reg:hover>.sub_menu_reg {
	height: 192px;
	line-height: 192px;
	border-radius: 50%;
	top: 0;
	transform: rotate(0deg);
	text-shadow: 1px 1px 1px #333
}

.box_slide {
	width: 1024px;
	padding: 0 calc((100% - 1024px)/2);
	float: left;
	position: relative
}

.notify {
	float: left;
	width: 1024px;
	margin: 10px calc((100% - 1024px)/2)
}

.notify>div {
	float: left;
	width: 698px;
	color: #fff;
	padding: 10px 20px;
	background: #094080;
	border-radius: 3px;
	border: 1px solid #cdcdcd
}

.notify>div>h2,
.notify>div>img,
.noti_p {
	float: left;
	line-height: 28px;
	margin: 0 10px 10px 0;
	font-size: 15px
}

.noti_p {
	font-weight: 700
}

.notify>div>p {
	float: left;
	font-size: 15px;
	padding: 0;
	margin: 0 10px 0 0
}

.notify>ul {
	float: right;
	width: 270px;
	margin: 0;
	padding: 0
}

.notify>ul>li {
	float: left;
	width: 100%
}

.notify>ul>li>a {
	float: left;
	width: calc(100% - 22px);
	padding: 7px 10px;
	border: 1px solid #cdcdcd;
	margin-bottom: 6px;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	background: #E6E6E6;
	color: #3b3b3b
}

.notify>ul a {
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Roboto Condensed'
}

.notify>ul>li:first-child>a {
	background: #FFCA00;
	color: #094080
}

.notify>ul>li:nth-child(2)>a {
	background: #0d72e8;
	color: #fff
}

.notify>ul>li:nth-child(3)>a {
	background: #1E8405;
	color: #fff
}

.notify>ul>li>a:hover {
	background: #033c7d;
	color: #fff
}

.left_box_title {
	color: #3b3b3b;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 18px;
	float: left;
	position: relative;
	margin: 10px 0;
	border-bottom: 1px solid gray;
	width: 100%;
	padding-bottom: 5px
}

.left_box_title h3,
.left_box_title h4,
.left_box_title h5 {
	font-size: 18px;
	line-height: 28px
}

.left_box_title>.fas {
	padding: 3px 5px;
	color: #DA1921;
	font-size: 20px;
	float: left
}

.left_box_title>.far {
	padding: 3px 5px;
	color: #fff;
	font-size: 20px;
	float: left
}

.left_box_title_1 {
	text-align: center;
	text-transform: unset;
	padding-bottom: 0
}

.left_box_title_1>span {
	padding: 5px 10px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	background: #1B387C;
	margin-bottom: 0;
	display: inline-block
}

.box-content {
	float: left;
	width: 100%;
	margin: 10px 0
}

.box-menu {
	float: left;
	width: 250px
}

.right_box>.box-menu {
	float: left;
	width: 100%
}

.box-menu>ul {
	border: 1px solid #cdcdcd;
	border-bottom: none;
	float: left;
	width: 248px;
	margin-bottom: 10px;
	border-radius: 5px
}

.right_box>.box-menu>ul {
	width: calc(100% - 2px)
}

.box-menu>ul>li>a {
	float: left;
	width: 100%;
	padding: 6px 0;
	font-size: 15px;
	text-align: center;
	color: #3b3b3b;
	border-bottom: 1px solid #cdcdcd;
	font-weight: 400
}

.box-menu>ul>li>a h4 {
	padding: 0;
	font-weight: 400
}

.box-menu>ul>li:not(:first-child)>a:hover {
	background: #9AD3FE
}

.box-menu>ul>li:first-child>a {
	background: #033c7d;
	color: #fff;
	border-radius: 5px;
	padding: 14px 0;
	font-size: 15px;
	font-weight: 400
}

.box-menu>ul>li:first-child>a h3 {
	font-size: 15px;
	font-weight: 400
}

.box-show-content {
	float: right;
	width: 754px
}

.box-show-content>a:first-child {
	width: calc(50% - 10px);
	float: left;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 5px
}

.box-show-content>a:first-child>* {
	color: #3b3b3b
}

.box-show-content>a:first-child>img {
	width: 100%;
	height: 230px
}

.box-show-content>a:first-child>b {
	padding: 5px;
	width: calc(100% - 10px);
	font-size: 14px;
	height: 46px;
	float: left
}

.box-show-content>a:first-child>span {
	padding: 0 5px;
	width: calc(100% - 10px);
	height: 48px;
	margin-top: 10px;
	float: left;
	line-height: 16px;
	font-size: 13px;
	font-weight: 400
}

.box-show-content>a:not(:first-child) {
	float: right;
	width: calc(50% - 10px);
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
	height: 80px
}

.box-show-content>a:not(:first-child)>img {
	float: left;
	width: 30%;
	height: 80px;
	border-radius: 0 5px 5px 0
}

.box-show-content>a:not(:first-child)>b {
	float: right;
	width: calc(65% - 10px);
	font-size: 14px;
	color: #3b3b3b;
	padding: 5px
}

.box-show-content>a:hover>b {
	color: #033c7d
}

.box-home-list>a {
	float: left;
	width: calc(50% - 10px);
	color: #3b3b3b
}

.box-home-list>a:nth-child(2n) {
	float: right
}

.box-home-list>a .fa-circle {
	font-size: 7px;
	color: #d5090c
}

.box-home-list>a>img {
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	width: calc(100% - 2px);
	height: 300px
}

.box-home-list.fix_height_image>a>img {
	height: 250px
}

.box-home-list>a>b {
	padding: 5px;
	font-size: 14px;
	float: left;
	height: 46px;
	overflow: hidden
}

.box-home-list>a>span {
	padding: 5px;
	float: left;
	line-height: 20px;
	height: 40px;
	font-size: 13px;
	font-weight: 400;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 10px
}

.box-home-list>a:hover>b,
.box-home-list>a:hover {
	color: #033c7d
}

.box-home-list1>a {
	float: left;
	width: 100%;
	color: #3b3b3b;
	border-bottom: 1px solid #cdcdcd;
	padding: 10px 0
}

.box-home-list1>a:last-child,
.box-home-list1>a>span {
	border-bottom: none
}

.box-home-list1>a:not(:first-child)>img {
	float: left;
	height: 100px;
	width: 30%;
	border-radius: 0 5px 5px 0
}

.box-home-list1>a:not(:first-child)>b,
.box-home-list1>a:not(:first-child)>span {
	float: right;
	width: calc(65% - 10px);
	color: #3b3b3b;
	padding: 0;
	border-bottom: none
}

.box-home-list1>a:not(:first-child)>b {
	margin-bottom: 10px
}

.box-home-list1>a:hover>b,
.box-home-list1>a:hover {
	color: #033c7d
}

.box-home-list1>a:not(:first-child):hover {
	background: #E6E6E6
}

.detail-left .button {
	text-align: right;
	margin: 10px 5px 10px 0;
	padding: 5px 0
}

.detail-left .button a {
	color: #033c7d;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
	font-weight: 400
}

.detail-left .button a .fas {
	font-style: italic
}

.detail-left .button a:hover {
	color: #ff2f27
}

.box-home-list-right {
	background: #E6E6E6;
	border-radius: 5px
}

.box-home-list-right>a {
	float: left;
	padding: 10px;
	width: calc(100% - 20px);
	border-bottom: 1px solid #cdcdcd;
	color: #3b3b3b
}

.box-home-list-right>a:last-child {
	font-style: italic;
	font-weight: 400;
	text-align: center;
	padding: 5px;
	width: calc(100% - 10px);
	background: #cdcdcd;
	border-radius: 0 0 5px 5px
}

.box-home-list-right>a>b {
	float: left;
	padding: 6px 5px;
	width: calc(20% - 10px);
	line-height: 50px;
	background: #9AD3FE;
	border-radius: 5px;
	font-size: 35px;
	text-align: center
}

.box-home-list-right>a>span,
.box-home-list-right>a>i {
	float: right;
	width: calc(80% - 10px);
	color: #3b3b3b;
	line-height: 20px
}

.box-home-list-right>a>i {
	font-weight: 400;
	font-size: 13px
}

.container-content {
	float: left;
	width: 1024px;
	padding: 10px calc((100% - 1024px)/2);
	position: relative
}

.div-home1 {
	position: relative;
	background: #033c7d
}

.div-home1>.left_box_title {
	border-bottom: 1px solid #fff
}

.div-home1>.left_box_title>* {
	color: #fff;
	float: left
}

.div-home1>.left_box_title h3 {
	float: left;
	line-height: 26px
}

.div-home1>div {
	position: relative
}

.slideCate>.bx-wrapper>.bx-has-controls-direction {
	width: 100px !important;
	position: absolute !important;
	right: 0 !important;
	top: 10px !important
}

.slideCate>.bx-wrapper>.bx-has-controls-direction>.bx-controls-direction>a {
	color: #fff;
	text-indent: unset !important;
	width: 40px;
	height: 40px;
	font-size: 30px;
	text-align: center;
	line-height: 20px;
	margin: 0
}

.slide_image>.bx-wrapper>.bx-has-controls-direction>.bx-controls-direction>a {
	color: #3b3b3b
}

.slideCate>.bx-wrapper>.bx-has-controls-direction>.bx-controls-direction>a.bx-next {
	right: 0 !important
}

.slideCate>.bx-wrapper>.bx-has-controls-direction>.bx-controls-direction>a.bx-prev {
	left: 0 !important
}

.slideCate ul>li>a>img {
	height: 220px;
	border-radius: 5px
}

.slideCate.pic ul>li>a>img {
	height: 162px
}

.slideCate ul>li>a>b {
	width: 100%;
	color: #fff;
	padding-top: 15px;
	font-size: 14px;
	line-height: 23px;
	height: 45px;
	float: left;
	font-weight: 400
}

.slideCate ul>li>a>b h2 {
	line-height: 23px;
	height: 45px;
	float: left;
	font-weight: 400;
	font-size: 15px
}

.slideCate.pic ul>li>a>b {
	color: #fff
}

.slideCate.pic ul>li>a:hover>b {
	color: #fff
}

.cateslider1>li>a>span {
	width: 100%;
	color: #fff;
	padding-top: 5px;
	font-size: 13px;
	line-height: 16px;
	float: left;
	font-weight: 400
}

.cateslider1>li:hover>a>b {
	text-decoration: underline
}

.bg_home {
	background: url(../images/bg_div1.png) no-repeat center/cover;
	min-height: 400px
}

.bg_home2 {
	background: url(../images/bg_div2.png) no-repeat center/cover;
	min-height: 400px
}

.bg_home3 {
	background: url(../images/bg_div3.png) no-repeat top center/cover;
	min-height: 420px
}

.bg_home>img,
.bg_home>p>img {
	float: right;
	width: 37%;
	margin-top: 60px
}

.home-quote {
	margin: 30px 0;
	width: 60%;
	float: left
}

.home-quote>h3,
.home-quote>h5 {
	font-family: UTMDINHTRAN;
	color: #ff0;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 30px
}

.home-quote>p {
	color: #fff;
	margin-bottom: 10px
}

.home-quote a {
	color: #ff0;
	font-style: italic;
	font-weight: 400;
	text-decoration: underline
}

.list_nganh {
	float: left;
	width: 328px;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden
}

.list_nganh:last-child {
	float: right;
	margin-right: 0
}

.avatar-nganh {
	width: 100%;
	height: 207px;
	overflow: hidden;
	float: left;
	position: relative;
	background: rgba(0, 0, 0, 0.7)
}

.avatar-nganh>img {
	width: 100%;
	max-height: 100%;
	float: left;
	position: relative;
	z-index: -1
}

.avatar-nganh:hover>.nganh_view-more {
	color: #F7B500
}

.nganh_view-more {
	color: #fff;
	font-size: 19px;
	font-style: unset;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 400;
	position: absolute;
	padding: 0 10px;
	width: calc(100% - 20px);
	left: 0;
	top: calc((100% - 40px) / 2)
}

.avatar-nganh:hover .nganh_view-more {
	display: block
}

.title-nganh {
	float: left;
	margin: 5px 5px 10px;
	line-height: 25px;
	color: #000
}

.title_chuyenganh {
	text-align: left;
	text-transform: unset;
	margin-bottom: 20px;
	font-size: 18px
}

.title_chuyenganh>span>b {
	text-transform: uppercase
}

.bg_black {
	background: #090909
}

.info-reg {
	border-radius: 5px;
	border: 2px solid #033c7d;
	width: 980px;
	float: left;
	padding: 20px;
	color: #033c7d;
	overflow-y: hidden;
	line-height: 23px;
	font-size: 15px
}

.info-reg h4 {
	margin: 12px 0
}

.info-reg p {
	margin: 10px 0
}

.info-reg a {
	color: #1688c5;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400
}

.info-reg .fas,
.info-reg .far {
	width: 16px;
	display: inline
}

.info-reg .fa-tags {
	color: #08903d
}

.info-reg .fa-building {
	color: #ff580e
}

.info-reg .fa-list {
	color: #2f9dde
}

.info-reg .fa-globe {
	color: #005aae
}

.info-reg .fa-map-marker-alt {
	color: #e72a57
}

.info-reg .fa-mobile-alt {
	color: red
}

.tuyensinh_content {
	width: 100%;
	float: left;
	text-align: justify;
	font-size: 14px
}

.tuyensinh_content h3,
.tuyensinh_content h2 {
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	color: #102D3B;
	text-transform: uppercase;
	margin: 8px 0
}

.tuyensinh_content h3 .fa-list,
.tuyensinh_content h2 .fa-list {
	color: #005097
}

.tuyensinh_content h3 .fa-check-square,
.tuyensinh_content h2 .fa-check-square {
	color: #1DBA14
}

.tuyensinh_content h3 .fa-calendar-alt,
.tuyensinh_content h2 .fa-calendar-alt {
	color: #2b4473
}

.tuyensinh_content h3 .fa-user-check,
.tuyensinh_content h2 .fa-user-check {
	color: #FF8040
}

.tuyensinh_content h3 .fa-address-book,
.tuyensinh_content h2 .fa-address-book {
	color: #0080C0
}

.tuyensinh_content h3 .fa-clock,
.tuyensinh_content h2 .fa-clock {
	color: #fea117
}

.tuyensinh_content h3 .fa-money-bill,
.tuyensinh_content h2 .fa-money-bill {
	color: red
}

.tuyensinh_content h3 .fa-free-code-camp,
.tuyensinh_content h2 .fa-free-code-camp {
	color: #D81921
}

.tuyensinh_content .tab-content .content ul {
	margin: 5px 5px 5px 15px;
	padding: 0;
	list-style: none
}

.tuyensinh_content .tab-content .content ul li {
	padding: 5px
}

.tuyensinh_content .tab-content .content ul li:before {
	content: '✓  ';
	color: #0ab716;
	font-weight: 700
}

.tuyensinh_content .tab-content .content ul.not_set_ul li:before {
	content: ''
}

.tuyensinh_content .tab-content .content ul ul {
	margin-left: 20px
}

.tuyensinh_content .tab-content .content ul li li:before,
.tuyensinh_content .tab-content .content ul.not_set_ul li li:before {
	content: '• ';
	color: #ff6a16;
	font-weight: 400
}

.main_content {
	width: 100%;
	float: left;
	padding: 10px 0;
	color: #333;
	font-size: 14px
}

.main_content figure {
	padding: 5px;
	background: #F7f7f7
}

.main_content img {
	max-width: 100%;
	margin: 5px 0;
	height: auto
}

.main_content ul {
	margin: 5px 5px 5px 20px;
	padding: 0;
	list-style: none
}

.main_content ul li {
	padding: 5px
}

.main_content ul li:before {
	content: '✓  ';
	color: #0ab716;
	font-weight: 700
}

.main_content h1,
.main_content h2 {
	font-size: 20px;
	margin: 15px 0;
	line-height: 26px
}

.main_content h1 {
	border-bottom: 1px solid #777;
	text-transform: uppercase;
	font-size: 21px;
	color: #0B3E59
}

.main_content h3 {
	font-size: 16px
}

.main_content h4 {
	font-size: 15px
}

.main_content table {
	border: 1px solid #ddd;
	width: 100%
}

.main_content table th,
.main_content table td {
	border: 1px solid #ddd;
	text-align: left
}

.main_content a {
	color: #1776c1;
	text-decoration: none
}

.main_content a:hover {
	color: #1d92ee
}

.main_content p {
	margin: 10px 0
}

.nav-tabs {
	float: left;
	width: 100%
}

.nav-tabs>li {
	float: left;
	margin-right: 10px
}

.tuyensinh_content .tab-content {
	height: 500px;
	position: relative;
	float: left;
	margin-top: 10px;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 16px;
	line-height: 24px
}

.tab-content::-webkit-scrollbar {
	width: 5px
}

.tab-content::-webkit-scrollbar-track {
	background: #f1f1f1
}

.tab-content::-webkit-scrollbar-thumb {
	background: #888
}

.tab-content::-webkit-scrollbar-thumb:hover {
	background: #555
}

.tuyensinh_content .tab-content .content {
	background: #fff
}

.tuyensinh_content .tab-content .content .active {
	background: #f7f7f7
}

.tuyensinh_content .ps-container .ps-scrollbar-y {
	background: #005aae !important
}

.tuyensinh_content .tab-content .content ul {
	margin: 5px 5px 5px 15px;
	padding: 0;
	list-style: none
}

.tuyensinh_content .tab-content .content ul li {
	padding: 5px
}

.tuyensinh_content .tab-content .content ul ul {
	margin-left: 20px
}

.tuyensinh_content .nav-tabs li a {
	background: #a9b8cb;
	color: #003975;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	float: left;
	padding: 10px 34px
}

.tuyensinh_content .nav-tabs li.active a {
	background: #003975;
	color: #fff
}

table.tabledata {
	width: 96%;
	margin: 2%;
	padding: 0;
	border: 1px solid #ddd;
	border-bottom: none
}

table.tabledata th,
table.tabledata td {
	padding: 8px 5px;
	text-align: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}

table.tabledata th:nth-child(2),
table.tabledata td:nth-child(2) {
	width: 35%
}

table.tabledata th:nth-child(5),
table.tabledata td:nth-child(5) {
	border-right: none
}

table.tabledata td p {
	height: 50px;
	border-bottom: 1px solid #ddd;
	margin: 0 -8px;
	text-align: left;
	padding: 8px 10px 5px 15px;
	vertical-align: middle
}

table.tabledata td p:nth-child(5) {
	border-bottom: none
}

table.tabledata thead {
	background: #f1f1f1
}

.ts-quote {
	margin: 30px 0;
	width: 65%;
	float: left
}

.ts-quote>h3,
.heading_top_form {
	font-family: 'Roboto Condensed' !important;
	color: #fff !important;
	text-shadow: 2px 2px 3px #000 !important;
	font-size: 37px !important;
	line-height: 50px !important;
	font-weight: 400 !important;
	margin-bottom: 30px !important
}

.ts-quote>p {
	color: #fff;
	font-family: 'Roboto Condensed';
	font-size: 20px;
	text-shadow: 1px 1px 2px #000
}

.ts-quote>p>b,
.ts-quote>p>strong {
	color: #ff0;
	font-weight: 400;
	font-size: 23px;
	line-height: 35px
}

.ts-quote1 {
	float: left;
	font-size: 16px;
	line-height: 35px
}

.ts-quote1>p:last-child {
	color: #033c7d;
	font-weight: 700;
	line-height: 25px;
	margin-top: 20px
}

.ts-quote1>p>b {
	color: #033c7d;
	font-size: 20px
}

.ts-quote1>p>.far {
	color: #033c7d;
	font-size: 20px;
	padding-right: 10px
}

.content-about {
	padding-bottom: 20px
}

.left_about,
.right_about,
.right_about>div {
	width: calc(50% - 15px);
	float: left
}

.left_about>p {
	margin-bottom: 10px
}

.right_about {
	padding-top: 80px
}

.right_about,
.right_about>div:nth-child(2n) {
	float: right
}

.title_about {
	color: #033c7d;
	font-size: 30px;
	text-transform: uppercase;
	font-family: UTMDUEPUNTOZERO;
	padding: 15px 0
}

.left_about .fa-circle,
.right_about>div {
	color: #033c7d
}

.right_about>div {
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
	font-size: 15px
}

.right_about>div>b,
.right_about>div>strong {
	font-size: 22px;
	clear: both;
	margin: 5px 0;
	display: block
}

.div-about {
	margin-top: 0;
	margin-bottom: 0
}

.bg_page {
	position: relative
}

.bg_page>img {
	width: 100%;
	max-height: 215px
}

.bg_page>h2,
.bg_page>h1,
.bg_page>p {
	width: 1024px;
	top: 70px;
	left: calc((100% - 1024px)/2);
	text-align: center;
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	position: absolute;
	text-transform: uppercase;
}

.box-tt-list>a {
	float: left;
	width: calc(50% - 10px);
	color: #3b3b3b;
	border-top: 1px solid #cdcdcd
}

.box-tt-list>a:nth-child(1),
.box-tt-list>a:nth-child(2) {
	width: calc(50% - 10px);
	border-top: none
}

.box-tt-list>a:nth-child(2) {
	float: right
}

.box-tt-list>a:nth-child(1)>img,
.box-tt-list>a:nth-child(2)>img {
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	width: calc(100% - 2px);
	height: 235px
}

.box-tt-list>a>b {
	padding: 5px;
	font-size: 14px;
	min-height: 46px;
	float: left
}

.box-tt-list>a>b h2 {
	font-size: 14px;
	min-height: 46px;
	float: left
}

.box-tt-list>a>span {
	padding: 5px;
	float: left;
	line-height: 19px;
	font-size: 13px;
	font-weight: 400;
	border-bottom: 1px solid #cdcdcd;
	margin-bottom: 5px
}

.box-tt-list>a:hover>b,
.box-tt-list>a:hover {
	color: #033c7d
}

.box-tt-list>a {
	float: left;
	width: 100%;
	color: #3b3b3b;
	border-top: 1px solid #cdcdcd;
	padding: 15px 0
}

.box-tt-list>a:nth-child(1) {
	border-top: none
}

.box-tt-list>a:last-child,
.box-tt-list>a>span {
	border-bottom: none
}

.box-tt-list>a:not(:nth-child(1)):not(:nth-child(2))>img {
	float: left;
	width: 30%;
	border-radius: 0 5px 5px 0;
	height: 140px
}

.box-tt-list>a:not(:nth-child(1)):not(:nth-child(2))>span,
.box-tt-list>a:not(:nth-child(1)):not(:nth-child(2))>b {
	float: right;
	width: calc(70% - 10px);
	color: #3b3b3b;
	font-size: 15px;
	line-height: 25px;
	padding: 0;
	border-bottom: none;
	text-align: justify
}

.box-tt-list>a:hover>b,
.box-tt-list>a:hover {
	color: #033c7d
}

.box-tt-list>a:not(:first-child):hover {
	background: #E6E6E6
}

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

.box-list-list li {
	display: inline-block
}

.box-list-list .item-content {
	flex: 0 0 30%;
	max-width: 30.3333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	overflow: hidden;
	float: left
}

.box-list-list .item-content .image {
	max-width: 100%;
	height: 225px;
	overflow: hidden;
	object-fit: cover;
	background: #e4e4e4;
	text-align: center
}

.box-list-list .item-content img {
	max-width: 99.3%;
	max-height: 100%;
	min-height: 225px;
	width: 100% !important;
	height: unset !important;
	vertical-align: middle;
	margin: 1px auto 0
}

.box-list-list .item-content .content {
	border: 1px solid #ccc;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border-top: unset;
	padding: 10px 15px 5px
}

.box-list-list .item-content:hover .image {
	background: #24417a
}

.box-list-list .item-content:hover .content {
	border: 1px solid #24417a;
	border-top: none
}

.box-list-list .item-content .content a.heading {
	font-weight: 400;
	display: block;
	color: #000;
	margin-bottom: 5px;
	margin-top: 5px;
	display: block;
	display: -webkit-box;
	max-height: 60px;
	font-size: 15px;
	line-height: 25px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis
}

.box-list-list .item-content .content a.heading h3 {
	font-weight: 400;
	font-size: 15px
}

.box-list-list .item-content .content .description {
	color: #999;
	margin-bottom: 10px;
	margin-top: 10px;
	display: block;
	display: -webkit-box;
	max-height: 72px;
	font-size: 14px;
	line-height: 24px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: justify
}

.menu-nganh,
.menu-nganh-child {
	float: left;
	width: 100%;
	text-align: center
}

.menu-nganh>li {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 -2px;
	border-bottom: 1px solid gray
}

.menu-nganh>li.active,
.menu-nganh>li:hover {
	border-bottom: 3px solid #014A8F;
	padding-bottom: 4px
}

.menu-nganh>li>a {
	color: #333;
	font-size: 14px
}

.menu-nganh>li.active>a,
.menu-nganh>li>a:hover {
	color: #014A8F
}

.menu-nganh-child {
	margin: 20px 0 0;
	display: none
}

.menu-nganh-child.active {
	display: block
}

.menu-nganh-child>a {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #014A8F;
	margin: 0 -2px;
	color: #014A8F
}

.menu-nganh-child>a:hover,
.menu-nganh-child>a.active {
	color: #fff;
	background: #014A8F
}

.menu-nganh-child>a:last-child {
	border-left: none
}

.list-news-tab {
	display: none
}

.list-news-tab.active {
	display: block
}

.gioi-thieu,
.list-news {
	float: left;
	width: 100%
}

.list-news {
	margin: 30px 0
}

.list-news-rela {
	margin: 10px 0
}

.title-logo {
	width: 100%;
	float: left;
	line-height: 71px;
	font-size: 27px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
	color: #014A8F
}

.about-text {
	width: 45%;
	float: left
}

.div-home1 .about-text {
	width: 100%
}

.about-text>h3 {
	color: #014A8F;
	font-size: 22px;
	line-height: 32px
}

.about-text>p {
	margin: 20px 0;
	font-size: 15px;
	line-height: 24px
}

.about-link {
	padding: 5px 15px;
	border: 1px solid #014A8F;
	color: #014A8F;
	font-size: 15px;
	float: left;
	border-radius: 10px;
	box-shadow: 2px 2px 5px #333
}

.about-link:last-child {
	float: right
}

.about-link:hover,
.about-link.active {
	background: #014A8F;
	color: #fff
}

.about-list {
	float: right;
	width: 42%;
	font-size: 18px;
	font-weight: 700;
	color: #333
}

.about-list>li {
	line-height: 40px;
	padding: 20px 0;
	border-bottom: 1px solid #cdcdcd
}

.about-list>li>b {
	font-size: 32px;
	font-family: UTMAVOBOL;
	vertical-align: middle;
	color: #f15b26;
	width: 105px;
	display: inline-block
}

.title-gt {
	float: left;
	width: 1024px;
	margin: 20px 0;
	padding: 50px calc((100% - 1024px)/2);
	position: relative
}

.title-gt>h2 {
	color: #fff;
	text-align: center;
	float: left;
	width: 100%
}

.home-new-hot {
	width: 100%;
	float: left
}

.home-new-hot>a {
	width: 48%;
	float: left;
	margin-bottom: 15px;
	color: gray
}

.home-new-hot>a:nth-child(2n) {
	float: right
}

.home-new-hot>a>img {
	width: 35%;
	float: left;
	border-radius: 5px;
	padding-right: 5%
}

.home-new-hot>a>div {
	width: 55%;
	float: left;
	margin-top: 5px;
	color: gray;
	font-weight: 400
}

.home-new-hot>a>div>span,
.home-new-hot>a>div>a {
	width: 100%;
	display: block
}

.home-new-hot>a>div>b {
	color: #014A8F;
	font-weight: bolder
}

.home-new-hot>a>div>span {
	color: #333
}

.home-new-hot>a>div>i:last-child {
	margin-left: 10px
}

.list-news>a {
	width: 320px;
	float: left;
	margin-right: 25px;
	font-size: 12px;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 10px;
	font-weight: bolder
}

.list-news-rela>a {
	width: 237px
}

.list-news-rela>a>.about-link {
	float: left;
	box-shadow: none;
	margin: 10px
}

.list-news-rela>a:hover>.about-link {
	border: 1px solid #014A8F;
	background: #fff;
	color: #014A8F
}

.link-more-view {
	float: left;
	width: 100%;
	border-radius: 10px;
	padding: 5px 0;
	background: #f4f4f4;
	text-align: center;
	color: gray
}

.link-more-view:hover {
	background: #cdcdcd;
	color: #014A8F
}

.list-news>a b,
.list-news>a span {
	width: calc(100% - 20px);
	float: left;
	padding: 0 10px
}

.list-news>a span,
.home-new-hot>a>span {
	font-weight: 400
}

.list-news>a:hover,
.home-new-hot>a:hover {
	background: #014A8F
}

.list-news>a:hover b,
.list-news>a:hover span,
.home-new-hot>a:hover>div>* {
	color: #fff
}

.list-news>a:nth-child(3n),
.list-news-rela>a:nth-child(4n) {
	margin-right: 0
}

.list-news-rela>a:nth-child(3n) {
	margin-right: 25px
}

.list-news>a>img {
	width: 100%
}

.list-news>a>b {
	font-size: 15px;
	color: #333;
	width: calc(100% - 20px);
	float: left
}

.list-news>a>span {
	font-size: 11px;
	line-height: 15px;
	width: calc(100% - 20px);
	float: left;
	color: #333;
	margin-top: 5px
}

.list-news-div1>a {
	width: 261px
}

.list-news-div1>a:first-child {
	width: 450px
}

.list-news-div2>a,
.list-news-div2>a:nth-child(3n) {
	width: 244px;
	margin-right: 15px
}

.list-news-div2>a:nth-child(4n) {
	margin-right: 0
}

.content-media {
	width: 100%;
	float: left;
	text-align: center
}

.content-media>ul {
	float: unset;
	width: 173px;
	margin: 0 auto
}

.content-media>ul>li {
	float: unset;
	display: inline-block
}

.reg-online {
	width: 1024px;
	float: left;
	padding: 0;
	background: url(../images/bg_div1.png) no-repeat bottom center /contain
}

.form-reg {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px
}

.slogan-reg {
	color: #014A8F;
	text-align: center;
	font-weight: 700;
	font-size: 26px;
	line-height: 35px
}

p.slogan-reg {
	font-size: 15px;
	font-weight: 400
}

.bx-controls-direction {
	top: 25%;
	position: absolute;
	width: 100%
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
	background: none;
	right: -50px
}

.doitac_slide>.bx-wrapper .bx-prev {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	left: -50px
}

.detail_title {
	color: #0B3E59;
	font-size: 21px;
	text-align: justify;
	line-height: 32px;
	width: 100%;
	float: left;
	margin-top: 20px;
	border-bottom: 1px solid #777;
	text-transform: uppercase;
	padding-bottom: 12px
}

.detail_title.text-center {
	text-align: center
}

.detail_title.no-border {
	border-bottom: 1px solid #777;
	padding-bottom: 0;
	text-transform: unset !important;
	font-size: 23px !important
}

.detail-right {
	float: right;
	width: 290px
}

.timer {
	width: 100%;
	float: left;
	color: gray;
	font-size: 13px;
	padding: 15px 0;
	font-style: italic
}

.timer .fas {
	margin-right: 5px;
	color: #d5090c;
	font-size: 16px
}

.space {
	display: inline-block;
	color: #787878;
	padding: 0 5px
}

.section-created {
	display: block;
	padding: 2px 0;
	margin-bottom: 0;
	color: #454545
}

.section-created span {
	font-weight: 700
}

.section-created .fa,
.section-created .fas,
.section-created .fab {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-right: 5px
}

.section-created .fa-user {
	color: #0ba9e6
}

.section-created .fa-eye {
	color: #cb1c1b
}

.rating {
	border: none;
	float: right
}

.rating>input {
	display: none
}

.rating>label:before {
	margin: 5px;
	font-size: 1.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005"
}

.rating>.half:before {
	content: "\f089";
	position: absolute
}

.rating>label {
	color: #ddd;
	float: right
}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label,
.rating>input:checked~label {
	color: #ffd700
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
	color: #FFED85
}

#share {
	width: 100%;
	float: left;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 5px 0;
	padding: 3px 0;
	background: #f9f9f9
}

#share a {
	width: 30px;
	height: 30px;
	margin: 6px 4px;
	float: left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	opacity: .75;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

#share a:hover {
	opacity: 1
}

#share .zalo-share-button {
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

#share i {
	position: relative;
	top: 20%;
	transform: translateY(-20%);
	font-size: 15px;
	color: #fff;
	margin-right: 0
}

#share .facebook {
	background: #3b5998
}

#share .twitter {
	background: #55acee
}

#share .googleplus {
	background: #dd4b39
}

#share .linkedin {
	background: #0077b5
}

#share .pinterest {
	background: #cb2027
}

.detail-content {
	width: 100%;
	float: left;
	padding: 10px 0;
	color: #333;
	font-size: 15px;
	line-height: 25px
}

.detail-desc {
	color: #10605b;
	text-align: justify;
	line-height: 22px;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 20px
}

.detail-left {
	width: 710px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	background: #fff;
	font-size: 15px
}

.detail-content h2 {
	font-size: 18px;
	color: #005aae
}

.detail-content figure {
	padding: 5px;
	background: #F7f7f7
}

.detail-content img {
	max-width: 100%;
	margin: 5px 0;
	height: auto
}

.detail-content ol,
.detail-content ul {
	margin: 10px 0 10px 25px;
	list-style: unset
}

.detail-content ol,
.detail-content ul li {
	padding: 0 5px
}

.detail-content.detail-nganh ul {
	margin: unset;
	list-style: unset
}

.detail-content h1,
.detail-content h2 {
	font-size: 20px;
	margin: 15px 0;
	line-height: 26px
}

.detail-content h3 {
	font-size: 18px
}

.detail-content h4 {
	font-size: 16px
}

.detail-content table {
	border: 1px solid #ddd;
	width: 100%
}

.detail-content table th,
.detail-content table td {
	border: 1px solid #ddd;
	text-align: left
}

.detail-content a {
	color: #1776c1;
	text-decoration: none
}

.detail-content a:hover {
	color: #1d92ee
}

.detail-content p {
	margin: 5px 0
}

.detail-content-item {
	width: 100%;
	float: left;
	padding: 10px 0;
	color: #333;
	font-size: 15px;
	line-height: 25px
}

.detail-content-item h2 {
	font-size: 18px;
	color: #005aae
}

.detail-content-item figure {
	padding: 5px;
	background: #fff
}

.detail-content-item img {
	max-width: 100%;
	margin: 5px 0;
	height: auto
}

.detail-content-item ol,
.detail-content-item ul {
	margin: 10px 0 10px 25px
}

.detail-content-item ul {
	list-style: unset
}

.detail-content-item ol,
.detail-content-item ul li {
	padding: 0 5px
}

.detail-content-item h1,
.detail-content-item h2 {
	font-size: 20px;
	margin: 15px 0;
	line-height: 26px
}

.detail-content-item h3 {
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
}
.detail-content-item h3 span,.detail-content-item h3 span strong {
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
}
.detail-content-item h4 {
    font-size: 13px;
    font-family: 'Roboto', sans-serif !important;
}
.detail-content-item h4 span,.detail-content-item h4 span strong {
    font-size: 13px;
    font-family: 'Roboto', sans-serif !important;
}

.detail-content-item table {
	border: 1px solid #ddd;
	width: 100%
}

.detail-content-item table th,
.detail-content-item table td {
	border: 1px solid #ddd;
	text-align: left
}

.detail-content-item a {
	color: #1776c1;
	text-decoration: none
}

.detail-content-item a:hover {
	color: #1d92ee
}

.detail-content-item p {
	margin: 10px 0
}

.left_box,
.right_box {
	width: 100%;
	float: left;
	background: #fff;
	margin-bottom: 20px
}

.right_box_title {
	width: calc(100% - 10px);
	float: left;
	color: #014A8F;
	margin: 10px 0
}

.right_box_title>span {
	color: #014A8F;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 18px;
	float: left;
	position: relative
}

.right_box_title>a {
	text-decoration: underline;
	font-style: italic;
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: 400
}

.right_list_1,
.right_list_1 {
	list-style-type: none;
	float: left;
	width: 100%;
	padding: 0 0 10px;
	margin: 0
}

.right_list_1>li {
	padding: 5px;
	width: calc(100% - 10px);
	float: left;
	border-bottom: 1px solid #cdcdcd
}

.right_list_1>li>a>span {
	padding: 2px 5px;
	float: left;
	background: #014A8F;
	color: #fff;
	margin-right: 5px;
	border-radius: 5px
}

.right_list_1>li:hover {
	background: #f4f4f4
}

.right_list_1>li a,
.right_list_1>li a {
	color: gray
}

.left_list_1 {
	max-width: 339px;
	float: left;
	border-right: 1px solid #cdcdcd
}

.left_list_1:last-child {
	border: none
}

.left_list_1>li {
	border: none;
	margin: 0 10px;
	padding: 0
}

.left_list_1>li:first-child {
	border-bottom: 1px solid #cdcdcd;
	padding: 5px 0
}

.left_list_1>li>a {
	font-size: 12px
}

.left_list_1>li:first-child>a>img {
	width: 100%
}

.left_list_1>li:first-child>a>b {
	font-size: 15px;
	color: #333;
	width: 100%;
	float: left
}

.left_list_1>li:first-child>a>span {
	font-size: 11px;
	line-height: 15px;
	width: 100%;
	float: left
}

.left_list_1>li .fa-circle {
	font-size: 5px;
	vertical-align: middle;
	color: orange
}

.slide_home>.bx-wrapper>.bx-has-controls-direction {
	width: 45px !important;
	position: absolute !important;
	right: 0 !important;
	top: 15px !important
}

.slide_home>.bx-wrapper>.bx-has-controls-direction>.bx-controls-direction>a {
	background: #f7d1d3 !important;
	text-indent: unset !important;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin: 0
}

.slide_home>.bx-wrapper>.bx-has-controls-direction>.bx-controls-direction>a.bx-next {
	right: 0 !important
}

.slide_home>.bx-wrapper>.bx-has-controls-direction>.bx-controls-direction>a.bx-prev {
	left: 0 !important
}

.slide_home ul>li>a>span {
	color: #333
}

.box_list1,
.box_list1_right>a,
.box_list1_left>a {
	width: 100%;
	float: left
}

.box_list1 img {
	border-radius: 5px
}

.box_list1_left {
	float: left;
	width: 50%
}

.box_list1_left>a>b {
	font-size: 15px;
	color: #333;
	width: 100%;
	float: left
}

.box_list1_left>a>span {
	font-size: 11px;
	line-height: 15px;
	width: 100%;
	float: left;
	color: gray
}

.box_list1_right {
	width: calc(50% - 10px);
	float: right
}

.box_list1_right>a {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd
}

.box_list1_right>a:last-child {
	border: none
}

.box_list1_right>a>img {
	width: 100px;
	float: left
}

.box_list1_right>a>span {
	color: #333;
	float: left;
	margin-left: 10px;
	width: calc(100% - 110px)
}

.detail-news-relative {
	width: 100%;
	float: left
}

.detail-news-relative>.detail_title {
	font-family: UTMAVO;
	font-size: 20px;
	margin-bottom: 10px
}

.detail-news-relative>.right_list_1 {
	width: 100%;
	float: left
}

.detail-news-relative>.right_list_1>li {
	width: 100%;
	float: left;
	border: none;
	margin: 0;
	padding: 0
}

.detail-news-relative>.right_list_1>li>a {
	color: #333
}

.detail-news-relative>.right_list_1>li>a:hover {
	color: #0b7691
}

.detail-news-relative>.right_list_1>li>a>.fa-circle {
	color: #0b7691
}

.list-image {
	float: left;
	width: 100%
}

.list-image>a {
	float: left;
	width: 196px;
	margin-right: 11px
}

.list-image>a:last-child {
	float: right;
	margin-right: 0
}

.list-image>a>img {
	width: 100%;
	float: left
}

.list-image>a>span {
	color: #333
}

.list-image>a:hover span {
	color: #014A8F
}

.box-view-more {
	float: right;
	font-size: 13px;
	font-style: italic;
	text-decoration: underline;
	color: gray;
	text-transform: lowercase;
	font-weight: 400
}

.w100 {
	width: 100%
}

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

.box_list_cate>a>img {
	width: 300px;
	float: left
}

.box_list_cate>a>span,
.box_list_cate>a>b {
	color: gray;
	float: left;
	font-size: 11px;
	margin-left: 10px;
	width: calc(100% - 310px)
}

.box_list_cate>a>b {
	font-size: 15px;
	color: #333
}

.doitac {
	width: 1024px;
	float: left;
	padding: 20px;
	min-height: 150px;
	padding-top: 20px
}

.doitac_slide {
	width: 100%;
	float: left;
	margin: 30px 0
}

.bx-wrapper .bx-viewport {
	background: transparent
}

#bxslider2>li,
#bxslider3>li,
#bxslider4>li,
#slide-news-hot>div {
	padding-bottom: 50px
}

.adv {
	display: block
}

.adv img {
	max-width: 100%
}

.breadcrumbs-detail {
	width: 100%;
	float: left
}

.breadcrumbs-detail>li {
	list-style-type: none;
	float: left;
	margin: 0 2px
}

.breadcrumbs-detail>li>a,
.breadcrumbs-detail>li>i {
	color: gray
}

.breadcrumbs-detail>li.current>a {
	color: #1B387C
}

.contact {
	width: 1024px;
	float: left;
	padding: 20px calc((100% - 1024px)/2);
	position: relative;
	background: #1B387C
}

.line-footer {
	width: 80%;
	float: left;
	border-top: none !important;
	border-bottom: 1px solid #fff;
	margin: 10px 0 !important
}

.fromReg.showPopup .line-footer {
	margin: 10px 20% !important
}

.line-footer>div {
	border-top: 1px solid #f4f4f4;
	width: 80%;
	float: left;
	margin-left: 0 !important;
	margin-bottom: 5px
}

.contact_text,
.contact_menu {
	float: left;
	width: 45%;
	font-size: 13px;
	color: #fff
}

.contact_text>p {
	clear: both
}

.contact_menu {
	width: 25%;
	padding: 0 0 0 5%
}

.menu_footer a,
.contact_text a {
	color: #fff;
	font-weight: 400
}

.menu_footer a:hover,
.contact_text a:hover {
	text-decoration: underline
}

.contact_social>ul>li>a {
	font-weight: 400
}

.contact_detail>div,
.contact_social>ul>li>a {
	color: #fff
}

.contact_social {
	width: 25%;
	float: right;
	border-radius: 5px;
	text-align: center
}

.contact_social>h3 {
	color: #fff
}

ul.social>li {
	display: inline-block;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	padding: 10px;
	text-align: center
}

ul.social>li:first-child {
	padding-left: 0
}

ul.social>li :hover {
	opacity: .7
}

ul.social>li .fab {
	color: #fff;
	font-size: 35px
}

.detail-nganh table,
.detail-nganh table tr,
.detail-nganh table td {
	border-collapse: unset !important;
	border: none !important;
	text-align: justify
}

.detail-nganh table tr td:nth-child(2n) {
	text-align: right;
	width: 30% !important
}

.detail-nganh table tr td:nth-child(2n)>img {
	width: 95%
}

.title_nganh {
	color: #fff;
	height: 30px;
	float: left;
	font-size: 18px;
	line-height: 30px;
	width: calc(100% - 100px);
	padding-left: 100px;
	background: url(../images/icon_title_nganh.jpg) no-repeat top left;
	background-color: #004B8F;
	border-bottom: none;
	margin-top: 13px;
	font-weight: 400;
	margin-bottom: 10px
}

.detail-nganh>table:first-child {
	width: calc(100% - 22px);
	float: left;
	padding: 0px 10px;
	border-radius: 5px;
	border: 1px solid #004B8F !important;
	color: #004B8F;
	border-collapse: unset !important
}

.detail-nganh>table:first-child tr,
.detail-nganh>table:first-child tr td {
	border: none
}

.detail-nganh>p.list,
.detail-nganh>h2.list {
	float: left;
	width: calc(100% - 45px);
	padding-left: 45px;
	line-height: 30px;
	color: #004B8F;
	border-bottom: 1px solid #004B8F;
	position: relative;
	font-weight: 700;
	font-size: 15px
}

.detail-nganh>p.list>strong,
.detail-nganh>h2.list>strong,
.detail-nganh>h4.list>strong {
	height: 30px;
	color: #fff;
	background: url(../images/bg_list_nganh.png) no-repeat top left;
	background-color: #fff;
	width: 36px;
	left: 0;
	bottom: -1px;
	position: absolute;
	text-transform: uppercase;
	text-align: center
}

.detail-nganh>p.list,
.detail-nganh>h2.list {
	float: left;
	margin: 20px 0 10px
}

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

.child_list>li {
	line-height: 25px;
	list-style: none;
	margin-top: 10px
}

.child_list>li>strong:first-child {
	color: #fff;
	background: url(../images/bg_chilld_list.png) no-repeat top left;
	font-size: 10px;
	width: 28px;
	height: 11px;
	float: left;
	font-size: 10px;
	margin-right: 10px;
	line-height: 11px;
	text-align: center;
	margin-top: 9px
}

.list-star>li {
	background: url(../images/list_star.png) no-repeat top left;
	float: left;
	list-style: none;
	width: calc(100% - 40px);
	padding: 5px 0 5px 35px !important
}

.list-star>li:last-child {
	padding: 5px 0 15px 35px
}

.detail-nganh .fa-hand-point-right {
	font-size: 26px;
	color: #004B8F;
	padding-right: 5px
}

.detail-nganh>table.hoso {
	width: calc(100% - 22px);
	float: left;
	padding: 10px;
	margin-top: 20px;
	background: #C1E1FF;
	color: #004B8F;
	font-size: 16px;
	line-height: 25px;
	border: 2px dashed #004B8F !important;
	border-collapse: unset !important
}

.detail-nganh>table.hoso p {
	margin-bottom: 10px
}

.reg_nganh {
	display: inline-block;
	padding: 15px 30px;
	font-size: 20px;
	line-height: 25px;
	border: 1px solid #004B8F;
	color: #004B8F;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin: 20px 10px;
	border-radius: 5px
}

.reg_nganh:hover,
.reg_nganh:visited,
.reg_nganh.active {
	color: #F8C933 !important;
	background: #004B8F;
	box-shadow: 5px 5px 10px #cdcdcd
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(114, 35, 45, 0.6)
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #014A8F
}

.slide_news a>b {
	color: #014A8F;
	width: 100%;
	float: left;
	padding: 5px 0
}

.slide_news a>span {
	color: gray
}

.mgt10 {
	margin-top: 10px
}

.mgt20 {
	margin-top: 20px
}

.mgt30 {
	margin-top: 30px
}

.mgb0 {
	margin-bottom: 0
}

.mgb10 {
	margin-bottom: 10px
}

.mgb30 {
	margin-bottom: 30px
}

.pdt0 {
	padding-top: 0 !important
}

.pdb10 {
	padding-bottom: 10px
}

.pdb20 {
	padding-bottom: 20px
}

.pdb30 {
	padding-bottom: 3px
}

.text-center,
.right_box_qc {
	text-align: center
}

.no-border {
	border: none !important
}

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

.fr {
	float: right
}

.text-up {
	text-transform: uppercase
}

.background-none {
	background: none
}

.border-top1 {
	border-top: 1px solid #cdcdcd
}

.border-bottom1 {
	border-bottom: 1px solid #cdcdcd
}

.bor-right-none {
	border-right: none
}

.bg-white {
	background: #fff
}

.wl50m5 {
	width: calc(50% - 10px);
	float: left
}

.wl50m5:nth-child(2) {
	float: right
}

.wl40 {
	width: calc(40% - 10px);
	float: left
}

.wl60 {
	width: calc(60% - 10px);
	float: left
}

.btn_link_regs {
	background: #FFCA00;
	color: #094080;
	padding: 20px;
	float: left;
	width: 987px;
	text-align: center;
	font-size: 21px;
	border-radius: 10px;
	text-transform: uppercase;
	margin-top: -10px
}

.container-content.slideCate.pic.slide_image {
	background: #033c7d
}

.container-content.slideCate.pic.slide_image .left_box_title {
	color: #fff;
	border-bottom: 1px solid #fff
}

container-content slideCate pic slide_image ul li a:hover {
	color: #fff
}

.btn_link_regs:hover {
	background: #094080;
	color: #fff
}

.hidden {
	display: none
}

.contact_menu h5,
.contact_social h5 {
	font-size: 15px;
	color: #fff;
	font-weight: 700
}

.coccoc-alo-phone {
	position: fixed;
	visibility: hidden;
	background-color: transparent;
	width: 200px;
	height: 200px;
	cursor: pointer;
	z-index: 16000001 !important;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: visibility 0.5s;
	-moz-transition: visibility 0.5s;
	-o-transition: visibility 0.5s;
	transition: visibility 0.5s;
	left: -55px;
	bottom: -58px;
}

.coccoc-alo-phone.coccoc-alo-show {
	visibility: visible;
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

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

.detail-content-item h1,
.detail-content-item h2 span strong span,
.detail-content-item h2 span strong,
.detail-content-item h2 span {
	font-family: inherit !important;
}

.detail-content-item a strong {
	font-family: 'Roboto', sans-serif !important;
}

.coccoc-alo-ph-circle,
.coccoc-alo-ph-circle-fill {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-moz-transform-origin: 50% 50%;
	position: absolute;
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}

.coccoc-alo-phone.coccoc-alo-static {
	opacity: 0.6;
}

.coccoc-alo-phone.coccoc-alo-hover,
.coccoc-alo-phone:hover {
	opacity: 1;
}

.coccoc-alo-ph-circle {
	width: 160px;
	height: 160px;
	top: 20px;
	left: 20px;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #bfebfc;
	opacity: 0.1;
	-webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle {
	-webkit-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
	animation: coccoc-alo-circle-anim 1.1s infinite ease-in-out !important;
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle {
	-webkit-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
	animation: coccoc-alo-circle-anim 2.2s infinite ease-in-out !important;
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone:hover .coccoc-alo-ph-circle {
	border-color: #00aff2;
	opacity: 0.5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
	border-color: #75eb50;
	border-color: #baf5a7 9;
	opacity: 0.5;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
	border-color: #f20000;
	border-color: #bfebfc 9;
	opacity: 0.5;
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle {
	border-color: #ccc;
	opacity: 0.5;
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle {
	border-color: #75eb50;
	opacity: 0.5;
}

.coccoc-alo-ph-circle-fill {
	width: 100px;
	height: 100px;
	top: 50px;
	left: 50px;
	background-color: #000;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 0.1;
	-webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-circle-fill {
	-webkit-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
	animation: coccoc-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-circle-fill {
	-webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
	opacity: 0 !important;
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone:hover .coccoc-alo-ph-circle-fill {
	background-color: #00aff2 9;
	opacity: 0.75 !important;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
	background-color: #baf5a7 9;
	opacity: 0.75 !important;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
	background-color: #a6e3fa 9;
	opacity: 0.75 !important;
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-circle-fill {
	background-color: #ccc 9;
	opacity: 0.75 !important;
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-circle-fill {
	background-color: rgba(117, 235, 80, 0.5);
	opacity: 0.75 !important;
}

.coccoc-alo-ph-img-circle {
	width: 60px;
	height: 60px;
	top: 70px;
	left: 70px;
	position: absolute;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) center center no-repeat rgba(30, 30, 30, 0.1);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: 0.7;
	-webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.coccoc-alo-phone.coccoc-alo-active .coccoc-alo-ph-img-circle {
	-webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
	animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.coccoc-alo-phone.coccoc-alo-static .coccoc-alo-ph-img-circle {
	-webkit-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
	-moz-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
	-ms-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
	-o-animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
	animation: coccoc-alo-circle-img-anim 0s infinite ease-in-out !important;
}

.coccoc-alo-phone.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone:hover .coccoc-alo-ph-img-circle {
	background-color: #00aff2;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
	background-color: #75eb50 9;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
	background-color: #f20000;
}

.coccoc-alo-phone.coccoc-alo-gray.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-gray:hover .coccoc-alo-ph-img-circle {
	background-color: #ccc;
}

.coccoc-alo-phone.coccoc-alo-gray .coccoc-alo-ph-img-circle {
	background-color: #75eb50;
}

@-moz-keyframes coccoc-alo-circle-anim {
	0% {
		-moz-transform: rotate(0) scale(0.5) skew(1deg);
		opacity: 0.1;
		-moz-opacity: 0.1;
		-webkit-opacity: 0.1;
		-o-opacity: 0.1;
	}

	30% {
		-moz-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;
		-moz-opacity: 0.5;
		-webkit-opacity: 0.5;
		-o-opacity: 0.5;
	}

	100% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
		-moz-opacity: 0.6;
		-webkit-opacity: 0.6;
		-o-opacity: 0.1;
	}
}

@-webkit-keyframes coccoc-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;
	}
}

@-o-keyframes coccoc-alo-circle-anim {
	0% {
		-o-transform: rotate(0) kscale(0.5) skew(1deg);
		-o-opacity: 0.1;
	}

	30% {
		-o-transform: rotate(0) scale(0.7) skew(1deg);
		-o-opacity: 0.5;
	}

	100% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		-o-opacity: 0.1;
	}
}

@-moz-keyframes coccoc-alo-circle-fill-anim {

	0%,
	100% {
		-moz-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		-moz-transform: rotate(0) -moz-scale(1) skew(1deg);
		opacity: 0.2;
	}
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {

	0%,
	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}
}

@-o-keyframes coccoc-alo-circle-fill-anim {

	0%,
	100% {
		-o-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		-o-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}
}

@-moz-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10%,
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20%,
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}

	100%,
	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
	}
}

@-webkit-keyframes coccoc-alo-circle-img-anim {

	0%,
	100%,
	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	10%,
	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20%,
	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
}

@-o-keyframes coccoc-alo-circle-img-anim {

	0%,
	100%,
	50% {
		-o-transform: rotate(0) scale(1) skew(1deg);
	}

	10%,
	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20%,
	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

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

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

@-moz-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

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

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

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

@-o-keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

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

@keyframes fadeOutRight {
	0% {
		opacity: 1;
	}

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

@-moz-keyframes coccoc-alo-circle-anim {
	0% {
		transform: rotate(0) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

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

	30% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@-o-keyframes coccoc-alo-circle-anim {
	0% {
		transform: rotate(0) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@keyframes coccoc-alo-circle-anim {
	0% {
		transform: rotate(0) scale(0.5) skew(1deg);
		opacity: 0.1;
	}

	30% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.5;
	}

	100% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.1;
	}
}

@-moz-keyframes coccoc-alo-circle-fill-anim {

	0%,
	100% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {

	0%,
	100% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}
}

@-o-keyframes coccoc-alo-circle-fill-anim {

	0%,
	100% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}
}

@keyframes coccoc-alo-circle-fill-anim {

	0%,
	100% {
		transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.2;
	}

	50% {
		transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.2;
	}
}

@-moz-keyframes coccoc-alo-circle-img-anim {

	0%,
	100%,
	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10%,
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20%,
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
}

@-webkit-keyframes coccoc-alo-circle-img-anim {

	0%,
	100%,
	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10%,
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20%,
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
}

@-o-keyframes coccoc-alo-circle-img-anim {

	0%,
	100%,
	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10%,
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20%,
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
}

@keyframes coccoc-alo-circle-img-anim {

	0%,
	100%,
	50% {
		transform: rotate(0) scale(1) skew(1deg);
	}

	10%,
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20%,
	40% {
		transform: rotate(25deg) scale(1) skew(1deg);
	}
}

#coccoc-alo-wrapper {
	position: fixed;
	width: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	z-index: 2000000;
	overflow: visible;
	display: none;
	color: #383838;
}

#coccoc-alo-wrapper.night-mode {
	color: #fff;
}

.coccoc-alo-popup-close {
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px;
	position: absolute !important;
	right: -15px !important;
	top: -15px !important;
	height: 30px !important;
	width: 30px !important;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NjRGMTI2QTcxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NjRGMTI2QTYxNDBFMTFFNUFENEZCRDVFQ0JDQjQyQzIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5iCEbHAAABl0lEQVR42sSXS07DMBCGnSKyDorEAVjACTgCIEVlXU5R9QjlCk3VAzTrLhMJ2NIVJ2DDuo9EsKUszEw0kaIQbI+bxy/9UhRP5pMcjz12pJTCQKfgO/AN+Bp8AfZo7Av8AX4Dv4CfwD/ajAhW2ANPwTtprj1946lyq6AP4I2014ZyGINPwAvZnBaUUwnGgJVsXqsqvAoOZXua/wceyfY1KngOlROWxjv4XLSrHfgKS3BALyYdQAUxJkUdu7o6jeNYZlmmnUeMwViNkOUieKiLTNNURlGkhOPYcrnMYw00RPDMJFIFZ0JRIYJfTaPr4BZQ1Fow9+EcgCAEWkLz/4zl9A1rzOUsTQCKJEny5yAIhO/73NV9GNjUhOM4tc8scae6PL3laedONYLXNtC6f85dXDNb6BHw0GgDKaCqxEz4fbFlpk1smQjnbJmCeqSuNO3jWNyDL8vHIrao4w6OxTGx/rQ+8z5an16bvd7a22pDvz0CuOU29NUrzKOuzqvlTN8orzAO89J2W7q0ndHYZ+nS9kw+6BL+CjAAEvDTBJC9qhAAAAAASUVORK5CYII=);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer !important;
	-webkit-transition: 0.3s ease-out !important;
	-moz-transition: 0.3s ease-out !important;
	-o-transition: 0.3s ease-out !important;
	transition: 0.3s ease-out !important;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup-close {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUY2REUyNDQxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUY2REUyNDMxNDE2MTFFNThBNEJENTVFNDA2QjFFOUEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjVmYzc3OTY1LWUxNWUtNGU0Ni04ODFjLTBlOTQ3YjBmMzBmNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZWEyNDI5ZC0yYmI3LWYzNDMtYjBjZi1jMGJjYTE4ODRmZjkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz56uyuzAAABfUlEQVR42sSXvU7DMBDHYxCdw8IDMMCWTDwCdClznLcJr9BUfYs+ALDSqXMisTD3S4K1MBx3kS1ZVuqvNslf+kuRfL5f5OTsMwOAyEFX6DH6Ef2AvkXHYuwH/YVeod/Rr+g/a0YCGxyjC/QW3LUTc2JTbhOUo9cQrrXI4Qy+RM/hfJqLnEYwBSzg/FrocB1cQneaHQNn0L0yyWOinKg0PtE3Ubfaou+bEhRvUEB/KuRSj2x1muc51HVtzUgxnHNbGLFGBJ7YIquqgjRNjXAaS5KkiXXQhMBTl0gT3BNKKgn84RrdBg+AkpaR5z7cAAhEwEBo850JfPCdJeGBUNLhIqQYGWOtz17yXWp1edVlD1nqZQi07Zv7/lzTUOgJ8NJpA5FQU2JP+LPcMvfGIyXLnBISnGJdt8xBDom+j8Ud+k49FvtqBPix1mc2ROszaLM3WHurN/SbE4Ab34Zev8K82Opc017MMV5hmOel7Um5tF2LsW/l0vYm/GtL+C/AAAHy+OD95QLeAAAAAElFTkSuQmCC);
}

#coccoc-alo-wrapper .coccoc-alo-popup-close:hover {
	opacity: 0.6 !important;
}

.coccoc-alo-popup {
	display: inline-block;
	position: relative;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYZCyIUPNCUUwAAAA1JREFUCNdj+P///2cACe8D8SyfS4EAAAAASUVORK5CYII=);
	-webkit-transition: 0.6s ease-out;
	-moz-transition: 0.6s ease-out;
	-o-transition: 0.6s ease-out;
	transition: 0.6s ease-out;
	margin: 0 auto;
	z-index: 200001;
	text-align: center;
	padding: 60px 75px;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wYZCyAMHYpuhwAAAA1JREFUCNdjMDY2/gwAAsMBjX/tf+YAAAAASUVORK5CYII=);
}

#coccoc-alo-wrapper .coccoc-alo-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=);
	top: 0;
	left: 0;
	z-index: 200000;
}

.coccoc-alo-popup h3 {
	font-size: 24px;
	margin: 0 0 40px;
	font-family: "Open Sans";
	font-weight: 300;
	white-space: nowrap;
}

.night-mode .coccoc-alo-popup h3 {
	font-size: 23px;
}

.night-mode .coccoc-alo-message {
	padding-bottom: 0;
}

.coccoc-alo-message {
	height: 32px;
	padding: 18px 0 13px;
	text-align: center;
	clear: both;
	font-size: 14px;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .label,
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .label+.input {
	float: left;
	width: 49%;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper .input {
	padding: 0 13px;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper label {
	color: #616161;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	padding-right: 15px;
}

.coccoc-alo-number {
	color: #00bed5;
	font-size: 28px;
	font-family: Montserrat, "Lucida Console", Monaco, monospace, sans-serif;
	font-weight: 400;
	background-color: transparent;
	border: none;
	border-width: 0;
	display: inline-block;
	border-bottom: #00bed5 solid 1px;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 221px;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit,
#coccoc-countdown,
.coccoc-alo-request-time {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

coccoc-alo-number::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

.night-mode .coccoc-alo-number {
	border: 1px solid #00bed5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 13px 31px;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"].valid-invalid {
	color: #ff496b;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]:focus {
	outline: 0;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-webkit-input-placeholder {
	color: #d1d1d1;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-ms-input-placeholder {
	color: #d1d1d1;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
	color: #d1d1d1;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-webkit-input-placeholder {
	color: #60615f;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-ms-input-placeholder {
	color: #60615f;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-input-wrapper input[type="text"]::-moz-placeholder {
	color: #60615f;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit {
	border: none;
	border-width: 0;
	padding: 20px 40px;
	background-color: #333;
	-webkit-border-radius: 68px;
	-moz-border-radius: 68px;
	border-radius: 68px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	outline: 0 !important;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup .coccoc-alo-submit {
	background-color: #00bed5;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submitavtive,
#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submitvisited {
	outline: 0 !important;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit-moz-focus-inner {
	border: 0;
}

#coccoc-alo-wrapper .coccoc-alo-popup .coccoc-alo-submit:hover {
	background-color: #00aff2;
}

.coccoc-alo-blur {
	-webkit-filter: blur(3px);
	-ms-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
	filter: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxmaWx0ZXIgaWQ9ImJsdXIiPjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjMiLz48L2ZpbHRlcj48L3N2Zz4jYmx1cg==#blur);
}

#coccoc-countdown {
	padding-top: 20px;
	font-size: 28px;
	font-weight: 300;
}

.coccoc-alo-request-time {
	padding: 6px 12px;
	font-size: 18px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-request-time {
	color: #fff;
	background-color: #515350;
	border: 1px solid #606260;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-popup h3 {
	margin-bottom: 15px;
}

#coccoc-alo-wrapper.night-mode .coccoc-alo-form .coccoc-alo-select-wrapper {
	margin-bottom: 35px;
}

.coccoc-alo-table {
	display: table;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.coccoc-alo-cell {
	display: table-cell;
	text-align: center;
}

.valid-invalid-message {
	font-size: 13px;
	color: #ff496b;
}

.valid-invalid-message:before {
	content: "* ";
}

#M_Hotline {
	padding: 8px 15px;
	position: fixed;

	left: 82px;
	z-index: 16000001;
	color: #fff;
	font-size: 16px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	background-color: #da360f;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ea0000), to(#da360f));
	background: -webkit-linear-gradient(top, #da360f, #ea0000);
	background: -moz-linear-gradient(top, #da360f, #ea0000);
	background: -ms-linear-gradient(top, #da360f, #ea0000);
	background: -o-linear-gradient(top, #da360f, #ea0000);
}

#M_Hotline .fa {
	font-size: 20px;
	color: #ffe603;
}

#M_Hotline a {
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-shadow: 0 0 1px #111;
}

#getresponse .nav a,
.box-register-categories .nav a {
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #111;
	font-weight: 700;
	cursor: pointer;
}

#M_Hotline:hover {
	background-color: #ffa922;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffcc41), to(#ffa922));
	background: -webkit-linear-gradient(top, #ffa922, #ffcc41);
	background: -moz-linear-gradient(top, #ffa922, #ffcc41);
	background: -ms-linear-gradient(top, #ffa922, #ffcc41);
	background: -o-linear-gradient(top, #ffa922, #ffcc41);
}
