* {
    font-family: Arial !important;
}

body.homepage html {
    background: #F4F5F6;
}

body {
    position: relative;
    height: 100%;
    /* background-color: #E1EBF6; */
}

body.overflow {
    overflow: hidden;
}

.container.container-rounded {
		height: 50px;
		border-radius: 10px;
		box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
		background-color: #e0f0e5;
		color: #124923;
		display: flex;
		align-items: center;
		justify-content: center;
}

.container-selected.container-rounded {
		height: 50px;
		border-radius: 10px;
		box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
		background-color: #124923;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
}

.access2 {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

h1 {
    font-weight: bold;
    font-size: 40px;
    color: #fff;
}

h2 {
    font-weight: bold;
    color: #033A19;
    font-size: 30px;
    text-align: left;
}

h3 {
    font-weight: bold;
    /* color: #6d3800; */
    color:#255fcb;
    font-size: 24px;
    margin-top: 15px;
}

h4 {
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ul.ul-list {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

ul.ul-list li {
    margin: 0;
}

ul.ul-list li:before {
    content: "»";
    color: #FF6600;
    position: absolute;
    left: 0px;
}

.active {}

.skip-link {
	position: absolute;
	display: inline-block;
	padding: .375rem .75rem;
	line-height: 1;
	font-size: 1.25rem;
	background-color: #0b7336;
	color: white;
	transform: translateY(0);
	transition: transform 250ms ease-in;
	z-index: 1001;
}

.skip-link:not(:focus) {
	transform: translateY(-2rem);
}

.skip-link_link {
    display: -moz-inline-stack;
    display: block;
    margin: 0;
    max-height: 1;
    color: #FFF;
    position: absolute;
    top: -5000px;
    left: -5000px;
}

.access {
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

header {
    max-height: 100px;
    position: relative;
    z-index: 999;
}

.top {
    /* max-height: 55px; */
    max-height: 90px;
    height: 100vh;
    background-color: rgba(255, 255, 255, 1);
    transition: height .2s ease 0s;
    -webkit-transition: height .2s ease 0s;
}

.top.fixed {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 10;
    /* height: 50px; */
    height: 90px;
    transition: height .2s ease 0s;
    -webkit-transition: height .2s ease 0s;
}

.top .logo img {
    /* max-width: 50px; */
    max-width:350px;
    transition: .3s ease 0s;
    -webkit-transition: .3s ease 0s;
}

@media screen and (max-width: 767px) {
    .top .logo img {
        max-width:200px;
    }
}


.top.fixed .logo img {
    /* max-width: 50px; */
    max-width:350px;
}

.top .container-fluid {
    /* max-width:1200px; */
    margin: 0 auto;
    height: 100%;
    padding: 0;
}

.top .container-fluid>div {
    padding: 10px 15px;
    height: 100%;
    width: 100%;
    /* display: table; */
    position: relative;
    border-left: 1px solid #d8d8d8;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .top .container-fluid>div {
        width:auto;
    }
 }

.top .container-fluid>div:first-child {
    border-left: 0px;
    width:auto;
}

.top .container-fluid>div>a {
    /* display: table-cell; */
    vertical-align: middle;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-menu {
    position: absolute;
    background: #abca00;
    z-index: 5;
    top: -100%;
    left: 0;
    transition: max-height .3s ease 0s;
    -webkit-transition: max-height .3s ease 0s;
    max-height: 0;
    overflow: hidden;
}

.search-menu.active {
    /* top: 0; */
    /* max-height: 55px; */
    max-height: 90px;
}

/*20210608*/

.dis_table{
    display:table;
    width:100% !important;
}

.dis_tr, .dis_th{
    display: table-row;
    width: 100%;
}

.dis_td{
    display: table-cell;
}
/*20210608*/

.accessibility {
    height: 0px;
    width: 0px;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    position: absolute;
}

.nav-search {
    width: 100% !important;
    max-width: 100% !important;
}

.nav-search .searchText {
    background: none;
    border: none;
    border-bottom: 2px #fff solid;
    color: #fff;
    width: 100%;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.nav-search .inputWrap {
    display: inline-block;
    width: 50%;
    position: relative;
}

.nav-search .inputWrap:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: -25px;
    width: 20px;
    height: 20px;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
}

.nav-search .inputWrap form {
    text-align: left;
}

.nav-search .searchBtn {
    display: inline-block;
    /* height: 30px; */
    /*  width: 30px; */
    /* background: url(../images/search.svg) no-repeat; */
    /* background-size: 14px 13px; */
    border: 0;
    cursor: pointer;
    padding: 5px 20px;
    overflow: visible;
    position: relative;
    margin-left: 5px;
    margin-right: 10px;
    /* vertical-align:bottom; */
    transition: 0.2s ease-in-out;
    background: #efff00;
    border-radius: 20px;
}

.nav-search .searchBtn:hover {
    transform: translateY(-5%);
}

.nav-search .searchClose {
    position: absolute;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.searchClose:before,
.searchClose:after {
    content: '';
    height: 2px;
    width: 26px;
    display: block;
    background: #ffffff;
    position: absolute;
    top: 22px;
    left: 9px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.searchClose:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.top .container-fluid>div:last-child {
    background-color: #06602A;
    max-width: 60px;
}

.menu-item:hover>.sub-menu,
.menu-item.active>.sub-menu {
    padding: 10px 0 15px;
    border-bottom: 1px solid #f4f4f4;
    /* height:auto; */
}

.menu-item>.sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    /* background:rgba(0,109,43,.95); */
    background: rgba(170, 202, 0, .95);
    /* height:0px; */
    /* padding: 10px 0; */
    transition: padding .3s ease 0s;
    -webkit-transition: padding .3s ease 0s;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    z-index: 999;
}

.menu-item:nth-last-child(-n+3)>.sub-menu {
    right: 0;
    left: auto;
}

.menu-item>.sub-menu a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    /* color:#fff; */
    color: #000;
}

.menu-item {
    transition: .2s ease 0s;
    -webkit-transition: .2s ease 0s;
    font-size: 20px;
}

.menu-item:hover,
.menu-item.active {
    /* background:#033A19; */
    background: #abca00;
}

.menu-item:hover>a,
.menu-item.active>a {
    /* color:#fff; */
    color: #000;
}

.menu-item:hover>.sub-menu ul,
.menu-item.active>.sub-menu ul {
    max-height: 1000px;
}

.menu-item>.sub-menu ul {
    max-height: 0px;
    width: 320px;
    overflow: hidden;
    transition: max-height .3s ease 0s;
    -webkit-transition: max-height .3s ease 0s;
}

.menu-item>.sub-menu ul li {
    list-style: none;
    text-align: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #d8d8d8;
    transition: .3s ease 0s;
    -webkit-transition: .3s ease 0s;
}

.menu-item>.sub-menu ul li:last-child {
    border-bottom: 0px solid #d8d8d8;
}

.menu-item>.sub-menu ul li:hover,
.menu-item>.sub-menu ul li a:focus {
    background: #F6F6F6;
}

.menu-item>.sub-menu ul li:hover a,
.menu-item>.sub-menu ul li a:focus {
    color: #3E3E3E;
}


/* for mobile menu */

.top.top-mobile {
    display: none;
}

.top.top-mobile .container-fluid>div {
    width: auto;
    border-left: 0px solid #d8d8d8;
}

.m-menu-open {
    margin-left: 20px;
}

.m-menu-open,
.m-search-open {
    position: relative;
    right: 0;
    top: 0;
    width: 30px !important;
    height: 30px !important;
    z-index: 51;
    text-indent: -9999px;
    margin: 0px 0px 0 0;
    transition: margin .3s ease 0s;
    -webkit-transition: margin .3s ease 0s;
}

.m-search-open {
    background: url(../images/search_m.svg);
    background-repeat: no-repeat;
    height: 25px !important;
    margin-right: 15px;
}

.m-menu-open:before {
    margin-top: -9px;
}

.m-menu-open:after {
    margin-top: 9px;
}

.m-menu-open:before,
.m-menu-open:after,
.m-menu-open span {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    background-color: #000000;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.m-menu-close,
.m-search-close {
    position: absolute;
    left: -50px;
    top: 0;
    text-indent: -9999px;
    width: 50px;
    height: 55px;
    background-color: #00a542;
}

.m-menu-close:before,
.m-search-close:before {
    transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
}

.m-menu-close:after,
.m-search-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
}

.m-menu-close:before,
.m-menu-close:after,
.m-search-close:before,
.m-search-close:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
}

.m-menu,
.m-search {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 990;
    top: 0;
    right: 0;
    position: fixed;
    opacity: 0.5;
    transition: opacity .2s ease 0s;
}

.m-menu.active,
.m-search.active {
    background: rgba(0, 0, 0, 0.5);
    z-index: 990;
    top: 0;
    right: 0;
    position: fixed;
    opacity: 1;
    transition: opacity .2s ease 0s;
}

.m-menu .container,
.m-search .container {
    width: 320px;
    height: 100%;
    background: #fff;
    z-index: 999;
    top: 0;
    right: 0;
    position: fixed;
    transform: translateX(120%);
    transition: .5s ease 0s;
    padding: 0;
}

.m-menu.active .container,
.m-search.active .container {
    transform: translateX(0%);
}

.m-menu-box {}

.m-menu .menu-item,
.m-search .menu-item {
    overflow-y: auto;
    position: fixed;
    height: calc(100% - 30px);
    width: 100%;
    padding: 0;
    background: #f6f6f6;
}

.m-search .menu-item {
    background: #abca00;
}

.m-menu .fisrt-menu-item,
.m-search .fisrt-menu-item {
    position: relative;
}

.m-menu .fisrt-menu-item:before,
.m-search .fisrt-menu-item:before {
    margin: auto 0;
    display: inline-block;
    content: '';
    width: 0;
    /* height: 64px; */
    height:70px;
    border-style: solid;
    border-width: 5px;
    border-color: #033A19;
    background: #033A19;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: .6s ease;
    z-index: 1
}

.m-menu .menu-item .fisrt-menu-item>a,
.m-search .menu-item .fisrt-menu-item>a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 20px;
    background: #f6f6f6;
    color: #3e3e3e;
    transition: 0.3s ease;
    position: relative;
    font-weight: bold;
}

.m-menu .menu-item .fisrt-menu-item:last-child>a {
    display: inline-block;
    width: 25%;
    text-align: left;
    padding: 20px 20px;
    background: #f6f6f6;
    color: #3e3e3e;
    transition: 0.3s ease;
    position: relative;
    font-weight: bold;
}

.m-menu .menu-item .fisrt-menu-item:last-child .btn_mail {
    background: url(../images/btn_mail_h.svg);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: center;
    height: 41px;
    /* width: 35px; */
    width: 33%;
}

.m-menu .menu-item .fisrt-menu-item:last-child .btn_link {
    background: url(../images/btn_link_h.svg);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: center;
    height: 41px;
    /* width: 35px; */
    width: 33%;
}

.m-menu .menu-item:hover,
.m-menu .menu-item.active {
    background: #f6f6f6;
}

.m-search .menu-item:hover,
.m-search .menu-item.active {
    background: #abca00;
}

.m-menu .menu-item .fisrt-menu-item>a:hover,
.m-search .menu-item .fisrt-menu-item>a:hover {
    transform: translateX(2%);
    transition: 0.3s ease;
    text-decoration: underline;
    transform: translateY(5%);
}

.m-menu .menu-item .fisrt-menu-item>a.with-sub-menu:before {
    margin: auto 0;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #c1b400 transparent transparent transparent;
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 25px;
    transition: .6s ease;
}

.m-menu .menu-item .fisrt-menu-item.active>a:before {
    transform: rotate(180deg);
    transition: .6s ease;
}

.m-menu .fisrt-menu-item.active .sub-menu-item {
    display: block;
}

.m-menu .menu-item .last-menu-item>a {
    display: inline-block;
    width: 30%;
    text-align: left;
    padding: 20px 20px;
    /* background: #f6f6f6; */
    color: #3e3e3e;
    transition: 0.3s ease;
    position: relative;
    font-weight: bold;
}

.m-menu .menu-item .last-menu-item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.m-menu .menu-item .sub-menu-item {
    display: none;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0;
    background: #EFEFEF;
    top: 0;
    max-width: 100%;
    text-align: left;
}

.m-menu .menu-item .sub-menu-item:before {
    margin: auto 0;
    display: inline-block;
    content: '';
    width: 10px;
    height: 100%;
    border-style: solid;
    border-width: 0px;
    border-color: #033A19;
    background: rgb(161, 255, 206);
    background: linear-gradient(180deg, rgba(161, 255, 206, 1) 0%, rgba(250, 255, 209, 1) 100%);
    cursor: pointer;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: .6s ease;
    z-index: 1
}

.m-menu .menu-item .sub-menu-item li {
    padding: 0 35px;
}

.m-menu .menu-item .sub-menu-item li a {
    text-align: left;
    display: block;
    padding: 18px 0;
    transition: 0.3s ease;
}

.m-menu .text_size a,
.m-menu .lang a,
.m-menu .contasct_us a,
.m-menu .site_map a {
    color: #000;
    text-decoration: none;
}

.m-menu .text_size:hover,
.m-menu .lang:hover,
.m-menu .contasct_us:hover,
.m-menu .site_map:hover {
    background-color: #fff;
    transition: 0.2s ease;
}

.m-menu .lang {
    border-radius: 0px;
    text-align: center;
    vertical-align: top;
    padding: 1% 0;
    border-left: 0px;
    border-top: 0px;
    width: 50%;
    height: 55px;
    margin: 0;
    transition: 0.2s ease;
    background: #f6f6f6;
    font-size: 20px;
}

.m-search .title {
    border-radius: 0px;
    text-align: center;
    vertical-align: top;
    padding: 1% 0;
    border-left: 0px;
    border-top: 0px;
    width: 100%;
    height: 55px;
    margin: 0;
    transition: 0.2s ease;
    background: #f6f6f6;
    /* background: #abca00;
    color:#fff; */
    font-size: 20px;
}

.m-menu .nav-search {
    margin: 0;
}

.m-menu .nav-search .searchText {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    width: 90%;
    color: #3E3E3E;
    font-size: 16px;
}

.m-menu .nav-search input {}

.m-menu .searchBtn {
    width: 10%;
    background: #fff;
    /* background-size: 14px 13px; */
    border-bottom: 1px solid #4CA200;
    border-right: 1px solid #4CA200;
    background: url(../images/search_mobile.svg) no-repeat;
    background-color: #E8FFCE;
    background-position: center;
    cursor: pointer;
    padding: 0;
    overflow: visible;
    position: relative;
    margin-left: 0px;
    vertical-align: bottom;
    transition: 0.2s ease;
}

.m-menu .searchBtn:hover {
    background-color: #fff;
    transition: 0.2s ease;
}

.m_right {
    max-width: 100% !important;
    background: none !important;
}

.m-search .nav-search {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center;
    margin: 30px 0;
}

.m-search .nav-search .inputWrap {
    width: 75%;
}

.m-search .nav-search .searchBtn_mobile {
    display: inline-block;
    /* height: 30px; */
    /*  width: 30px; */
    /* background: url(../images/search.svg) no-repeat; */
    /* background-size: 14px 13px; */
    border: 0;
    cursor: pointer;
    padding: 5px 20px;
    overflow: visible;
    position: relative;
    margin-left: 5px;
    margin-right: 10px;
    /* vertical-align:bottom; */
    transition: 0.2s ease-in-out;
    background: #efff00;
    border-radius: 20px;
}

/* Keep submenu visible when parent or submenu has focus */
.menu-item:hover > .sub-menu,
.menu-item.active > .sub-menu,
.menu-item:focus-within > .sub-menu {
    padding: 10px 0 15px;
    border-bottom: 1px solid #f4f4f4;
}

.menu-item:hover > .sub-menu ul,
.menu-item.active > .sub-menu ul,
.menu-item:focus-within > .sub-menu ul {
    max-height: 1000px;
}

/* Ensure links are visible when focused */
.menu-item > .sub-menu ul li a:focus {
    background: #F6F6F6;
    color: #3E3E3E;
    outline: 2px solid #005c57; /* Add visible focus indicator */
    outline-offset: -2px;
}

/* Make sure the parent menu item shows active state when submenu is focused */
.menu-item:focus-within,
.menu-item:focus-within > a {
    background: #abca00;
    color: #000;
}

/* Improve focus visibility for all menu items */
.menu-item > a:focus,
.menu-item.active > a:focus {
    outline: 2px solid #005c57;
    outline-offset: -2px;
}

/* Ensure submenu items are focusable and visible */
.menu-item > .sub-menu ul li a {
    position: relative; /* For better focus ring positioning */
}

@media screen and (max-width: 1060px) {
    .top.top-mobile {
        display: block;
    }
    .top {
        display: none;
    }

    
}


/* for mobile menu end */

.main-banner {
    position: relative;
}

.banner-content {
    position: relative;
}

.nav-menu {
    position: absolute;
    z-index: 50;
    top: auto;
    right: 0px;
    min-width: 200px;
    /* min-height:50px; */
    background: #06602A;
    padding: 0 0 0 24px;
    border-bottom-left-radius: 20px;
    font-size: 14px;
}


/* .nav-menu .nav-search{
	display:inline-block;
	height:100%;
} */

.nav-menu a {
    display: inline-block;
    /* width:50px; */
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 10px;
    margin: 0;
    border-left: 1px solid #d8d8d8;
    color: #fff;
    transition: background-color .3s ease 0s;
    -webkit-transition: background-color .3s ease 0s;
}

.nav-menu a:hover {
    background-color: #fff;
    color: #3E3E3E;
}

.nav-menu .btn_home {
    background: url(../images/btn_home.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    height: 41px;
    width: 35px;
}

.nav-menu .btn_home:hover {
    background: url(../images/btn_home_h.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    background-color: #fff;
    height: 41px;
    width: 35px;
}

.nav-menu .btn_mail {
    background: url(../images/btn_mail.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    height: 41px;
    width: 35px;
}

.nav-menu .btn_mail:hover {
    background: url(../images/btn_mail_h.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    background-color: #fff;
    height: 41px;
    width: 35px;
}

.nav-menu .btn_link {
    background: url(../images/btn_link.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    height: 41px;
    width: 35px;
}

.nav-menu .btn_link:hover {
    background: url(../images/btn_link_h.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    background-color: #fff;
    height: 41px;
    width: 35px;
}

.swiper-container {
    width: 100%;
    /*  height: calc(100vh - 100px); */
    /* height:896px;  */
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    overflow: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    /* width:100%;  */
    max-height: 850px;
}

.banner-front {
    position: absolute;
    bottom: -35px;
    background: url(../images/banner_front.svg);
    width: 100%;
    height: 508px;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    top: 0px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin-left:5px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #232323;
}

/* 20210526 */
section.main-banner .swiper-bulletbutton{
    position: absolute; 
    /* top: 500px; */
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 22;
    width: 100%;
    top:0;
    height:50px;
    bottom: 18px;
    
}

section.main-banner .swiper-pagination{
    position:relative;
    display:inline;
    width:100%;
  
}

section.main-banner .slider .swiper-pagination-bullet {
   
    margin: 0 8px;
}



section.main-banner .swiper-play-pause {
    /* position: absolute; */
    position: relative;
    text-align: center;
    /* bottom: 40px; */
    top:5px;
    left:-5px;
    width: 100%;
    /* height: 0px; */
    z-index: 11;
    display:inline;
}
section.main-banner .swiper-play {
    cursor: pointer;
    width: 15px;
    height: 24px;
    background: url("../images/banner/button/play.svg");
    background-size: 100%;
    display: none;
    /* margin-right: 250px; */
    
}
section.main-banner .swiper-pause {
    cursor: pointer;
    width: 15px;
    height: 24px;
    background: url("../images/banner/button/pause.svg");
    background-size: 100%;
    display: inline-block;
    /* margin-right: 250px; */
}
/* 20210526 */

.swiper-button-next,
.swiper-button-prev {
    z-index: 25;
    transition: transform .3s ease 0s;
    -webkit-transition: transform .3s ease 0s;
}

.swiper-button-next:hover {
    transform: translateX(10%);
}

.swiper-button-prev:hover {
    transform: translateX(-10%);
}

.swiper-container3 .swiper-slide img {
    width: 100%;
    max-width: 90px;
    /*  max-height:850px; */
}

.swiper-container3 .swiper-wrapper {
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.swiper-container4 .swiper-slide img {
    width: 100%;
    max-width: 180px;
	/*max-height:180px; 	*/
}

.swiper-container4 .swiper-wrapper {
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
}

.short-cut {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    /* bottom: -20px; */
    bottom: 10px;
    z-index: 23;
}

.short-cut .short-cut-icon {
    /* background: rgba(255, 255, 255, 0.8); */
    width: 207px;
    height: 207px;
    text-align: center;
    /* border: 5px solid #00BBFF; */
    /* border-radius: 50%; */
    transition: transform .5s ease 0s;
    -webkit-transition: transform .5s ease 0s;
}

/* .short-cut .container div .shortcut-FSAD .short-cut-icon {
    border: 5px solid #008069;
}

.short-cut .container div .shortcut-AESD .short-cut-icon {
    border: 5px solid #a06000;
}

.short-cut .container div .shortcut-ATMD .short-cut-icon {
    border: 5px solid #b30000;
}

.short-cut .container div .shortcut-APSD .short-cut-icon {
    border: 5px solid #003dc9;
}

.short-cut .container div .shortcut-ASMD .short-cut-icon {
    border: 5px solid #ad14b7;
} */

.short-cut a:hover .short-cut-icon,
.short-cut a:hover .short-cut-text {
    transform: translateY(-2%);
}

.short-cut .short-cut-text {
    text-align: center;
    max-width: 207px;
    padding: 10px 4px;
    /* font-size: 18px; */
    font-size: 22px;
    font-weight: bold;
    color: #000;
    transition: transform .5s ease 0s;
    -webkit-transition: transform .5s ease 0s;
    line-height: 1;
}

.short-cut-icon img {
    width: 80%;
    /* max-width: 150px; */
}


/* for banner resize */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 1600px)  {
    .banner-front {
        display: none;
    }
 }

@media screen and (max-width: 1700px) {
    .short-cut {
        /* bottom:-60px; */
    }
}

@media screen and (max-width: 1500px) {
    .short-cut {
        /* bottom:-25px; */
    }
}

@media screen and (max-width: 1350px) {
    .main-banner .swiper-button-next,
    .main-banner .swiper-button-prev {
        top: 45%;
    }
    .swiper-container {
        width: 100%;
        height: 600px;
        /* height:896px;  */
    }
    .main-banner .swiper-slide img {
        /* height: 500px; */
        max-height: 600px;
    }
    .banner-front {
        bottom: -2px;
        /* top:100%; */
    }
}

@media screen and (max-width: 1230px) {
    .short-cut {
        display: block;
        position: relative;
        bottom: 25px;
        /* top:-225px; */
    }
    .short-cut .container>div {
        /* display:block !important; */
    }
}

@media screen and (max-width: 1060px) {
    .main-banner .swiper-button-next,
    .main-banner .swiper-button-prev {
        top: 35%;
    }
    .main-banner .swiper-slide img {
        /* width:100%; */
        height: 500px;
    }
    .banner-front {
        background-size: 200%;
    }
    .short-cut {
        /* 	bottom:130px; */
    }
    .short-cut .container {
        padding: 0 50px;
    }
    .short-cut .container>div {
        flex-wrap: wrap;
        justify-content: center !important;
    }
    .short-cut .container>div>a {
        margin: 0 20px;
        /* width:30%; */
        /*display:inline-block; */

        display:flex;
        align-items: center;
    }
    .short-cut .short-cut-icon {
        width: 150px;
        height: 150px;
        margin-bottom:15px;
    }
    .short-cut-icon img {
        width: 100%;
        /* max-width: 120px; */
    }
    .short-cut .short-cut-text {
        text-align: center;
        max-width: 150px;
    }
}

@media screen and (max-width: 991px) {
    .item {
        /* width: calc( (99.99%-60px)/3) !important; */
        width: 30% !important;
        /* flex-shrink: 0; */
        display: inline-block;
        float: none !important;
    }
    .itembox {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .swiper-container{
        height: 410px;
    }



    .main-banner .swiper-button-next,
    .main-banner .swiper-button-prev {
        top: 25%;
    }
    .banner-front {
        bottom: 165px;
    }
    .main-banner .swiper-slide img {
        /* height: 190px; */
        height: 215px;
    }
    .short-cut {
        bottom: 150px;
    }
    .short-cut .short-cut-icon {
        width: 130px;
        height: 130px;
        margin-bottom:15px;
    }
    .short-cut-icon img {
        width: 100%;
        /* max-width: 100px; */
    }
    .short-cut .short-cut-text {
        text-align: center;
        max-width: 150px;
    }
    .short-cut .short-cut-text {
        font-size: 14px;
        width:200px;
    }
    .item {
        /* width: calc( (99.99%-60px)/3) !important; */
        width: 47% !important;
        /* flex-shrink: 0; */
        float: left !important;
    }
    .itembox {
        display: block !important;
    }
    .container.container-rounded {
		height: 70px;
		border-radius: 10px;
		box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
		background-color: #e0f0e5;
		color: #124923;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.container-selected.container-rounded {
		height: 70px;
		border-radius: 10px;
		box-shadow: 0 0 5px rgba(1, 1, 1, 0.7);
		background-color: #124923;
		color: white;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}


/* for banner resize */

div.section-bg {
    background: url(../images/whatsnew_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

section.whatsnew {
    position: relative;
    /*  margin-top: 40px; */
    z-index: 4;
    /*  background: url(../images/whatsnew_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left; */
    min-height: 325px;
    /* -webkit-box-shadow: 0px 0px 5px 2px rgba(209, 209, 209, 0.5);
    -moz-box-shadow: 0px 0px 5px 2px rgba(209, 209, 209, 0.5);
    box-shadow: 0px 0px 5px 2px rgba(209, 209, 209, 0.5); */
    padding-bottom: 2%;
}

.whatsnew .container {
    position: relative;
    text-align: center;
}

section.icon {
    position: relative;
    padding-top: 60px;
    margin-top: 60px;
    z-index: 4;
    /* background: url(../images/whatsnew_bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    /* min-height: 325px; */
    /* -webkit-box-shadow: 0px 0px 5px 2px rgba(209, 209, 209, 0.5);
    -moz-box-shadow: 0px 0px 5px 2px rgba(209, 209, 209, 0.5);
    box-shadow: 0px 0px 5px 2px rgba(209, 209, 209, 0.5); */
    padding-bottom: 2%;
}

.icon .container {
    position: relative;
    text-align: center;
}

.whatsnew-header {
    padding-top: 50px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

.box.icons {
    background: #005c57;
}

.box.icons .box-content {
    border: 3px #005c57 solid;
    /* border-left: 0; */
    border-right: 0;
}

.box.press-releases {
    background: #B25A00;
}

.box.press-releases .box-content {
    border: 3px #B75601 solid;
}

.box.publications {
    background: #001B50;
}

.box.publications .box-content {
    border: 3px #001B50 solid;
}

.box.tender-notices {
    background: #003D0E;
}

.box.tender-notices .box-content {
    border: 3px #003D0E solid;
}

.box.recruitment {
    background: #3D0000;
}

.box.recruitment .box-content {
    border: 3px #3D0000 solid;
}

.box {
    width: 250px;
    height: 120px;
    background: #000;
    border-radius: 5px;
    position: relative;
}

.box-header {
    height: calc(100% - 213px);
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.box-content {
    width: 240px;
    height: 120px;
    border-radius: 0px;
    background: #fff;
    border-bottom-right-radius: 69px;
    border: 3px #666 solid;
    vertical-align: bottom;
    position: relative;
    bottom: 0;
    text-align: center;
    padding: 7px 0;
    -webkit-box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-content .box-date {
    font-size: 16px;
    font-weight: bold;
    color: #B25A00;
}

.box-content div {
    /* margin-top: 20px; */
    /*  padding: 0 10%; */
}

.box-more {
    width: 20px;
    height: 17px;
    position: absolute;
    bottom: 15px;
    right: 5px;
    /* background:#888; */
    /* background:url(../images/news_more.svg); */
}

.swiper-container.swiper-container2 {
    width: 95%;
    height: 100%;
    /* height:896px;  */
    position: relative;
}

.swiper-container2 .swiper-wrapper {
    align-items: center;
}

.swiper-container2 .swiper-slide {
    background: none;
}

.swiper-container2 .swiper-slide img {
    max-width: 84px;
    max-height: 50px;
}

.whatsnew .container .swiper-button-next,
.whatsnew .container .swiper-button-prev {
    top: 60%;
}

.whatsnew .container .swiper-button-prev {
    left: -5px;
}

.whatsnew .container .swiper-button-next {
    right: -5px;
}

.whatsnew .more {
    width: 120px;
    height: 50px;
    -webkit-box-shadow: 0px -3px 6px 2px rgba(135, 112, 0, 0.3);
    -moz-box-shadow: 0px -3px 6px 2px rgba(135, 112, 0, 0.3);
    box-shadow: 0px -3px 6px 2px rgba(135, 112, 0, 0.3);
    margin: 30px auto;
    background: #FFD500;
    border-radius: 10px;
    font-size: 20px;
    transition: transform .3s ease 0s;
    -webkit-transition: transform .3s ease 0s;
}

.whatsnew .more a {
    display: block;
    width: 100%;
    height: 100%;
}

.whatsnew .more:hover {
    transform: translateY(-5%);
}

@media screen and (max-width: 1700px) {
    section.whatsnew {
        margin-top: 60px;
    }
}

@media screen and (max-width: 1500px) {
    section.whatsnew {
        /*  margin-top:205px; */
    }
}

@media screen and (max-width: 1230px) {
    section.whatsnew {
        margin-top: 0px;
    }
    .top .container-fluid>div>a {
        font-size:10pt;
    }
}

@media screen and (max-width: 767px) {
    .icon .container {
        margin-bottom: 30px;
    }

    section.icon{
        margin-top:0px;
    }
}

.whatsnew .container {
    padding-top: 30px;
}

.whatsnew .container div:hover {
    background: #004b5f;
    transition: .5s;
    border: 2px solid #004b5f;
}

.whatsnew .container div {
    /* display:inline-block;*/
    width: 45%;
    margin: 5px 5px;
    display: flex;
    position: relative;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    /* min-width:50%; */
    /* padding:20px; */
    /* background: rgb(255,213,0); */
    background: #ecfffa;
    /* background: linear-gradient(125deg, rgba(255,213,0,1) 88%, rgba(255,226,0,1) 88%); */
    /* border-radius:50px; */
    vertical-align: middle;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(186, 255, 237, 0.3);
    -moz-box-shadow: 3px 3px 5px 0px rgba(186, 255, 237, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(186, 255, 237, 0.3);
    transition: .5s;
    border: 2px solid #c6ffdf;
}


/* .whatsnew .container div:before{
	content: '';
	position: absolute;
    left: 0;

    height: 30px;
    background-color: #005c57;
    min-width: 30px;
    top: 0;
    z-index: 0;
-webkit-box-shadow: 3px 3px 5px 0px rgba(0,161,150,0.3);
-moz-box-shadow: 3px 3px 5px 0px rgba(0,161,150,0.3);
box-shadow: 3px 3px 5px 0px rgba(0,161,150,0.3);

    border-radius: 0 0 40px 0;
} */

.whatsnew .container div:before {
    content: '';
    position: absolute;
    left: 0;
    height: 90%;
    top: 0;
    background-color: #ffd500;
    min-width: 100px;
    bottom: 0;
    z-index: -1;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.0);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.0);
    box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.0);
    /*   border-radius: 40px 0px 0px 0; */
    transition: .2s;
}

.whatsnew .container div:hover:before {
    content: '';
    position: absolute;
    left: -5px;
    height: 90%;
    top: -5px;
    background-color: #ffd500;
    min-width: 100px;
    bottom: 0;
    z-index: -1;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    /*   border-radius: 40px 0px 0px 0; */
    transition: .2s;
}

.whatsnew .container div:after {
    content: '';
    position: absolute;
    right: 0;
    height: 0;
    background-color: #005c57;
    min-width: 5px;
    bottom: 0;
    z-index: 0;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    /*   border-radius: 40px 0px 0px 0; */
    transition: .2s;
}

.whatsnew .container div:hover:after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    background-color: #fff;
    min-width: 5px;
    top: 0;
    z-index: 0;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    /*   border-radius: 40px 0px 0px 0; */
    transition: .2s;
}

.whatsnew .container div a {
    display: block;
    padding: 20px 30px;
    position: relative;
}

.whatsnew .container div a:before {
    content: '';
    position: absolute;
    right: 0;
    height: 0%;
    /*  background-color: #fff; */
    min-width: 0%;
    top: 3%;
    z-index: 0;
    opacity: 0.5;
    /* -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3); */
    border: 0px solid;
    /* border-right:0px; */
    border-left: 0px;
    border-bottom: 0px;
    /*   border-radius: 40px 0px 0px 0; */
    transition: .4s;
}

.whatsnew .container div:hover a:before {
    content: '';
    position: absolute;
    right: 0;
    height: 90%;
    /*  background-color: #fff; */
    min-width: 99%;
    top: 3%;
    z-index: 0;
    opacity: 0.5;
    /* -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3); */
    border: 1px solid;
    /* border-right:0px; */
    border-left: 0px;
    border-bottom: 0px;
    /*   border-radius: 40px 0px 0px 0; */
    transition: .4s;
}

.whatsnew .container div a:after {
    content: '';
    position: absolute;
    bottom: 3%;
    left: 0;
    height: 0%;
    /*  background-color: #fff; */
    min-width: 0%;
    /*  top: 3%; */
    z-index: 0;
    opacity: 0.5;
    /* -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3); */
    border: 0px solid;
    border-right: 0px;
    /* border-left:0px; */
    border-top: 0px;
    /*   border-radius: 40px 0px 0px 0; */
    transition: .4s;
}

.whatsnew .container div:hover a:after {
    content: '';
    position: absolute;
    bottom: 3%;
    left: 0;
    height: 90%;
    /*  background-color: #fff; */
    min-width: 99%;
    /* top: 3%; */
    z-index: 0;
    opacity: 0.5;
    /* -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3);
    box-shadow: 3px 3px 5px 0px rgba(0, 161, 150, 0.3); */
    border: 1px solid;
    border-right: 0px;
    /* border-left:0px; */
    border-top: 0px;
    /*   border-radius: 40px 0px 0px 0; */
    transition: .4s;
}

.whatsnew .container div:hover a {
    color: #fff;
}

@media screen and (max-width: 1230px) {
    .whatsnew .container div {
        width: 80%;
    }
}

section.promo_icon {
    position: relative;
    background: #bcbcbc;
    min-height: 50px;
}

.promo_icon .container-fluid {
    padding: 50px;
    position: relative;
    min-height: 210px;
}

.swiper-container.swiper-container3 {
    width: 90%;
    height: 100%;
    /* height:896px;  */
    position: relative;
}

.swiper-container.swiper-container4 {
    width: 90%;
    height: 100%;
    /* height:896px;  */
    position: relative;
}

section.promo_icon .swiper-play-pause {
    /* position: absolute; */
    position: relative;
    text-align: center;
    /* bottom: 40px; */
    top:5px;
    left:-5px;
    
    /* height: 0px; */
    z-index: 11;
    display:inline;
}
section.promo_icon .swiper-play {
    cursor: pointer;
    width: 15px;
    height: 24px;
    background: url("../images/banner/button/play.svg");
    background-size: 100%;
    display: none;
    /* margin-right: 250px; */
    
}
section.promo_icon .swiper-pause {
    cursor: pointer;
    width: 15px;
    height: 24px;
    background: url("../images/banner/button/pause.svg");
    background-size: 100%;
    display: inline-block;
    /* margin-right: 250px; */
}

.swiper-container3 .swiper-slide {
    background: none;
}

.swiper-container4 .swiper-slide {
    background: none;
}

.promo_icon .container .swiper-button-prev {
    left: 0;
}

.promo_icon .container .swiper-button-next {
    right: 0;
}

footer {
    background: #f4f5f6;
}

footer .container {
    text-align: center;
    font-size: 12px;
    color: #000;
    padding: 15px;
}

footer .container a {
    color: #000;
}

footer img {
    margin: 5px 5px;
}

.top_button {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 900;
    transition: .1s;
    -webkit-transform: translateX(170%);
    transform: translateX(170%);
    -ms-transform-: translateX(170%);
}

.top_button.active {
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    -ms-transform-: translateX(-30%);
}


/* for content page*/

.main-content.main-content1 {
    position: relative;
    background-color: #E1EBF6;
}

.home:before {
    content: ' ';
    display: none;
}

body:before {
    content: ' ';
    display: block;
    position: absolute;
    /* background-color: #E1EBF6; */
    /* background: url(../images/banner/content02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.2; */
    width: 100%;
    height: 100%;
    z-index: -1;
}


/* .asmd:before {
    background: url(../images/banner/Screencap_21.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.apsd:before {
    background: url(../images/banner/Screencap_9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.aesd:before {
    background: url(../images/banner/Screencap_7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fsad:before {
    background: url(../images/banner/Screencap_13.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
} */

.asmd .main-content,
.apsd .main-content,
.aesd .main-content,
.atmd .main-content,
.fsad .main-content {
    min-height: 870px;
}

.main-banner1 {
    height: 150px;
}

.banner-header1 {
    position: relative;
    z-index: 5;
    bottom: 0;
}

.banner-header1:before {
    content: '';
    position: absolute;
    /* left: 30px;
		bottom: 20px;
		height: 30px;
		background-color:#005c57;
		min-width: 50%; */
    z-index: -1;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.08);
    /* border-radius: 0 0 40px 0; */
    left: -10px;
    bottom: 10px;
    height: 65px;
    background-color: #005c57;
    min-width: 15px;
}

.banner-header1:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    /* height: 30px; */
    height: 100%;
    background-color: rgba(0, 109, 43, .95);
    min-width: 100%;
    z-index: -1;
    -webkit-box-shadow: 18px 18px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 18px 18px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 18px 18px 5px 0px rgba(0, 0, 0, 0.08);
    /* border-radius: 0 0 40px 0; */
}

.banner-header {
    position: absolute;
    z-index: 5;
    bottom: 70px;
}

.banner-header:before {
    content: '';
    position: absolute;
    /* left: 30px;
		bottom: 20px;
		height: 30px;
		background-color:#005c57;
		min-width: 50%; */
    z-index: -1;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.08);
    /* border-radius: 0 0 40px 0; */
    left: -10px;
    bottom: 10px;
    height: 65px;
    background-color: #005c57;
    min-width: 15px;
}

.banner-header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    /* height: 30px; */
    height: 100%;
    background-color: rgba(0, 109, 43, .95);
    min-width: 45%;
    z-index: -1;
    -webkit-box-shadow: 18px 18px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 18px 18px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 18px 18px 5px 0px rgba(0, 0, 0, 0.08);
    /* border-radius: 0 0 40px 0; */
}

.nav a {
    display: block;
    padding: 5px;
}

.nav span {
    font-weight: bold;
    padding: 5px;
}

.main-container {
    margin: 15px auto 0;
    padding-bottom: 50px;
    text-align: justify;
}

.main-container a {
    text-decoration: underline;
    color: #033A19;
}

.main-container a:hover {
    text-decoration: underline;
    color: #B9684A;
}



.main-container ul {
    list-style: none;
}

.main-container ul li {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}

.main-container ul li a{
    font-size: 18px;
}

.mainContentWrap ul li a{
    font-size: 16px;
}

.main-container ul li:before {
    content: "";
    /* width: 5px;
    height: 100%;
    background: rgb(255, 102, 0); */
    position: absolute;
    /* left: 5px; */
    left: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 11px solid #005C57;
    border-bottom: 7px solid transparent;
}

.main-container p {
    margin: 1.5rem 0;
    /* padding-left: 30px; */
}

.main-container .underline {
    text-decoration: underline;
}

.main-container ul li ul li:before{
    width: 0px;
}


/* .Table_normal tr th{
		border:2px #000 solid;
	} */

.Table_normal {
	border-collapse: separate;
	border-spacing: 0;
	margin: auto;
	width: 100%;
	/* border: 1px #216eaf solid; */
    border: 1px #acd2da solid;
	border-radius: 18px;
	text-align: center;
}

.Table_normal tr {
    /* border: 1px #216eaf solid; */
    border: 1px #acd2da solid;
}

.Table_normal tr th {
    /* background:#033A19;
		color:#fff; */
    /* background: #f0ffe3; */
    background: #e7ffa8;
    color: #000;
}

.Table_normal tr td,
.Table_normal tr th {
    /* border: 1px #f4f5f6 solid; */
    /* border: 1px #e2e2e2 solid; */
    /* border: 1px #216eaf solid; */
    border: 1px #acd2da solid;
    padding: 10px;
    text-align: center;
}

.Table_normal tr td {
    text-align: justify;
}

.Table_normal tr:first-child th:first-child {
    border-top-left-radius: 18px;
}

.Table_normal tr:last-child td:first-child {
    border-bottom-left-radius: 18px;
}

.Table_normal tr:first-child th:last-child {
    border-top-right-radius: 18px;
}

.Table_normal tr:last-child td:last-child {
	border-bottom-right-radius: 18px;
	
}

.Table_normal tbody tr:nth-child(even) td {
    background: #fff;
  } 
  
.Table_normal.no-header tbody tr:nth-child(odd) td {
    background: #fff;
  }
.Table_normal.no-header tbody tr:nth-child(even) td {
    background: none;
  }
  
.Table_normal.with-header tbody tr:nth-child(odd) td {
    background: #fff;
  }
.Table_normal.with-header tbody tr:nth-child(even) td {
    background: none;
  }

ol {
    padding-left: 15px;
}

ol li{
	padding-left:10px;
	margin-bottom:10px;
}

@media screen and (max-width: 767px) {
    .Table_normal {
        border-collapse: separate;
        border-spacing: 0;
        margin: auto;
        width: 100%;
        /* border: 1px #216eaf solid; */
        border: 1px #acd2da solid;
        border-radius: 18px;
    }
}


/* for content page*/


/* footer sitemap */

.footer_sitemap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* display: flex; */
    /* padding-top: 20px; */
    /* margin-top: 20px; */
    background: #eee;
}

.footer_sitemap_container {
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    /* display: flex; */
    width: 100%;
    padding: 15px 20px 10px;
    display: none;
}

.footer_sitemap_column {
    float: left;
    width: 33%;
    padding:0 2px;
}

.footer_sitemap_container .header {
    font-weight: bold;
    font-size: 18px;
    color: #027585;
    text-align: left;
    margin-top: 10px;
}

.footer_sitemap_container .header a {
    color: #033A19;
}

.footer_sitemap_container ul {
    list-style-type: none;
}

.footer_sitemap_container ul li a {
    color: #303030;
    padding: 0 0 10px 0;
    display: block;
    font-size: 14px;
    text-align: left;
}

.footer_sitemap_container ul li a:hover,
.footer_sitemap_column .header span a:hover {
    color: #99151B;
}

.footer_sitemap_wrap {
    bottom: 34px;
    position: relative;
}

.footer_sitemap_wrap a {
    display: inline-block;
    position: absolute;
    font-weight: 500;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #eee;
    min-width: 150px;
    padding: 5px 10px;
    /* top:-4px; */
}

.footer_sitemap .footer_sitemap_wrap a::before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid #000;
    border-width: 2px 2px 0 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    left: 85%;
    top: 60%;
}

.footer_sitemap .footer_sitemap_wrap a.active::before {
    content: "";
    width: 12px;
    height: 12px;
    border: solid #000;
    border-width: 0 0 2px 2px;
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    left: 85%;
    top: 40%;
}

@media screen and (max-width: 767px) {
    .footer_sitemap {
        display: none;
    }
}


/* end of footer sitemap */

.main-container ul.li_no_style li:before {
    background: none;
}

.main-container ul.li_no_style {
    list-style: disc;
    padding-left: 30px;
    margin-left: 30px;
}


/* 20210201_R */


/* :target {
    margin-top: -150px;
    padding-top: 150px;
    position: relative;
    z-index: -999;
} */

:target:before {
    content: '';
    display: block;
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
    position: relative;
    z-index: -999;
}

.a4_table {
    max-width: 2480px;
    width: 100%;
    background-color: #fff;
}

.a4_table td {
    width: auto;
    overflow: hidden;
    word-break: break-word;
}


/* 20210308 */

.left_menu {
    width: 300px;
    position: relative;
    margin-bottom: 20px;
    /* opacity: 0;
    transition: opacity .3s ease 0s;
    -webkit-transition: opacity .3s ease 0s; */
}

.left_menu_content {
    position: relative;
    width: 250px;
    padding: 50px 0 50px;
    background-color: rgba(0, 109, 43, .95);
    /* border-top-left-radius: 40px; */
    border-top-right-radius: 25px;
    /* border-bottom-left-radius: 100px; */
    border-bottom-right-radius: 25px;
    text-align: left;
    /* float: left; */
}

.left_menu_content>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.left_menu_content>ul>li {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-left: 0;
    margin-top: 0;
}

.left_menu_content>ul>li:before {
    border: 0;
}

.left_menu_content>ul>li>a {
    display: block;
    position: relative;
    color: #fff;
    transition: color .3s ease 0s, background-color .3s ease 0s;
    -webkit-transition: color .3s ease 0, background-color .3s ease 0s;
    padding: 20px;
    text-decoration: none;
}

.left_menu_content>ul>li>a.selected {
    color: #000;
    background-color: #abca00;
    font-weight: bold;
}

.left_menu_content>ul>li>a:hover {
    color: #000;
    background-color: #abca00;
    text-decoration: none;
}

.mainContentWrap {
    width: calc(99.99% - 250px);
}

.left_menu_content ul li {
    margin-top: 0;
    /* margin-bottom: 10px; */
    padding-left: 0;
    /* padding: 10px; */
}

.left_menu_content ul li:last-child {
    margin-top: 0;
    margin-bottom: 0px;
}

.left_menu_content ul li ul {
    background-color: #e5f0cc;
    /* padding: 10px 20px; */
}

.left_menu_content ul li ul li {
    border-top: 1px solid rgba(255, 255, 255, 1);
    padding: 10px 20px;
}

.left_menu_content ul li ul li a {
    /* padding: 20px; */
    /* padding: 10px 15px 10px 40px; */
    color: #000;
    text-decoration: none;
    word-break: break-word;
}

.left_menu_content ul li ul li::before {
    left: 20px;
    top: 5px;
    /* border-left: 11px solid #000; */
    border: 0;
}

div.selected {
    background-color: #ABCA00;
}


/**
* index image wrap
*/

.itembox {
    display: flex;
    flex-wrap: wrap;
}

.item {
    cursor: pointer;
    margin: 10px auto;
    overflow: hidden;
    /* width: calc( (99.99%-60px)/5); */
    /* width: 23%; */
    /* width: 18%; */
    width: 13%;
    position: relative;
    float: left;
    background-color: #fff;
    margin-left: 10px;
}

.item .item_img_box {
    /* height: 100px; */
}

.item:hover .wrap {
    /* display: table-cell; */
    /* display: block; */
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrap span.wrap_text {
    color: #fff;
    /* width: 100px; */
    /* height: 50px; */
    /* position: absolute; */
    /* top: 50%;
    left: 50%;
    margin-top: -30px; */
    /* margin-left: -50px; */
    
    position: relative;
}

.wrap span.wrap_btn {
    width: 100px;
    height: 50px;
    padding: 10px;
    background: #03325b;
    color: #fff;
    /* float: left; */
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -50px;
}

.item img {
    width: 100%;
    /*  width: auto; */
    max-height: 100px;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
}

.wrap {
    padding: 5px 20px 15px;
    /* display: table-cell; */
    display: none;
    position: absolute;
    background: #1484A9F2;

    /* width: 250px; */
    width: 100%;
    height: 100%;
    top: 160px;
    /*  border-radius: 10px; */
}

.item_text {
    /* background-color: #F6F6F6F2; */
    background-color: #fff;
    padding: 5px 20px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (max-width: 1060px) {
    .left_menu {
        display: none;
    }
    .mainContentWrap {
        width: 100%;
        padding-left: 0;
    }
}

/*for lang Urdu*/
.main-container .for-langUrdu li{
	padding-left: 0px;
	padding-right: 20px;
    margin-top: 10px;
}

.main-container .for-langUrdu li:before {
    content: "";
    position: absolute;
    /* left: 5px; */
    right: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 0px solid #005C57;
	border-right: 11px solid #005C57;
    border-bottom: 7px solid transparent;

/*for lang Urdu*/}

/*20210607*/
    .for-links-page a{
        font-size: 14pt;
    }

    .x-ray-small{
        font-size:10pt; 
        text-decoration: underline;
    }

    .x-ray-small2{
        font-size: 10pt; 
        font-style: italic;
    }
/*20210607*/

/*20210713* for collapse*/
    .content {
    
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    
    }
/*20210713*/
/*20211201* W3C AA Issue*/
	.item .item_img_box a:focus-visible {
		outline-style: auto;
		outline-width: 2px;
		outline-offset: 0px;
	}
/*20211201*/

/*20220711* Video Caption or Image Caption*/
	.image-container {
		float: left;
		display: flex;
		flex-wrap: wrap;
		max-width: 800px;
	}
		
	.video-container {
		flex: 1 1 50%;
		padding: 0px 5px;
		box-sizing: border-box;
	}
	
	.caption {
		text-align: center;
	}
/*20220711*/

mark {
  background-color: yellow;
  color: black;
}

.mark2 {
  background-color: green;
  color: white;
}

ol.custom-marker {
	counter-reset: list;
	text-align: left;
}

ol.custom-marker li {
	list-style: none;
	position: relative;
	text-indent: -1.5em;
}

ol.number > li:before {
	counter-increment: list;
	content:"(" counter(list)") "
}
ol.roman > li:before {
	counter-increment: list;
	content:"(" counter(list, lower-roman)") "
}
ol.alpha > li:before {
	counter-increment: list;
	content:"(" counter(list, lower-alpha)") "
}

/*20230424*/
.linkBreak {
	word-break: break-all;
}

/*20250515*/

/* Combined bracket list styles */
.bracketed-list {
  list-style-type: none;
  padding-left: 1em;
  margin-left: 0;
}

.bracketed-list li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  text-align: justify; /* For better paragraph flow */
}

/* Shared bracket styles */
.bracketed-list li::before {
  position: absolute;
  left: -2em;
  width: 2.5em;
  text-align: right;
  color: #2c3e50;
  padding-right: 0.3em;
}

/* Top-level numbered list */
.bracketed-number {
  counter-reset: section;
}

.bracketed-number > li::before {
  counter-increment: section;
  content: "(" counter(section) ") ";
}

/* Nested alpha list */
.bracketed-alpha {
  counter-reset: subsection;
  margin: 0.5em 0 1em 0;
}

.bracketed-alpha > li::before {
  counter-increment: subsection;
  content: "(" counter(subsection, lower-alpha) ") ";
}

/* Nested lower-roma list */
.bracketed-lowerRoman {
  counter-reset: subsection;
  margin: 0.5em 0 1em 0;
}

.bracketed-lowerRoman > li::before {
  counter-increment: subsection;
  content: "(" counter(subsection, lower-roman) ") ";
}

/* Nested cjk-heavenly-stem list */
.bracketed-cjkHeavenlyStem {
  counter-reset: subsection;
  margin: 0.5em 0 1em 0;
}

.bracketed-cjkHeavenlyStem > li::before {
  counter-increment: subsection;
  content: "(" counter(subsection, cjk-heavenly-stem) ") ";
}