body,div.play,footer{
     font-size: 14px; font-family: 'Roboto', sans-serif; width: 100%; height: 100%; margin: 0; font-weight: 400;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; word-wrap: break-word; 
    overflow-x: hidden; color: #333; 
    position:relative;
}
h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

figcaption{
	text-align: center;
	font-style: italic;
}

blockquote{
	border-left: 5px solid #ff1616;
	font-style:italic;
	background-color: #f8edf5;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: circle;
}


.learn-press-courses{
	background:#ffffff;
}

.learn-press-courses[data-layout=list] .course-item{
	padding: 10px;
}

#popup-header {
  background: #ff1616;
}

.thpt-countdown{
    max-width:320px;
    margin:auto;
    text-align:center;
    font-family:Arial,sans-serif;
}

.thpt-countdown h2{
    font-size:34px;
    font-weight:700;
    margin:10px 0;
    color:#2d1d00;
}

.small-title{
    font-size:30px;
    color:#2d1d00;
}

.count-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-top:15px;
}

.box{
    background:#4b3300;
    color:#fff;
    border-radius:18px;
    padding:18px 10px;
}

.box span{
    display:block;
    font-size:52px;
    font-weight:bold;
    line-height:1;
}

.box p{
    margin-top:10px;
    font-size:18px;
}

.teacher-footer{

    padding:60px 15px;

    border-top:1px solid #eee;
}

.teacher-avatar{

    width:170px;

    height:170px;

    border-radius:50%;

    object-fit:cover;

    border:4px solid #f0ad4e;
}

.teacher-footer h2{

    margin-top:0;

    font-weight:bold;

    color:#222;
}

.teacher-job{

    color:#666;

    font-size:17px;

    margin-bottom:20px;
}

.teacher-list{
	list-style: none;

    padding-left:18px;

    color:#444;

    line-height:2;
}

.teacher-address{

    margin-top:20px;

    padding:15px;

    background:#fafafa;

    border-left:4px solid #f0ad4e;

    color:#555;
}

.contact-box{

    padding-left:40px;
}

.contact-box h3{

    margin-top:0;

    margin-bottom:25px;

    color:#f0ad4e;

    font-weight:bold;
}

.contact-box a{

    display:block;

    margin-bottom:15px;

    color:#337ab7;

    text-decoration:none;

    font-size:16px;
}

.contact-box a:hover{

    color:#23527c;
}

@media(max-width:991px){

    .contact-box{

        margin-top:40px;

        padding-left:15px;
    }

    .teacher-avatar{

        width:130px;

        height:130px;
    }

    .teacher-footer{

        text-align:center;
    }

    .teacher-list{
		list-style: none;
        text-align:left;
        display:inline-block;
    }

    .teacher-address{
        text-align:left;
    }

}

.lp-content-area {
	background: #ffffff;
	border-radius: 5px;
}

.payment-card{
    margin:20px auto;
    background:#fff;
    border-radius:12px;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
    padding:25px;
    border:1px solid #eee;
}

.payment-card h2{
    margin:0 0 20px;
    text-align:center;
    color:#0d6efd;
}

.payment-content{
    display:flex;
    gap:30px;
    align-items:center;
    flex-wrap:wrap;
}

.payment-qr{
    flex:0 0 280px;
    text-align:center;
}

.payment-qr img{
    width:100%;
    max-width:280px;
    border-radius:10px;
    border:1px solid #ddd;
}

.payment-info{
    flex:1;
}

.payment-info h3{
    margin-top:0;
    color:#333;
}

.notice{
    margin:18px 0;
    padding:15px;
    background:#fff8e6;
    border-left:5px solid #ff9800;
    border-radius:8px;
}

.transfer-content{
    margin-top:10px;
    padding:12px;
    background:#fff;
    border:2px dashed #ff9800;
    font-size:18px;
    font-weight:bold;
    color:#d32f2f;
    text-align:center;
}

.example{
    color:#666;
    margin:15px 0;
}

.payment-info ul{
    margin:15px 0 0;
    padding-left:20px;
}

