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

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


/* vietnamese */
@font-face {
  font-family: 'Lexend Deca';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font/K2F1fZFYk-dHSE0UPPuwQ5qoJy_KZA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

body {
  font-family: "Lexend Deca", sans-serif;
}

.licence .col {
	padding-bottom: 0;
}

.register-code {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
}

.btn-receive-code {
	border-radius: 30px; /* bo góc 20px */
	border: 1.93px solid var(--Linear, #f8bf4e);
	background: linear-gradient(92.53deg, #B7042C 29.73%, #E8641B 97.09%); /* màu mới */
	padding: 12px;
	cursor: pointer;
	transition: all .3s;
}

.receive-code {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-size: 14.4px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}

.tab-content .loading {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	padding: 12px 0;
	margin-top: -12px;
	background-image: linear-gradient(-225deg, #ff5e00 0, #ff5e00 29%, #ff1361 67%, #0c0c07 100%);
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: 4s linear infinite textclip;
}

#giftcode-element .tab-content {
	position: relative;
	padding-bottom: 20px;
}

.tab-content .loading {
	margin-bottom: 0;
	padding-bottom: 0;
}


/* ===== Nút ĐĂNG KÝ ===== */
.header-button-1 .header-button .button {
  background: #F4F4F4;
  box-shadow: 0 4px 20px rgb(0 0 0 / .25);
  border-radius: 50px;
  color: #000000; /* chữ đen */
  font-weight: 700;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 40px; /* giảm chiều cao ~30% */
  padding: 0 20px; /* có thể tinh chỉnh cho cân đối */
}

/* ===== Nút ĐĂNG NHẬP ===== */
.header-button-2 .header-button .button {
  border: 1px solid #FF5722;
  background: linear-gradient(92.53deg, #B7042C 29.73%, #E8641B 97.09%);
  box-shadow: 0 4px 25px rgb(0 0 0 / .25);
  border-radius: 50px;
  color: #ffffff; /* chữ trắng */
  font-size: 16px;
  line-height: 40px; /* giảm chiều cao ~30% */
  letter-spacing: 0;
  font-weight: 700;
  padding: 0 20px;
}

/* ===== Hiệu ứng hover sáng nhẹ ===== */
.header-button-1 .header-button .button:hover,
.header-button-2 .header-button .button:hover {
  filter: brightness(1.1);
  transition: filter 0.2s ease;
}


/*---xemthemcontent=============*/
@media only screen and (min-width: 769px){
.nav-left{position: initial;}
.nav-left li{position: initial;}
.nav-left li ul.sub-menu{width: 100%;text-align: center;border: none;
  border-radius: 0;
  margin-top: 63px;background-color: rgba(0,0,0,0.8) }
.nav-left li ul.sub-menu li{display: inline-block;min-width: 225px;width: 225px;}
.nav-left li ul.sub-menu li a:hover{background: rgba(255,255,255,0.3); border-radius: 0;}
.nav-left li.current-dropdown>.nav-dropdown-full, .nav-left li.has-dropdown:hover>.nav-dropdown-full{position: absolute!important; left: 0!important; transform:initial; max-width: 100%!important; display: initial!important;}
}

/*readmore btn*/
.rewebvn-readmore-btn,
.taxonomy-description {
  position: relative;
  max-height: 180px;
  overflow: hidden;
}
.rewebvn-readmore-btn.rewebvn-show,
.taxonomy-description.rewebvn-show {
  max-height: 100%;
}
.readmore {
  text-align: center;
  cursor: pointer;
}
.rewebvn-hide .readmore {
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 180px;
}
.rewebvn-hide .readmore > a {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.rewebvn-hide:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgba(255,0,0,0), rgb(255, 255, 255));
  bottom: 0;
  left: 0
}

/* Màu gradient cho các thẻ h1, h2, h3, h4 */
h1, h2, h3, h4 {
  background: linear-gradient(138.62deg, #BC0D2C 7.45%, #E65F1E 85.72%);
  -webkit-background-clip: text;
  color: transparent;
}

/*caikhungrowwwwww*/
.home-content > .col {
border: 2px solid #f72101;
border-radius: 10px;
height: 900px;
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: #f72101;
}
.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 #f72101;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-top: 20px;
  box-shadow: inset 0px 0px 11px -1px #f72101;
}
.widget {
  border: 2px solid #f72101;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #f72101;
  border-radius: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  box-shadow: inset 0px 0px 11px -1px #f72101;
}


.entry-content .btn-related {
  padding: 0px;
  margin: 0;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  width: 100%;
  display: block;
  font-weight: bold;
  background-color: #eaeaea;
  border: 0 !important;
  border-left: 4px solid #34495E !important;
  text-decoration: none;
}
.entry-content .btn-related p {
  display: none;
}
.entry-content .btn-related:active,
.entry-content .btn-related:hover {
  opacity: 1;
  transition: opacity 250ms;
  webkit-transition: opacity 250ms;
  text-decoration: none;
}
.entry-content .btn-related {
  transition: background-color 250ms;
  webkit-transition: background-color 250ms;
  opacity: 1;
  transition: opacity 250ms;
  webkit-transition: opacity 250ms;
}
.entry-content .btn-related .btn-inner {
  padding-left: 1em;
  padding-right: 1em;
}
.entry-content .btn-related .ctaText {
  font-weight: bold;
  color: #464646;
  text-decoration: none;
  font-size: 16px;
}
.entry-content .btn-related .postTitle {
  color: #000000;
  text-decoration: underline !important;
  font-size: 16px;
}
.entry-content .btn-related:hover .postTitle {
  text-decoration: underline !important;
}

.nav > li > a {
  font-family: "Lexend Deca", sans-serif;
}
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-family: 'Lexend Deca';
  font-weight: 700;
  font-style: normal;
}

.header:not(.transparent) .header-bottom-nav.nav>li>a {
  color: #0a0a0a;
}
.header:not(.transparent) .header-bottom-nav.nav>li>a:hover,
.header:not(.transparent) .header-bottom-nav.nav>li.active>a,
.header:not(.transparent) .header-bottom-nav.nav>li.current>a,
.header:not(.transparent) .header-bottom-nav.nav>li>a.active,
.header:not(.transparent) .header-bottom-nav.nav>li>a.current {
  color: #e8631c;
}
.header-bottom-nav.nav-line-bottom>li>a:before,
.header-bottom-nav.nav-line-grow>li>a:before,
.header-bottom-nav.nav-line>li>a:before,
.header-bottom-nav.nav-box>li>a:hover,
.header-bottom-nav.nav-box>li.active>a,
.header-bottom-nav.nav-pills>li>a:hover,
.header-bottom-nav.nav-pills>li.active>a {
  color: #FFF !important;
  background-color: #e8631c;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}