.bg-red {
    background-color: red;
}

.bg-green {
    background-color: green;
}

.bg-blue {
    background-color: blue;
}

.bg-violet {
    background-color: violet;
}

.kz-sns img {
    width: 15%;
}

.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
}

#top-header {
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    overflow: hidden;
    top: 0;
    width: 100%;
    max-height: 100%;
}

.top-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}

.topnav a {
    float: right;
    color: #002036;
    text-align: center;
    padding: 25px 16px;
    text-decoration: none;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: bold;
    display: block;
}

.margin {
    padding: 10px 0 5px 0;
}
.mb-nav {
    background-image: url(./../images/footer.png);
    background-repeat: no-repeat, repeat;
}
.nav-section {
    object-fit: cover;
    background-color: #fff;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.top-nav-big {
    display: flex;
    justify-content: space-between;
    /* background-color: #f1a948; */
}

.top-big-clz-tt h1,
h2 {
    color: #fff;
    text-align: left;
}

.top-big-clz-tt {
    display: flex;
    align-items: center;
    font-family: 'default-en' !important;
}

.top-nav-big-tt {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.top-btn {
    width: 100%;
    font-size: 23px;
}
.top-btn:hover{
  opacity: .5;
  text-decoration: none;
  color: #000!important;
}

.flex-item-left {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
}

.icon_tt {
    margin: 0 10px 0 10px;
}

.mb-head {
    display: none;
}

.kz-hidden {
    display: none;
}

.icon_tt_lan {
    width: 102px;
    text-align: left;
}


/*for top_slides*/

.mySlides-top {
    display: none;
}

.slideshow-top-container {
    max-width: 100%;
    position: relative;
    margin: 0;
    top: -1px;
    left: 0px;
    right: 0px;
    padding: 0;
}

.slide-text-big {
    font-size: 4.7rem;
    font-size: 3.5vw;
    line-height: 1.1;
    padding-bottom: 1rem;
    /* text-shadow: 0 0 2px #555; */
}

.slide-text-sm {
    font-size: 2.4rem;
    font-size: 2vw;
    line-height: 1.1;
    /* text-shadow: 0 0 2px #555; */
}
.tree_line {
    display: none;
}


/* The dots/bullets/indicators */

.dot-top {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}


/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.fade:not(.show) {
    opacity: 1;
}


#videoContent {
    display: none;
}

.top-video {
    border: double 1.25em transparent;
    border-radius: 50px;
    background-image: linear-gradient(white, white, white), linear-gradient(to right, #E1FFEC, #FFFFCF, #47FFDF);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.video-container {
    width: 380px;
    /* border: double 1.25em transparent;
    border-radius: 50px;
    background-image: linear-gradient(white, white, white), linear-gradient(to right, #E1FFEC, #FFFFCF, #47FFDF);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    position: absolute;
    right: 6rem;
    bottom: -1.95rem;

}

.video-container video {
    width: 100%;
    border-radius: 1.75em;
    position: relative;
    top: 3px;
}

.slide-texts {
    position: absolute;
    color: #e4cd7f;
    top: 30%;
    text-align: center;
    width: 100%;
    padding: 0 30px 0 30px;
}

.slide-texts .content {
    background: rgba(0, 0, 0, 0.3);
    padding: 1em 0;
}

.top-bottom-right {
    position: absolute;
    bottom: 3rem;
    right: 31rem;
}

.dropdown {
    position: static !important;
    z-index: 100;
    cursor: pointer;
}

.dropdown-menu {
    min-width: 7rem;
}

.mb-head {
    display: none;
}

.navbar-light .navbar-nav .nav-link {
    color: white !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.navbar-nav {
    align-items: center;
    justify-content: center;
    align-content: center;
    border-top: aliceblue 1px solid;
    width: 100%;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-toggler {
    color: #f2a948;
    margin-right: 15px;
    border-color:#f2a948 ;
 background: #f2a948;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background: var(--golden);
    width: 100%;
    text-align: center;
}


/* Set the border color */

.navbar-toggler {
    border-color: #fff;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255 255 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler:hover {
    border-color: var(--golden);
}

.navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(202 177 93)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.hover:hover {
    opacity: 0.5;
}

.hover-golden:hover {
    color: var(--golden);
}


/* for top_tt_page_sector */
.top-tt-container {
    position: relative;
    text-align: center;
    color: var(--dark-blue);
    font-weight: bold;
    font-size: 2rem;
}

.top-tt-container-centered {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: var(--dark-blue);
}

.top-tt-container-img {
    width: 100%;
    height: 25vh !important;
    object-fit: cover;
    object-position: center;
}

.hover-golden:hover {
    color: var(--golden);
}

.jump_id {
    scroll-margin-top: 120px;
}
/* new header star */
.curved-header::before
{
  content:"";
  position:absolute;
  top:0;
  left:0;
  /* width:100%; */
  height:100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 0 0 50% 50%/ 0 0 100% 100%;
  transform:scale(1.5);
  z-index:-1;
}
/* .curved-header .logo
{
  margin:50px;
}
.curved-header .logo a
{
  text-decoration:none;
  color:#fff;
  font-size:30px;
} */
.curved-header .nav-links
{
  /* margin:50px; */
  list-style-type:none;
  display:flex;
  justify-content:flex-end;
  width:100%;

}
.curved-header .nav-links li
{
  margin: 0 15px;
}
.curved-header .nav-links li a
{
  text-decoration:none;
  color:#000;
  font-size:20px;
  position:relative;
}
.nav-links li a:after
{
  content:"";
  position:absolute;
  bottom:-5px;
  left:0;
  right:0;
  width:100%;
  height:2px;
  background-color:#fff;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.nav-links li a:hover:after
{
  transform:scaleX(1);
}
.header_item{
  background: #f1a948;
  width: 100%;
  margin-top:20px;
  /* margin-bottom:20px; */
  padding:10px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  justify-content: space-evenly;
}
.curved-header {
  margin-top: 2rem;
    padding-left: 2.5rem;
    padding-right: 5rem;
}
.navbar-expand-lg a:hover{
  text-decoration: none;
}


.heading_fst{
  background: #f1a948;
     font-size: 40px;
     text-align: center;
     padding: 10px;
     margin-top: 9rem;
}
.header_name{
  border-bottom: 2px solid white;
      width: 100%;
}
.mb_title_item{
  background: #f1a948;
  width:100%;
    float: right;
}
/* Language */
.lang-item{
  display:flex;
}
.lang-btn{
  display: flex;
    width: 15%;
    background: #f2a94887;
    padding: 7px;
    justify-content:space-around;
    margin-bottom:20px;
        border-radius: 25px;
}
.lang-btn:hover{
  text-decoration: none;
}
/* for mb language */
.lang {
  overflow: hidden;
width: 42%;
}

.lang a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  background-color: #f2a94887;
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

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

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

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

.dropdown:hover .dropdown-content {
  display: block;
}
.mb-lang{
  /* margin-top:-50px;margin-bottom: 2rem; */
}
/* end of header */
