/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.btn-x {
    flex: 0 0 calc(33.333% - 40px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    min-width: 200px;
}
.btn-android:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(249, 74, 110, 0.7);
}
.btn-android:hover::before {
    opacity: 1;
}
.btn-android {
    animation: neon-pulse-android 1.5s infinite;
	    background-color: #F94A6E;
}
.btn-android::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #F94A6E, #E04FF0, #F49D49, #FF1F2C, #FF6830, #F94A6E);
    background-size: 300% 100%;
    z-index: -1;
    filter: blur(5px);
    animation: gradientMove 5s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.btn-ios:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 122, 255, 0.7);
}
.btn-ios {
    animation: neon-pulse-ios 1.5s infinite;
	background-color: #007AFF;
}
.btn-ios:hover::before {
    opacity: 1;
}
.btn-ios::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #007AFF, #5AC8FA, #4CD964, #FF2D55, #5856D6, #007AFF);
    background-size: 300% 100%;
    z-index: -1;
    filter: blur(5px);
    animation: gradientMove 5s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-watch:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(244, 157, 73, 0.7);
}
.btn-watch {
    animation: neonPulse 1.5s infinite;
	background-color: #F49D49;
}
.btn-watch:hover::before {
    opacity: 1;
}
.btn-watch::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(90deg, #F94A6E, #E04FF0, #F49D49, #FF1F2C, #FF6830, #F94A6E);
    background-size: 300% 100%;
    z-index: -1;
    filter: blur(5px);
    animation: gradientMove 5s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease;
}
@keyframes gradientMove{
	0% {
    background-position: 0% 50%;
}
100% {
    background-position: 300% 50%;
}
}
@keyframes neonPulse{
	0%, 100% {
    box-shadow: 0 0 5px rgba(249, 74, 110, 0.7), 0 0 10px rgba(224, 79, 240, 0.7), 0 0 15px rgba(244, 157, 73, 0.7), 0 0 20px rgba(255, 31, 44, 0.7);
}
50% {
    box-shadow: 0 0 10px rgba(249, 74, 110, 0.7), 0 0 20px rgba(224, 79, 240, 0.7), 0 0 30px rgba(244, 157, 73, 0.7), 0 0 40px rgba(255, 31, 44, 0.7);
}
}
@keyframes neon-pulse-android{
	0% {
    box-shadow: 0 0 5px rgba(249, 74, 110, 0.7), 0 0 10px rgba(224, 79, 240, 0.7), 0 0 15px rgba(244, 157, 73, 0.7), 0 0 20px rgba(255, 31, 44, 0.7);
}
50% {
    box-shadow: 0 0 20px rgba(249, 74, 110, 0.7), 0 0 20px rgba(224, 79, 240, 0.7), 0 0 30px rgba(244, 157, 73, 0.7), 0 0 40px rgba(255, 31, 44, 0.7);
}
100% {
    box-shadow: 0 0 5px rgba(249, 74, 110, 0.7), 0 0 10px rgba(224, 79, 240, 0.7), 0 0 15px rgba(244, 157, 73, 0.7), 0 0 20px rgba(255, 31, 44, 0.7);
}
}

