/*!
 * Convert2Web by Spencer.ph
 * v4.5.0
*/

body {
	font-family: 'Roboto', sans-serif!important;
	font-weight: 300;
	font-size: 15px;
	color: #000000;
	background: #f7f7f7;
}
.sec-white {
	background: #fff;
	padding: 30px 20px;
	margin: 30px auto 0px auto;
}
.sec-gray {
	background: #f7f7f7;
	padding: 30px 20px;
	margin: 0 auto 0px auto;
}
.sec-blue {
	background: #333333;
	padding: 40px 20px;
}
.vh100 {
	height: 100vh;
}
@media all and (max-width:1200px){
	.vh100 {
		height: 100%;
	}
}
section ul, .modal-body ul {
	padding: 20px;
}
section li, .modal-body li {
	margin-left: 16px;
}


.content-ctrl-a {
	width: 800px;
	margin: auto;
}
.content-ctrl-b {
	width: 1150px;
	margin: auto;
}
.bg-1 {
}
.bg-2 {
}
.bg-3 {
}
.bg-4 {
	background: #febc0d;
}
.bg-5 {
	background: #d7b9da;
}
.swiper-container {
width: 100%;
}
.swiper-slide {
	overflow: hidden;
}
.swiper-slide img {
}
.swiper-pagination, .swiper-pagination span, .swiper-button-next, .swiper-button-prev {
	color: #fff!important;
	--swiper-theme-color:#fff!important;
}
.btn-km {
	font-size: 10px!important;
	padding: 5px!important;
	min-width: 80px!important;
}
hr {
	border-top: 4px solid rgba(0,0,0,.1)!important;
}
/*Global*/
h2 {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
}
@media all and (max-width:900px){
	h2 {
		font-size: 20px;
	}
}
.ucase {
	text-transform: uppercase;	
}
.btn {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none!important;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	background: #333333!important;
	border: 0px!important;
	min-width: 100px;

	color: #fff!important;
	cursor: pointer;

	margin-bottom: 5px;
}

.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 13px;
	height: 45px;
	padding: 0px;
	font-weight: normal;
	background: none;
}
.form_ctrl {
	border-radius: 20px!important;
	border:1px solid #000;
	padding: 50px;
	margin: 45px auto;

}



/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}

.dsktp-block {
	display: block;
}
.main-desc {
	height: 40px;
	font-weight: 500;
}
.desc-a {
	font-size: 11px;
}
.sub-t {
	font-size: 15px;
}
.img-thmb {
	border: 1px solid #2551a7;
	width: 100%;
	margin: 10px auto;
}
.footer {
	color: #fff;
	font-size: 12px;
	margin-bottom: 0px!important;
	padding-top: 50px;
}
.footer h3 {
	font-weight: 300;
	font-size: 16px;
	padding-bottom: 5px;
}
@media all and (max-width:1150px){
	.dsktp-block {
		display: unset;
	}
	.content-ctrl-b {
		width: 100%;
	}
	.main-desc {
		height: auto;
	}
}
@media all and (max-width:900px){
	.content-ctrl-a {
		width: 90%;
	}
	.col {
		width: 50%;
		display: block!important;
		float: none!important;
		flex-basis:unset;
		padding-bottom: 20px;
		flex-grow:0;
	}
}
@media all and (max-width:500px){
	
	.col {
		width: 100%;
	}
}






@media all and (max-width:500px){
	.swiper-container {
		padding-top: 60px!important;
	}

}
.logo {
	position: absolute;
	width: 180px;
	z-index: 99;
	top: 29px;
	left: 10%;
}
.logo a {
	display: block;
	width: 100%;
	height: 40px;
	background: url(../img/svg/nb-logo-white.svg) no-repeat;
	background-size: contain;
}
.sticky-nav-active .logo a {
	background: url(../img/svg/nb-logo-black.svg) no-repeat!important;
}

@media all and (max-width:800px){
	.logo {
		top: 13px;
		left: 5%;
	}
	.logo a{
		background: url(../img/svg/nb-logo-black.svg) no-repeat;
	}
}	
.footer-arrow-top {
	width:100%;
	position: relative;
	text-align: center;
	top: 27px;
}
.social-media img{
	padding: 0 2px;
}
.footer a {
	color: #ffffff;
	text-decoration: none;
}
.dborder {	
	border-top:0px;
	border-right:0px;
	border-bottom: 1px dotted #000000;	
	border-left:0px;
}
label {
	margin: 0px;
	padding: 0px;
}
.form-ctrl input {
	margin-bottom: 30px;
}
.form_ctrl{
	font-size: 13px;
	font-weight: normal;
	color: #495057;
}

