.search-video{
	height: 227px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}
.search-video .container{
	padding-top: 72px;
}
.search-video  h2{
	color: #fff;
	font-size: 43px;
	font-family: 'Din-Bold';
}
#myInput{
	opacity: 0;
    width: 20px;
    position: absolute;
    z-index: -1;
}
.custom-select {
  position: relative;
  font-family: Arial;
}
.share-video{
	position: relative;
	cursor: pointer;
}
.share-video ul{
	position: absolute;
	top: 100%;
	left: 0;
	background: #eff7ff;
	width: 100%;
	display: none;
	z-index: 999;
}
.share-video:hover ul{
	display: block;
}
.share-video ul li a{
	display: block;
	padding: 10px 0;
	text-align: center;
}
.share-video ul li a:hover{
	opacity: 0.7;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 15px;
  width: 13px;
  height: 10px;
  background-image: url(../images/icon-down-arrow-yellow.png);
  background-position: center;
  background-repeat: no-repeat;
}
.select-selected:before {
  position: absolute;
  content: "";
  top: 0;
  right: 45px;
  background: #fff;
  width: 1px;
  height: 100%;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	transform: rotate(180deg);
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 12px 20px;
  border: 1px solid #fff;
  cursor: pointer;
  user-select: none;
  text-align: left;
  font-family: 'Din-Medium';
  font-size: 15px;
  font-weight: normal;
}
.select-items div{
	color: #000;
	border: 1px solid #000;
	border-top: none;
	padding: 12px 20px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  color: #0097d7;
}
.form-search-video{
	max-width: 342px;
	margin: 22px auto 0;
}

