/*add css home*/
.Banner_home_main  .content_banner_home h2 {
    color: var(--color-white);
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3em;
    text-transform: uppercase;
}
.Banner_home_main .content_banner_home p {
    color: var(--color-white);
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.3em;
}
/*end add css home*/
/*formsearch home*/
.section_search_home {
    margin-top: -70px;
}
.search_home_field {
    width: 100%;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 25px 20px 25px;
    border-radius: 4px;
    position: relative;
    z-index: 3;
}
.search_home_field:before {
    content: "";
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.50);
    width: calc( 100%  - 66px );
    height:50px;
    z-index: 0;
    position: absolute;
    top: -30px;
}
.search_home_field:after {
    content: "";
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.50);
    width: calc( 100%  - 33px );
    height:50px;
    z-index: 0;
    position: absolute;
    top: -15px;
}
.search_home_field .searchandfilter {
    width: 100%;
    margin: 0;
}
.search_home_field .searchandfilter ul {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
}
.search_home_field li.sf-field-search {
    width: calc( 100% - 210px );
}
.search_home_field li.sf-field-search label{
    width: 100%;
}
.search_home_field li.sf-field-search label  input {
    width: 100%;
    margin-bottom: 0;
    height: 60px;
    border-radius: 4px;
    border: 1px solid var(--color-xam);
    background: #FFF;
    outline:0;
    box-shadow:unset;
    color:var(--color-input);
    font-size: 15px;
    font-weight: 500;
    padding:0 200px 0 40px;
}
.search_home_field li.sf-field-search label  input:focus {
    box-shadow:unset;
}
.search_home_field li.sf-field-category {
    position: absolute;
    top:1px;
    right: 192px;
    margin-left: 0;
}
.search_home_field li.sf-field-category label{
    width:100%;
}
.search_home_field li.sf-field-category label  select {
    width: 170px;
    margin-bottom: 0;
    height: 56px;
    border-radius: 4px;
    border: 0px;
    background: #FFF;
    outline:0;
    box-shadow:unset;
    color:var(--color-input);
    font-size: 15px;
    font-weight: 500;
    
}
.search_home_field li.sf-field-submit {
    width: 180px;
    margin-left: 10px;
}
.search_home_field li.sf-field-submit input {
    border-radius: 4px;
    background: var(--color-submit);
    border: 2px solid var(--color-submit);
    color: var(--color-white);
    width: 100%;
    height: 58px;
    font-size: 15px;
    font-weight: 700;
    box-shadow:unset;
}
.search_home_field li.sf-field-submit input[type="submit"]:hover{
    color: var(--color-submit);
    background: var(--color-white);
}
/*end formsearch home*/

/*Section home 1*/
.section_home1 .row_section_home1 {
    border-radius: 4px;
    background: var(--color-white);
    padding: 50px 30px;
}
.section_home1 .tab_section_home1 .nav {
    width: 100%;
}
.section_home1 .tab_section_home1 .nav li.tab a {
    padding: 10px 25px;
}
.section_home1 .tab_section_home1 .nav li.tab a  span,.section_home1 .tab_section_home1 .nav li.tab a  h2 {
    color: var(--color-base);
    font-size: 18px;
    font-weight: 500;
    text-transform:capitalize;
    position:relative;
    display: flex;
    align-items: center;
}
.section_home1 .tab_section_home1 .nav li.tab.active a  span,  .section_home1 .tab_section_home1 .nav li.tab.active a  h2 {
    color: var(--color-hover);
}
.section_home1 .tab_section_home1 .nav li#tab-pm_moi a span:before, .section_home1 .tab_section_home1 .nav li#tab-pm_moi a h2:before {
    content: url(/wp-content/uploads/2024/03/new.png);
    display: inline-block;
    margin-right: 6px;
    height: 22px;
}
.section_home1 .tab_section_home1 .nav li#tab-pm_moi.active a span:before, .section_home1 .tab_section_home1 .nav li#tab-pm_moi.active a h2:before {
    content: url(/wp-content/uploads/2024/03/new-green.png);
}
.section_home1 .tab_section_home1 .nav li#tab-top_pm_hay a span:before, .section_home1 .tab_section_home1 .nav li#tab-top_pm_hay a h2:before {
    content: url(/wp-content/uploads/2024/03/hot.png);
    display: inline-block;
    margin-right: 6px;
    height: 22px;
}
.section_home1 .tab_section_home1 .nav li#tab-top_pm_hay.active a span:before, .section_home1 .tab_section_home1 .nav li#tab-top_pm_hay.active a h2:before {
    content: url(/wp-content/uploads/2024/03/hot-green.png);
}
.section_home1 .tab_section_home1 .nav li#tab-update_pm a span:before, .section_home1 .tab_section_home1 .nav li#tab-update_pm a h2:before {
    content: url(/wp-content/uploads/2024/03/update.png);
    display: inline-block;
    margin-right: 6px;
    height: 22px;
}
.section_home1 .tab_section_home1 .nav li#tab-update_pm.active a span:before, .section_home1 .tab_section_home1 .nav li#tab-update_pm.active a h2:before {
    filter: brightness(0) saturate(100%) invert(48%) sepia(85%) saturate(412%) hue-rotate(98deg) brightness(97%) contrast(104%);
}
.section_home1 .tab_section_home1 .nav-line-bottom>li.active>a:before{
    height:2px;
    background-color:var(--color-hover);
}
.section_home1 .tab_section_home1 .nav-line-bottom>li:hover>a:before{
    height:2px;
    background-color:var(--color-hover);
    opacity:1;
}
/*end Section home 1*/