@keyframes neon-pulse-ios{
	0% {
    box-shadow: 0 0 5px rgba(0, 122, 255, 0.7), 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(76, 217, 100, 0.7), 0 0 20px rgba(255, 45, 85, 0.7);
}
50% {
    box-shadow: 0 0 20px rgba(0, 122, 255, 0.7), 0 0 30px rgba(90, 200, 250, 0.7), 0 0 40px rgba(76, 217, 100, 0.7), 0 0 50px rgba(255, 45, 85, 0.7);
}
100% {
    box-shadow: 0 0 5px rgba(0, 122, 255, 0.7), 0 0 10px rgba(90, 200, 250, 0.7), 0 0 15px rgba(76, 217, 100, 0.7), 0 0 20px rgba(255, 45, 85, 0.7);
}
}
.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.btn.btn-shockwave.is-active {
  width: 8rem;
  line-height: 2.3rem;
  background: #f81123;
  border-radius: 8px;
  margin: 1rem;
  color: yellow;
  font-size: 1rem;
  border: none;
  padding: 0;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  outline: none;
}
.btn.btn-shockwave.is-active:hover{
  color:#ffff01;
}
.btn-shockwave.is-active {
  -webkit-animation: shockwaveJump 1s ease-out infinite;
          animation: shockwaveJump 1s ease-out infinite;
}
.btn-shockwave.is-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  -webkit-animation: shockwave 1s .65s ease-out infinite;
          animation: shockwave 1s .65s ease-out infinite;
}
.btn-shockwave.is-active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  -webkit-animation: shockwave 1s .5s ease-out infinite;
          animation: shockwave 1s .5s ease-out infinite;
}

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 2px rgba(0,0,0, 0.15), inset 0 0 1px rgba(0,0,0, 0.15);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}
@keyframes shockwave {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 0 2px rgba(248,17,35, 1), inset 0 0 1px rgba(248,17,35, 1);
  }
  95% {
    box-shadow: 0 0 50px transparent, inset 0 0 30px transparent;
  }
  100% {
    -webkit-transform: scale(2.25);
            transform: scale(2.25);
  }
}
.btn--jump.is-active {
  -webkit-animation: .4s jump ease infinite alternate;
          animation: .4s jump ease infinite alternate;
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 1px 2px rgba(0,0,0, 0.15);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0,0,0, 0.1);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    box-shadow: 0 1px 2px rgba(0,0,0, 0.15);
  }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(0,0,0, 0.1);
  }
}
.widget {
    border: 2px solid #560bad;
    padding: 10px;
    border-radius: 5px;
	 border: 1px solid #560bad;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    box-shadow: inset 0px 0px 11px -1px #560bad;
} 
.widget a {
    color: #560bad;
}
.widget a:hover {
    color: #1e73be;
}
.is-divider {
    background-color: #560bad;
}
.giftcode-block3 {
text-align: center;
padding: 30px 50px;
width: inherit;
background-color: #ffffff;
}
#getcode_section>.giftcode-block2-des {
color: red;
font-weight: bold;
text-align: center;
}
.giftcode-block2-des {
font-weight: 500;
font-size: 22px;
line-height: 28px;
color: #ffffff;
text-transform: uppercase;
}
@media screen and (max-width: 849px) {
   .rank-math-breadcrumb{
	text-align:center;
}
}
.giftcode-block2-btn {
height: 50px;
padding: 17px;
width:;
background: #ffce21;
border-radius: 30px;
font-weight: bold;
font-size: 16px;
line-height: 10px;
color: #ffffff;
margin: 10px auto 0;
transition: 0.2s all;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
}
#text-notice {
padding: 10px 5px;
font-size: 16px;
line-height: 25px;
color: #0ebeff;
text-align: center;
font-style: italic;
}
#btnGetCode:not(.active) {
-webkit-animation: blink 500ms infinite;
-moz-animation: blink 500ms infinite;
animation: blink 500ms infinite;
}
.giftcode-block2-btn.active {
display: flex;
align-items: center;
flex-wrap: wrap;
flex-direction: column;
height: 110px;
}
#words {
display: none;
overflow: hidden;
}
#words span {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
animation: spin_words 6s infinite;
}
@keyframes blink {
0% {
color: red;
}
50% {
color: black;
}
100% {
color: red;
}
}
@keyframes spin_words{
10% {
transform: translateY(-112%);
}
25% {
transform: translateY(-100%);
}
35% {
transform: translateY(-212%);
}
50% {
transform: translateY(-200%);
}
60% {
transform: translateY(-312%);
}
75% {
transform: translateY(-300%);
}
85% {
transform: translateY(-412%);
}
100% {
transform: translateY(-400%);
}
}
.header-nav > .menu-item > a {
		min-width: 64px;
}
.has-dropdown .icon-angle-down {
    display: none;
}
.header-button-1 a {
    color: #fff;
    background-color: #ffce21;
}
.header-button-1 a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 50%;
    -webkit-box-shadow: 0 0 17px 3px #16c60c, 0 0 4px 2px #16c60c;
    box-shadow: 0 0 17px 3px #16c60c, 0 0 4px 2px #16c60c;
    z-index: -1;
    -webkit-animation-name: yellow-shadow;
    animation-name: yellow-shadow;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.home_button {
    position: relative;
    overflow: hidden;
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
    border: 2px solid #ffdd12;
    color: #fcf000;
    background: #f81123;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    height: 48px;
    animation-name: zoom;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}
.home_button:hover {
    position: relative;
    overflow: hidden;
    min-width: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 24px;
    border: 2px solid #ffdd12;
    color: #f81123;
    background: #fcf000;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
    height: 48px;
    animation-name: zoom;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}
