.password-toggle {
    position: relative
}

.password-toggle .form-control {
    padding-right: 3rem
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: .625rem;
    margin-bottom: 0;
    padding: .5rem;
    transform: translateY(-50%);
    font-size: 1.0625rem;
    line-height: 1;
    cursor: pointer
}

.password-toggle-btn .password-toggle-indicator {
    transition: color .2s ease-in-out;
    color: #333333;
    font-family: "Font Awesome 5 Pro";
    font-style: normal
}

.password-toggle-btn .password-toggle-indicator::before {
    content: "\f06e"
}

.password-toggle-btn .password-toggle-indicator:hover {
    color: #4b566b
}

.password-toggle-btn .password-toggle-check {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.password-toggle-btn .password-toggle-check:checked~.password-toggle-indicator::before {
    content: "\f070"
}
/**************Page Login**********/
.card-login {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.toggle-password.password-toggle-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 10;
}
/**/
.iframe-youtube-wp{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.iframe-youtube {
    position: relative;
}
.iframe-youtube img{width:100%;}
.iframe-youtube-text {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    padding: 10px 20px;
    background: #fff;
    color: #000;
	width:100%;
}
.iframe-youtube-text p{
    margin: 0;
    color: #000;
    text-align: center;
}
.iframe-youtube-text button {
    padding: 0;
    border: 0;
    background: transparent;
    text-decoration: underline;
}

.col-auto{max-width:100%;}
tbody, td, tfoot, th, thead, tr {
    border-width: inherit;
}
.time_note{
	  font-size: 12px;
    color: #636363;
}
.ctkm_end img {
    filter: grayscale(100%);
}
.select2-container span{display:block}
html {
    background: #000000;
}
a{
	text-decoration:none;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.jarallax-img~.container{
	position:relative;
}
.container-fluid {
    position: relative;
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
}
.page-item {
    margin: 0 4px;
}
button.mobile-menu-toggle {
    padding: 5px;
    border:0;
}
.page-item:first-child .page-link, .page-item:last-child .page-link {
    border-radius: 50%;
}
.page-link {
    position: relative;
    display: block;
    color: #595d69;
    background-color: #fff;
    border: 1px solid #dfe0e5;
	    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.page-item.active .page-link {
    background-color: #000;
    border-color: #000;
}
table tbody{
	vertical-align: inherit;
}
.content_page table tbody td{
		padding:3px;
}
.card-news .image,.shop-item .img{
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden;
}
.card-news .image img,.shop-item .img img{
    width: 100%;
    height: auto;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	display: block;
}
.card-news .image:after,.shop-item .img:after{
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 70%;
}
.video-btn {
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 94px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    position: absolute;
    z-index: 10;
    top: 50%;
    font-size: 3em;
    border: 2px;
    color: #ffffff;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex;
    display: -ms-flexbox;
    background: #000000;
}
.video-btn:after, .video-btn:before {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 60%);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: transparent;
}
.video-btn:after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.social .amd-icon a span{font-size:1rem;}
@media(max-width:767px){
	.social a {
		font-size: 22px;
	}
	.social .amd-icon a span {
		font-size: 1.2rem;
	}
}

@media(max-width:576px){
	.social a {
		font-size: 20px;
	}
	.social .amd-icon a span {
		font-size: 1rem;
	}
}
.swiper-grid-column>.swiper-wrapper{flex-direction: row;}
section .container {
    position: relative;
}
.title.title-page h1 {
    font-size: 24px;
    text-transform: uppercase;
}
/**************Image Full**********/
.image-full{
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden;
	display:block;
}
.image-full:after {
    content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 100%;
}
.image-full>img{
    z-index: 1;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.image-full-cover>img{
	-o-object-fit: cover;
    object-fit: cover;
}
.image-full-news:after{
	padding-top:53.7%;
}
/**************Image Full End**********/
/******Time note khuyáº¿n mÃ£i*********/
.pulsingButton {
	width: 10px;
	height: 10px;
	display: inline-block;
	box-shadow: 0 0 0 0 rgb(215 0 24 / 70%);
	border-radius: 50%;
	background-color: #f26522;
	-webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	transition: all 300ms ease-in-out;
}
@-webkit-keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
	}
}

@-moz-keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
	}
}

@-ms-keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
	}
}