/*Section home 2*/
.section_home2 .row_section_home2 {
    border-radius: 4px;
    background: var(--color-white);
    padding: 50px 30px;
}
.section_home2 .tab_section_home2 .nav {
    width: 100%;
}
.section_home2 .tab_section_home2 .nav li.tab a {
    padding: 10px 25px;
}
.section_home2 .tab_section_home2 .nav li.tab a  span,.section_home2 .tab_section_home2 .nav li.tab a  h2{
    color: var(--color-base);
    font-size: 18px;
    font-weight: 500;
    text-transform:capitalize;
    position:relative;
    display: flex;
    align-items: center;
}
.section_home2 .tab_section_home2 .nav li.tab.active a  span,.section_home2 .tab_section_home2 .nav li.tab.active a  h2{
    color: var(--color-hover);
}
.section_home2 .tab_section_home2 .nav li#tab-game_moi a span:before, .section_home2 .tab_section_home2 .nav li#tab-game_moi a h2:before  {
    content: url(/wp-content/uploads/2024/03/game.png);
    display: inline-block;
    margin-right: 6px;
    height: 22px;
    filter: brightness(0) saturate(100%) invert(89%) sepia(1%) saturate(1293%) hue-rotate(108deg) brightness(90%) contrast(84%);
}
.section_home2 .tab_section_home2 .nav li#tab-game_moi.active a span:before, .section_home2 .tab_section_home2 .nav li#tab-game_moi.active a h2:before {
    filter:unset;
}
.section_home2 .tab_section_home2 .nav li#tab-top_game_hay a span:before, .section_home2 .tab_section_home2 .nav li#tab-top_game_hay a h2:before {
    content: url(/wp-content/uploads/2024/03/top.png);
    display: inline-block;
    margin-right: 6px;
    height: 22px;
}
.section_home2 .tab_section_home2 .nav li#tab-top_game_hay.active a span:before,  .section_home2 .tab_section_home2 .nav li#tab-top_game_hay.active a h2:before  {
    content: url(/wp-content/uploads/2024/03/top-green.png);
}
.section_home2 .tab_section_home2 .nav li#tab-update_game a span:before, .section_home2 .tab_section_home2 .nav li#tab-update_game a h2:before {
    content: url(/wp-content/uploads/2024/03/update.png);
    display: inline-block;
    margin-right: 6px;
    height: 22px;
}
.section_home2 .tab_section_home2 .nav li#tab-update_game.active a span:before, .section_home2 .tab_section_home2 .nav li#tab-update_game.active a h2:before{
    filter: brightness(0) saturate(100%) invert(48%) sepia(85%) saturate(412%) hue-rotate(98deg) brightness(97%) contrast(104%);
}
.section_home2 .tab_section_home2 .nav-line-bottom>li.active>a:before{
    height:2px;
    background-color:var(--color-hover);
}
.section_home2 .tab_section_home2 .nav-line-bottom>li:hover>a:before{
    height:2px;
    background-color:var(--color-hover);
    opacity:1;
}
/*end Section home 2*/

