@import url(http://fonts.googleapis.com/css?family=Open+Sans);


body{
  background-image: url("../images/merdeka/national-totalswiss.jpg"); /* 19112024 */
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  z-index: -999;
  overflow-x: hidden;
  font-family: 'Open Sans', sans-serif;
}

*{
  padding: 0;
  margin: 0;
}

.wrapper{
  width: 980px;
  margin: 0 auto;
}

/*new code 12012020*/
.header{
  width: 100%;
/*  height: 65px;*/
  height: 110px;	
  padding: 20px 0px 0px;
  margin: 0 auto;
}

.dropbtn {
    color: #fff;
    /* 21102024 */
    /* color: #666; */
    font-size: 12px;
    border: none;
    text-decoration: none;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-right:15px;
}

.dropdown-content {
    display: none;
    position: absolute;
    font-size: 12px;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {color: #333;}

.logo{
  float: left;
}

.logo img{
  width: 220px;
}

.login{
  float: right;
}

.header_right{
  float: right;
  margin-top: 20px;
}

a.login{
  text-decoration: none;
  font-size: 12px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0607+0,a30102+100 */
  background: #f13338; /* Old browsers */
  background: -moz-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60037', endColorstr='#f13338',GradientType=0 ); /* IE6-9 */
  color: #fff;
  padding: 6px 20px 6px 20px ;
  border-radius: 40px;
  vertical-align: middle;		
}

a.login:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc0607+0,a30102+100 */
  background: #f13338; /* Old browsers */
  background: -moz-linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13338', endColorstr='#c60037',GradientType=0 ); /* IE6-9 */
  color: #fff;
}

a.login img{
  vertical-align: middle;
}

/*===========================================Flag=======================================*/

a.country{
  text-decoration: none;
  /* 21102024 */
  color: #fff;
  /* color: #666; */
  font-size: 12px;
  margin-right: 20px;
  outline-style: none;
}

.flag a{
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  display: inline-block;
  color: #666;
  text-decoration:none;
}

.flag img{
  width: 80px;
  margin: 20px;
}

/*===========================Snow 24012024======================================*/
#snow-effect{
  background: url("../images/cny1.png");
  -webkit-animation: snow 20s linear  infinite ;
  -moz-animation: snow 20s linear  infinite ;
  -ms-animation: snow 20s linear  infinite ;
  animation: snow 20s linear  infinite ;
}

/*Keyframes*/
@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@-moz-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@-ms-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}
@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

/*===============================Clouds========================================*/

.clouds{
  width: 100%;
  overflow: none;
}

.clouds_one {
    background: url(../images/cloud_one.png);
    position: absolute;
    left: 0;
    top: 150px;
    height: 100%;
    width: 100%;
    z-index: -1;
    animation: cloud_one 50s linear infinite;
    -webkit-animation: cloud_one 50s linear infinite;
    -moz-animation: cloud_one 50s linear infinite;
    -o-animation: cloud_one 50s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}


.clouds_two {
    background: url(../images/cloud_two.png);
    position: absolute;
    left: 0;
    top: 150px;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-animation: cloud_two 75s linear infinite;
    -moz-animation: cloud_two 75s linear infinite;
    -o-animation: cloud_two 75s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.clouds_three {
    background: url(../images/cloud_three.png);
    position: absolute;
    right: 0;
    top: 150px;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-animation: cloud_three 100s linear infinite;
    -moz-animation: cloud_three 100s linear infinite;
    -o-animation: cloud_three 100s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

@-webkit-keyframes cloud_one {
  0% {
    left: -0px
  }
  100% {
    left: 100%
  }
}

@keyframes cloud_one {
    0% {
    left: -0px
  }
  100% {
    left: 100%
  }
}

@-webkit-keyframes cloud_two {
  0% {
    left: -0px
  }
  100% {
    left: 100%
  }
}

@-webkit-keyframes cloud_three {
  0% {
    right: -0px
  }
  100% {
    right: 100%
  }
}

/*=======================================================*/

.menu_shadow{
  width: 100%;
  height: 30px;
  background-image: url(../images/menu_shadow.png);
  background-size: 100%;
}

.shadow{
  width: 100%;
  height: 18px;
  margin: 20px 0px;
  background-image: url(../images/shadow_line.jpg);
  background-size: 100%;
  opacity: 0.6;
}

h1{
  text-align: center;
  font-size: 24px;
  color: #666;
}

.news{
  width: 21.333333%;
  margin: 0.8%;
  padding: 5px;
  padding-bottom: 15px;
  float: left;
  box-shadow: 0px 0px 3px #ccc;
  text-align: center;
}

.news h1{
  font-size: 14px;
  color: #575757;
  margin: 10px;
  line-height: 22px;
  padding: 0px 10px;
}

.news p{
  font-size: 12px;
  color: #666;
  line-height: 22px;
  margin: 10px;
  padding: 0px 10px;
}

.news a{
  font-size: 12px;
  color: #fff;
  background: #999;
  padding:6px 20px;
  display: inline-block;
  margin-top: 6px;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.news a:hover{
  background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Old browsers */
  background: -moz-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c600037', endColorstr='#f13338',GradientType=0 );*/ /* IE6-9 */
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: white;	
}

.news span{
  font-size: 12px;
  color: #999;
}

.news img{
  width: 100%;
}

.news-img{
	height: 155px;
	object-fit: cover;
}

.footer{
  color: #fff;
  font-size: 10px;
  text-align: center;
  border-radius: 5px 5px 0px 0px;
  padding: 12px 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed2224+0,bb1719+100 */
  background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%);*/ /* Old browsers */
  background: -moz-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%);*/ /* FF3.6-15 */
  background: -webkit-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%);*/ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c600037', endColorstr='#f13338',GradientType=0 );*/ /* IE6-9 */
	
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}

