/*================ Css Reset ================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,
center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
body {
	line-height: 1;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
}
button:focus {
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
select::-ms-expand {
	display: none;
}
label {
	font-weight: normal;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	width: 100%;
}


body {
  font-weight: 400;
  font-family: 'Microsoft Yahei', serif;
}
.wrapper {
  position: relative;
}

h1 {
  font-size: 70px;
  line-height: 70px;
}
h2 {
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 2px;
}
h3 {
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 2px;
}
h4 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 3px;
}

html:lang(pt_BR) #signin .modal-body h4, html:lang(en_US) #signin .modal-body h4{
	font-size: 22px;
}

h5 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 1px;
}
h6 {
  font-size: 18px;
  line-height: 24px;
}
a {
  display: block;
  transition: 0.2s linear;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color:#FFF;
}
p {
  color: #FFF;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
ul li,ol li {
  color: #0c1628;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  letter-spacing: 1px;
}

/* Input */
input {
  background-color: #f4f7ff;
  height:30px;
  width: 180px
}
input::-webkit-input-placeholder {
  font-size: 12px;
}
input::-moz-placeholder {
  font-size: 12px;
}
input:-ms-input-placeholder {
  font-size: 12px;
}
input:-moz-placeholder {
  font-size: 12px;
}

/* Title Head */
.title-head {
  text-align: center;
  font-size: 32px;
  color: #39335b;
  margin-bottom: 60px;
  letter-spacing: 3px;
}
.animatedParent {
  overflow: hidden;
}
.container{
  padding-right: 0;
  padding-left: 0;
}
/*================ Header Style ================*/
header {
  font-family: 'Microsoft Yahei', serif;
  position: relative;
  margin: 0;
  background-color: #0c1628;
  /* Old browsers */
  background: -moz-linear-gradient(to bottom, #142a63 0%,#5478d8 50%,#9eb9ff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to bottom, #142a63 0%,#5478d8 50%,#9eb9ff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to bottom, #142a63 0%,#5478d8 50%,#9eb9ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1628', endColorstr='#0c1628',GradientType=0 );
  /* IE6-9 */
}


header.index {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	margin: 0;
	/*background-color: transparent;*/
  height: 140px;
}

.top{
    height:100px;
    min-width:1050px;
   
}
.top .logo{
    display:block;
    width:280px;
    float:left;
    margin-top:21px;
    line-height: 0;
    overflow:hidden;
}
.top .logo img{
    height:58px;
    max-width:280px;
}
.top .title{
    width: 390px;
    float:left;
    margin-top:15px;
    padding-left:100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .title img{
    height:72px;
    max-width:290px;
    margin: 0 auto;
}


.header .btn1 {
    float: right;
    display:inline-block;
    height:38px;
    line-height:38px;
    margin: 31px 0 0 0;/*(100-38)/2*/
    font-size:1rem;
    border-radius:30px;
    background:#36a0f9;
    padding: 0 20px;
    /*border:2px solid #b7e24e;*/
    color:#fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
header .btn1 img{
    width:18px;
    margin-right: 5px;
    vertical-align:middle;
}
header .btn1:hover {
    background:#0b2755;
}

.container.desktop-menu{
    z-index: 2;
    margin: 0 auto;
    background-color: #334e99;
    height: 40px;
    line-height: 40px;
    width:100%;
}

.navbg{
    height:40px;
/*    background-color:#095a79;*/
    line-height:40px;
    margin:0 auto;
    width:1050px;
}
.nav{
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
}
.nav li{
    float:left;
    height:40px;
    width:102px;
    margin:0 12.5px;
    text-align:center;
    position:relative;
    left:50%
}

html:lang(pt_BR) .nav li{
	width:auto;
}

.nav li a{
    color:#FFFFFF;
    font-size:15px;
}
.nav li:hover{
    background-color:#36a0f9;
}
.section_1{
  background-image: url(../image/bg.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}
.section_1 .event_logo{
  /*width:100%;
  margin-top: -10px;*/
  width: 40%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}



/*================ Content ================*/
.account_field{
/*  background:rgba(255, 255, 255, 0.5);*/
  padding: 6px 0;
  width: 100%;
  margin:0 auto;
}
.account_field label{
  color:#FFF;
  text-align: left;
}

.account_field a{
  background:#40cbff;
  color:#fff;
  line-height: 26px;
  margin-top: 0;
}
.account_field a:hover,.account_field a:focus{
    background:#0b2755;
    color:#fff;
}
.account_field .form-inline{
/*  width:1050px;*/
  margin:0 auto;
}
.account_field .form-group{
  position: relative;
  margin:0 auto;
}
.form-inline .form-group ul{
  display:inline-flex;
}
.form-inline .form-group ul li{
  height: 36px;
  line-height: 36px;
  margin-top:10px;
  margin-left:.5rem;
}
.account_field ul li input{
    border:none;
    border-radius: 2px;
    float: right;
    height: 36px;
    padding:5px;
}

.account_field ul li .verifyimg{
    position: absolute;
    right:80px;
    top:14px;
}

html:lang(pt_BR) .account_field ul li .verifyimg{
	 right:180px;
}

.neir{
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
  text-align: left;
  border-radius: 7px;
}
.nei{
  position: relative;
}
.inside h4{
  text-align: center;
  /*background: url(../images/ci/title_img.png) no-repeat  center;*/
  background-size: contain;
  color: #FDD005;
  margin:20px 0;
}


/* events */
.events {
  padding: 20px 0 0;
  background-size: cover;
  background:linear-gradient(to bottom, #1089ec 0%,#4485f1 50%,#223b7a 100%);
}
.events h2 {
  font-size: 46px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: 'Microsoft Yahei', serif;
}
.events p {
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: #727272;

}
.info-events {
  padding: 10px 20px 20px 20px;
	margin-bottom:50px;
  box-shadow: 1px 1px 30px rgba(14, 21, 34, 0.07);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  display: inline-block;
}
.info-events h4 {
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 2px;
}

.blue{color: #3c7bff;}
.red{color:#ff5858;}

/* 04. Footer */
footer {
  background-color:#0c306d;
}

.copyright {
	width: 100%;
	height:50px;
	display: inline-block;
	text-align: center;
}
.copyright p {
  font-size: 12px;
	line-height: 50px;
	font-family: sans-serif;
	margin: 0;
  color: rgba(255, 255, 255, 0.7);
}


/*================ Mobile Menu Style ================*/
/**
	Navigation File
	1. Mobile Menu
	2. Mobile Menu Btn
    3. Mobile Btn - Mobile's Brand
    4. Mobile's Brand Menu
 **/
/*=======
/* 01. Mobile Menu */
.mobile-menu {
  display: none;
  width: 100%;
	height: 50%;/*100vh*/
}

.mobile-menu .inside {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
	box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);	
}
.mobile-menu .menu {
  padding: 50px 0 0 0;
}
.mobile-menu .button-header {
  padding-bottom: 15px;
}
.mobile-menu .logo {
  padding: 30px 0 0;
}
.mobile-menu .menu li {
  width: 100%;
  padding: 15px 0;
  margin-right: 0;
  border-bottom: 1px dashed rgba( 255, 255, 255, .4);
}
.mobile-menu .menu li:before {
  bottom: 15px;
}
.mobile-menu .menu .sub-menu {
  margin: 20px auto 0;
  position: static;
  left: auto;
  -ms-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1);
  opacity: 1;
  visibility: visible;
}
.mobile-menu .menu .children {
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.mobile-menu .menu .children > a:after {
  content: "\f107";
  font-size: 18px;
  color: #fff;
  position: relative;
  left: 6px;
  top: 2px;
  font-family: FontAwesome, serif;
  display: inline-block;
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.mobile-menu .menu .children .collapsed:after {
  -ms-transform: rotate(0);
      transform: rotate(0);
}
.mobile-menu .menu .children:hover .sub-menu {
  -ms-transform: translateX(0) scale(1);
      transform: translateX(0) scale(1);
}
.mobile-menu .logo,
.mobile-menu .menu,
.mobile-menu .button-header {
  width: 100%;
  text-align: center;
}
.mobile-menu-open {
  overflow-y: hidden;
}
.mobile-menu-open .mobile-block {
  /*overflow-y: scroll;*/
	background-color:#7c0202;
}

/* 02. Mobile Menu Btn */
.search_m{
  position: absolute;
  display: inline-block;
  top: 18px;
  right: 8px;
}
.icon-search{
  font-size: 28px;
  color:#e1f9ff;
}
.icon-bars{
  font-size: 28px;
  color:#e1f9ff;
}
.side_bar {
  position: absolute;
  display: inline-block;
  top: 18px;
  left: 8px;
  height: 30px;
}
.menu .mm-list li span{
  padding-right: 15px;
}
.menu .mm-list li img{
  width:25px;
}

/*================ Cover Bootstrap's Style ================*/
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	  font-size: 15px;
    line-height: 1.50;
    color: #666666;
}
.table_container{
  overflow-x: auto;
}
.table{
  border:1px solid #6786b8;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.table-bordered{
   border:1px solid #6786b8;
}
.table-bordered>tbody>tr>td, .table-bordered>thead>tr>th{
  border:1px solid #6786b8;
}
.table-bordered>tbody>tr>td{
  border:1px solid #6786b8;
  color: #fdecdb ;
  text-align: center;
  vertical-align: middle;
  font-size: 14px
}
tbody{
  background-color:#1f4f99;
}
.table-bordered>thead>tr>th{
  border:1px solid #6786b8;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.table thead{
  background-color:#0a306d;
}
#result .table tbody{
  background-color: #FFF;
}
#result .table tbody tr td{
  color: #004573;
}
#result .form-group input{
  border-style:none;
  background-color: #FFF;
  border: 1px solid #6e9ade;
  border-radius: 2px;
}
#result .form-group label{
  color:#7aa3e1
}
#result .form-group a.btn {
  margin-top:2px;
  /*background:#7aa3e1;*/
  /*color:#fff;*/
  line-height: 20px;
}
#result .form-group a.btn:hover{
  /*background:#0b2755;*/
}
/* Popup's modal */
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    width:750px;
    padding-bottom:80px;
    position:absolute;
    top:50%;
    left:50%;
    z-index:1001;
    margin-left:-375px;
    margin-top:-280px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}


