html body{
	background: linear-gradient(282deg,#00b0ff 5.54%,#3e98eb)!important
}

.entry-content p{
    text-align: justify;
}

.entry-header-text.entry-header-text-top {
    padding-bottom: 0;
}
.entry-content.single-page{
    padding-bottom: 0;
}
.header-main .header-search-form-wrapper input {
    background-color: #fff !important;
    width: 120%;
    font-size: 14px;
}

.archive-page-header h1{
	text-align: left;
	margin-bottom: 0;
	text-transform: inherit;
	font-size: 20px;
}
.archive-page-header h1 span{
	background: #333; 
	padding: 5px 10px;
	color: #fff;
	border-radius: 5px
}

 #main {
    padding-top: 20px;
    padding-left: 20px;
	padding-right: 20px;
	background: linear-gradient(282deg,#00b0ff 5.54%,#3e98eb)!important;
}
.custom-cont{
	display: flex;
	justify-content: space-evenly;
	background: linear-gradient(282deg,#00b0ff 5.54%,#3e98eb)!important;
}

.custom-cont:before{
content: "";
    width: 92%;
    z-index: 0;
    transform: translatey(0px);
    border-radius: 2rem;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1.4rem;
    height: 92%;
    background-color: rgb(255 255 255 / 56%);
    opacity: 1;
}
.custom-cont:after{
	content: "";
    width: 92%;
    z-index: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    height: 100%;
    background-color:#0a78dd;
    opacity: 1;
}
.col.sidebar-menu-left{
	background: #0a78dd;
	max-width: 270px;
	flex-basis: 270px;
	border-radius: 20px;
	z-index: 10;
}
.vertical-menu{
	list-style: none;
	padding: 30px 10px 0
}
.vertical-menu a{
	color: #fff;
	text-decoration: none;
}
.vertical-menu a:hover{
    color: #fff;
}
.vertical-menu li{
    padding: 10px;
    transition:.3s;
    margin-bottom: 10px;
}
.vertical-menu li.current-menu-item, .vertical-menu li.current-menu-item:hover {
    background: #fff ;
    border-radius: 8px;
    position: relative;
}
.vertical-menu li.current-menu-item a{
    color: #333;
}
.vertical-menu li.current-menu-item:after{
    content: "";
    width: 20px;
    height: 80px;
    margin-right: -32px;
    background-image: url(/wp-content/uploads/2025/08/divid.svg);
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-top: auto;
    margin-bottom: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.vertical-menu li:hover{
    background: rgb(177 185 209 / 66%);
    border-radius: 8px;
}
.vertical-menu a i{
	margin-right: 10px
}
.large-10.col{
	background: #eff3f7;
	padding: 20px;
	border-radius: 20px;
	z-index: 10;
	max-width: calc(100% - 270px);
	flex-basis: calc(100% - 270px);
}

@media (max-width: 1024px) {
  .sidebar-menu-left {
    display: none;
  }
  .custom-layout .custom-cont{
		padding-left: 0
	}
  #main.custom-layout{
    padding-left: 0;
	padding-right: 0;
  }	
}

@media (min-width: 1025px) and (max-width: 1500px) {
	.sidebar-menu-left{
	max-width: 190px !important;
	flex-basis: 190px !important;
}
.custom-cont .large-10.col{
	max-width: calc(100% - 190px) ;
	flex-basis: calc(100% - 190px);
}
}

@media (max-width: 1024px) {
    .custom-cont .large-10.col{
	max-width:100% !important;
	flex-basis: 100%!important;
}
}

.is-divider{
	display: none !important
}

#load-more {
	text-transform: inherit;
	font-weight: 500;
	color: #fff;
	background: #333;
	border-radius: 3px
}
#load-more i{
	margin-right: 10px
}


/* CSS dò mật khẩu =============================*/
#popup {
  display: none;
  position: fixed;
  top: 0;
	left: 0;
  width: 100%;
	height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 100000;
}

.popup-content {
  background: #fff;
  max-width: 500px;
  width: 100%; 
  padding:30px 15px;
  border-radius: 3px;
  position: fixed;
  left: 50%;
  top: 50%;
  animation: slidePopUp 0.4s ease-out forwards;
}