@keyframes pulsing {
	to {
		box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
	}
}
/******End Time note khuyáº¿n mÃ£i*********/
/******List readmore********/
.list_items_more .list_items {
  display: none;
}

.list_items_more .list_items.visible {
  display: block;
}

.list_items_more .buttons {
	text-align: center;
	margin-top: 20px;
	font-size:14px;
}
.list_items_more .buttons button {
    border: 0;
    background: transparent;
    margin: 0 auto;
    padding: 3px 20px 3px 15px;
    background: transparent;
    position: relative;
    color: #fff;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
}
.list_items_more .buttons .show-less {
  display: none;
}
.list_items_more .buttons button:after{
	 content: "\f107";
	font-weight: 300;
	padding-left: 5px;
	font-family: "Font Awesome 6 Pro";
	/* position: absolute; */
	/* top: 50%; */
	/* right: 5px; */
	/* transform: translateY(-50%);*/
}
.list_items_more .buttons button.show-less:after{
	content: "\f106";
}
/******End List readmore********/
.card-policy .title-a h3, .list-policy .title-a h3{
	font-size: 14px;
	 font-weight: 400;
}
.card-policy .title-a{
    font-family: inherit;
    
    letter-spacing: -.01em;
    color: #000000;
    padding-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/******start local title********/
.local-title .logo a img{
    width: 110px;
}
@media(max-width:992px){
	.local-title .logo a img{
		width: 110px;
	}
}
@media(max-width:767px){
	.local-title .logo a img{
		width: 100px;
	}
}
@media(max-width:576px){
	.local-title .logo a img{
		width: 100px;
	}
}
@media(max-width:350px){
	.local-title .logo a img{
		width: 100px;
	}
}
.local-title {
    display: inline-flex;
}
.local-title .local-lang{
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    font-weight: 500;
    font-size: 18px;
	color:#ffffff;
    line-height: 1.5em;
}
.local-title .local-lang:after {
    position: absolute;
    content: "";
    width: 1px;
    background: #ffffff;
    height: 27px;
    left: 0;
    top: 0;
    opacity: 0.25;
}
.mobile-menu-container .local-title {
    display: flex;
    width: 100%;
    padding: 1rem;
    border: 1px solid #1e1e1e;
}
.local-title .local-lang, .local-title .logo a{
transition:0.3s all ease-in-out;	
}
.local-title .local-lang:hover, .local-title .logo a:hover img{
	opacity:0.7;
}
@media(max-width:767px){
	.local-title .local-lang{
		font-size:16px;
		padding-left: 10px;
		margin-left: 10px;
	}
	.local-title .local-lang:after{height:26px;}
}
/******start local title********/
header .logo, header .logo img,footer .logo img,.mobile-menu-container .navbar-brand>img{width:110px;}

@media(max-width:767px){
	header .logo, header .logo img, footer .logo img,.mobile-menu-container .navbar-brand>img{
		width: 100px;
	}
}
div#header-logo-sticky-wrapper.is-sticky #header-logo, div#header-menu-sticky-wrapper.is-sticky #header-menu{
	width:100%;
}
.header-logo{
    background: #000000;
}
.header-menu{
	  background: #6fbe49;
}
button.mobile-menu-toggle i{
    color: #fff;
}
.logo-black img{
	-webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.copyright {
    text-align: center;
    font-size: .75rem;
    line-height: 1.125rem;
	color: #9d9fa2;
}
.copyright *{color: #9d9fa2;}
.menu>li>a{color:#fff;}
.nav-footer-link .nav-item>a.nav-link {
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 0;
    font-size: var(--font-size-content);
}
.nav-footer-link .nav-item>a.nav-link {
    padding-left: 0;
    color: #9d9fa2;
    font-size: 12px;
    padding-right: 10px;
    margin-right: 10px;
}
.nav-footer-link .nav-item>a.nav-link{
	position:relative;
}
@media(min-width:576px){
	.nav-footer-link .nav-item>a.nav-link:after{
		color: #9d9fa2;
		content: "|";
		margin-left: 5px;
		position:absolute;
		right:0;
		top:0;
	}
	.nav-footer-link .nav-item:last-child>a.nav-link:after{
		display:none;
	}
	button.btn-cookiessettings:before{
		color: #9d9fa2;
		content: "|";
		position:absolute;
		left:0;
		top:0;
	}
	
}

.nav-footer-link .nav-item:last-child>a.nav-link{
	padding:0;margin:0;
}
.copyright {
    text-align: center;
    font-size: .75rem;
    line-height: 1.125rem;
	color: #9d9fa2;
}
.copyright *{color: #9d9fa2;}
.nav-footer-link .nav-item>a.nav-link:hover{
    color: #fff !important;
    text-decoration: underline;
}
button.btn-cookiessettings {
    background: transparent;
    border: 0;
    color: #9d9fa2;
    font-size: 12px;
    display: inline-block;
    width: auto;
	position:relative;
}
@media(max-width:576px){
	.nav-footer-link .nav-item>a.nav-link{
		padding:0;
		margin:0;
	}
	.nav-footer-link .nav-item, button.btn-cookiessettings {
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
		margin-bottom: 5px;
	}
}

/******LOADING******/
.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 1px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pace .pace-progress {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 300px;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(#777777), to(#555555));
    background: -webkit-linear-gradient(to right, #000000, #777777, #555555);
    background: -o-linear-gradient(to right, #000000, #777777, #555555);
    background: linear-gradient(to right, #000000, #777777, #555555);
}

.pace.pace-inactive {
    width: 100vw;
    opacity: 0;
}

.pace.pace-inactive .pace-progress {
    max-width: 100vw;
}

#preloader {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: 9999999;
}

#preloader:after,
#preloader:before {
    content: '';
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #000000;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#preloader:before {
    top: 0;
}

#preloader:after {
    bottom: 0;
}

#preloader.isdone {
    visibility: hidden;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

#preloader.isdone:after,
#preloader.isdone:before {
    height: 0;
    -webkit-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -o-transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    transition: all 0.5s cubic-bezier(1, 0, 0.55, 1);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.loading {
	display: block;
    color: #fff;
    position: fixed;
    left: 50%;
    top: calc(50% - 40px);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 10px;
    z-index: 9999999999;
    height: auto;
    width: inherit;
    background: transparent;
    padding: inherit;
}

.loading img {
    max-width: 180px;
}
@media(max-width:767px){
	.loading img{max-width:160px;}
}
.loading.isdone {
    top: 50%;
    opacity: 0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
	z-index:-1;
}

.loading span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate;
}

.loading span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loading span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading span:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading span:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading span:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading span:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loading span:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes loading {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

@-moz-keyframes fixedAnim {
    0% {
        right: 125%;
    }

    125% {
        right: 0;
    }
}

@keyframes fixedAnim {
    0% {
        right: 125%
    }

    125% {
        right: 0;
    }
}

/******LOADING******/
body{
	color:#000000;
	font-size: 16px;
    font-family: 'Montserrat',Arial,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
.breadcrumbs ol {
    padding: 0;
    margin: 0;
    font-style: italic
}

.breadcrumbs ol li {
    position: relative;
    padding: 5px 0px 5px 5px;
    display: inline-block;
    color: #fff;
	font-size:13px;
}
.breadcrumbs ol li>a, .breadcrumbs ol li a span, .breadcrumbs ol li {
	font-size:11px;
}
.breadcrumbs ol li a,
.breadcrumbs ol li:after {
    color: #333
}

.breadcrumbs ol li:first-child {
    padding-left: 0
}

.breadcrumbs ol li:last-child a span,
.breadcrumbs ol li:last-child span {
    color: #3fbaf7;
    font-weight: 700
}

.breadcrumbs ol li:last-child:after {
    display: none
}

.breadcrumbs ol li:last-child {
    padding-right: 0
}
.breadcrumb-item+.breadcrumb-item::before{color:#000000;}
#stars-js {
    position: fixed;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: transparent;
    z-index: 1000;
    pointer-events: none;
}
.datePost {
    font-size: 12px;
    margin-bottom: 5px
}

.datePost>span {
    padding-left: 5px
}

.datePost>span:first-child {
    padding-left: 0
}
.entry-title {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.2;
    height: 37px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.entry-title a{
	display:block;text-decoration:none; color:#333;
}
.jarallax, .jarallax-wp,.jarallax-keep-img{
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img, picture.jarallax-img img,.jarallax-wp>.jarallax-img, .jarallax-keep-img>.jarallax-img{
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
