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

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


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


}

@font-face {
	font-family: 'Poppins';
	src: url('f/PoppinsRegular.ttf');
}
@font-face {
	font-family: 'PoppinsMedium';
	src: url('f/PoppinsMedium.ttf');
}
@font-face {
	font-family: 'SFPro';
	src: url('f/SFProDisplayRegular.otf');
}
@font-face {
	font-family: 'SFProMedium';
	src: url('f/SFProDisplayMedium.otf');
}
@font-face {
	font-family: 'SFProBold';
	src: url('f/SFProDisplayBold.otf');
}
@font-face {
	font-family: 'PoppinsSemiBold';
	src: url('f/PoppinsSemiBold.ttf');
}
b, strong {
    font-weight: 100;
    font-family: SFProBold;
}
h1, h2, h3, h4, h5, h6, .heading-font {
    
    font-weight: 100;
    font-family: 'SFProBold';
}
body{
    font-family: 'SFPro';
}
#logo{
    margin: 0 !important;
}
.header:not(.transparent) .header-nav-main.nav > li{
    margin: 0 !important;
}
.header:not(.transparent) .header-nav-main.nav > li > a{
    font-size: 20px;
    padding: 12px 30px !important;
    border: 1px solid transparent;
    border-radius: 40px;
}
.header:not(.transparent) .header-nav-main.nav > li:hover > a{
    border: 1px solid #ee0033;   
}
.s-bn h3 strong{
        font-family: 'PoppinsSemiBold';
    font-size: 40px;
}
.s-bn p{
    font-size: 20px;
}
.s1{
    background: url(img/bg.png) left top no-repeat;
}
.s1:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 320px;
    background: url(img/bf.png) center no-repeat;
    position: absolute;
    top: -15%;
    left: 0;
    background-size: cover;
    right: 0;
}

.title-tsl{
    display: flex;
    gap: 15px;
        flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.title-tsl h2{
    font-family: PoppinsMedium;
    font-weight: 100;
    color: #ee0033;
        font-size: 48px;
    line-height: 1.3;
    
    text-transform: capitalize;
}
.title-tsl h3{
    font-weight: 100;
    font-family: PoppinsMedium;
    text-transform: uppercase;
    margin: 0;
    
        font-size: 20px;
    color: #000;
}
.title-tsl:before{
        content: "";
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(img/ic.png) center no-repeat;
    background-size: contain;
}

.btn-tsl{
    margin: 0;
    padding: 5px 5px 5px 25px;
    display: inline-flex;
    align-items: center;
    gap: 32px;
    font-weight: 100;
    font-family: 'SFProBold';
    font-size: 17px;
}
.btn-tsl:after{
    content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    transition: all 0.3s;
    background: url(img/ar.png) center no-repeat;
    vertical-align: middle;
}
.btn-tsl:hover:after{
    transform: rotate(180deg);
}


.author{
    background: url(img/auth.png) 0px 0px no-repeat;
    padding: 3px 0 3px 23px;
    line-height: 1.8;
    font-size: 15px;
    margin-right: 3px;
}
.datetime{
    background: url(img/date.png) 0px 0px no-repeat;
    padding: 3px 0 3px 23px;
    margin-left: 3px;
    line-height: 1.8;
    font-size: 15px;
}
.post-item .post-title a{
    font-size: 18px;
    font-family: 'PoppinsMedium';
    color: #000;
    font-weight: 100;
    margin: 10px 0;
}
.post-item p.from_the_blog_excerpt {
    font-size: 17px;
    color: #8B8B8B;
}
.post-item .box-image{
    border-radius: 15px;
}
.entry-content{
    font-size: 17px;
}
.entry-content figure{
	margin-bottom: 20px;
}
h1.entry-title{
    font-size: 1.8em;
}
.entry-content .h2{
    font-size: 1.5em;
}
.entry-content .h3{
    font-size: 1.2em;
}
.entry-content .h4{
    font-size: 1em;
}

.ft *{
    color: #000;
}
.ft-top .large-4:first-child .img img{
    max-width: 280px;
    margin-bottom: 20px;
}
.ft-top .section-title-main{
        font-size: 20px;
    font-family: 'PoppinsMedium';
    font-weight: 100;
        border: none;
    padding: 0;
}
.ft-top .section-title-normal{
    border: none;
}
.ft-top .ux-menu-link__link{
    min-height: initial;
    margin-left: 10px;
    transition: all 0.3s;
    padding: 2px 0 2px 15px;
    position: relative;
    
}
.ft-top .ux-menu-link__link:hover{
    margin-left: 15px;
}
.ft-top .ux-menu-link__link:before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    left: 0;
}
.ft-top .ux-menu {
    margin-bottom: 1.5em;
}
.ft-time{
    padding: 10px 0 10px 30px;
    background: url(img/ictime.png) 0 11px no-repeat;
}
.ft-time span{
    margin-right: 40px;
}
.ft .follow-icons a{
        width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 1px solid #000;
}
.ft-time .button.icon i{
    font-size: 1.5em;
}
.ft hr{
    opacity: .5;
}
.ft{
    padding-bottom: 0px !important;
}
#footer{
        background: #b2b2b247;
    background-size: cover;
    color: #000;
}
.absolute-footer{
    background: none;
}
.ft-bot .col{
    padding-bottom: 0;
}
.footer-primary{
    float: right;
}

