            body {
				background: #f4f4f4;
			}
			
			:root {
			 --main-color: #0044B2;
			 --main-color-hv: #003c9e;
			 }

			.has-promo-bar {
				padding-top: 100px !important;
			}

			#header {
				width: 100%;
				background-color: #fff;
				border-bottom: 1px solid #e5e5e5;
			}

			.main-box {
				padding-right: 35px;
				padding-left: 35px;
			}

			#header .logo {
				/* margin-right: 15px; */
			}

			.white-bg {
				background-color: #fff;
				/* border-radius: 20px; */
			}

			.t-fixed {
				top: 0;
				right: 0;
				left: 0;
				z-index: 888;
				position: fixed;
			}
           .en-info{
			   color: #0070c0;
			   padding-bottom: 50px;
		   }
		   .en-name{
			   font-size: 25px;
			   font-weight: bold;
			  /* border-bottom: 3px solid  #0070c0; */
			   padding-bottom: 5px;
			  /* margin-bottom: 10px; */
			   display: inline-block;
		   }
			   
		   .en-info .coc{
			  display: flex;
			   justify-content: center;
			    align-items: center;
			 	flex-direction: column;  
		   }
			#header .top-header {
				height: 84px;
				display: flex;
				align-items: center;
			}

			#footer {
				text-align: center;
				padding: 20px 15px;
				background: #f5f5f5;
				line-height: 30px;
				font-size: 14px;
			}

			.tit {
				font-size: 22px;
				text-align: center;
				padding: 37px 15px;
				color: #0044B2;
				margin-bottom: 30px;
				font-weight: bold;
				line-height: 30px;
			}

			.submit {
				margin-top: 1.875rem;
				    display: flex;
				    justify-content: center;
					    border-top: 1px solid #ced4da;
					    padding-top: 1.875rem;
			}
			
			.submit .btn-primary, .submit .btn-outline-primary {
			    width: 9.25rem;
			}

			/* .btn-primary {
				font-weight: bold;
				background: -webkit-linear-gradient(#0386e3, #0363a7);
				background: -o-linear-gradient(#0386e3, #0363a7); 
				background: -moz-linear-gradient(#0386e3, #0363a7);
				background: linear-gradient(#0386e3, #0363a7); 
				border-color: transparent; 
			}

			.btn-primary:hover {
				color: #fff;
				background-color: #0363a7;
				border-color: #0363a7;
			}

			.btn-primary:focus,
			.btn-primary.focus,
			.btn-primary:active,
			.btn-primary:active:hover,
			.btn-primary.active {
				color: #fff;
				background-color: #0363a7;
				border-color: #0363a7;
			} */
			.btn {
				font-weight: 600;
			}

			.font-red {
				color: #ee3134;
			}

			.under-info {
				display: flex;
				justify-content: center;
				padding-bottom: 70px;
			}


			@media screen and (min-width:992px) {
				.container {
					width: 1000px;
				}

				.submit {
					display: flex;
					justify-content: center;
				}

				/* .submit .btn-primary {
					width: 500px;

				} */

			}

			@media screen and (min-width:768px) and (max-width: 992px) {
				.main-box {
					padding-right: 35px;
					padding-left: 35px;
				}

				.submit .btn-primary {
					display: block;
					width: 100%;
				}

				.top-header {
					justify-content: center;
				}
			
			}

			@media screen and (max-width:767px) {
				.en-info .coc1{
				
							   
				}
				.en-info .coc{
				margin-top: 30px;
				padding-top: 20px;
				border-top: 1px solid #e5e5e5;
							   
				}
				#header .logo {
					max-width: 70%;
				}
				.main-box {
					padding-right: 0;
					padding-left: 0;
				}

				.container {
					margin-right: 0;
					margin-left: 0;
				}

				.submit .btn-primary {
					display: block;
					width: 100%;
				}

				.top-header {
					justify-content: center;
				}
			}