#cssmenu {
  width: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
  border-radius: 5px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed2224+0,bb1719+100 */
  background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Old browsers */
  background: -moz-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(rgb(198 0 55) 0%,rgb(241 51 56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c600037', endColorstr='#f13338',GradientType=0 );*/ /* IE6-9 */	 	
}

/*new code 12012020*/
#cssmenu > ul > li {
  float: left;
/*  width: 14.27777777777%;*/
  width: 14%;	
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}


#cssmenu .li_left{
  border-left: none;
}

#cssmenu .li_right{
  border-right: none;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  width: 100%;
  padding: 12px 0;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bb1719+0,bb1719+16,ed2224+100,ed2224+101 */
background: rgb(2, 1, 253);/* Old browsers */
background: -moz-linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%);/* FF3.6-15 */
background: -webkit-linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%);/* Chrome10-25,Safari5.1-6 */
background: linear-gradient(rgb(241 51 56) 0%,rgb(198 0 55) 100%);/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f13338', endColorstr='#c60037',GradientType=0 ); /* IE6-9 */
		
}

#cssmenu .li_left a:hover{
  border-radius: 5px 0px 0px 5px;
}

#cssmenu .li_right a:hover{
  border-radius: 0px 5px 5px 0px;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}

/* new code index-popup 13082022 */
.listing-roman ul{
	list-style-type: lower-roman;	
	margin-left: 20px
}

.modal.in .modal-dialog{
	width:  1000px;
}

.modal-header{
	background: #da2319;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60037', endColorstr='#f13338',GradientType=0); /* IE6-9 */	
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	border-bottom: none!important;
	padding: 5px 15px!important;
}

.modal-content{
	width: 45%;
	margin: 0 auto;
}

.modal-body{
	padding: 0px!important;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
	margin-top: 50px;  /* new code index-popup 13082022 */    
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;  /* new code index-popup 13082022 */
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
	
   /* new code index-popup 13082022 */	
  .modal.in .modal-dialog{
	width: 500px;
    display: block;
    margin: 20px auto;
  }		
}


@media screen and (max-width: 960px) {

.wrapper{
  width: 98%;
  margin: 0 auto;
}
	
	
.modal-content{
  width: 100%;
}		
}





@media screen and (max-width: 468px) {


.logo{

  display: block;
}

.header_right{
  margin-top: 20px;
  float: right;
  clear: both;
  margin-right: 0px;
}

.news{
  width: 85%;
  margin: 0px auto;
  margin-bottom: 30px;
  padding: 5px;
  padding-bottom: 15px;
  float: none;
  box-shadow: 0px 0px 3px #ccc;
  text-align: center;
}
	
.dropbtn {
    font-size: 10px;
}
	
a.country {
    font-size: 10px;
}
	
a.login {
    font-size: 10px;
	padding: 6px 10px 6px 10px;
}
	
.header {
    padding: 20px 0px 20px;
}	
	
/* new code index-popup 13082022 */	
	
.modal.in .modal-dialog{
	width:  auto;
 }
	
.modal.in .modal-dialog{
	margin:20px;
}	
}

/* new code lantern 16012023 */
.lantern {
  position: absolute;
  display: inline-block;
  width: 100px;
  top: -15px;
  margin-left: 50px;
  margin-right: 50px;
  transform-origin: top;
}

 .lantern.lantern-left {
  left: -3%;
}

 .lantern.lantern-right {
  right: 8%;
}

	