.home_button:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 100%);
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    z-index: 2;
}
@keyframes zoom {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.08);
}
100% {
    transform: scale(1);
}
}
.home_button:hover::after{
-webkit-animation:shine 1.5s;
animation:shine 1.5s}
@-webkit-keyframes shine{
100%{left:125%}
}
@keyframes shine{
100%{left:125%}
}
@keyframes yellow-shadow {
0% {
    top: 0;
    left: 0;
}
25% {
    top: 50%;
    left: 0;
}
50% {
    top: 50%;
    left: 50%;
}
75% {
    top: 0;
    left: 50%;
}
100% {
    top: 0;
    left: 0;
}
}
.header-button-1 a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50%;
    -webkit-box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
    box-shadow: 0 0 17px 3px #0ff, 0 0 4px 2px #0ff;
    z-index: -1;
    -webkit-animation-name: cyan-shadow;
    animation-name: cyan-shadow;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
@keyframes cyan-shadow {
0% {
    right: 0;
    bottom: 0;
}
25% {
    right: 0;
    bottom: 50%;
}
50% {
    right: 50%;
    bottom: 50%;
}
75% {
    right: 50%;
    bottom: 0;
}
100% {
    right: 0;
    bottom: 0;
}
}
@media (min-width: 768px) {
    main h2 {
        width: 100%;
        border-radius: 10px;
        color: white;
        font-size: 22px;
        padding: 8px !important;
        background-color: #560bad;
        margin-top: 8px;
        margin-bottom: 8px;
    }
}
.archive-page-header > .row {
    border: 1px solid #560bad;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-top: 20px;
    box-shadow: inset 0px 0px 11px -1px #560bad;
}
.blog-wrapper li {
  margin-left: 1.3em;
}
.has-dropdown .icon-angle-down {
    display: none;
}
.customblogpost .post-item>div{
  background-color: #76767614;
  padding: 8px!important;
  border-radius: 6px;
  border: 1px;
  border-color: #560bad;
  border-style: solid;
  /*   margin-right: 24px; */
}
.box_content_home {
    position: relative;
    padding: 15px;
    height: 400px;
    overflow-y: scroll;
    box-sizing: border-box;
    border-image-slice: 1;
    border: 1px solid;
    border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%) 1;
    border-width: 2px;
    border-style: solid;
}
.customblogpost img{
  border-radius: 8px;
}
.customblogpost .post-title a,.customblogpost .from_the_blog_excerpt{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  text-overflow: ellipsis;
}
.customblogpost .from_the_blog_excerpt{
  -webkit-line-clamp: 2;
}
.customblogpost .flickity-button, .customblogpost .is-divider{
  display: none;
}
.large-9 .post-item {
	 border: 2px solid #560bad;
    padding: 10px;
    border-radius: 5px;
	  border: 1px solid #560bad;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    box-shadow: inset 0px 0px 11px -1px #560bad;
}
.header-bottom{
    background: linear-gradient(to right, #ffff,#560bad, #560bad,#560bad , #ffff);
}
.tieude{
font-size: 20px;
    line-height: 48px;
    font-weight: bold;
    color: #560bad;
    margin-bottom: 0;
    background-color: #fcefef;
    border: 4px solid #560bad;
    border-radius: 4px;
    padding: 0 16px;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: -20px;
}
.mt-2{
  margin-top: 20px !important;
}
.mb-2{
  margin-bottom: 20px !important;
}
.tieude p{
  font-size:20px !important;
}
.home-content > .col {
	border: 2px solid #560bad;
	border-radius: 10px;
	height: 1000px;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}
.home-content > .col > .col-inner {
	height: 100%;
	overflow: auto;
}
.home-content > .col > .col-inner::-webkit-scrollbar {
	width: 0.5rem;
	border-radius: 10px;
}
.home-content > .col > .col-inner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #560bad;
}
.thong-tin {
    background: linear-gradient(to right, #ffff, #560bad, #560bad, #ffff);
    padding: 5px 10px 0px 10px;
    margin: 5px 0px 0px 0px;
		border-radius: 5px;
}
.text-vip {
    background: linear-gradient(to right, #36a638, #560bad, #36a638);
    padding: 5px 10px 0px 10px;
    margin: 5px 0px 0px 0px;
		border-radius: 10px;
}
.post-title.is-large > a.plain {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.archive-page-header > .row {
    border: 1px solid #560bad;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-top: 20px;
    box-shadow: inset 0px 0px 11px -1px #560bad;
}	
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

      #logo img {
        max-height: 70px;
    }
}