.video-top{
	height: 764px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.video-top:after{
	background-image: url(../images/bg-banner.png);
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	content: "";
	height: 65%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.description-video-top{
	padding: 55px 54px;
	background: rgba(0,0,0,0.7);
	text-align: center;
}
.description-video-top p{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	max-width: 844px;
	margin: 0 auto;
	font-family: 'Din-Regular';
	font-weight: normal;
}
.info-video-top{
	position: absolute;
	left: 50px;
	bottom: 54px;
	display: inline-flex;
	z-index: 9;
}
.video-top .description-video{
	margin-left: 18px;
}
.play-video{
	width: 61px;
	height: 61px;
	border-radius: 50%;
	border: 2px solid #1495d9;
	text-align: center;
}
.play-video span{
	width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-left: 19px solid #fff;
    border-bottom: 13px solid transparent;
    display: inline-block;
    border-radius: 3px;
    line-height: 70px;
    margin-top: 17px;
    margin-left: 6px;
}
.play-video img{
	max-width: 62px;
}
.title-video{
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 9px;
	font-family: 'Din-Bold';
	line-height: 100%;
}
.time-video{
	font-size: 15px;
	color: #fff;
	padding: 5.5px 15px;
	background: #060609;
	border-radius: 3px;
	display: inline-block;
	font-family: 'Din-Regular';
}
.title-video a{
	color: #fff;
}
.cat-video{
	display: inline-block;
	color: #1495d9;
	font-family: 'Din-Regular';
	margin-left: 8px;
	font-weight: normal;
	font-size: 16px;
}
.cat-video a{
	color: #1495d9;
}
.list-slider-video .title-slider{
	color: #000;
	font-size: 30px;
	font-weight: 700;
	padding-left: 54px;
	margin-bottom: 20px;
	font-family: 'Din-Bold';
}
.list-slider-video{
	padding-top: 64px;
	padding-bottom: 4px;
}
.slick-video{
	padding: 0 54px 0 24px;
	margin-bottom: 76px;
}
.slick-video .it-video{
	padding-left: 30px;
}
.it-video .feature-video{
	height: 225px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 18px;
	overflow: hidden;
}
.it-video .play-video{
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.it-video .title-video,.it-video .title-video a{
	color: #000;
}
.tooltiptext {
    width: 60px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 6px;
    position: absolute;
    z-index: 1;
	font-size: 14px;
	top: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
	    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
    -moz-transform: translateX(-50%);
}
.copied .tooltiptext{
	opacity: 1;
	visibility: visible;
}
.tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.title-video-detail .link-copy{
	position: relative;
}
.it-video .time-video{
	background: #4c4c4c;
}
.slick-video .slick-dots{
	text-align: right;
	top: -40px;
	bottom: auto;
	right: 54px;
}
.slick-video .slick-dots li button:before{
	font-size: 16px;
	color: #ccc;
	opacity: 1;
}
.slick-video .slick-dots li.slick-active button:before{
	color: #1495d9;
	opacity: 1;
}
.slick-video .slick-dots li{
	margin: 0 2px;
}
.slick-video .slick-next{
	height: 225px;
	top: 0;
	width: 54px;
	background: #1495d9;
	right: 0;
	transform: none;
}
.slick-video .slick-next{
	background-image: url(../images/next.png);
	background-position: center;
	background-size: 10px auto;
	background-repeat: no-repeat;
}
.slick-video .slick-next:before{
	content: "";
}
.slick-video .slick-prev:hover, .slick-video .slick-prev:focus, .slick-video .slick-next:hover, .slick-video .slick-next:focus {
    color: #fff;
    background-image: url(../images/next.png);
	background-position: center;
	background-size: 10px auto;
	background-repeat: no-repeat;
	background-color:#1495d9; 
}
.list-video-cat .bg-video{
	width: 33.33%;
	float: left;
	margin-bottom: 30px;
}
.clear{
	clear: both;
}
.list-video-cat .bg-video:nth-child(3n+1){
	clear: left;
}
.title-cat-video{
	position: relative;
}
.form-sort-video{
	position: absolute;
	top: 5px;
	right: 54px;
	width: 205px;
	margin: 0;
}
.form-sort-video .select-items div, .form-sort-video .select-selected {
    color: #000;
    border: 1px solid #000;
	padding: 12px 20px;
}
.form-sort-video .select-selected:before{
	background: #000;
}
.form-sort-video .select-items div{
	border-top: none;
	background: #f4f4f4;
}
.select-selected{
	text-transform: uppercase;
}
.form-sort-video .select-items div:hover, .form-sort-video .same-as-selected {
  color: #0097d7;
}
.video-bround{
	display: none;
}
.video-bround iframe{
	width: 100%;
	height: 225px;
}
.title-video-detail .left-title{
	float: left;
	padding: 16px 30px;
}
.title-video-detail .logo-video-detail img{
	max-width: 155px;
}
.title-video-detail .description-video{
	display: inline-block;
	padding-left: 20px;
	margin-left: 20px;
	border-left: 1px solid #1495d9;
}
.title-video-detail .title-video{
	color: #000;
}
.title-video-detail .time-video{
	background: #4c4c4c;
	margin-right: 8px;
}
.title-video-detail .right-title{
	float: right;
	display: inline-flex;
}
.title-video-detail .link-copy{
	color: #1495d9;
	font-size: 15px;
	 font-family: 'Din-Medium';
	 padding: 34px 22px;
}
.title-video-detail .share-video{
	padding: 31px 30px;
	background: #eff7ff;
}
.title-video-detail .close-video{
	padding: 34px 31px;
	background: #1495d9;
}
.main-video-detail{
	position: relative;
	height: calc(100vh - 88px);
}
.main-video-detail iframe{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.show-mobile{
	display: none;
}
.custom-select .selectBox-dropdown {
    border: solid 1px #fff !important;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #fff;
    outline: none;
    vertical-align: middle;
    background: none;
    -moz-box-shadow:  none;
    -webkit-box-shadow:   none;
    box-shadow:   none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    display: inline-block;
    cursor: pointer;
}
.form-sort-video .custom-select .selectBox-dropdown {
	 border: solid 1px #000 !important;
	 color: #000;
}
.custom-select .selectBox-dropdown{
	width: 100% !important;
}
.custom-select .selectBox-dropdown .selectBox-label{
	 padding: 11px 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
	font-family: 'Din-Medium';
    font-size: 15px;
	    text-transform: uppercase;
}
.custom-select .selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
	background-image: url(../images/icon-down-arrow-yellow.png);
    background-position: center;
    background-repeat: no-repeat;
    border-left: solid 1px #fff !important;
}
.selectBox-dropdown-menu{
	border: 1px solid #000!important;
}
.form-sort-video .custom-select .selectBox-dropdown .selectBox-arrow{
	border-left: solid 1px #000 !important;
}
.selectBox-options.selectBox-options-top{
	border-radius: 0 !important;
	    box-shadow: none!important;
}
.custom-select .selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
    background-image: url(../images/icon-down-arrow-yellow2.png);
}
.selectBox-options LI A {
    color: #000!important;
    border-top: 1px solid #000!important;
	text-align: left;
    font-family: 'Din-Medium';
    font-size: 15px;
    font-weight: normal;
	cursor: pointer;
    padding: 12px 20px !important;
}
.selectBox-dropdown-menu.it-select2-selectBox-dropdown-menu{
    background: #f4f4f4 !important;
}
.selectBox-options.selectBox-options-bottom {
    border-top: none!important;
    border-radius: 0px !important;
	    background-color: #fff;
		 border: 1px solid #000!important;
		    box-shadow: none !important;
			border-top: 0 !important;
}
.selectBox-options .selectBox-hover a{
	color: #0097d7 !important;
	background: none !important;
}
.selectBox-options .selectBox-selected a{
	color: #000 !important;
	background: #C8DEF4 !important;
}
.feature-video-thumb{
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.it-video .feature-video:hover .feature-video-thumb{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
.play-video img:hover {
    opacity: 0.8;
}
.custom-select select{
	width: 100%;
	padding: 11px 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'Din-Medium';
    font-size: 15px;
    text-transform: uppercase;
	border: solid 1px #fff !important;
    line-height: 1.5;
	    cursor: pointer;
		background: none;
		outline: none;
		color: #fff;
		background-image: url(../images/icon-down-arrow-yellow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
		-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}
.custom-select select option{
	color: #000;
}
.form-sort-video .custom-select select{
	color: #000;
	border: solid 1px #000 !important;
}
.form-sort-video .custom-select select option{
	color: #000;
}


/*form css*/
.banner-event-form{
	background: #0097d8;
}
.inner-banner-event-form{
	text-align: center;
	padding: 33px 0;
	max-width: 650px;
	margin: 0px auto;
	
	padding-left: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 15px;
}
.inner-banner-event-form h1{
	color: #fff;
	font-size: 31px;
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
	    font-family: 'Din-Bold';
}
.inner-banner-event-form p{
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	    font-family: 'Din-Bold';
}
.inner-banner-event-form p span{
	font-weight: 400;
	    font-family: 'Din-Regular';
}
.inner-banner-event-form p:last-child{
	margin: 0;
}
.header-event-form{
	position: relative;
}
.rst-logo{
	padding: 20px 0 20px 28px;
}
.right-event-form{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	color: #000;
	background: #eff7ff;
	display: inline-block;
	font-weight: 700;
	    font-family: 'Din-Bold';
	font-size: 24px;
	padding: 0 50px;
	    padding-top: 28px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.inner-content-form-event{
	max-width: 730px;
	margin: 0px auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px 15px 40px 15px;
}
.content-form-event {
	background: #f4f4f4
}
.inner-content-form-event h3{
	text-align: center;
	color: #313131;
	font-size: 31px;
	line-height: 1.4;
	font-weight: 700;
	margin: 0 0 30px 0;
	    font-family: 'Din-Bold';
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border: 1px solid #f9f9f9;
	height: 45px;
	line-height: 45px;
	background: #fff;
	width: 100%;
	padding: 0 22px !important;
	color: #000;
	font-size: 15px;
	font-family: "Din-Regular" !important;
}
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
	color: #313131;
	font-size: 15px;
	display: block;
	font-family: "Din-Medium";
	font-weight: 400;
}
.gform_wrapper textarea{
	padding: 10px 22px !important;
	color: #000;
	font-size: 15px;
	border: none;
	font-family: "Din-Regular" !important;
}
@media only screen and (min-width: 641px){
	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 0px !important;
	}
	.inner-content-form-event .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
		max-width: 100% !important;
	}
}
@media only screen and (min-width: 641px){
.gform_wrapper textarea.medium {
    height: 145px !important;
    width: 100%;
	padding: 10px 22px !important;
}
}
.gform_wrapper .gfield_required{
	color: #0097d8 !important;
	margin-left: 0;
    float: left;
    margin-right: 3px;
}
body .gform_wrapper ul li.gfield {
    margin-top: 25px !important;
}
.gform_footer{
	text-align: center;
}
.gform_footer input[type="submit"]{
	color: #fff;
	font-size: 14px!important;
	padding: 17px 60px;
	display: inline-block;
	background: #1495d9;
	font-family: "Din-Medium" !important;
	cursor: pointer;
	border: none;
}
.note-requeired{
	color: #313131;
	font-size: 15px;
	font-family: "Din-Medium" !important;
	display: block;
	text-align: right;
}
.note-requeired span{
	color: #0097d8 !important;
	margin-left: 0;
    margin-right: 3px;
}
.gfield_checkbox {
	width: 100% !important;
	margin: 0 !important;
	font-family: "Din-Pro", Arial;
	color: #313131;
	font-size: 15px;
}
.gfield_checkbox input{
	display: none !important;
}

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
	color: #313131;
	font-size: 15px !important;
}
.gfield_checkbox input[type=checkbox] + label:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
	border: 1px solid #313131;
    position: relative;
	margin-right: 18px;
	    vertical-align: -4px;
}
.gchoice_select_all, .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 400 !important;
}
.gfield_checkbox input[type=checkbox]:checked + label:before {
    height: 20px;
    width: 20px;
    background: url(../images/icon_checked.png) no-repeat center center;
}
@media only screen and (min-width: 641px){
	.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
		margin: 0 !important;
		line-height: 1.3;
	}
}
body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio{
	margin-top: 0 !important;
}
.gform_wrapper .gform_footer{
	padding-top: 20px !important;
}
.ginput_container_email ::placeholder {
  color: #0097d8;
  opacity: 1; /* Firefox */
}