@keyframes slidePopUp {
  from {
    transform: translate(-50%, 100%); 
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%); 
    opacity: 1;
  }
}
.instruction img{
	border-radius: 10px;
	box-shadow: rgba(9, 30, 66, 0.25)  0px 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
	
}

.popup-content p{
	text-align: left !important;
	margin-bottom: 10px
}
.popup-content h2{
	font-size: 20px;
	color: #00afd9;
	margin-bottom: 20px !important
}


.rand-kw button{
	padding: 0;
	margin: 0;
	min-height: 0
}

.rand-kw button i{
	margin-left: 10px;
	font-size: 15px;
	background: #333;
	color: #fff;
	padding: 10px;
	border-radius: 4px
}

#complete-task{
	background: #24ce78;
	color: #fff;
	text-transform: inherit;
	font-weight: 500;
	width: 100%;
	border-radius: 3px
}
#user_password{
	border-radius: 3px
}
#download-container{
	background: linear-gradient(5deg,#cb1c22 67.61%,#d9503f 95.18%);
	text-align: center; 
	padding: 6px;
	margin-bottom: 10px;
	border-radius: 3px
}

#download-container a{
	color: #fff;
	text-transform: inherit;
	font-weight: 500;
	width: 100%;
	display: block
}
.show-popup{
	background: #24ce78;
	text-align: center;
	color: #fff;
	text-transform: inherit;
	border-radius: 3px;
	padding: 3px;
	margin: 0;
	font-size: 12px;
	line-height: 0;
	min-height: 2.2em;
	padding: 10px;
	font-weight: 500
}

.result-code button{
	margin: 0;
	color: #fff;
	background: #333;
	border-radius: 3px;
	line-height: 1em
}
.result-text{
	font-size: 14px;
	color: green
}
.list-code{
		background: #fff;
	border-radius: 10px;
		padding: 10px 5px
}
.list-code-wrap{
	margin: 0 !important;
}
.desc-code p{
	font-size: 13px;
	color: #777;
	margin: 8px 0;
	  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-ma-code{
	padding: 5px;
}

.item-ma-code .code-inner{
	display: flex;
	background: #fff;
	border-radius: 5px;
	filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.09))
}
.code-img {
	width: 50%
}
.code-img img{
	width: 100%; 
	height: 150px;
	object-fit: cover;
	object-position: center;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px
}
.code-text{
	width: 70%;
	padding: 10px
}

.item-ma-code h2{
	font-size: 16px
}


/* CSS cat mã code ================================= */
.ma-code-category-list ul {
  list-style: none;
  padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px
}

.ma-code-category-list li {
  margin-bottom: 5px;
	width: 120px;
	padding: 5px 10px;
	background: #fff;
	text-align: center;
	border-radius: 3px
}


.ma-code-category-list a:hover {
    text-decoration: underline;
}

/* CSS ===================================== */
.post-item .col-inner{
	background: #fff;
	border-radius: 10px;
	padding: 10px;
}
h5.post-title a{

	display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
 text-overflow: ellipsis;
} 
.post-item .col-inner img{
	border-radius: 10px
}



 /*CSS bài viết mới tại sidebar*/
 /* Bài viết mới tại sidebar ============= */
.post-sidebar{
	padding-top: 0 !important
}
.flatsome_recent_posts ul {
    position: relative;
}

.flatsome_recent_posts ul::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #57acf7; 
	margin-top: 10px
}

.recent-blog-posts-li {
    position: relative;
    padding-left: 30px; 
	font-size: 14px;
}
.recent-blog-posts-li a{
	color: #000;
	font-size: 18px;
}
.post_comments{
	display: none
}

.recent-blog-posts-li::after {
    content: "";
    position: absolute;
    top: 0; 
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #57acf7;
    border-radius: 50%;
    z-index: 2;
	margin-top: 8px
}

.recent-blog-posts-li:first-child{
	margin-top: 20px
}


.flatsome_recent_posts .widget-title {
	display: block;
	text-transform: inherit;
	background:#57acf7;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	border-radius: 5px;
	position: relative
}



.badge-inner.bg-fill {
    display: inline-block;
    width: 90px !important;
    height: 60px !important;
    background-size: cover !important;
    background-position: center center !important;
    border-radius: 5px;
	box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}


.widget>ul>li+li {
	border-top: none !important
}
.post_comments{
    display: none !important
}