.payment-info li{
    margin-bottom:8px;
}

@media(max-width:768px){
    .payment-content{
        flex-direction:column;
    }

    .payment-qr{
        flex:none;
    }
}

.itemTag{
	border: 1px solid #f1f1f1;
	padding: 5px;
	display:inline-block;
}

.video-yt {
    overflow: hidden;
    position: relative;
    width:100%;
	margin-bottom: 7px;
}
.video-yt::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-yt iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-single table tr th {
    background: #ff1616;
    border: 1px solid #dedede;
	padding:5px;
	color:white;
}
table th, td {
	padding:5px;
    text-align: center;
	border: 1px solid #dedede;
}

.button-mua {
  background-color: #ff1616;
  border: none;
  border-radius:5px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

ins .woocommerce-Price-amount bdi{
	color:green;
	font-weight: bold;
}

.thumbnail-pro {
  position: relative;
  width: 170px;
  height: 170px;
  overflow: hidden;
}
.thumbnail-pro img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail-pro img.portrait {
  width: 100%;
  height: auto;
}

.item-comment{
	background-color:#fff; 
	padding:6px; 
}
.item-comment img{
	border-radius:50%;
}

.genre {
    background-color:#ffffff;
    padding: 5px;
}

.item-genre {
	border: 1px solid #e9ecef;
}

.view-members-container {
	padding: 5px;
	background-color:#fff;
}

.circle-image img {
  border-radius: 50%;
  margin: 5px;
}

.post-title{
	font-weight: bold;
	font-size: 19px
}

.chiase-fb {
    color: #fff;
    border-radius: 3px;
    background: #4267b2;
	padding: 2px;
	margin-left: 7px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    text-decoration: none;
    background-color: #eee;
    outline: 0;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #eee;
}

.navbar-nav {
    margin: 0; /*fix lỗi cuộn ngang của menu*/
}

#header{
    background: #fff;
    /*background-image: linear-gradient(90deg, rgb(255, 154, 139) 0%, rgb(255, 106, 136) 55%, rgb(255, 153, 172) 100%);*/
}

.search{
    margin-top: 6px;
}

.box-next-pre{
	border: 1px solid #cccccc;
    padding-left: 10px;
    padding-bottom: 10px;
	padding-top: 10px;
    margin-top: 20px;
}


.prev-post{
	margin-bottom: 10px;
}

.container-fluid{
    padding: 0;
}

.content-single .fluidMedia{
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden
}
.content-single .fluidMedia iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}

.content-single ul li{
	margin-bottom: 6px;
}

.container1{
	padding-right: 65px;
    padding-left: 65px;
    margin-right: auto;
    margin-left: auto;
}

#main-website,body{
    min-height:100%
}
.box-play,.single-play{
    float:left
}
.box-breadcrumb,.box-info{
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden
}
#main-website,.box-breadcrumb,.box-info,.genre,.item-content{
    overflow:hidden
}
div.play,footer{
    text-align:center
}
html{
    margin-top:0!important
}
body{
    background-color:#d9dde3!important
}
.glyphicon-folder-open{
    margin-right:10px!important
}
.row{
    margin-left:0!important;
    margin-right:0!important
}



.main-content,.title-box{
    margin-bottom:20px
}

.navbar{
    margin-bottom: 0;
	border-radius: 0 0 3px 3px!important;
}

.navbar-inverse{
	padding: 10px 0;
	border:none !important;
	    background: none;
}

.title-side{
    padding: 5PX;
    background: #ff1616;
    color: #FFF;
    border-radius: 4px 4px 0 0;
}

.btn-view-more{
    color: #fff;
    background: #ff1616;
    border: none;
	margin-bottom: 10px;
    width: 100%;
    padding: 10px;
}

.btn-view-more:active,focus{
    background: #ff1616!important;
}

.btn-view-more:hover{
    color: #fff;
    background: #ff1616!important;
}

.btn-view-more:focus{
    background: #ff1616!important;
}


