.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 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    width: 100%;
}
.iframe-youtube-text p{
    margin: 0;
    color: #000;
    text-align: center;
    font-size: 14px;
    line-height: 1.3em;
}
.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: #1a1a1b;
}
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;
	}
}