.copyright-footer span{
    color: #ee0033;
}
.copyright-footer{
    color: #000;
    font-family: 'SFProBold';
    font-size: 16px;
}
.ft-bot{
        display: flex;
    align-items: center;
}

.post-sidebar .widget_media_image img{
    width: 100%;
}
.entry-content.single-page img{
        display: block;
    margin: auto;
    border: 3px solid #ee0033;
}

.box_seemore {
    background-color: #fff;
    border-radius: 4px;
    border: 2px dashed #ee0033;
    box-shadow: 0 0 3px rgb(0 0 0 / 25%);
    font-size: 1em;
    font-style: normal;
    padding: 15px;
    margin: 30px auto 20px
}

.box_seemore:before {
    content: "“";
    position: absolute;
    margin-left: 0;
    color: #ee0033;
    font-size: 5em;
    z-index: 1;
    font-family: 'Helvetica';
    line-height: .1
}

.post-sidebar .post-item{
    padding-bottom: 0;
    border-bottom: none;
}
.post-sidebar .post-item .col-inner{
        background-color: #eef1f3;
    box-shadow: none;
    border: 1px solid #ccc;
    border-bottom: none;
    padding: 0 15px;
}
.post-sidebar .post-item .col-inner .box{
    background-color: #eef1f3;
}
.post-sidebar .post-item:last-child .col-inner{
    border-bottom: 1px solid #ccc;
}
.post-sidebar .is-divider{
    display: none;
}
.post-sidebar .post-item .box-image{
    width: 65px;
}
.post-sidebar .post-item .post-title a{
    font-size: 14px;
}
.post-sidebar .widget-title  span{
        font-weight: 100;
    font-family: 'SFProBold';
    color: #ee0033;
    text-transform: initial;
    font-size: 19px;
    margin-bottom: 15px;
    display: block;

}
.post-sidebar .cat-item{
        border: 1px solid #dfdfdf;
    padding: 2px 15px;
    border-radius: 3px;
    font-weight: 100;
}

/* shortcode bài viết mới sidebar */
.pmc-top-first img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 8px;
}
.pmc-top-first h3 {
      line-height: 1.4;
    color: #000;
    font-size: 18px;
    margin: 5px 0 20px 0;
}

