/*
Theme Name: sonads
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1678200599
Updated: 2023-03-07 14:49:59

*/
#list_ads{
	list-style:none;
}
#list_ads li{
	background: #F9FAFD;
	border-bottom: 1px solid #fff;	
	display: flex;width:100%;padding:11px 0;
}
#list_ads li.disable{ 
    opacity: 0.5;
    cursor: none;
    pointer-events: none; 
} 
#list_ads li:hover{
	background: #E1E3E5;
}
#list_ads li.title{
	background:#E1E3E5;
	padding: 11px 16px; 
	font-weight:bold;
	color:#000;
}
#list_ads li a:nth-child(1){
	display:flex;
	width:90%;
    align-items: center;
    pointer-events: none;
}
#list_ads li span.class-name{ 
	padding :0 16px; 
}
li.hocngay{
	position:relative;
}
li.hocngay a[rel=wp-video-lightbox]{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0;
}
#youtubelightbox{
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.88);
    z-index: 8888888;
}
.lightbox {
	display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.lightbox:focus, .lightbox:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}
/* Centered child element can be any width and height */
.centeredchild{
    position: relative; /* position element to participate in z-indexing */
    z-index: 20; /* higher z-index than overlay */
    display: inline-block;
    vertical-align: middle;
    width: 80%; /* can be any width */
}

/* Video container to maintain Youtube 16:9 aspect ratio */
.videowrapper{
    position: relative;
    padding-top: 25px;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
}

/* Make Youtube IFRAME responsive */
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#home-youtube-copy{
    color: #f6921e;
}

.home-play-btn{
    padding-top: 1em;
    color: #FFFFFF;
}

.home-play-btn:hover{
    color: #f6921e;
}
.logged-in .elementor-widget-eael-login-register{
	display: none;
}
.author_box{
	display: none;
}
.logged-in .author_box{
	display: block;
}
.logged-in .btn_dangnhap{
	display: none;
}

/*Landing page*/

@media screen and (min-width: 768px){
	.landing-wr .landing-ct{
		padding-top: 40px;
	}
	.landing-wr .landing-ct .anh_dai_dien > img{
		border-radius: 16px;
	}
}

.landing-wr .landing-ct .anh_dai_dien{
	max-width: 420px;
	display: block; 
	margin: 0 auto;
	position: relative;
}
.landing-wr{
	background-image: linear-gradient(rgb(22, 72, 51), rgb(22, 72, 51));
}
.landing-wr .landing-ct{
    width: 720px;
	max-width: 100%;
    height: fit-content;
    margin: 0 auto;
    margin-bottom: 144px;
}
.landing-wr .landing-ct .anh_dai_dien .mota .chuc_vu{
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.25) 0px 0.5px 1px;
}
.landing-wr .landing-ct .anh_dai_dien .mota{
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
    z-index: 2;
}
.landing-wr .social_landing{
	display:flex;
	flex-wrap: wrap;
	gap: 2px;
	justify-content : center; 
    padding: 0;
    list-style: none;
} 
.landing-wr .social_landing li a{
	display: block;
	width: 50px;
    height: 50px;
    padding: 8px; 
	
}
.landing-wr .social_landing img{ 
   width: 100%;
	height: auto;
}
.bg-shadow{
	position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.bg-shadow1{
	width: 100%;
    bottom: 0;
	height: 9rem
}

.bg-shadow2{
	width: 100%;
    bottom: 0;
	height: 6rem
}
.cac_linh_vuc{
	display:flex;
	flex-direction: column;
	gap: 16px; 
    max-width: 640px;
	padding: 50px 20px;
    margin: 0 auto;
}
.cac_linh_vuc a{
	display: flex;
	border-radius: 19px;
    background-color: rgb(27, 112, 63);
    color: rgb(255, 255, 255); 
    font-size: 15px;
    min-height: 65px;
    padding: 8px;
}
.cac_linh_vuc a img{
	width: 45px;
    height: 45px;
	margin-right: 8px;
    border-radius: 50%;
}
.cac_linh_vuc a .mota_linhvuc{
	width: 100%;
	text-align: center;
	color: #FFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.cac_linh_vuc a .mota_linhvuc .tieu_de{
	font-size: 16px;
    line-height: 1.4;
}
.cac_linh_vuc a .mota_linhvuc .chu_thich{
	font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -.42px;
}