.box-aside{
	max-height: 220px;

}
.icon-search{
	border-top:none;
	border-left:none;
	border-bottom:none;
	border-right: 1px solid #e0e0e0 !important;
	background: #fff;
}

.txt-search{
	border:none;
	background: #fff;
	border-radius: 3px;
}

.txt-search:focus{
	border: none;
}

.dropdown-menu{
	border: none;
	margin-top: 10px !important;

}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	background: none;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
	background: none;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:focus{
	background: none;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border-color: #fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: none;
}

.navbar-inverse .navbar-toggle{
	border-color: #5a5a5a;
}

.dropdown-menu li a{
	color: #5a5a5a;
}
.navbar-brand{
    font-size: 21px;
    margin-right:30px;
    color:#5a5a5a!important;
    padding: 3px 5px!important; 
}
.navbar-nav li a{
    font-size:15px;
    color:#5a5a5a!important;
    font-weight: bold;
}

.navbar-brand img{
    max-width: 200px;
}

.dropdown-menu>li>a{
	padding: 6px 35px;
}

.dropdown-menu>li>a:hover{
	background:none;
}

.box-item{
    position: relative;
    overflow: hidden;
	height: 260px;
}

.title-box-item{
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #00000054;
}

.title-box-item h3{
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.title-box-item p{
    color: #fff;
}

.img-box-item img{
    width: 100%;
}

.title-box{
    padding:10px;
    background:#3097d1;
    min-width:210px;
    border-radius:0 4px 4px 0;
    display:inline-block
}

.left-home{
    padding: 0;
}

.title-cat{
    margin-bottom: 16px;
}

.title-home{
    margin-bottom: 20px;
}

.title-cat h4{
    font-size: 23px;
}

.box-home{
    border-radius: 5px;
    margin: 0 0 6px 0;
    overflow: hidden;
    background: #fff;
        padding: 6px
}

.title-box-home{
    padding-right: 0!important;
}

.title-box-home p{
    color: #333;
    margin-top: 6px;
    margin-left: 10px;
}

.title-box-home h2{
    color: black;
    margin-top: 10px;
    font-weight: bold;
}

.img-box-home{
    padding: 0;
	max-height: 120px;
    overflow: hidden;
}
.img-box-home img{
    width: 100%;
    border-radius: 7px;
}
.title-box h1,h2{
/*    text-transform:uppercase;*/
    margin:0;
    font-size:22px;
		margin-bottom: 15px;
}
.item-list{
    padding: 0 3px;
}

.box-news{
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 2px
}

.box-breadcrumb{
    margin-bottom:10px;
    border-radius:4px;
}

.box-breadcrumb span{
    color: #525252;
}

.fixed-bottom p a{
    color:#3097d1;
    font-size:15px;
    font-weight: bold;
}

.title-side h4{
    text-align: center;
}

.img-box-side{
    padding-left: 0;
	    max-height: 120px;
    overflow: hidden;
}

.img-box-side img{
    border-radius: 5px;
    width: 100%;
}

.title-box-side{
    padding-left: 0;
}

.title-box-side h4{
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
}

.title-box-side p{
    color: #000000;
}

.danhgia {
    margin-bottom: 10px;
}



#back-to-top{
    position: fixed;
    bottom: 5px;
    right: 7px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 42px;
    background: #ff1616;
    color: #fff;
    border: 0;
    border-radius: 2px;
    transition: opacity .2s ease-out;
}
footer{
    clear:both;
    width:100%;
    color:#464646;
    background:#ffffff;
    padding:10px 0;
    border-top:1px solid #dadada
}

footer p{
    margin-bottom: 0;
    color: #ff1616;
    font-weight: bold;
}


.content-single{
	margin-bottom: 10px;
        background: #fff;
    padding: 10px;
    font-size: 16px;
	border-radius: 4px 4px 0 0;
}

.content-single h3{
	font-size: 19px;
}

.content-single img{
    display: block;
    max-width: 100%;
    margin: 15px auto;
}

.title-single h1{
    font-size: 30px;
}

.post-info{
    padding: 5px 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 10px;
}

