body {
  font-family: sans-serif;
margin:0;}

#a_url {text-decoration: none;}

.section {position: relative; background-image: url('/Default/assets/img/bg.png'); min-height: 100vh; max-width:100%; /*height: 1020px;*/ padding-bottom:200px; width:1920px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.logo_img {position: absolute; z-index: 9999; left:0; margin:0px 30px;}

/*.left-bg {height:345px;}
.right-bg {height:345px;}*/
.cs-bg {margin-top: 40px;}

.culck_md {width:65%; margin:auto; position: relative; margin-top:35px; }    
.culck_md h4 {text-align: center; font-size: 1.2em; color:#fff;font-weight: 700;}
.arrow {text-align: center;}

.arrow-con {position: relative; top:40px;}
.culck-img-r img{max-width: 100%;}
.culck-img img{max-width: 100%;}

.arrow img {max-width: 100%; width:5%;}
.text-left {margin:20px; font-size: 1.5em;}
.arrow.moveupdown{
  position: relative;
  -webkit-animation: moveupdown 1s linear; /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
  animation: moveupdown 1s linear;
  animation-iteration-count: infinite;
}
.culck-r .text-den { text-align:center; display:block; font-size: 14px; color:#000; position: absolute; width:100%; top:7%;}

.p-texet {position: absolute; top:75%; width:100%; text-align: center; color:#fff;}
p {margin-bottom: 0px;}
.name {margin-top: 10%;}
.name h1 {text-align: center; color:#fff; font-size: 1.5em; font-weight: 600;}
.footer {position: absolute; bottom: 0; right:0; text-align: center; background:#333; height:75px; color:#ddd;}
.footer-text {margin:12px;}

@media (min-width: 576px) {
	.culck_md {width:70%; margin:auto; margin-top:45px; }    
	.left-bg {width:100%; /*height:405px;*/}
	.right-bg {width:100%; /*height:405px;*/}
	.culck_md h4 {font-size: 1.2em;} 
	.culck-r .text-den {font-size: 12px;}
	p {font-size: 1em;}  
	.name h1 {text-align: center; color:#fff; font-size: 2.2em; }
	.footer-text {margin:25px;}
}


@media (min-width: 768px){
	.culck_md {width:100%; margin:auto; margin-top:45%; }    
	.left-bg {width:100%;}
	.right-bg {width:100%;}
	.culck_md h4 {font-size: 1.2em; margin-bottom:20px;}  
	.culck-r .text-den {font-size: 12px;}  
	.name h1 {text-align: center; color:#fff; font-size: 3em; }  
}

@media (min-width: 992px){
	.culck_md {width:90%; margin:auto; margin-top:22%; }    
	.left-bg {width:100%;}
	.right-bg {width:100%;}
	.culck_md h4 {font-size: 1.5em; margin-bottom:20px;}  
	p {font-size: 1em;} 
	/*.left-bg {height:650px;}
	.right-bg {height:650px;}*/
}

@media (min-width: 1200px) {
	.culck_md {width:95%; margin:auto; margin-top:20%; }    
	.left-bg {width:100%;}
	.right-bg {width:100%;}
	p {font-size: 2em;} 
	.culck_md h4 {font-size: 2em;} 
	.culck-r .text-den {font-size: 16px;}

}

/*

@-webkit-keyframes moveupdown {
  from {bottom:0px;}
  to {bottom:10px;}
}

@keyframes moveupdown {
  from {bottom:20px;}
  to {bottom: 40px;}



*/


