.pmc-top-posts {
  counter-reset: top;
  list-style: none;
  padding: 0;
  margin-top: 12px;
}
.pmc-top-posts li {
      counter-increment: top;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    line-height: 1.3;
}
.pmc-top-posts li::before {
      content: counter(top, decimal-leading-zero);
    background: #e7b104;
    color: #fff;
    width: 40px;
    height: 30px;
    font-size: 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.pmc-top-posts li a{
    color: #626262;
}
.pmc-top-posts li:nth-child(2):before{
    background: #4d6a94;
}
.pmc-top-posts li:nth-child(3):before{
    background: #944d84;
}
.pmc-top-posts li:nth-child(4):before{
    background: #0f7200;
}
.pmc-top-posts li:nth-child(5):before{
    background: #be3638;
}
.pmc-top-posts li:nth-child(6):before{
    background: #0449ac;
}
.pmc-top-posts li:nth-child(7):before{
    background: #4d948b;
}
.pmc-top-posts li:nth-child(8):before{
    background: #686a5b;
}
.pmc-top-posts li:nth-child(9):before{
    background: #a50795;
}

/* end */

.post-item .badge-inner{
    background: #ee0033;
    color: #fff;
    border: none;
    border-radius: 3px;
}
.single_extract{
    margin: auto;
}
.single_extract .entry-content.single-page img{
    display: initial;
    margin: initial;
}
.single_extract .dtr-verification-area{
    margin: initial;
}





.blog-single article{
        padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.extract-pass-box {
    border: 2px dashed #ff9800;
    padding: 15px;
    margin: 0 0 15px 0;
    background: #fffdf7;
}

.extract-pass-box .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.extract-pass-box .keyword {
    color: #d35400;
    font-weight: bold;
}
.copypsa{display: flex; align-content: center; align-items: center; gap: 10px;  }
.nutcompo button{margin-bottom:0px}
.textshoww{    background: #302e2e;
    color: white;
    border: 1px solid #3a3a3a;
    padding: 5px 20px;
    border-radius: 5px;
    font-family: 'SFProBold';}
    .cp-mgg{background: #d16666;
    border: 1px solid #ffec03;
    padding: 5px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'SFProBold';}
.cp-mgg1{background: #d16666;  border: 1px solid #ffec03;padding:5px 20px;color:#fff;font-weight:bold;cursor: pointer;border-radius:5px}
.guide-content img{
    display: block;
    margin: auto;
}
.dtr-verification-area{
    padding: 0 20px 10px 20px;
    border: 1px dashed #ee0033;
    background-color: #f2f2f2;
    border-radius: 5px;
    text-align: center;
    max-width: 500px;
    margin: auto;
}


.box_link_group_single{
        background: #fff;
    border-radius: 4px;
    padding: 30px 30px 15px 30px;
    margin-top: 40px;
    border: 1px solid #fa97a0;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / .1);
    width: 100%;
}
.group_link_download li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px dashed #ddd;
    margin: 0 !important;
}

.title_link_download {
        flex: 1;
    margin: 0;
    font-family: 'SFProBold';
    text-transform: inherit;
    font-size: 15px;
    color: #000;
    font-weight: 100;

}
.group_link_download{
    margin-bottom: 0;
}
.link_actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}

.link_down_pm {
       padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-family: 'SFProBold';
    display: flex;
    gap: 5px;
    align-items: center;
}
.link_down_pm img{
    border: none !important;
    width: 20px;
    
}

.link_down_pm.main {
    background: #19c37d;
}

.link_down_pm.backup {
    background: #ff9800;
}

.link_down_pm:hover {
    opacity: 0.85;
}
.entry-header-text-top{
    padding-bottom: 0;
}
#post-list{
        background: #fff;
    padding: 30px;
}
.post-sidebar{
        background: #fff;
    padding: 15px 20px !important;
}


@media screen and (max-width: 1000px){
    #logo {
        width: 225px !important;
    }
    .s-bn h3 strong{
        font-size: 30px;
    }
    .s-bn p {
        font-size: 16px;
    }
    .ft-bot .large-3{
        flex-basis: 40%;
        max-width: 40%;
    }
    .ft-bot .large-9{
        flex-basis: 60%;
        max-width: 60%;
    }
}
@media screen and (max-width: 690px){
    .s-bn .text-box{
        width: 90% !important;
    }
    .s-bn .banner {
        padding-top: 320px !important;
    }
    .ft-bot .large-3{
        flex-basis: 50%;
        max-width: 50%;
    }
    .ft-bot .large-9{
        flex-basis: 50%;
        max-width: 50%;
    }
    .ft .follow-icons a{
        width: 30px;
        height: 30px;
    }
    .title-tsl h2{
        font-size: 30px ;
    }
    .title-tsl h3{
        font-size: 16px;
    }
    
    .ft {
        padding-top: 100px !important;
    }
    .s8{
        padding-bottom: 0 !important;
    }

    .group_link_download li{
            flex-direction: column;
    align-items: flex-start;
    }
    .box_link_group_single{
        padding: 15px;
    }
    #post-list{
            padding: 15px;
    }
    .post-sidebar{
        padding: 15px !important;
        width: calc(100% - 30px);
    margin: auto;
    }
}
@media screen and (max-width: 570px){
    .copypsa{
            flex-direction: column;
    justify-content: center;
    }
}
@media screen and (max-width: 420px){
    .ft-bot .large-3{
        flex-basis: 60%;
        max-width: 60%;
    }
    .ft-bot .large-9{
        flex-basis: 40%;
        max-width: 40%;
    }
 
}