.post-info span{
    color: #a5a5a5;
    font-size: 13px;
}

.post-info .theauthor, .thetime{
    margin-right: 10px;
}

.kk-star-ratings.lft{
	margin-bottom: 18px;
}


.pagination a,.pagination span{
    font-weight:700;
    margin-right:6px
}
.pagination span{
    background:#fa7497;
    padding:10px 15px;
    color:#fff;
    border-radius:3px
}
.pagination a{
    padding:8px 13px;
    border:1px solid #bfbfbf;
    font-size:15px;
    border-radius:3px;
    color:#676767
}
.right-home{
    padding-right: 0;
}

.share-post{
    margin-top: 20px;
}

.btn-fb{
    color: #fff;
	border: none;
    background:#4267b2;
}
.btn-mes{
    color: #fff;
	border: none;
    background:#0276ff;
}
.btn-shopee{
    color: #fff;
	border: none;
    background:#e74b2c;
}
.btn-lazada{
    color: #fff;
	border: none;
    background:#0f156d;
}
.btn-g{
    background:#CE1919;
    border:none;
}
.btn-search{
    box-shadow:none;
}
.empty-search{
	margin-top: 20px;
    padding-left:0;
}
.empty-search h2{
    color:#575757;
}
.box-menu{
    margin-right:30px!important
}

#breadcrumbs{
	font-size: 11px;
}

@media only screen and (max-width:1000px){
    .right-single{
        padding-left:0
    }
    .item-content{
        margin-right:0
    }

    .navbar-header{
        padding-left:15px
    }
	.right-home{
		padding-left: 0;
	}
	
	.container1{
	padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
}
    
}

@media only screen and (max-width:768px){
	ul li{
		margin-left:-10px;
	}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #eee;
	}

    .title-box-home h2{
        margin-left: 8px;
    }

    .img-box-item{
        max-height: 400px;
    }

    .item-list{
        margin-top: 10px;
    }

    .top-content{
        padding: 0 0;
    }

.title-box-side h4{
    margin-left: 8px;
        padding-top: 5px;
        font-size: 15px;
        margin-top: 0;

}
	

.box-breadcrumb{
        padding: 5px 15px;
}

.right-home{
    padding: 0;
}


.left-home{
    padding: 0 0;
}
    
.box-menu{
    padding-left: 20px;
    margin-right: 0 !important;
}



.navbar-collapse{
    padding-right: 0;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #9a9a9a;
}

.navbar-nav .open .dropdown-menu{
    border: 1px solid #d4d4d4;
}

.navbar-brand{
    padding-left: 0!important;
}

.container1{
	padding-right: 3px;
    padding-left: 3px;
    margin-right: auto;
    margin-left: auto;
}
	
.content-single img{
    display: block;
    width: 100%;
	height:auto;
    margin: 15px auto;
}

}


    
}