.modal-content .modal-header {
  box-shadow: 2px -1px 16px rgba(90, 0, 0, 0.39);
  background:#ea2803;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ea2803 0%, #ff6600 25%, #ff6600 60%, #ea2803 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ea2803 0%,#ff6600 25%,#ff6600 60%,#ea2803 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ea2803 0%,#ff6600 25%,#ff6600 60%,#ea2803 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea2803', endColorstr='#ea2803',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px 5px 0 0;
  padding:10px;
  border-bottom: initial;
}
.modal-header .close{
    color: #fff;
    line-height: 1.5;
    text-shadow: 0 2px 0 #6A0D06;
    opacity:.9;
}

.modal_title{
    text-align: center;
    margin:10px auto;
}
.modal_title h1{
    color:#337cb7;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    font-family: "微软?��?",Arial, Helvetica, sans-serif;
}
.modal_title .hr_left{
    display: inline-block;
    position: relative;
    width:60px;
    top:-8px;
    height: 2px;
    border:none;
    background-image: linear-gradient(to right, #FFF0, #a7d128);
    margin-right: 20px;
    margin-top: inherit;
    margin-bottom: inherit;
}
.modal_title .hr_right{
    display: inline-block;
    position: relative;
    width:60px;
    top:-8px;
    height: 2px;
    border:none;
    background-image: linear-gradient(to left, #FFF0, #a7d128);
    margin-left: 20px;
    margin-top: inherit;
    margin-bottom: inherit;
}
.modal-body .reward{
  color:#f90876;
}
.popbox{
   width:750px;
    padding-bottom:50px;
    background-color:#FFF;
    position:absolute;
    top:50%;
    left:50%;
    z-index:1001;
    margin-left:-375px;
    margin-top:-280px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius:12px;
}
.popbox .pop_logo{
    margin:40px auto;
    display:block;
    width:50%;
}

.popbox .verifyimg{
    position: absolute;
    right: 45px;
    top:7px;
}

.popbox .popbox-nr {
    width:420px;
    margin:25px auto auto;
}
.popbox .popbox-nr li {
    overflow:hidden;
    line-height:42px;
    margin-bottom:15px;
    width:420px;
    position: relative;
}
.popbox .popbox-nr p {
    width:90px;
    line-height: 42px;
    letter-spacing: 0;
    float:left;
    text-align:right;
    color:#7a7a7a;
    font-size:14px;
    font-family: "微软?��?",Arial, Helvetica, sans-serif;
}
.popbox .popbox-nr input[type="text"] {
  font-family: "微软?��?",Arial, Helvetica, sans-serif;
}
.popbox .popbox-nr .wby1 {
    background:#fff;
    width:298px;
    float:left;
    height:40px;
    border:1px solid #ccc;
    line-height:40px;
    text-indent:10px;
    font-size:14px;
    color:#b7b7b7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius:6px;
    color:#000;
    
}


.popbox-nr .btn2 {
  background-position:0 52px;
  width:206px;
  height:52px;
  line-height:42px;
  font-size:18px;
  text-align:center;
  color:#FFF;
  margin:40px auto 0;
  display:block;
  background-color: #337CB7;
  border-radius: 12px;
  font-family: "微软?��?",Arial, Helvetica, sans-serif;
}
.popbox-nr .btn2:hover {
  background-color: #198ede;
}


.close-btn {
    background:url(../image/close-btn.png);
    width:38px;
    height:38px;
    position:absolute;
    right:15px;
    top:13px;
}

.btn {
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 50px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    margin: 10px 0;
    padding:4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.page{
    text-align: center;
}
.pagination {
    display: inline-block;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}
.pagination a.active {
    background-color: #79a3e1;
    color: white;
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
}
/*================ mobile bottom nav ================*/
nav {
  height: 60px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background:#142a4a;
  z-index: 1;
}
nav a {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 52px;
  text-align: center;
  color: #e1f9ff;
  font-size: 0.7rem; 
}

nav span {
  position: absolute;
  left: 0;
  width: 100%;
  bottom:0;
}
nav img{
  margin-top: 7px;
  width:26px;
  height:26px;
}

/*==start of Left and Right Link==*/
.codeRight {
    right: 40px;
    position: absolute;
    top:362px;
    z-index: 3;
}
.codeLeft {
    left: 40px;
    padding-left: 18px;
    position: absolute;
    top:362px;
    z-index: 3;
}
.codeRight a img, .codeLeft a img{
    display: block;

}

/*==notice modal==*/
.text-center{
    text-align: center;
} 
.content{
    color: #7782aa;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
}
.modal-content .modal-header {
  box-shadow: 2px -1px 16px rgba(90, 0, 0, 0.39);
  background-color: #4f7dd0;
  /* Old browsers */
  background: -moz-linear-gradient(top,#002974 0%,#4172c8 25%,#729ff1 70%,#4f7dd0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #002974 0%,#4172c8 25%,#729ff1 70%,#4f7dd0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #002974 0%,#4172c8 25%,#729ff1 70% ,#4f7dd0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c1628', endColorstr='#0c1628',GradientType=0 );
  /* IE6-9 */
  border-radius: 5px 5px 0 0;
  padding:10px;
  border-bottom: initial;
}
.modal-header .close{
    color: #fff;
  line-height: 1.5;
    text-shadow: 0 2px 0 #0047b2;
    opacity:.9;
    float: right;
    font-size: 21px;
    font-weight: 700;
    border:none;
    background:none;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
  letter-spacing: normal;
}
.modal-content .modal-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}


/*===owl theme===*/
.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 20px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 40px;
    margin: 4px;
    background:#a8cfff;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    display: block !important;
    border:0px solid black;
    margin: 0 24px;
    height: 166px;
    line-height: 166px;
    width: 28px;

}

.owl-prev{
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
}
.owl-next{
  border-top-right-radius:4px;
  border-bottom-right-radius:4px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(253, 253, 253, .8);
    color:#6f90c0;
    text-decoration: none
}


.owl-theme .owl-nav .disabled span{
  opacity: .5;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    overflow-y: scroll;
    max-height: 46px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1;
    background:none;
    border:none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(255, 255, 255, 0.45);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #0053cb;
}

.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    color: #869791;
    font-size: 40px;
    line-height: 300px;
    margin: 0;
    padding: 0 60px;
    position: absolute;
    top: 0;
}

.owl-prev { 
    left: -1.5rem; 
}
.owl-next { 
    right:-1.5rem; 
}
.owl-prev i, .owl-next i {
    transform : scale(2,5); color: #ccc;
}

ul.record{
    text-align: center;
	background-color: #42a7fa00;
}

ul.record li{
    display: inline-block;
    color:#FFF;
}
ul.record li span{
    color:#ffeb3b;
    margin: 0 10px;
}
ul.record li.right{
  margin-left: 20px;
}
/*
.owl_container{
    margin:0 20px;
}*/
.owl-carousel{
    margin-bottom: 20px;
}
.owl-stage-outer{
    background:#7db8ff;
    /* box-shadow: inset -2px 0px 17px 2px rgba(0,0,0,0.2); */
    padding: 20px 5px;
    width: 994px;
    margin:0 auto;
}
.owl-stage{
    margin: 0 auto;
}
.owl-carousel .item {
    height: 126px;
    width: 138px;
    background-color:#FCFCFC;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 5px;
}

.owl-carousel .item  div{
    height: 66px;
    line-height: 66px;
    font-size: 1.3rem;
    font-weight: 500;
}
.owl-carousel .item h4{
    color:#41A3FB;
    font-size: 1.2rem;
    height: 60px;
    line-height: 60px;
}
.owl-carousel .item h4.signed img{
   width: 30%;
   margin:.5rem auto;
}
.date.today{
    background-image: url(../image/date_bg2.png);
}
.date{
    background-image: url(../image/date_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    color:#FCFCFC;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}      

@media only screen and (max-width: 991px){
	.owl-carousel .item h4 {
	    line-height: 1.5rem;
	}
	
	#result .modal-body form div {
    	padding: 5px 0;
	}
	
}


.group_1 {
		overflow-x: auto;
	}