img[src*="link-Google-Diver"]{
border:none !important;
}

/* ===== KHỐI BẢNG ===== */
.download-table{
    margin: 28px 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
}

/* ===== BẢNG CHÍNH ===== */
.download-table table{
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    background: #fff;
    border: 2px solid #6b7280;
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

/* ===== HEADER ===== */
.download-table thead th{
    background: #f3f4f6;
    color: #111827;
    font-weight: 800;
    font-size: 15px;
    line-height: 1.35;
    padding: 16px 14px;
    text-align: left;
    vertical-align: middle;
    border: 2px solid #374151;
}

/* căn giữa 3 cột bên phải ở header */
.download-table thead th:nth-child(2),
.download-table thead th:nth-child(3),
.download-table thead th:nth-child(4){
    text-align: center;
}

/* ===== Ô DỮ LIỆU ===== */
.download-table tbody td{
    background: #fff;
    color: #111827;
    font-size: 15px;
    line-height: 1.35;
    padding: 16px 14px;
    vertical-align: middle;
    border: 2px solid #6b7280;
}

/* cột đầu tiên đậm hơn */
.download-table tbody td:first-child{
    font-weight: 800;
    font-size: 16px;
}

/* căn giữa các cột nút */
.download-table tbody td:nth-child(2),
.download-table tbody td:nth-child(3),
.download-table tbody td:nth-child(4){
    text-align: center;
}

/* hover hàng */
.download-table tbody tr:hover td{
    background: #fafafa;
}

/* ===== NÚT TẢI XUỐNG ===== */
.download-table tbody td:nth-child(2) a,
.download-table tbody td:nth-child(3) a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 124px;
    height: 40px;
    padding: 0 18px;
    background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    box-shadow:
        0 10px 18px rgba(34,197,94,0.22),
        0 3px 0 rgba(21,128,61,0.9);
    transition: all .2s ease;
}

.download-table tbody td:nth-child(2) a:hover,
.download-table tbody td:nth-child(3) a:hover{
    transform: translateY(-2px);
    box-shadow:
        0 14px 24px rgba(34,197,94,0.28),
        0 4px 0 rgba(21,128,61,0.95);
}

.download-table tbody td:nth-child(2) a::before,
.download-table tbody td:nth-child(3) a::before{
    content: "⬇ ";
    margin-right: 2px;
}

/* ===== NÚT XEM CHI TIẾT ===== */
.download-table tbody td:nth-child(4) a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    height: 40px;
    padding: 0 18px;
    background: linear-gradient(180deg, #ef4444 0%, #dc2626 100%);
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    box-shadow:
        0 10px 18px rgba(239,68,68,0.22),
        0 3px 0 rgba(185,28,28,0.9);
    transition: all .2s ease;
}

.download-table tbody td:nth-child(4) a:hover{
    transform: translateY(-2px);
    box-shadow:
        0 14px 24px rgba(239,68,68,0.28),
        0 4px 0 rgba(185,28,28,0.95);
}

/* ===== Fix logo ===== */

/* ===== FIX LOGO FLATSOME CHUẨN ===== */

/* Căn giữa toàn bộ header */
#masthead .header-inner {
    align-items: center;
}

/* Logo nhỏ lại nhẹ */
#logo img.header_logo {
    max-height: 60px; /* chỉnh 44–48 nếu muốn */
    width: auto;
    display: block;
}

/* Đẩy logo lên 1 chút để cân menu */
#logo a {
    display: flex;
    align-items: center;
    position: relative;
    top: -5px;
}

/* Menu căn giữa */
.header-nav > li > a {
    display: flex;
    align-items: center;
    height: 46px;
    padding-top: 0;
    padding-bottom: 0;
}
