﻿@charset "utf-8";
/* CSS Document */
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, table, caption, tbody, tfoot, thead, tr, th, td, 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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
      font-family: 'PT Serif', serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul {
    list-style: none;
    padding: 0;
}
a, a:hover, a:focus {
    outline: none;
    text-decoration: none;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
}
/*.................................... Common CSS ..................................................*/

 

/*................. Banner menu css ...........................*/
.covid-banner-outer{
	background: #f9f9f9;
}
 .banner-wrapper {
    max-width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    overflow: auto;
    width: 100%;
    position: relative;
    height:100px;
}
.banner-wrapper-In {
	width: 100%;
	position: relative;
	height: 100%;
	padding: 10px 0;
}
.logo-unit {
    width: 100px;
    background-image: url("../images/corona-bg.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 30px;
    font-family: arial;
    font-weight: 900;
    color: red;
	background-size: 90% auto;
}
.logo-unit a{
	display: block;
	height: 100%;
	width: 100%;
	color: #e9293d;
}
.logo-unit a span{
color: #333333;
}
.all-blk {
    width: 100%;
    padding-left: 100px;
}
.d-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}
.cov-blk-01 {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.co-img-blk  {
    width: 95px;
 	overflow: hidden;
	max-width: 95px;
	left: 0;
top: 50%;
transform: translateY(-50%);
	position: absolute;
}
.co-img-blk  img{
	display: block;
}
.border-5, .co-txt-en{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.banner-link {
    position: relative;
    display: block;
    height: 80px;
    width: 100%;
    padding-left: 45px;
color: #333;
}
.banner-link:hover {
	color: #e9293d;
}
.co-txt-en {
    background: #fff;
    height: 100%;
    width: 100%;
	border: 1px solid #eee;
		display: -webkit-box;
display: -ms-flexbox;
display: flex;
 -webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
	padding-left: 60px;

	padding-right: 10px;
}
.co-txt-in {
    max-height: 56px;
    overflow: hidden;
    line-height: 18px;
	font-weight: 700;
    font-size: 16px;
}
.banner-link:hover .co-img-blk{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}

@media only screen and (max-width:1024px){
	
	.all-blk-In{
		white-space: nowrap;
		width: 100%;
	}
	.cov-blk-01{
		width: auto;
		display: inline-block;
		float: none;
		vertical-align: top;
		min-width: 200px;
		margin-left: -4px;
		padding: 0 5px;
	}
	.cov-blk-01:last-child{
		padding-right: 10px;
	}
	.co-txt-en{
		white-space: normal;
	}
}