/*Comment style*/
span.title_comment {
    font-size: 20px;
    color: #606664;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 15px;
    display: inline-block;
}
.comment-author.vcard {
    width: 25px;
}
#formcmmaxweb {
	overflow: hidden;
	position:relative;
	margin-bottom: 20px;
}
#formcmmaxweb .nameuser {
	text-align: left;
}
#formcmmaxweb .avatarmw img {
    float: left;
    margin: 5px 10px 0 0;
    border: 1px solid #ccc;
    padding: 5px;
}
.comments-title-maxweb {
	margin: 30px 0;
	font-weight: normal;
}
.commentlist {
margin-top: 10px;
}
.comment-author.vcard {
	float: left;
	clear: both;
	z-index: 2;
	position: relative;
	text-align: center;
}
.commentlist li {
    overflow: hidden;
    clear: both;
	margin-bottom: 10px;
}
.commentlist .children {
	margin-top: 10px;
}
.commentBody em {
	color: red;
}
.commentBody {
	position: relative;
	margin-left: 35px;
	overflow: hidden;
}
.comment-meta.commentmetadata {
	position: relative;
	padding: 0;
	margin: 0 0 5px;
}
.noidungcomment {
    font-size: 16px;
    line-height: 24px;
}
.cancel-comment-reply a {
    font-size: 14px;
    text-decoration: none;
    color: #a9883f;
}
.nocomments {
	border-color: #D98D8D;
	background-color: #FFCECE;
	background-position: left -792px;
	color: #665252;
	padding: 10px;
}
.comment-meta.commentmetadata .ngaythang {
	position: absolute;
    top: 0;
    right: 0;
    color: #337ab7;
    opacity: 0.3;
    font-size: 12px;
}
.commentBody:hover .comment-meta.commentmetadata .ngaythang{
	opacity: 1;
}
.commentBody .reply {
    float: right;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.comment-meta.commentmetadata .fn {
    font-weight: 700;
    color: #333;
    margin: 0;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    margin-top: 2px;
}

ol.commentlist_mw,
ol.commentlist_mw ul.children {
  list-style: none;
}
ol.commentlist_mw li{
	margin-bottom: 10px;
}
ol.commentlist_mw > ul.children{
	margin: 10px 0 15px 35px;
    background: #f1f1f1;
    padding: 10px;
    position: relative;
}
ol.commentlist_mw > ul.children:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 14px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #f1f1f1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
div.error {
    color: red;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    margin: 3px 0 0;
}
.tools_comment a {
    color: #4a90e2;
    font-size: 14px;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0 7px 0 0;
    line-height: 14px;
}
.tools_comment a:after {
    content: "";
    width: 4px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #999;
    position: absolute;
    right: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.tools_comment a:last-child:after{
	display: none;
}
.tools_comment a:last-child{
	padding: 0;
	margin: 0;
}
.noidungcomment p {
    margin: 0 0 5px;
}
#formcmmaxweb  input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"],
#formcmmaxweb article.post-password-required input[type=submit],
#formcmmaxweb li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
#formcmmaxweb button, #formcmmaxweb input, #formcmmaxweb textarea {
	border: 1px solid #ccc;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
#formcmmaxweb button,
#formcmmaxweb input[type="submit"],
#formcmmaxweb input[type="button"],
#formcmmaxweb input[type="reset"] {
	cursor: pointer;
}
.reply a.comment-reply-link {
    color: #337ab7;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.reply a.comment-reply-link:hover {
	color: #c7a611;
}
#formcmmaxweb p,
#formcmmaxweb input,
#formcmmaxweb textarea{
	width: 100%;
	background: transparent;
	outline: none;
	font-size: 14px;
}
#formcmmaxweb input,
#formcmmaxweb textarea{
	border: 1px solid #d7d7d7;
	color: #2e2e2e;
	display: block;
}
#formcmmaxweb input:focus,
#formcmmaxweb textarea:focus{
	border-color: #337ab7;
}
#formcmmaxweb p{
	margin-bottom: 10px;
	text-align: center;
}
#formcmmaxweb #commentform p{	
	overflow: hidden;
}
#formcmmaxweb .name-email p{
	width: 50%;
	float: left;
}
#formcmmaxweb .name-email p:first-child{
	padding-right: 5px;
}
#formcmmaxweb .name-email p:last-child{
	padding-left: 5px;
}
#formcmmaxweb input#submit {
    width: auto;
    font-weight: 400;
    color: #fff;
    background: #337ab7;
    padding: 6px 20px;
    border: none;
    float: left;
    font-size: 16px;
    outline: none;
}
#formcmmaxweb input#submit:hover {
	background: #c7a611;
}
#formcmmaxweb  ::-webkit-input-placeholder {
   color: #999999;
}

#formcmmaxweb ::-moz-placeholder { /* Firefox 18- */
   color: #999999;  
}

#formcmmaxweb ::-moz-placeholder {  /* Firefox 19+ */
   color: #999999;  
}

#formcmmaxweb ::-ms-input-placeholder {  
   color: #999999;  
}
/*#comment style*/
.footerCon ul{
	list-style-type:none;
	text-align:left;
	padding-inline-start:10px;
}
.footerCon ul li{
	margin-top:5px;
}