.line-divider {
	display: block;
	width: 70px;
	height: 5px;
	background: #333;	 
	margin-top: 20px;
	margin-bottom: 40px;
}
.footer-col {
	padding-bottom: 20px;
}
.media-ctrl {
	margin-bottom: 30px;
	height: 270px;
}
.media-ctrl-winner {
	margin-bottom: 110px;
}
.media-ctrl video {
	margin: 0px;
	padding: 0px;
	height: 100%;
	object-fit: cover;
}
.media-ctrl img {
	height: 100%;
	object-fit: cover;
}






.sticky-nav-active {
	position: fixed;
	width: 100%;
	height: 100px;
	background: rgba(255,255,255,.9);
	z-index: 9;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
	border-bottom: 1px solid #eee;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.desktop-nav {
	position: absolute;
	right: 20px;
	z-index: 999;
	top: 40px;
	right: 10%;
}
.desktop-nav, .desktop-nav a {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
.sticky-nav-active .desktop-nav, .sticky-nav-active .desktop-nav a {
	color: #000000;
}

.desktop-nav span {
	padding: 0 20px;
}
.mobile-nav {
	display: none;
}
@media all and (max-width:1180px){
	.mobile-nav {
		display: block;
	}
	.desktop-nav {
		display: none;
	}
}	

#body_slide_nav {
	transition: 0.5s;
	right: 0px
}
#open_nav {
	font-size:30px;
	cursor:pointer; 
	position: absolute; 
	right: 16px; z-index: 9;
	top:3px;

}
#close_nav {
	font-size:30px;
	cursor:pointer; 
	position: absolute; 
	right: 10px; z-index: 9;
	display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  text-transform: uppercase;
}

.sidenav a {
  text-decoration: none;
  font-size: 13px;
  color: #818181;
  display: block;
  transition: 0.3s;
  border-bottom: 1px solid #3c3c3c;
  padding: 20px 0 10px 0;
  width: 80%;
  margin: auto;
}

.sidenav img {
	width: 150px;
	padding-left: 30px;
	padding-bottom: 50px;
}

.sidenav a:hover {
  color: #f1f1f1;
}


@media all and (max-width:800px){
	.static-menu {
		background: #fff;
	    height: 60px;
	    position: fixed;
	    z-index: 10;
	    width: 100%;
	}
	.logo {
		position: fixed;
	}
}


.modal-dialog {
	max-width: 650px!important;
}
.modal-content {
	border-radius: 40px!important;
	border:1px solid #000;
	background: #e6e7e9;
}
.modal-video .modal-content {
	padding: 0px!important;
	background: none!important;
	border-radius: 0px!important;
	border: 0px!important;
}
.modal-video .modal-body {
	width: 600px;
}
@media all and (max-width:600px){
	.modal-video .modal-body {
		width: 350px!important;
	}
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.video-btn {
	cursor: pointer;
	padding-bottom: 5px;
}


.image-upload>input {
  display: none;
}
.video-upload>input {
  display: none;
}







#captcha {
	margin-top: 10px;
    
}

#captcha .title {
    text-align: center;
    border-bottom: 2px solid #eee;
    margin-bottom: 30px;
    padding: 30px 0;
}

#captcha .captcha-from {
    max-width: 70%;
    margin: 0 auto;
}

#captcha .captcha-from label{
    font-weight: normal;
}

#captcha .form-control{
    border-radius: 0;
}
#captcha .input-group-addon {
    border-top-left-radius: 0 ;
    border-bottom-left-radius: 0;
}

#captcha .captcha-group div{
    display: inline-block;
}

#captcha .captcha-code .code{
    width: 100px;
    
}

#captcha .captcha-code .code .dynamic-code{
    text-shadow: 4px 4px 5px rgba(150, 150, 150, 1);
    color: #2d2d2;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently */
    cursor: help;
}
#captcha .captcha-code .captcha-reload{
    cursor: pointer;
    font-weight: bold;
    margin-top: -24px;
    
}
#captcha .captcha-code .captcha-reload:hover{
    color: #00B16A;
}

#captcha #captcha-input{
    max-width: 200px;
    margin-top: 15px;
}
#captcha .btn{
    border-radius:0;
}
.pages a {
    display: inline-block;
    padding: 5px 10px;
    border: ;
    margin: 5px 3px;
    font-size: 11px;
    background: #eee;
    color: #333;
    text-align: center;
}
.pages .active {
    background: #333333;;
    color: #fff;
}

.btn-img, .btn-video {
	background: none!important;
	border: 1px #333 solid!important;
	color: #333!important;
}

.play-img-btn {
	position: absolute;
	width: 100%;
	left: 0%;
	text-align: center;
	opacity: 0.4;
	top: 26%;
	pointer-events: none;

}

p small {
	line-height: 16px !important;
	display: block;
	font-weight: normal;
	font-size: 11px;
	color: #5e5d5d !important;
}
.media_ctrl_padd {
	padding-bottom: 50px;
}
.form-select.dborder {
  margin: 0px;
  padding: 5px 0 10px 0;
  width: 100%;
  color: #6c757c;
}