/*Section home 3*/
.section_home3 .row_section_home3 {
    border-radius: 4px;
    background: var(--color-white);
    padding: 50px 30px;
}
.section_home3 .tab_section_home3 .nav {
    width: 100%;
}
.section_home3 .tab_section_home3 .nav li.tab a {
    padding: 10px 25px;
}
.section_home3 .tab_section_home3 .nav li.tab a  span,  .section_home3 .tab_section_home3 .nav li.tab a  h2 {
    color: var(--color-base);
    font-size: 18px;
    font-weight: 500;
    text-transform:capitalize;
    position:relative;
    display: flex;
    align-items: center;
}
.section_home3 .tab_section_home3 .nav li.tab.active a  span,  .section_home3 .tab_section_home3 .nav li.tab.active a  h2 {
    color: var(--color-hover);
}
.section_home3 .tab_section_home3 .nav li#tab-bv_moi a span:before, .section_home3 .tab_section_home3 .nav li#tab-bv_moi a h2:before  {
    content: url(/wp-content/uploads/2024/03/bvnew.png);
    display: inline-block;
    margin-right: 6px;
    height: 22px;
}
.section_home3 .tab_section_home3 .nav li#tab-bv_moi.active a span:before,  .section_home3 .tab_section_home3 .nav li#tab-bv_moi.active a h2:before {
    content: url(/wp-content/uploads/2024/03/bvnew-green.png);
}
.section_home3 .tab_section_home3 .nav li#tab-bv_xem_nhieu a span:before, .section_home3 .tab_section_home3 .nav li#tab-bv_xem_nhieu a h2:before {
    content: url(/wp-content/uploads/2024/03/iconoir_eye.png);
    display: inline-block;
    margin-right: 6px;
    height: 22px;
}
.section_home3 .tab_section_home3 .nav li#tab-bv_xem_nhieu.active a span:before, .section_home3 .tab_section_home3 .nav li#tab-bv_xem_nhieu.active a h2:before {
     filter: brightness(0) saturate(100%) invert(48%) sepia(85%) saturate(412%) hue-rotate(98deg) brightness(97%) contrast(104%);
}
.section_home3 .tab_section_home3 .nav li#tab-bv_thuoc_dm a span:before,  .section_home3 .tab_section_home3 .nav li#tab-bv_thuoc_dm a h2:before {
    content: url(/wp-content/uploads/2024/03/tabler_category.png);
    display: inline-block;
    margin-right: 6px;
    height: 22px;
}
.section_home3 .tab_section_home3 .nav li#tab-bv_thuoc_dm.active a span:before, .section_home3 .tab_section_home3 .nav li#tab-bv_thuoc_dm.active a h2:before{
    filter: brightness(0) saturate(100%) invert(48%) sepia(85%) saturate(412%) hue-rotate(98deg) brightness(97%) contrast(104%);
}
.section_home3 .tab_section_home3 .nav-line-bottom>li.active>a:before{
    height:2px;
    background-color:var(--color-hover);
}
.section_home3 .tab_section_home3 .nav-line-bottom>li:hover>a:before{
    height:2px;
    background-color:var(--color-hover);
    opacity:1;
}
/*end Section home 3*/

/* Blogbase home */
.Blogbase_home, .Blogbase_home_most_view {
    margin-top: 20px;
}
.Blogbase_home .box-image {
    border-radius: 4px;
}
.box-ctct-blog {
    padding: 15px 0;
}
.show_textdate_author .post-meta.is-small.op-8 {width: 100%;display: flex;align-items: center;}
.show_textdate_author .post-meta.is-small.op-8 span,.show_textdate_author .post-meta.is-small.op-8 span a {
    color: var(--color-input);
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    line-height: 1.3em;
}
.box-ctct-blog a.plain {
    width: 100%;
    float: left;
    margin-top: 5px;
}
.box-ctct-blog a.plain h3 {
    width: 100%;
    color: var(--var-base);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3em;
}
.box-ctct-blog a.plain h3:hover {
    color: var(--color-hover);
}
.box-ctct-blog p.from_the_blog_excerpt {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
}
/* end Blogbase home */