.ginput_container_email  :-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:  #0097d8;
}

.ginput_container_email  ::-ms-input-placeholder { /* Microsoft Edge */
 color: #0097d8;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
	width: auto !important;
}

.gform_confirmation_wrapper {
	text-align: center;
    color: #313131;
    font-size: 31px;
    line-height: 39px;
    font-weight: 700;
    margin: 0 0 0px 0;
	padding: 70px 0;
    font-family: 'Din-Bold';
}
.inner-content-form-event  .gform_wrapper{
	max-width: 620px;
	margin: 0px auto;
	width: 100%;
}
.view_all_event{
	font-size: 15px;
	display: inline-block;
	font-family: "Din-Medium" !important;
	padding-left: 20px;
	text-decoration: none;
	color: #1495d9;
	    line-height: 24px;
		margin-top: 95px;
	background: url('../images/view_all_event.png') no-repeat left center;
}
.page-template-template-form #header{
	display: none;
}
@media only screen and (max-width: 767px){
	.inner-banner-event-form,.inner-content-form-event h3{
		text-align: left;
	}
	.inner-content-form-event h3{
		font-size: 28px;
		line-height: 1.2;
	}
	.inner-banner-event-form h1{
		font-size: 28px;
	}
	body .gform_wrapper ul li.gfield {
		margin-top: 20px !important;
	}
	.inner-banner-event-form p{
		font-size: 15px;
	}
	.view_all_event{
		margin-top: 50px;
	}
	.note-requeired{
		text-align: left;
	}
	.right-event-form{
		font-size: 22px;
		padding: 0 30px;
		    padding-top: 30px;
	}
	.gform_confirmation_wrapper {
		font-size: 26px;
		line-height: 1.2;
	}
}