/*Blogbase home most_view*/
.Blogbase_home_most_view .box-image {
    border-radius: 4px;
    height: 150px;
    position: relative;
}
.Blogbase_home_most_view .box-image a ,.Blogbase_home_most_view .box-image a .image-cover {
    height: 100%;
    width: 100%;
    float: left;
}
.Blogbase_home_most_view .box-image a .image-cover img {
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
}
.Blogbase_home_most_view .box-ctct-blog .box-text-inner.blog-post-inner {
    display: flex;
    flex-wrap: wrap;
}
.Blogbase_home_most_view .box-ctct-blog .box-text-inner.blog-post-inner .show_textdate_author {
    order: 2;
    width: 100%;
    margin-top: 5px;
}
ul.ullinkcmdcyhome {
    list-style: none;
    position: absolute;
    right: 7px;
    top: 10px;
    margin: 0;
    padding: 0;
    opacity: 1;
}
ul.ullinkcmdcyhome li.lilinkcmdcyhome {
    width: 100%;
    float: left;
    margin: 0;
}
ul.ullinkcmdcyhome li.lilinkcmdcyhome a.linkcmdcyhome {
    color: var(--color-hover);
    text-transform: initial;
    font-size: 12px;
    font-weight: 700;
    border-radius: 12px;
    background-color: var(--color-white);
    padding: 3px 7px;
}
/*end Blogbase home most_view*/
.i_count {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.i_count div {
    position: relative;
    display: flex;
    background-color: var(--color-white);
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    border-radius:0px 0 36px 0;
    z-index:3;
}
.i_count div:before{
    content:"";
    position:absolute;
    width:55px;
    height:55px;
    background-color:rgba(255, 255, 255, 0.50);
    z-index:-1;
    border-radius:0 0 44px 0;
}
.i_count div:after{
    content:"";
    position:absolute;
    width:75px;
    height:75px;
    background-color:rgba(255, 255, 255, 0.50);
    z-index:-1;
    border-radius:0 0 52px 0;
}
.i_count div span{
    color:var(--color-hover);
    font-size:20px;
    font-weight:700;
    margin-right:5px;
    margin-bottom:5px;
}
.dm_tab_home {
    color: var(--color-line);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3em;
}
@media screen and (max-width:1024px){
.search_home_field li.sf-field-category label select  option {
    font-size: 14px;
}
.search_home_field .searchandfilter ul {
    flex-wrap: wrap;
}
.search_home_field li.sf-field-search {
    width: 100%;
    margin-left: 0;
    min-width: auto;
}
.search_home_field li.sf-field-submit {
    width: 49%;
    margin-left: 0;
    float: left;
    margin-left: 2%;
}
.search_home_field li.sf-field-category {
    position: unset;
    width: 49%;
    float: left;
    right: unset;
    margin-left: 0;
    top: unset;  
}
.search_home_field li.sf-field-category label select {
    width: 100%;
    background-color: var(--bg-base);
    min-width: auto;
}
.search_home_field li.sf-field-search label input {
    padding: 0 20px 0 20px;
}
.section_home1 .row_section_home1,.section_home2 .row_section_home2, .section_home3 .row_section_home3 {
    padding: 20px 15px;
}
.search_home_field li.sf-field-submit input {
    height: 56px;
}
.Blogbase_home,.Blogbase_home_most_view  {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.Banner_home_main .content_banner_home h2 {
    font-size: 32px;
}
.Banner_home_main .content_banner_home p {
    font-size: 26px;
    margin-top: 0;
}
}
@media screen and (max-width:767px){
.section_search_home {
    padding: 30px 15px !important;
}
.search_home_field li.sf-field-submit input {
    margin: 0;
}
.section_home1,.section_home2, .section_home3 {
    padding: 20px 15px !important;
}
.Blogbase_home .col.post-item {
    padding-left: 0;
    padding-right: 0;
}
.section_home1 .tab_section_home1 .nav, .section_home2 .tab_section_home2 .nav, .section_home3 .tab_section_home3 .nav {
    width: 100%;
    display: flex;
    flex-flow: unset !important;
    overflow: scroll;
    padding-bottom: 10px;
}
.section_home1 .tab_section_home1 .nav li a,.section_home2 .tab_section_home2 .nav li a,.section_home3 .tab_section_home3 .nav li a {
    width: max-content !important;
}
.section_home1 .tab_section_home1 .nav li.tab a span,.section_home2 .tab_section_home2 .nav li.tab a span,.section_home3 .tab_section_home3 .nav li.tab a span,.section_home1 .tab_section_home1 .nav li.tab a h2,.section_home2 .tab_section_home2 .nav li.tab a h2,.section_home3 .tab_section_home3 .nav li.tab a h2 {
    font-size: 16px;
}
.section_home1 .tab_section_home1 .nav li.tab a,  .section_home2 .tab_section_home2 .nav li.tab a,.section_home3 .tab_section_home3 .nav li.tab a {
    padding: 10px 7px;
}
.content_banner_home {
    padding: 0 15px;
}.Banner_home_main .content_banner_home h2 {
    font-size: 22px;
}
.Banner_home_main .content_banner_home p {
    font-size: 18px;
}
}