html{
    font-family:Inter,sans-serif
}
@supports (font-variation-settings:normal){
    html{
        font-family:Inter var,sans-serif
    }
}
html{
    box-sizing:border-box
}
*,:after,:before{
    box-sizing:inherit
}
a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,ul,var,video{
    margin:0;
    padding:0;
    border:0;
   /* font-size:100%;
    font:inherit;*/
    vertical-align:baseline;
    text-decoration:none
}
textarea{
    resize:none
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
body{
    font-family:Inter,sans-serif;
    -webkit-font-smoothing:antialiased
}
ol,ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
blockquote:after,blockquote:before,q:after,q:before{
    content:"";
    content:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}
table td, table th {
    border: 1px solid #ddd;
    padding: 7px;
}
.clearfix:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0
}
.fl{
    float:left
}
.fr{
    float:right
}
.border-top{
    border-top:1px solid #dee2e6
}
.border-top-unset{
    border-top:unset!important
}
.border-top-5{
    border-top:5px solid #e0e0e0
}
.border-top-grey{
    border-top:1px solid rgba(29,35,46,.2)
}
.border-top-red-4{
    border-top:8px solid #ff474e
}
.border-red-4{
    border:1px solid #ff474e
}
.border-unset{
    border:unset!important
}
.border-top-10{
    border-top:10px solid #dee2e6
}
.border-top-8-yellow{
    border-top:8px solid #e8be38
}
.border-bottom{
    border-bottom:1px solid #e0e0e0
}
.border-bottom-5{
    border-bottom:5px solid #e0e0e0
}
.border-bottom-red{
    border-bottom:1px solid rgba(255,71,78,.5)
}
.border-bottom-red-4{
    border-bottom:1px solid #ff474e
}
.border-bottom-10{
    border-bottom:10px solid #dee2e6
}
.border-bottom-black{
    border-bottom:1px solid #555
}
.border-bottom-grey-darker{
    border-bottom:1px solid #9b9b9b
}
.border-bottom-grey-12{
    border-bottom:1px solid #bdbdbd
}
.border-bottom-3-red{
    border-bottom:3px solid #ed1c24
}
.border-bottom-3-yellow{
    border-bottom:3px solid #e8be38
}
.border-bottom-3-red-4{
    border-bottom:3px solid #ff474e
}
.border-left-3-red{
    border-left:3px solid #ed1c24
}
.border-x-unset{
    border-left:unset!important
}
.border-red{
    border:1px solid #ed1c24
}
.border-grey-1{
    border:1px solid #dee2e6
}
.border-grey-11{
    border:1px solid #e0e0e0
}
.rounded{
    border-radius:4px
}
.rounded-lg{
    border-radius:8px!important
}
.rounded-2lg{
    border-radius:10px
}
.rounded-xl{
    border-radius:15px
}
.rounded-2xl{
    border-radius:24px
}
.rounded--4{
    border-radius:4px
}
.rounded--8{
    border-radius:8px
}
.rounded-circle{
    border-radius:50%
}
.rounded-pill{
    border-radius:50rem
}
.rounded-bottom{
    border-bottom-left-radius:10px!important
}
.rounded-bottom,.rounded-bottom-right{
    border-bottom-right-radius:10px!important
}
.rounded-bottom-right{
    border-bottom-left-radius:0!important
}
.rounded-top{
    border-top-right-radius:10px!important;
    border-top-left-radius:10px!important
}
.rounded .player-wrapper{
    border-radius:8px;
    overflow:hidden
}
.rounded-bottom-none picture{
    border-bottom-right-radius:unset!important;
    border-bottom-left-radius:unset!important
}
.d-flex{
    display:flex;
    display:-webkit-flex
}
.d-block{
    display:block
}
.d-grid{
    display:grid
}
.d-none{
    display:none
}
.d-none-important{
    display:none!important
}
.d-inline-block{
    display:inline-block!important
}
@media screen and (min-width:992px){
    .d-lg-block{
        display:block
    }
    .d-lg-none{
        display:none
    }
}
.justify-content-between{
    justify-content:space-between;
    -webkit-justify-content:space-between
}
.justify-content-around{
    justify-content:space-around;
    -webkit-justify-content:space-around
}
.justify-content-center{
    justify-content:center;
    -webkit-justify-content:center
}
.justify-content-flex-end{
    justify-content:flex-end;
    -webkit-justify-content:flex-end
}
@media screen and (min-width:992px){
    .justify-content-lg-between{
        justify-content:space-between;
        -webkit-justify-content:space-between
    }
}
.align-items-center{
    align-items:center
}
.align-items-baseline{
    align-items:baseline
}
.align-items-flex-end{
    align-items:flex-end
}
.align-self-end{
    align-self:end
}
.flex-column{
    flex-direction:column
}
.flex-wrap{
    flex-wrap:wrap
}
.float-right{
    float:right
}
.gap-1{
    grid-gap:5px;
    gap:5px
}
.gap-2{
    grid-gap:10px;
    gap:10px
}
.gap-3{
    grid-gap:15px;
    gap:15px
}
.gap-4{
    grid-gap:20px;
    gap:20px
}
.gap-5{
    grid-gap:25px;
    gap:25px
}
.gap-6{
    grid-gap:30px;
    gap:30px
}
.gap-8px{
    grid-gap:8px;
    gap:8px
}
.visibility-hidden{
    visibility:hidden
}
.fz9{
    font-size:9px!important
}
.fz10{
    font-size:10px!important
}
.fz12{
    font-size:12px!important
}
.fz13{
    font-size:13px!important
}
.fz14{
    font-size:14px!important
}
.fz15{
    font-size:15px!important
}
.fz16{
    font-size:16px!important
}
.fz17{
    font-size:17px!important
}
.fz18{
    font-size:18px!important
}
.fz20{
    font-size:20px!important
}
.fz24{
    font-size:24px!important
}
.fz26{
    font-size:26px!important
}
.fz28{
    font-size:28px!important
}
.fz30{
    font-size:30px!important
}
.fz32{
    font-size:32px!important
}
.fz36{
    font-size:36px!important
}
.fz12px{
    font-size:12px!important
}
.fz14px{
    font-size:14px!important
}
.fz20px{
    font-size:20px!important
}
.fz-16{
    font-size:16px!important
}
.fz-12{
    font-size:12px!important
}
.fw-normal{
    font-weight:400!important
}
.fw-500{
    font-weight:500
}
.fw-600,.fw-bold{
    font-weight:600
}
.fw-700{
    font-weight:700
}
.fw-800{
    font-weight:800
}
.ff-inter-medium{
    font-family:Inter,Arial;
    font-weight:500
}
.ff-inter{
    font-family:Inter,Arial!important
}
.letter-spacing-podcast{
    letter-spacing:-.05em
}
.position-relative{
    position:relative
}
.position-absolute{
    position:absolute
}
.position-absolute.end-0{
    right:0
}
.position-absolute.bottom-0{
    bottom:0
}
.position-absolute-center{
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto
}
.position-fixed{
    position:fixed!important
}
.position-fixed.end-0{
    right:0
}
.position-fixed.start-0{
    left:0
}
.position-fixed.bottom-0{
    bottom:0
}
.position-fixed-bottom{
    position:fixed;
    bottom:0
}
.position-sticky{
    position:sticky;
    position:-webkit-sticky
}
.t--0{
    top:0
}
.t--7{
    top:7px
}
.t-50{
    top:50%
}
.-t--1{
    top:-1px
}
.-t--3{
    top:-3px
}
.-t-50{
    top:-50%
}
.r--0{
    right:0
}
.r--10px{
    right:10px
}
.b--0{
    bottom:0!important
}
.b--25{
    bottom:25%
}
.b--68px{
    bottom:68px
}
.b--73{
    bottom:-73px
}
.l--0{
    left:0
}
.l-50{
    left:50%
}
.z--5{
    z-index:5
}
.z--10{
    z-index:10
}
.z--50{
    z-index:50
}
.z--100{
    z-index:100
}
.z--150{
    z-index:150
}
.z--200{
    z-index:200
}
.z-all{
    z-index:9999
}
.shadow{
    box-shadow:0 0 7px 0 rgba(170,174,186,.5)!important
}
.shadow-sm{
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important
}
.shadow-lg{
    box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important
}
.shadow-menu{
    box-shadow:0 2px 8px rgba(82,83,105,.2)!important
}
.shadow-podcast{
    box-shadow:0 1px 8px rgba(0,0,0,.15)!important
}
.shadow-post-podcast{
    box-shadow:4px 2px 16px #e8e8e8!important
}
.shadow-playaudio{
    box-shadow:4px 2px 10px rgba(0,0,0,.15)!important
}
.shadow-next-post{
    box-shadow:0 2px 8px rgba(0,0,0,.1)!important
}
.drop-shadow{
    filter:drop-shadow(4px 4px 20px rgba(255,71,78,.2))
}
.w-35{
    width:35%
}
.w-47{
    width:47%
}
.w-48{
    width:12rem
}
.w-50{
    width:50%
}
.w-60{
    width:60%
}
.w-75{
    width:75%
}
.w-95{
    width:95%
}
.w-100{
    width:100%!important
}
.w-112{
    width:112%
}
.w-100vw{
    width:100vw
}
.w--18{
    width:18px
}
.w--25{
    width:25px
}
.w--16{
    width:16px
}
.w--24{
    width:24px
}
.w--28{
    width:28px
}
.w--32{
    width:32px
}
.w--38{
    width:38px
}
.w--40{
    width:40px
}
.w--58{
    width:58px
}
.w--70{
    width:70px
}
.w--100{
    width:100px
}
.w--110{
    width:110px
}
.w--120{
    width:120px
}
.w--135{
    width:135px
}
.w--140{
    width:140px
}
.w--155{
    width:155px!important
}
.w--186{
    width:186px
}
.w--180{
    width:180px
}
.w--190{
    width:190px
}
.w--200{
    width:200px
}
.w--220{
    width:220px
}
.w--275{
    width:275px
}
.w--255{
    width:255px
}
.w--300{
    width:300px
}
.w-calc-1-1{
    width:calc(100% / 1.1)
}
.w-offset-55{
    width:calc(100% - 55px)
}
.w-30{
    width:30%
}
.w-70{
    width:70%
}
.h-100vh{
    height:100vh
}
.h--18{
    height:18px
}
.h--25{
    height:25px
}
.h--16{
    height:16px
}
.h--24{
    height:24px
}
.h--26{
    height:26px
}
.h--28{
    height:28px
}
.h--35{
    height:35px
}
.h--36{
    height:36px
}
.h--38{
    height:38px
}
.h--40{
    height:40px
}
.h--48{
    height:48px
}
.h--55{
    height:55px
}
.h--60{
    height:60px
}
.h-60{
    height:60%
}
.h-80{
    height:80%
}
.h-90{
    height:90%
}
.h--70{
    height:70px
}
.h--145{
    height:145px
}
.h--165{
    height:165px
}
.h--185{
    height:185px
}
.h-93vh{
    height:93vh
}
.h-90p{
    height:90%
}
.h-87p{
    height:87%
}
.h-100{
    height:100%
}
.h-76{
    height:76%
}
.h-48{
    height:48%
}
.h-auto{
    height:auto
}
.mw-100{
    max-width:100%
}
.mw-calc-1-1{
    max-width:calc(100% / 1.1)
}
.mmw-20{
    min-width:20%
}
.mh-100vh{
    min-height:100vh
}
.mh-slide-without-cate{
    min-height:72px
}
.mh-slide{
    min-height:114px
}
.full-width{
    width:106%;
    margin-left:-3%;
    border-radius:0
}
.p-0{
    padding:0
}
.p-0-important{
    padding:0!important
}
.p-1{
    padding:5px
}
.p-2{
    padding:8px
}
.p-3{
    padding:16px
}
.p-4{
    padding:20px
}
.p-5{
    padding:25px
}
.p-6{
    padding:30px
}
.p-7{
    padding:35px
}
.p-8{
    padding:40px
}
.p---75{
    padding:75px
}
.px-0{
    padding-left:0;
    padding-right:0
}
.px-1{
    padding-left:5px;
    padding-right:5px
}
.px-2{
    padding-left:8px;
    padding-right:8px
}
.px-3{
    padding-left:16px;
    padding-right:16px
}
.px-4{
    padding-left:20px;
    padding-right:20px
}
.px-5{
    padding-left:25px;
    padding-right:25px
}
.px-6{
    padding-left:30px;
    padding-right:30px
}
.px-7{
    padding-left:35px;
    padding-right:35px
}
.px-8{
    padding-left:40px;
    padding-right:40px
}
.px-5px{
    padding-top:5px;
    padding-bottom:5px
}
.px---100{
    padding-left:100px;
    padding-right:100px
}
.py-0{
    padding-top:0;
    padding-bottom:0
}
.py-1{
    padding-top:5px;
    padding-bottom:5px
}
.py-2{
    padding-top:8px;
    padding-bottom:8px
}
.py-3{
    padding-top:16px;
    padding-bottom:16px
}
.py-4{
    padding-top:20px;
    padding-bottom:20px
}
.py-5{
    padding-top:25px;
    padding-bottom:25px
}
.py-8{
    padding-top:40px;
    padding-bottom:40px
}
.py-15px{
    padding-top:15px;
    padding-bottom:15px
}
.py-5px{
    padding-top:5px;
    padding-bottom:5px
}
.py-18px{
    padding-top:18px;
    padding-bottom:18px
}
.py-25px{
    padding-top:25px;
    padding-bottom:25px
}
.py--10{
    padding-top:10px;
    padding-bottom:10px
}
.pl-0{
    padding-left:0
}
.pl-1{
    padding-left:5px
}
.pl-2{
    padding-left:8px
}
.pl-3{
    padding-left:16px
}
.pl-4{
    padding-left:20px
}
.pl-5{
    padding-left:25px
}
.pl-8px{
    padding-left:8px
}
.pl--05{
    padding-left:2.5px
}
.pr-0{
    padding-right:0
}
.pr-1{
    padding-right:5px
}
.pr-2{
    padding-right:8px
}
.pr-3{
    padding-right:16px
}
.pr-4{
    padding-right:20px
}
.pr-5{
    padding-right:25px
}
.pr-6{
    padding-right:30px
}
.pt-0{
    padding-top:0!important
}
.pt-1{
    padding-top:5px
}
.pt-2{
    padding-top:8px
}
.pt-3{
    padding-top:16px
}
.pt-4{
    padding-top:20px
}
.pt-5{
    padding-top:25px
}
.pt-14{
    padding-top:14px
}
.pt-32{
    padding-top:32px
}
.pt---40{
    padding-top:40px
}
.pt-mobi-top{
    padding-top:336px
}
.pb-0{
    padding-bottom:0
}
.pb-1{
    padding-bottom:5px
}
.pb-2{
    padding-bottom:8px
}
.pb-3{
    padding-bottom:16px
}
.pb-4{
    padding-bottom:20px
}
.pb-5{
    padding-bottom:25px
}
.pb-6{
    padding-bottom:30px
}
.pb-7{
    padding-bottom:35px
}
.pb-8{
    padding-bottom:40px!important
}
.pb--50{
    padding-bottom:50%
}
.pb--60{
    padding-bottom:60px
}
.pb--62-5{
    padding-bottom:62.5%
}
.pb-menu{
    padding-bottom:74.5px
}
.m-0{
    margin:0
}
.ma{
    margin:0 auto
}
.m---100{
    margin:100px
}
.mx-0{
    margin-left:0;
    margin-right:0
}
.mx-1{
    margin-left:5px;
    margin-right:5px
}
.mx-2{
    margin-left:8px;
    margin-right:8px
}
.mx-3{
    margin-left:16px;
    margin-right:16px
}
.mx---40{
    margin-left:40px;
    margin-right:40px
}
.mx-auto{
    margin-left:auto;
    margin-right:auto
}
.my-0{
    margin-top:0;
    margin-bottom:0
}
.my-1{
    margin-top:5px;
    margin-bottom:5px
}
.my-2{
    margin-top:8px;
    margin-bottom:8px
}
.my-3{
    margin-top:16px;
    margin-bottom:16px
}
.my-4{
    margin-top:20px;
    margin-bottom:20px
}
.my-5{
    margin-top:25px;
    margin-bottom:25px
}
.my-6{
    margin-top:30px;
    margin-bottom:30px
}
.my-7{
    margin-top:35px;
    margin-bottom:35px
}
.my-8{
    margin-top:40px;
    margin-bottom:40px
}
.my-sub{
    margin-top:-38px;
    margin-left:5px
}
.my---100{
    margin-top:100px;
    margin-bottom:100px
}
.ml-0{
    margin-left:0
}
.ml-1{
    margin-left:5px
}
.ml-2{
    margin-left:8px
}
.ml-3{
    margin-left:16px
}
.ml-4{
    margin-left:20px
}
.-ml-2,.-mx-2{
    margin-left:-8px
}
.-mx-2{
    margin-right:-8px
}
.mr-0{
    margin-right:0
}
.mr-1{
    margin-right:5px
}
.mr-2{
    margin-right:8px
}
.mr-3{
    margin-right:16px
}
.mr-4{
    margin-right:20px
}
.mr-5{
    margin-right:25px
}
.mr--16{
    margin-right:16px
}
.-mt--7{
    margin-top:-7px
}
.-mt-7{
    margin-top:-7%
}
.-mt--15{
    margin-top:-15px
}
.mt-0{
    margin-top:0!important
}
.mt-1{
    margin-top:5px
}
.mt-2{
    margin-top:8px
}
.mt-3{
    margin-top:16px
}
.mt-4{
    margin-top:20px
}
.mt-5{
    margin-top:25px
}
.mt-6{
    margin-top:30px
}
.mt-7{
    margin-top:35px
}
.mt-8{
    margin-top:40px
}
.mt---50{
    margin-top:50px
}
.mt--60{
    margin-top:59.5px
}
.mt---70{
    margin-top:70px
}
.mt--2-5{
    margin-top:2.5px
}
.-mb--8{
    margin-bottom:-8px
}
.mb-0{
    margin-bottom:0!important
}
.mb-1{
    margin-bottom:5px!important
}
.mb-2{
    margin-bottom:8px!important
}
.mb-3{
    margin-bottom:16px!important
}
.mb-4{
    margin-bottom:20px!important
}
.mb-5{
    margin-bottom:25px!important
}
.mb-6{
    margin-bottom:30px!important
}
.mb-7{
    margin-bottom:35px!important
}
.mb-8,.mb---40{
    margin-bottom:40px
}
.divider-shadow-inset-10{
    height:10px;
    background:#e9e9e9;
    box-shadow:inset 0 0 4px rgba(0,0,0,.15)
}
.text-center{
    text-align:center
}
.text-right{
    text-align:right
}
.text-left,.text-left-child a,.text-left-child p,.text-left-child span{
    text-align:left
}
.text-uppercase{
    text-transform:uppercase
}
.text-white{
    color:#fff!important
}
.text-red{
    color:#e8121b
}
.text-red-4{
    color:#e35418
}
.text-red-5{
    color:#ffc2c5
}
.text-grey{
    color:#5d6470
}
.text-grey-7{
    color:#a7b0c0
}
.text-grey-9{
    color:#5d6470!important
}
.text-grey-14{
    color:#f0f3f6!important
}
.text-grey-14-70{
    color:rgba(240,243,246,.9)
}
.text-grey-10,.text-grey-10 a{
    color:#f2f2f2!important
}
.text-grey-13{
    color:#5d6470!important
}
.text-black-5{
    color:#e8ebf1!important
}
.text-black-6,.text-black-6 a{
    color:#1d232e!important
}
.white-space-normal{
    white-space:normal
}
.white-space-nowrap{
    white-space:nowrap
}
.lc-2{
    -webkit-line-clamp:2!important
}
.lc-3{
    -webkit-line-clamp:3!important
}
.lc-4{
    -webkit-line-clamp:4!important
}
.lc-5{
    -webkit-line-clamp:5!important
}
.lc-6{
    -webkit-line-clamp:6!important
}
.leading--1{
    line-height:1!important
}
.leading-1{
    line-height:1.1!important
}
.leading-2{
    line-height:1.2!important
}
.leading-3{
    line-height:1.3!important
}
.leading-4{
    line-height:1.4!important
}
.leading-5{
    line-height:1.5!important
}
.leading-6{
    line-height:1.6!important
}
.leading-7{
    line-height:1.7!important
}
.leading-8{
    line-height:1.8!important
}
.leading-20px{
    line-height:20px!important
}
body{
    font-size:16px;
    line-height:1.55;
    color:#1d232e
}
html{
    scroll-behavior:smooth
}
a{
    color:#1d232e
}
a:active,a:focus,a:hover{
    color:#e8121b
}
.underline-ss{
    position:relative;
    display:inline-block;
    border-radius:8px
}
.underline-ss:after{
    content:"";
    width:100%;
    height:3px;
    background-color:#ed1c24;
    position:absolute;
    bottom:-10px;
    left:0;
    display:block;
    border-radius:8px
}
.vertical-center{
    top:50%;
    transform:translateY(-50%)
}
.btn-xemthem{
    width:45%;
    border:unset;
    transition:all .3s;
    background-color:#f96604;
    color:#fff;
    outline:unset;
    border-radius:999px
}
.unmute-btn{
    width:110px;
    border:none;
    position:absolute;
    z-index:3;
    top:0;
    left:5%;
    height:25px;
    margin-top:20px!important;
    margin-left:auto!important;
    margin-right:auto!important;
    background-image:url("data:image/svg+xml,%3Csvg width='110' height='25' viewBox='0 0 110 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.9'%3E%3Crect width='110' height='25' fill='%23F2F3F5'/%3E%3Cpath d='M13.7421 9.22727V16.5H12.7336L9.03682 11.1662H8.96935V16.5H7.87205V9.22727H8.88767L12.588 14.5682H12.6554V9.22727H13.7421ZM16.1193 13.2614V16.5H15.0575V9.22727H16.1051V11.9332H16.1726C16.3004 11.6397 16.4957 11.4065 16.7585 11.2337C17.0213 11.0608 17.3646 10.9744 17.7883 10.9744C18.1624 10.9744 18.4891 11.0514 18.7685 11.2053C19.0502 11.3591 19.268 11.5888 19.4219 11.8942C19.5781 12.1972 19.6562 12.576 19.6562 13.0305V16.5H18.5945V13.1584C18.5945 12.7583 18.4915 12.4482 18.2855 12.228C18.0795 12.0054 17.7931 11.8942 17.4261 11.8942C17.1752 11.8942 16.9503 11.9474 16.7514 12.054C16.5549 12.1605 16.3999 12.3168 16.2862 12.5227C16.1749 12.7263 16.1193 12.9725 16.1193 13.2614ZM22.4605 16.6207C22.1149 16.6207 21.8024 16.5568 21.523 16.429C21.2437 16.2988 21.0223 16.1106 20.8589 15.8643C20.698 15.6181 20.6175 15.3163 20.6175 14.9588C20.6175 14.651 20.6767 14.3977 20.795 14.1989C20.9134 14 21.0732 13.8426 21.2744 13.7266C21.4757 13.6106 21.7006 13.523 21.9491 13.4638C22.1977 13.4046 22.451 13.3596 22.7091 13.3288C23.0358 13.291 23.3009 13.2602 23.5045 13.2365C23.7081 13.2105 23.8561 13.169 23.9484 13.1122C24.0408 13.0554 24.0869 12.9631 24.0869 12.8352V12.8104C24.0869 12.5002 23.9993 12.2599 23.8241 12.0895C23.6513 11.919 23.3933 11.8338 23.05 11.8338C22.6925 11.8338 22.4108 11.9131 22.2048 12.0717C22.0012 12.228 21.8604 12.402 21.7822 12.5938L20.7844 12.3665C20.9027 12.035 21.0756 11.7675 21.3028 11.5639C21.5325 11.358 21.7964 11.2088 22.0947 11.1165C22.393 11.0218 22.7067 10.9744 23.0358 10.9744C23.2536 10.9744 23.4844 11.0005 23.7283 11.0526C23.9745 11.1023 24.2041 11.1946 24.4172 11.3295C24.6326 11.4645 24.809 11.6574 24.9463 11.9084C25.0836 12.157 25.1523 12.4801 25.1523 12.8778V16.5H24.1153V15.7543H24.0727C24.0041 15.8916 23.9011 16.0265 23.7638 16.1591C23.6265 16.2917 23.4501 16.4018 23.2347 16.4893C23.0192 16.5769 22.7612 16.6207 22.4605 16.6207ZM22.6913 15.7685C22.9849 15.7685 23.2358 15.7105 23.4442 15.5945C23.6549 15.4785 23.8147 15.3269 23.9236 15.1399C24.0348 14.9505 24.0905 14.7481 24.0905 14.5327V13.8295C24.0526 13.8674 23.9792 13.9029 23.8703 13.9361C23.7638 13.9669 23.6419 13.9941 23.5045 14.0178C23.3672 14.0391 23.2335 14.0592 23.1033 14.0781C22.9731 14.0947 22.8642 14.1089 22.7766 14.1207C22.5706 14.1468 22.3824 14.1906 22.2119 14.2521C22.0438 14.3137 21.9089 14.4025 21.8071 14.5185C21.7077 14.6321 21.658 14.7836 21.658 14.973C21.658 15.2358 21.755 15.4347 21.9491 15.5696C22.1433 15.7022 22.3907 15.7685 22.6913 15.7685ZM21.2531 10.392L22.6949 9.1598H23.4868L24.9321 10.392H23.8881L23.0997 9.68892L22.3043 10.392H21.2531ZM24.5521 9.60369L25.2943 8.30753H26.3774L25.3298 9.60369H24.5521ZM27.4283 13.2614V16.5H26.3665V11.0455H27.3857V11.9332H27.4532C27.5786 11.6444 27.7751 11.4124 28.0426 11.2372C28.3125 11.062 28.6523 10.9744 29.0618 10.9744C29.4335 10.9744 29.759 11.0526 30.0384 11.2088C30.3177 11.3627 30.5344 11.5923 30.6882 11.8977C30.8421 12.2031 30.9191 12.5807 30.9191 13.0305V16.5H29.8573V13.1584C29.8573 12.763 29.7543 12.4541 29.5483 12.2315C29.3424 12.0066 29.0595 11.8942 28.6996 11.8942C28.4534 11.8942 28.2344 11.9474 28.0426 12.054C27.8533 12.1605 27.7029 12.3168 27.5917 12.5227C27.4827 12.7263 27.4283 12.9725 27.4283 13.2614ZM36.6315 16.6065C36.1911 16.6065 35.7981 16.4941 35.4525 16.2692C35.1092 16.0419 34.8393 15.7187 34.6428 15.2997C34.4487 14.8783 34.3516 14.3729 34.3516 13.7834C34.3516 13.1939 34.4499 12.6896 34.6464 12.2706C34.8452 11.8516 35.1175 11.5308 35.4631 11.3082C35.8088 11.0857 36.2006 10.9744 36.6386 10.9744C36.9771 10.9744 37.2494 11.0312 37.4553 11.1449C37.6637 11.2562 37.8246 11.3864 37.9383 11.5355C38.0543 11.6847 38.1442 11.8161 38.2082 11.9297H38.2721V9.22727H39.3339V16.5H38.2969V15.6513H38.2082C38.1442 15.7673 38.0519 15.8999 37.9312 16.049C37.8128 16.1982 37.6495 16.3284 37.4411 16.4396C37.2328 16.5509 36.9629 16.6065 36.6315 16.6065ZM36.8658 15.701C37.1712 15.701 37.4293 15.6205 37.64 15.4595C37.8531 15.2962 38.014 15.0701 38.1229 14.7812C38.2342 14.4924 38.2898 14.1562 38.2898 13.7727C38.2898 13.3939 38.2354 13.0625 38.1265 12.7784C38.0176 12.4943 37.8578 12.273 37.6471 12.1143C37.4364 11.9557 37.176 11.8764 36.8658 11.8764C36.5462 11.8764 36.2799 11.9593 36.0668 12.125C35.8538 12.2907 35.6928 12.5168 35.5839 12.8033C35.4773 13.0897 35.4241 13.4129 35.4241 13.7727C35.4241 14.1373 35.4785 14.4652 35.5874 14.7564C35.6963 15.0476 35.8573 15.2784 36.0704 15.4489C36.2858 15.617 36.551 15.701 36.8658 15.701ZM36.7984 10.6087V9.87358H40.0619V10.6087H36.7984ZM43.0002 16.6101C42.4628 16.6101 41.9999 16.4953 41.6117 16.2656C41.2258 16.0336 40.9275 15.7081 40.7168 15.2891C40.5085 14.8677 40.4043 14.3741 40.4043 13.8082C40.4043 13.2495 40.5085 12.7571 40.7168 12.331C40.9275 11.9048 41.2211 11.5722 41.5975 11.3331C41.9763 11.094 42.419 10.9744 42.9256 10.9744C43.2334 10.9744 43.5317 11.0253 43.8205 11.1271C44.1093 11.2289 44.3685 11.3887 44.5982 11.6065C44.8278 11.8243 45.0089 12.1072 45.1415 12.4553C45.2741 12.8009 45.3404 13.2211 45.3404 13.7159V14.0923H41.0044V13.2969H44.2999C44.2999 13.0175 44.2431 12.7701 44.1294 12.5547C44.0158 12.3369 43.856 12.1652 43.65 12.0398C43.4464 11.9143 43.2073 11.8516 42.9327 11.8516C42.6344 11.8516 42.374 11.925 42.1515 12.0717C41.9313 12.2161 41.7608 12.4055 41.6401 12.6399C41.5217 12.8719 41.4625 13.1241 41.4625 13.3963V14.0178C41.4625 14.3823 41.5265 14.6925 41.6543 14.9482C41.7845 15.2038 41.9656 15.3991 42.1976 15.5341C42.4296 15.6667 42.7007 15.733 43.0108 15.733C43.2121 15.733 43.3955 15.7045 43.5613 15.6477C43.727 15.5885 43.8702 15.5009 43.9909 15.3849C44.1117 15.2689 44.204 15.1257 44.2679 14.9553L45.2729 15.1364C45.1924 15.4323 45.048 15.6915 44.8397 15.9141C44.6337 16.1342 44.3745 16.3059 44.062 16.429C43.7518 16.5497 43.3979 16.6101 43.0002 16.6101ZM43.3482 9.24148L44.7154 10.4737H43.7814L42.8723 9.66761L41.9739 10.4737H41.0399L42.4036 9.24148H43.3482ZM44.9178 9.80966H44.2573L44.236 9.19886C44.4348 9.18466 44.5816 9.15743 44.6763 9.11719C44.771 9.07694 44.8184 9.00829 44.8184 8.91122C44.8184 8.79759 44.7568 8.71946 44.6337 8.67685C44.5106 8.63187 44.3555 8.60938 44.1685 8.60938L44.2005 8.10511C44.6455 8.10511 44.9829 8.17732 45.2125 8.32173C45.4422 8.46378 45.557 8.65791 45.557 8.90412C45.557 9.10535 45.4907 9.2545 45.3581 9.35156C45.2256 9.44626 45.0788 9.50426 44.9178 9.52557V9.80966ZM48.8502 16.5V9.22727H49.912V11.9297H49.9759C50.0374 11.8161 50.1262 11.6847 50.2422 11.5355C50.3582 11.3864 50.5192 11.2562 50.7252 11.1449C50.9311 11.0312 51.2034 10.9744 51.5419 10.9744C51.9823 10.9744 52.3753 11.0857 52.7209 11.3082C53.0666 11.5308 53.3376 11.8516 53.5341 12.2706C53.733 12.6896 53.8324 13.1939 53.8324 13.7834C53.8324 14.3729 53.7342 14.8783 53.5377 15.2997C53.3412 15.7187 53.0713 16.0419 52.728 16.2692C52.3847 16.4941 51.9929 16.6065 51.5526 16.6065C51.2212 16.6065 50.9501 16.5509 50.7394 16.4396C50.531 16.3284 50.3677 16.1982 50.2493 16.049C50.131 15.8999 50.0398 15.7673 49.9759 15.6513H49.8871V16.5H48.8502ZM49.8907 13.7727C49.8907 14.1562 49.9463 14.4924 50.0576 14.7812C50.1688 15.0701 50.3298 15.2962 50.5405 15.4595C50.7512 15.6205 51.0093 15.701 51.3147 15.701C51.6319 15.701 51.8971 15.617 52.1101 15.4489C52.3232 15.2784 52.4842 15.0476 52.5931 14.7564C52.7043 14.4652 52.76 14.1373 52.76 13.7727C52.76 13.4129 52.7055 13.0897 52.5966 12.8033C52.4901 12.5168 52.3291 12.2907 52.1137 12.125C51.9006 11.9593 51.6343 11.8764 51.3147 11.8764C51.0069 11.8764 50.7465 11.9557 50.5334 12.1143C50.3227 12.273 50.1629 12.4943 50.054 12.7784C49.9451 13.0625 49.8907 13.3939 49.8907 13.7727ZM56.4121 16.6207C56.0664 16.6207 55.7539 16.5568 55.4746 16.429C55.1952 16.2988 54.9739 16.1106 54.8105 15.8643C54.6495 15.6181 54.569 15.3163 54.569 14.9588C54.569 14.651 54.6282 14.3977 54.7466 14.1989C54.865 14 55.0248 13.8426 55.226 13.7266C55.4272 13.6106 55.6521 13.523 55.9007 13.4638C56.1493 13.4046 56.4026 13.3596 56.6607 13.3288C56.9874 13.291 57.2525 13.2602 57.4561 13.2365C57.6597 13.2105 57.8077 13.169 57.9 13.1122C57.9923 13.0554 58.0385 12.9631 58.0385 12.8352V12.8104C58.0385 12.5002 57.9509 12.2599 57.7757 12.0895C57.6029 11.919 57.3448 11.8338 57.0016 11.8338C56.6441 11.8338 56.3624 11.9131 56.1564 12.0717C55.9528 12.228 55.8119 12.402 55.7338 12.5938L54.7359 12.3665C54.8543 12.035 55.0271 11.7675 55.2544 11.5639C55.484 11.358 55.748 11.2088 56.0463 11.1165C56.3446 11.0218 56.6583 10.9744 56.9874 10.9744C57.2052 10.9744 57.436 11.0005 57.6798 11.0526C57.926 11.1023 58.1557 11.1946 58.3687 11.3295C58.5842 11.4645 58.7606 11.6574 58.8979 11.9084C59.0352 12.157 59.1038 12.4801 59.1038 12.8778V16.5H58.0669V15.7543H58.0243C57.9556 15.8916 57.8526 16.0265 57.7153 16.1591C57.578 16.2917 57.4017 16.4018 57.1862 16.4893C56.9708 16.5769 56.7127 16.6207 56.4121 16.6207ZM56.6429 15.7685C56.9365 15.7685 57.1874 15.7105 57.3957 15.5945C57.6064 15.4785 57.7662 15.3269 57.8751 15.1399C57.9864 14.9505 58.042 14.7481 58.042 14.5327V13.8295C58.0042 13.8674 57.9308 13.9029 57.8219 13.9361C57.7153 13.9669 57.5934 13.9941 57.4561 14.0178C57.3188 14.0391 57.185 14.0592 57.0548 14.0781C56.9246 14.0947 56.8157 14.1089 56.7281 14.1207C56.5222 14.1468 56.3339 14.1906 56.1635 14.2521C55.9954 14.3137 55.8605 14.4025 55.7587 14.5185C55.6592 14.6321 55.6095 14.7836 55.6095 14.973C55.6095 15.2358 55.7066 15.4347 55.9007 15.5696C56.0948 15.7022 56.3422 15.7685 56.6429 15.7685ZM57.7722 10.392L57.0442 9.44034L56.3126 10.392H55.3538V10.3388L56.6003 8.8331H57.4845L58.7345 10.3388V10.392H57.7722ZM56.9945 18.3821C56.8122 18.3821 56.6547 18.3205 56.5222 18.1974C56.3896 18.0743 56.3233 17.9252 56.3233 17.75C56.3233 17.5748 56.3896 17.4257 56.5222 17.3026C56.6547 17.1795 56.8122 17.1179 56.9945 17.1179C57.1791 17.1179 57.3366 17.1795 57.4668 17.3026C57.5993 17.4257 57.6656 17.5748 57.6656 17.75C57.6656 17.9252 57.5993 18.0743 57.4668 18.1974C57.3366 18.3205 57.1791 18.3821 56.9945 18.3821ZM62.8642 11.0455V11.8977H59.8848V11.0455H62.8642ZM60.6838 9.73864H61.7456V14.8984C61.7456 15.1044 61.7764 15.2595 61.838 15.3636C61.8995 15.4654 61.9788 15.5353 62.0759 15.5732C62.1753 15.6087 62.283 15.6264 62.399 15.6264C62.4843 15.6264 62.5588 15.6205 62.6228 15.6087C62.6867 15.5968 62.7364 15.5874 62.7719 15.5803L62.9637 16.4574C62.9021 16.4811 62.8145 16.5047 62.7009 16.5284C62.5872 16.5545 62.4452 16.5687 62.2747 16.571C61.9954 16.5758 61.735 16.526 61.4935 16.4219C61.252 16.3177 61.0567 16.1567 60.9076 15.9389C60.7584 15.7211 60.6838 15.4477 60.6838 15.1186V9.73864ZM68.8314 11.0455V11.8977H65.852V11.0455H68.8314ZM66.651 9.73864H67.7128V14.8984C67.7128 15.1044 67.7436 15.2595 67.8051 15.3636C67.8667 15.4654 67.946 15.5353 68.0431 15.5732C68.1425 15.6087 68.2502 15.6264 68.3662 15.6264C68.4515 15.6264 68.526 15.6205 68.5899 15.6087C68.6539 15.5968 68.7036 15.5874 68.7391 15.5803L68.9309 16.4574C68.8693 16.4811 68.7817 16.5047 68.6681 16.5284C68.5544 16.5545 68.4124 16.5687 68.2419 16.571C67.9626 16.5758 67.7022 16.526 67.4607 16.4219C67.2192 16.3177 67.0239 16.1567 66.8747 15.9389C66.7256 15.7211 66.651 15.4477 66.651 15.1186V9.73864ZM69.806 16.5V11.0455H70.8678V16.5H69.806ZM70.3422 10.2038C70.1575 10.2038 69.9989 10.1423 69.8663 10.0192C69.7361 9.8937 69.671 9.74455 69.671 9.57173C69.671 9.39654 69.7361 9.2474 69.8663 9.12429C69.9989 8.99882 70.1575 8.93608 70.3422 8.93608C70.5268 8.93608 70.6843 8.99882 70.8145 9.12429C70.9471 9.2474 71.0134 9.39654 71.0134 9.57173C71.0134 9.74455 70.9471 9.8937 70.8145 10.0192C70.6843 10.1423 70.5268 10.2038 70.3422 10.2038ZM74.447 16.6101C73.9096 16.6101 73.4468 16.4953 73.0586 16.2656C72.6727 16.0336 72.3744 15.7081 72.1637 15.2891C71.9553 14.8677 71.8512 14.3741 71.8512 13.8082C71.8512 13.2495 71.9553 12.7571 72.1637 12.331C72.3744 11.9048 72.6679 11.5722 73.0443 11.3331C73.4231 11.094 73.8658 10.9744 74.3725 10.9744C74.6802 10.9744 74.9785 11.0253 75.2674 11.1271C75.5562 11.2289 75.8154 11.3887 76.0451 11.6065C76.2747 11.8243 76.4558 12.1072 76.5884 12.4553C76.721 12.8009 76.7872 13.2211 76.7872 13.7159V14.0923H72.4513V13.2969H75.7468C75.7468 13.0175 75.6899 12.7701 75.5763 12.5547C75.4627 12.3369 75.3029 12.1652 75.0969 12.0398C74.8933 11.9143 74.6542 11.8516 74.3796 11.8516C74.0813 11.8516 73.8209 11.925 73.5983 12.0717C73.3782 12.2161 73.2077 12.4055 73.087 12.6399C72.9686 12.8719 72.9094 13.1241 72.9094 13.3963V14.0178C72.9094 14.3823 72.9733 14.6925 73.1012 14.9482C73.2314 15.2038 73.4125 15.3991 73.6445 15.5341C73.8765 15.6667 74.1476 15.733 74.4577 15.733C74.6589 15.733 74.8424 15.7045 75.0081 15.6477C75.1738 15.5885 75.3171 15.5009 75.4378 15.3849C75.5586 15.2689 75.6509 15.1257 75.7148 14.9553L76.7198 15.1364C76.6393 15.4323 76.4949 15.6915 76.2865 15.9141C76.0806 16.1342 75.8213 16.3059 75.5088 16.429C75.1987 16.5497 74.8448 16.6101 74.447 16.6101ZM72.4939 10.392L73.9357 9.1598H74.7276L76.1729 10.392H75.1289L74.3405 9.68892L73.5451 10.392H72.4939ZM75.7929 9.60369L76.5351 8.30753H77.6182L76.5706 9.60369H75.7929ZM78.8271 13.2614V16.5H77.7653V11.0455H78.7845V11.9332H78.852C78.9775 11.6444 79.174 11.4124 79.4415 11.2372C79.7114 11.062 80.0511 10.9744 80.4607 10.9744C80.8323 10.9744 81.1579 11.0526 81.4372 11.2088C81.7166 11.3627 81.9332 11.5923 82.0871 11.8977C82.241 12.2031 82.3179 12.5807 82.3179 13.0305V16.5H81.2561V13.1584C81.2561 12.763 81.1531 12.4541 80.9472 12.2315C80.7412 12.0066 80.4583 11.8942 80.0984 11.8942C79.8522 11.8942 79.6332 11.9474 79.4415 12.054C79.2521 12.1605 79.1017 12.3168 78.9905 12.5227C78.8816 12.7263 78.8271 12.9725 78.8271 13.2614ZM85.8288 18.6591C85.3956 18.6591 85.0227 18.6023 84.7102 18.4886C84.4001 18.375 84.1468 18.2247 83.9503 18.0376C83.7538 17.8506 83.607 17.6458 83.5099 17.4233L84.4226 17.0469C84.4865 17.151 84.5717 17.2611 84.6783 17.3771C84.7872 17.4955 84.9339 17.5961 85.1186 17.679C85.3056 17.7618 85.5459 17.8033 85.8395 17.8033C86.242 17.8033 86.5746 17.705 86.8374 17.5085C87.1001 17.3144 87.2315 17.0043 87.2315 16.5781V15.5057H87.1641C87.1001 15.6217 87.0078 15.7507 86.8871 15.8928C86.7687 16.0348 86.6054 16.1579 86.397 16.2621C86.1887 16.3662 85.9176 16.4183 85.5838 16.4183C85.1529 16.4183 84.7647 16.3177 84.419 16.1165C84.0758 15.9129 83.8035 15.6134 83.6023 15.218C83.4034 14.8203 83.304 14.3314 83.304 13.7514C83.304 13.1714 83.4022 12.6742 83.5987 12.2599C83.7976 11.8456 84.0698 11.5284 84.4155 11.3082C84.7611 11.0857 85.1529 10.9744 85.5909 10.9744C85.9295 10.9744 86.2029 11.0312 86.4112 11.1449C86.6196 11.2562 86.7817 11.3864 86.8977 11.5355C87.0161 11.6847 87.1072 11.8161 87.1712 11.9297H87.2493V11.0455H88.2898V16.6207C88.2898 17.0895 88.1809 17.4742 87.9631 17.7749C87.7453 18.0755 87.4505 18.2981 87.0788 18.4425C86.7095 18.5869 86.2929 18.6591 85.8288 18.6591ZM85.8182 15.5376C86.1236 15.5376 86.3816 15.4666 86.5923 15.3246C86.8054 15.1802 86.9664 14.9742 87.0753 14.7067C87.1866 14.4368 87.2422 14.1136 87.2422 13.7372C87.2422 13.3703 87.1877 13.0471 87.0788 12.7678C86.9699 12.4884 86.8101 12.2706 86.5994 12.1143C86.3887 11.9557 86.1283 11.8764 85.8182 11.8764C85.4986 11.8764 85.2322 11.9593 85.0192 12.125C84.8061 12.2884 84.6451 12.5109 84.5362 12.7926C84.4297 13.0743 84.3764 13.3892 84.3764 13.7372C84.3764 14.0947 84.4309 14.4084 84.5398 14.6783C84.6487 14.9482 84.8097 15.1589 85.0227 15.3104C85.2382 15.4619 85.5033 15.5376 85.8182 15.5376Z' fill='%231D232E'/%3E%3Cg clip-path='url(%23clip0_90_7305)'%3E%3Cpath d='M97.5833 9.58331L95.5 11.25H93.8333V13.75H95.5L97.5833 15.4166V9.58331Z' stroke='%231D232E' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M102.583 11.25L100.083 13.75' stroke='%231D232E' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M100.083 11.25L102.583 13.75' stroke='%231D232E' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_90_7305'%3E%3Crect width='10' height='10' fill='white' transform='translate(93 7.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A")
}
.skipad-btn{
    background-image:url("data:image/svg+xml,%3Csvg width='114' height='36' viewBox='0 0 114 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='114' height='36' fill='%231D232E'/%3E%3Cpath d='M22.9728 15.9929H24.4543C24.4096 14.3622 22.9678 13.179 20.8997 13.179C18.8563 13.179 17.2903 14.3473 17.2903 16.1023C17.2903 17.5192 18.3045 18.3494 19.9401 18.7919L21.1433 19.12C22.232 19.4084 23.0722 19.7663 23.0722 20.6712C23.0722 21.6655 22.1227 22.3217 20.8151 22.3217C19.6319 22.3217 18.6475 21.7947 18.558 20.6861H17.0168C17.1163 22.5305 18.5431 23.669 20.8251 23.669C23.2164 23.669 24.5936 22.4112 24.5936 20.6861C24.5936 18.8516 22.9579 18.1406 21.6653 17.8224L20.671 17.5639C19.8755 17.3601 18.8166 16.9872 18.8215 16.0128C18.8215 15.1477 19.612 14.5064 20.8649 14.5064C22.0332 14.5064 22.8634 15.0533 22.9728 15.9929ZM26.03 23.5H27.5165V20.7905L28.2573 20.0497L30.8524 23.5H32.677L29.3759 19.1399L32.4682 15.8636H30.6884L27.6458 19.0952H27.5165V13.3182H26.03V23.5ZM33.543 23.5H35.0295V15.8636H33.543V23.5ZM34.2937 14.6854C34.8057 14.6854 35.2333 14.2876 35.2333 13.8004C35.2333 13.3132 34.8057 12.9105 34.2937 12.9105C33.7766 12.9105 33.354 13.3132 33.354 13.8004C33.354 14.2876 33.7766 14.6854 34.2937 14.6854ZM36.7493 26.3636H38.2358V22.3118H38.3253C38.5938 22.799 39.1406 23.6491 40.5327 23.6491C42.3821 23.6491 43.7244 22.1676 43.7244 19.6967C43.7244 17.2209 42.3622 15.7642 40.5178 15.7642C39.1009 15.7642 38.5888 16.6293 38.3253 17.1016H38.201V15.8636H36.7493V26.3636ZM38.206 19.6818C38.206 18.0859 38.902 17.027 40.1996 17.027C41.5469 17.027 42.223 18.1655 42.223 19.6818C42.223 21.2131 41.527 22.3814 40.1996 22.3814C38.9219 22.3814 38.206 21.2876 38.206 19.6818ZM49.5144 23.5L50.4491 20.8054H54.4263L55.356 23.5H56.9867L53.3226 13.3182H51.5478L47.8837 23.5H49.5144ZM50.8965 19.5128L52.3979 15.1676H52.4775L53.9789 19.5128H50.8965ZM60.7933 23.6491C62.1854 23.6491 62.7323 22.799 63.0007 22.3118H63.125V23.5H64.5767V13.3182H63.0902V17.1016H63.0007C62.7323 16.6293 62.2252 15.7642 60.8033 15.7642C58.9588 15.7642 57.6016 17.2209 57.6016 19.6967C57.6016 22.1676 58.9389 23.6491 60.7933 23.6491ZM61.1215 22.3814C59.7941 22.3814 59.103 21.2131 59.103 19.6818C59.103 18.1655 59.7791 17.027 61.1215 17.027C62.4191 17.027 63.1151 18.0859 63.1151 19.6818C63.1151 21.2876 62.4041 22.3814 61.1215 22.3814Z' fill='white'/%3E%3Cpath d='M78.5668 9.09871C78.9133 8.93219 79.3245 8.979 79.6247 9.21914L89.6247 17.2191C89.8619 17.4089 90 17.6962 90 18C90 18.3038 89.8619 18.5911 89.6247 18.7809L79.6247 26.7809C79.3245 27.021 78.9133 27.0678 78.5668 26.9013C78.2203 26.7348 78 26.3844 78 26V10C78 9.6156 78.2203 9.26523 78.5668 9.09871Z' fill='white'/%3E%3Cpath d='M94 10C94 9.44773 93.5523 9.00002 93 9.00002C92.4477 9.00002 92 9.44773 92 10V26C92 26.5523 92.4477 27 93 27C93.5523 27 94 26.5523 94 26V10Z' fill='white'/%3E%3C/svg%3E%0A");
    height:36px;
    width:114px;
    opacity:.8
}
.skipad-btn:hover{
    opacity:1!important
}
.menu-active:after{
    content:attr(data-text);
    content:attr(data-text)/"";
    height:0;
    visibility:hidden;
    overflow:hidden;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    pointer-events:none;
    font-weight:700;
    display:block
}
.menu-active{
    font-weight:700
}
.hide-scroll::-webkit-scrollbar{
    display:none!important
}
.hide-scroll{
    -ms-overflow-style:none!important;
    scrollbar-width:none!important
}
.playing .img-holder:before{
    content:"Đang phát";
    width:100%;
    height:100%;
    background:linear-gradient(0deg,rgba(29,35,46,.35),rgba(29,35,46,.35));
    position:absolute;
    z-index:10;
    display:flex;
    font-size:10px;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:#fff;
    border-radius:10px
}
.search-form{
    display:none
}
.search-form.active{
    display:block
}
.search-form.active .tag-tab{
    padding:6px 10px;
    margin-bottom:8px;
    color:#5d6470;
    background:#fff
}
.search-form.active .tag-tab:before{
    content:"#";
    margin-right:2px
}
.btn-active{
    background:#5d6470!important;
    border-radius:4px;
    color:#fff!important
}
.label-copylink:before{
    content:"Copy Link"
}
.btn-active .label-copylink:before{
    content:"Copied Link"!important
}
.react-player{
    border-radius:10px;
    overflow:hidden
}
img{
    image-rendering:crisp-edges;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    -ms-interpolation-mode:nearest-neighbor
}
.noselect{
    float:right;
    overflow:auto;
    text-align:right;
    padding-bottom:1rem;
    white-space:nowrap;
    position:absolute;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.fb-comments span iframe,.fb_iframe_widget_fluid_desktop iframe{
    min-width:100%!important
}
.orb{
    width:100%;
    height:16px;
    background-image:url("data:image/svg+xml,%3Csvg width='178' height='32' viewBox='0 0 178 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2636_40369)'%3E%3Cpath d='M170.805 9.15918L156.77 36.1792H148.029L144.865 16.0061L146 10.8456L144.38 14.4592H137.018L133.19 36.1792H126.708L130.536 14.4592H125.151C125.079 12.6267 124.645 10.8261 123.875 9.15918H151.092L153.643 28.9519H153.873L163.468 9.15918H170.805Z' fill='%235D6470'/%3E%3Cpath d='M65.2565 17.2075H57.2565C57.3001 16.8709 57.246 16.5288 57.1006 16.2221C56.9552 15.9154 56.7247 15.6569 56.4365 15.4775C55.7755 15.1266 55.0344 14.9543 54.2865 14.9775C52.4965 14.9775 51.5265 15.4675 51.3565 16.4475C51.1865 17.4275 52.2165 18.1775 54.4265 18.7975C56.5901 19.34 58.7204 20.0078 60.8065 20.7975C63.1531 21.9709 64.3298 23.6709 64.3365 25.8975C64.3338 26.3515 64.2836 26.804 64.1865 27.2475C63.9708 28.63 63.4496 29.9469 62.6608 31.1024C61.872 32.258 60.8354 33.2231 59.6265 33.9275C56.885 35.4695 53.7695 36.2207 50.6265 36.0975C47.9982 36.2294 45.4051 35.4486 43.2865 33.8875C42.463 33.2653 41.7983 32.4572 41.3464 31.5292C40.8946 30.6012 40.6685 29.5795 40.6865 28.5475C40.6862 28.213 40.7096 27.8788 40.7565 27.5475H48.8265C48.8175 27.9372 48.9039 28.3231 49.0782 28.6717C49.2525 29.0203 49.5094 29.321 49.8265 29.5475C50.5092 30.0123 51.3209 30.2503 52.1465 30.2275C54.4731 30.2275 55.7432 29.5975 55.9565 28.3375C56.1265 27.3875 55.1065 26.6175 52.8965 26.0175C50.7272 25.4954 48.5956 24.8272 46.5165 24.0175C45.4747 23.5962 44.5837 22.8711 43.9595 21.9365C43.3353 21.002 43.0067 19.9013 43.0165 18.7775C43.0204 18.2872 43.0706 17.7984 43.1665 17.3175C43.3681 16.0418 43.8538 14.8277 44.5877 13.765C45.3216 12.7022 46.2849 11.818 47.4065 11.1775C49.9248 9.72512 52.8013 9.01121 55.7065 9.11754C59.0865 9.11754 61.5865 9.90754 63.2265 11.5075C63.9604 12.2519 64.5225 13.1478 64.8732 14.1326C65.2239 15.1173 65.3547 16.1669 65.2565 17.2075Z' fill='%23EC1C24'/%3E%3Cpath d='M69.8965 35.4776H61.6265L75.3865 9.75757H83.9365L88.6265 35.4776H80.2265L79.8365 32.0876H71.4665L69.8965 35.4776ZM79.3065 26.7376L78.2365 17.4776L73.9965 26.6676L79.3065 26.7376Z' fill='%23EC1C24'/%3E%3Cpath d='M104.296 9.16422C108.046 9.16422 110.936 10.2142 112.956 12.3342C114.791 14.3824 115.749 17.0676 115.626 19.8142C115.621 20.723 115.537 21.6297 115.376 22.5242C114.812 26.4773 112.789 30.0763 109.706 32.6142C106.847 34.985 103.23 36.2486 99.5164 36.1742C95.9664 36.1742 93.1964 35.2642 91.1864 33.4342C90.1626 32.4353 89.365 31.2283 88.8475 29.8948C88.33 28.5613 88.1046 27.1323 88.1864 25.7042C88.1944 24.6134 88.3015 23.5256 88.5064 22.4542C89.0599 18.6923 90.9718 15.2632 93.881 12.8146C96.7901 10.3661 100.495 9.06751 104.296 9.16422V9.16422ZM103.116 15.4342C102.261 15.4468 101.422 15.6673 100.671 16.0767C99.9202 16.4862 99.2802 17.0722 98.8065 17.7842C97.8093 19.203 97.1616 20.8375 96.9165 22.5542C96.7782 23.357 96.7046 24.1696 96.6965 24.9842C96.6965 28.3176 98.0298 29.9842 100.696 29.9842C104.07 29.9842 106.186 27.5242 107.046 22.6042C107.183 21.926 107.253 21.2361 107.256 20.5442C107.23 17.0909 105.85 15.3876 103.116 15.4342V15.4342Z' fill='%23EC1C24'/%3E%3Cpath d='M22.7865 10.3776C22.6611 10.3793 22.537 10.3534 22.4229 10.3015C22.3088 10.2496 22.2075 10.1732 22.1265 10.0776L15.3365 2.1876C15.2545 2.08195 15.1946 1.96094 15.1603 1.83173C15.1259 1.70252 15.1178 1.56774 15.1365 1.43535C15.1551 1.30296 15.2001 1.17566 15.2688 1.06096C15.3375 0.946267 15.4285 0.846513 15.5365 0.767599C15.7238 0.581348 15.9773 0.476807 16.2415 0.476807C16.5056 0.476807 16.7591 0.581348 16.9465 0.767599L23.7365 8.6676C23.8168 8.77296 23.8754 8.89324 23.9089 9.02145C23.9423 9.14966 23.95 9.28324 23.9314 9.41443C23.9128 9.54562 23.8683 9.67181 23.8005 9.78565C23.7327 9.8995 23.6429 9.99874 23.5365 10.0776C23.3325 10.2674 23.0651 10.3744 22.7865 10.3776V10.3776Z' fill='%23ED1C24'/%3E%3Cpath d='M22.9365 10.2476C22.8112 10.2494 22.687 10.2234 22.5729 10.1715C22.4588 10.1196 22.3576 10.0432 22.2765 9.94762C22.1961 9.84226 22.1375 9.72198 22.1041 9.59377C22.0706 9.46556 22.063 9.33198 22.0816 9.20079C22.1002 9.0696 22.1447 8.94341 22.2125 8.82956C22.2803 8.71572 22.37 8.61648 22.4765 8.53762L28.1165 3.53762C28.2095 3.44389 28.3201 3.3695 28.4419 3.31873C28.5638 3.26796 28.6945 3.24182 28.8265 3.24182C28.9585 3.24182 29.0892 3.26796 29.2111 3.31873C29.3329 3.3695 29.4435 3.44389 29.5365 3.53762C29.6168 3.64298 29.6755 3.76326 29.7089 3.89147C29.7424 4.01968 29.75 4.15326 29.7314 4.28445C29.7128 4.41564 29.6683 4.54183 29.6005 4.65567C29.5327 4.76952 29.443 4.86876 29.3365 4.94762L23.6865 9.94762C23.4825 10.1374 23.2151 10.2444 22.9365 10.2476V10.2476Z' fill='%23ED1C24'/%3E%3Cpath d='M31.7565 36.0076H3.80647C3.34888 36.0426 2.88937 35.9721 2.46329 35.8017C2.03721 35.6312 1.65592 35.3652 1.34876 35.0243C1.0416 34.6833 0.816756 34.2764 0.691536 33.8349C0.566316 33.3934 0.544055 32.929 0.626467 32.4776L3.38647 12.8776C3.55935 11.8973 4.07009 11.0084 4.83001 10.3654C5.58993 9.72241 6.55104 9.36583 7.54647 9.35759H35.4965C35.95 9.33061 36.4038 9.407 36.8235 9.58099C37.2432 9.75497 37.6179 10.022 37.9193 10.362C38.2207 10.7019 38.441 11.1059 38.5635 11.5434C38.686 11.9809 38.7075 12.4405 38.6265 12.8876L35.8865 32.4776C35.7166 33.4547 35.2112 34.342 34.4572 34.9864C33.7033 35.6308 32.7481 35.992 31.7565 36.0076Z' fill='%23ED1C24'/%3E%3Cpath d='M23.6265 31.8376C18.0834 32.2293 12.5172 32.1557 6.98646 31.6176C6.54815 31.5749 6.12308 31.4436 5.73707 31.2316C5.35107 31.0196 5.01217 30.7314 4.74096 30.3844C4.46975 30.0375 4.27188 29.639 4.15937 29.2132C4.04686 28.7874 4.02205 28.3432 4.08646 27.9076C4.62646 24.1576 5.17646 20.3176 5.70646 16.4176C5.85418 15.4517 6.30959 14.5593 7.005 13.8729C7.70042 13.1864 8.59873 12.7427 9.56646 12.6076C15.1094 12.2175 20.6751 12.2878 26.2065 12.8176C26.6455 12.8617 27.0711 12.9941 27.4576 13.2071C27.8442 13.42 28.1836 13.7089 28.4555 14.0565C28.7273 14.404 28.9261 14.803 29.0397 15.2294C29.1533 15.6558 29.1794 16.1008 29.1165 16.5376C28.5898 20.2909 28.0598 24.1209 27.5265 28.0276C27.3735 28.998 26.9113 29.8931 26.2086 30.5797C25.5059 31.2662 24.6002 31.7074 23.6265 31.8376Z' fill='white'/%3E%3Cpath d='M21.6265 22.0276C21.7305 22.1109 21.8112 22.2197 21.8606 22.3435C21.91 22.4672 21.9264 22.6017 21.9083 22.7337C21.8902 22.8657 21.8381 22.9908 21.7571 23.0967C21.6762 23.2025 21.5691 23.2855 21.4465 23.3376L17.0965 25.6676L12.7265 27.9876C12.6183 28.046 12.4963 28.0739 12.3735 28.0685C12.2507 28.063 12.1317 28.0244 12.0291 27.9567C11.9265 27.889 11.8442 27.7947 11.7909 27.684C11.7376 27.5732 11.7154 27.4501 11.7265 27.3276L12.3765 22.6876L13.0365 18.0376C13.0536 17.9023 13.1031 17.773 13.1808 17.6608C13.2584 17.5486 13.362 17.4568 13.4826 17.393C13.6032 17.3293 13.7374 17.2955 13.8739 17.2946C14.0103 17.2936 14.145 17.3256 14.2665 17.3876L17.9565 19.7076L21.6265 22.0276Z' fill='%23EC1C24'/%3E%3Cpath d='M29.8065 25.8276H34.0465' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.4865 28.0876H33.7264' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.1765 30.3477H33.4165' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M34.3111 16.6232C34.9617 16.017 35.0647 15.0703 34.5414 14.5087C34.018 13.9471 33.0664 13.9832 32.4159 14.5894C31.7654 15.1956 31.6623 16.1423 32.1857 16.7039C32.709 17.2655 33.6606 17.2294 34.3111 16.6232Z' fill='white'/%3E%3Cpath d='M33.6996 20.9177C34.3501 20.3115 34.4532 19.3648 33.9298 18.8031C33.4065 18.2415 32.4548 18.2776 31.8043 18.8838C31.1538 19.49 31.0507 20.4367 31.5741 20.9984C32.0974 21.56 33.0491 21.5239 33.6996 20.9177Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2636_40369'%3E%3Crect width='177' height='36' fill='white' transform='translate(0.875488 0.15918)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    float:right;
    transition:all .2s ease-out
}
.orb:hover{
    cursor:pointer
}
.marquee{
    height:16px;
    width:100%;
    overflow:hidden;
    box-sizing:border-box;
    position:relative
}
.marquee span{
    float:right;
    width:50%;
    display:flex
}
.marquee--inner{
    display:block;
    width:200%;
    position:absolute;
    animation:marquee 5s linear infinite
}
.marquee--inner:hover{
    animation-play-state:paused
}
@keyframes marquee{
    0%{
        transform:translateX(-50%)
    }
    to{
        transform:translateX(0)
    }
}
.swiper-container{
    position:relative;
    overflow:hidden
}
.swiper-container,.swiper-wrapper{
    padding:0;
    margin:0;
    width:100%;
    height:100%
}
.swiper-wrapper{
    z-index:1;
    display:flex;
    box-sizing:content-box
}
.swiper-slide,.swiper-wrapper{
    position:relative;
    width:100%;
    height:100%;
    transition-property:transform
}
.swiper-slide{
    flex-shrink:0
}
.swiper-slide img{
    display:block;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:top;
    object-position:top
}
.swiper-plugin-pagination{
    display:block;
    position:absolute;
    top:50%;
    right:2.2rem;
    width:.5rem;
    transform:translateY(-50%)
}
.swiper-plugin-pagination__item{
    display:block;
    margin:100% 0;
    width:100%;
    padding-top:100%;
    height:0;
    border-radius:50%!important;
    border:none;
    background:#fff;
    transition:background .2s ease;
    cursor:pointer
}
.swiper-plugin-pagination__item.is-active{
    background:#333
}
.swiper-lazy{
    display:block;
    width:100%;
    height:100%;
    -o-object-fit:cover;
    object-fit:cover;
    opacity:0;
    transition:all .3s ease
}
.swiper-lazy-preloader{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.swiper-lazy-loaded{
    opacity:1
}
.swiper-lazy-preloader:after{
    display:block;
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    margin:-15px 0 0 -15px;
    width:30px;
    height:30px;
    border-radius:50%;
    border:2px solid rgba(0,0,0,.88);
    border-bottom-color:transparent;
    transform-origin:50%;
    animation:rotate 1s linear infinite
}
@keyframes rotate{
    0%{
        transform:rotate3d(0,0,0,0)
    }
    to{
        transform:rotate(1turn)
    }
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{
    bottom:10px;
    left:0;
    width:100%
}
.categories-swiper-container>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 4px
}
.swiper-pagination-bullet{
    border-radius:50%;
    background:#000;
    opacity:.2
}
.swiper-pagination-bullet,span.live-icon{
    width:8px;
    height:8px;
    display:inline-block
}
span.live-icon{
    position:relative;
    top:calc(50% - 8px);
    margin-right:5px;
    margin-left:5px;
    border:1px solid rgba(0,0,0,.1);
    z-index:1
}
span.live-icon,span.live-icon:before{
    content:"";
    background-color:#fff;
    border-radius:50%
}
span.live-icon:before{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    animation:live 2s ease-in-out infinite;
    z-index:-1
}
@keyframes live{
    0%{
        transform:scale(1)
    }
    to{
        transform:scale(3.5);
        background-color:rgba(255,255,255,0)
    }
}
.fz14 .-t--3,.fz15 .-t--3,.fz16 .-t--3{
    top:0
}
input[type=range].slider{
    overflow:hidden;
    width:100%;
    height:5px;
    -webkit-appearance:none;
    background-color:rgba(146,151,158,.5);
    border-radius:6px;
    cursor:pointer
}
input[type=range].slider::-webkit-slider-runnable-track{
    height:10px;
    width:10px;
    color:#ff474e;
    margin-top:-1px;
    cursor:pointer
}
input[type=range].slider::-webkit-slider-thumb{
    width:0;
    height:10px;
    cursor:pointer;
    -webkit-appearance:none;
    appearance:none;
    background:#ff474e;
    box-shadow:-336px 0 0 336px #ff474e
}
.point-timeline{
    font-size:10px;
    width:10px;
    height:10px;
    display:block;
    position:relative;
    margin-top:-10.5px
}
.pagination-red .swiper-pagination-bullet{
    background:#e0e0e0!important;
    opacity:1!important;
    transition:all .5s ease-out;
    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -o-transition:all .5s ease-out
}
.pagination-red .swiper-pagination-bullet-active{
    background:#ff474e!important;
    width:50px;
    border-radius:8px
}
.pagination-red-3 .swiper-pagination-bullet{
    background:rgba(146,151,158,.5)!important;
    opacity:1!important;
    transition:all .5s ease-out;
    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -o-transition:all .5s ease-out
}
.pagination-red-3 .swiper-pagination-bullet-active{
    background:#ff474e!important;
    width:50px;
    border-radius:8px
}
.mail-info:after{
    content:"hotroldg@gmail.vn";
    font-weight:400;
    display:block;
    font-size:12px
}
.mail-marketing:after{
    content:"hotroldg@gmail.vn"
}
.hotline:after{
    content:"0938 305 588";
    font-weight:600;
    color:#ff474e
}
.react-player__shadow{
    background:#ed1c24!important
}
.home-menu{
    transform:translate(-50%);
    box-shadow:-1px 2px 8px rgba(0,0,0,.15);
    align-items:center;
    flex-wrap:wrap;
    justify-content:center;
    padding:11px
}
.ham-menu{
    cursor:pointer;
    margin-top:-6px;
    background:none;
    border:none;
    display:block;
    width:36px;
    height:36px;
    font-size:0;
    outline:none
}
.ham-menu span,.ham-menu span:after,.ham-menu span:before{
    cursor:pointer;
    outline:none;
    border-radius:2px;
    height:2px;
    width:26px;
    background:#ffc2c5;
    position:absolute;
    display:block;
    content:""
}
.ham-menu span:before{
    top:-8px;
    outline:none
}
.ham-menu span:after{
    bottom:-8px;
    outline:none
}

.header-sticky .ham-menu span,.header-sticky .ham-menu span:after,.header-sticky .ham-menu span:before{
    background:#a7b0c0
}
#ham-4{
    left:60%
}
#ham-4,#ham-4 span,#ham-4 span:after,#ham-4 span:before,#ham-4:focus{
    outline:none
}
#ham-4.active span{
    background-color:transparent!important;
    outline:none
}
#ham-4.active span:after,#ham-4.active span:before{
    top:0;
    outline:none
}
#ham-4.active span:after,#ham-4.active span:before{
    outline:none
}
#extended-menu .item{
    width: calc((100% - 32px) / 2);
}
.pixel_tracking{
    width:1px!important;
    height:1px!important;
    position:absolute!important;
    top:0;
    left:0;
    min-height:1px!important;
    max-height:1px!important
}
.header-wrapper{
    min-height:60px;
    position:relative;
    background:#fff
}
.tag-tab{
    font-size:11px;
    line-height:1.2;
    border-radius:28px;
    padding:9px 10px;
    background-color:#f0f3f6;
    color:#5d6470;
    display:inline-block;
    text-transform:uppercase
}
.overlay{
    position:fixed;
    top:0;
    width:100vw;
    height:100vh;
    background-color:rgba(0,0,0,.5);
    z-index:-1;
    opacity:0;
    transition:all .3s ease-in-out
}
.overlay.active{
    z-index:1;
    opacity:1
}
#mobi-top{
    width:100%;
    display:flex;
    position:relative
}
#mobi-top>div{
    width:100%!important
}
.mobi-banner-manual{
    width:100vw;
    display:flex;
    position:relative;
    min-height:50vw
}
.pt-mobi-top-manual{
    padding-top:50vw!important
}
.pt-mobi-top-manual-video{
    padding-top:73vw!important
}
@media only screen and (min-device-width:320px) and (orientation:portrait) and (max-device-width:359px){
    #mobi-top.top-ads-16x9{
        min-height:191px
    }
    #mobi-top.top-ads-4x3{
        min-height:270px!important
    }
    .btn-copy-header{
        display:none!important
    }
    header .logo{
        height:30px!important
    }
    header .logo2{
        height:50px!important
    }
}
@media only screen and (min-device-width:360px) and (orientation:portrait) and (max-device-width:374px){
    #mobi-top.top-ads-16x9{
        min-height:210px
    }
    #mobi-top.top-ads-4x3{
        min-height:304px!important
    }
    header .logo{
        height:32px!important
    }
    header .logo2{
        height:50px!important
    }
}
@media only screen and (min-device-width:375px) and (orientation:portrait) and (max-device-width:413px){
    #mobi-top.top-ads-16x9{
        min-height:218px
    }
    #mobi-top.top-ads-4x3{
        min-height:316px!important
    }
    .btn-copy-header{
        display:none!important
    }
    header .logo2{
        height:50px!important
    }
}
@media only screen and (min-device-width:390px) and (orientation:portrait) and (max-device-width:413px){
    #mobi-top.top-ads-16x9{
        min-height:225px
    }
    #mobi-top.top-ads-4x3{
        min-height:329px!important
    }
}
@media only screen and (min-device-width:414px) and (orientation:portrait){
    #mobi-top.top-ads-16x9{
        min-height:237px
    }
    #mobi-top.top-ads-4x3{
        min-height:349px!important
    }
    header .logo{
        height:40px
    }
    header .logo2{
        height:50px
    }
}
.box-search-mb {
    margin: 15px 0;
    border-bottom: 1px solid #e0e0e0;background: #fff;
}
.box-search-mb .search-input{
    font-size: 17px;
    padding-left: 10px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 5px;
    height: 50px;
    border-radius: 5px;
}
.box-search-mb  .d-flex {
display: -webkit-flex;
    justify-content: space-between;
}
.box-search-mb button {
    background: #00000008;
    border: 0;
    display: contents;
    cursor: pointer;
    display: block;
    width: 60px;
}
.box-search-mb button:hover svg path {
    stroke: #ff474e;
}
.box-search-mb .search-input:focus, .box-search-mb .search-input:active{
    outline: none;
}
.stickyvideo{
    position:fixed!important;
    width:40%!important;
    padding-top:22.5%!important;
    right:0!important;
    z-index:10;
    top:0
}
.stickyvideo .unmute-btn{
    display:none
}
.btn-removeSticky{
    display:none;
    bottom:0;
    position:absolute;
    left:0;
    z-index:100;
    border:none;
    border-radius:150px;
    background:rgba(255,255,255,.5)
}
.btn-removeSticky:after{
    content:"x";
    width:100%;
    border-radius:132px;
    font-size:18px;
    font-weight:700;
    display:block;
    z-index:100;
    color:#fff
}
.stickyvideo .btn-removeSticky{
    display:block!important
}
#prerollvideo-hot-player_adContainer,#prerollvideo-hot-player_adContainer>div,#prerollvideo-hot-player_adContainer iframe,.prerollPlayer,.prerollPlayer>div,.prerollPlayer iframe{
    width:100%!important;
    height:100%!important
}
.breadcrumb-fixed{
    position:fixed;
    top:0;
    width:calc(100% + 30px);
    z-index:100;
    background:#fff;
    margin-left:-15px;
    margin-right:-15px;
    padding-left:30px;
    padding-right:30px;
    border-bottom:1px solid #e0e0e0
}
.menubottom{
    position:fixed;
    bottom:0
}
.ballon-player .player-container.video-yt,.ballon-player .react-player{
    border-radius:0
}
.btn-baogia{
    text-align:center;
    width:100%;
    border-radius:8px;
    border:1px solid #fff;
    color:#fff;
    padding:9px 13px;
    background-color:transparent;
    line-height:20px;
    font-size:14px;
    font-weight:700;
    display:block
}
.bg-white{
    background-color:#fff
}
.bg-white-menu{
    background:#fff!important
}
.bg-size-cover{
    background-size:cover
}
.bg-black-4{
    background-color:#4a4a4a
}
.bg-black-5{
    background-color:#e8ebf1
}
.bg-black-6{
    background-color:#1d232e
}
.bg-blue-3{
    background-color:#0484ff
}
.bg-red{
    background-color:#ed1c24
}
.bg-red-2{
    background-color:#f96604
}
.bg-red-3{
    background-color:#ec2126
}
.bg-red-4{
    background-color:#ff474e
}
.bg-red-5{
    background-color:#ffc2c5
}
.bg-grey-light{
    background-color:#fafafa
}
.bg-grey-3{
    background-color:#f2f3f5
}
.bg-grey-6{
    background-color:#f6f6f6
}
.bg-grey-8{
    background-color:#eeeff1
}
.bg-grey-11{
    background-color:#e0e0e0
}
.bg-grey-14{
    background-color:#f0f3f6
}
.bg-grey-15{
    background-color:#e9e9e9
}
.bg-grey-16{
    background-color:#f4f5f5
}
.bg-yellow-2{
    background-color:#ffbe63
}
.bg-blue-2{
    background-color:#f3f6ff
}
.bg-green{
    background-color:#d7f1ce
}
.bg-social-icon{
    background:linear-gradient(86.91deg,rgba(255,205,184,.8) 11.37%,rgba(255,89,89,.8) 58.99%,rgba(255,230,167,.8) 105.49%),#fff
}
.bg-social-face{
    background:linear-gradient(245.38deg,rgba(239,244,255,.5) -4.33%,rgba(198,211,255,.5) 37.35%,rgba(255,220,247,.5) 92.09%),#fff
}
.bg-topview,.bg-topview48h{
    background:radial-gradient(112.16% 112.22% at 68.53% -8.28%,#f50c0c 4.1%,#ff4a4a 48.44%,#ff2b0e 97.07%)
}
.bg-podcast{
    background:linear-gradient(0deg,rgba(255,255,255,.5),rgba(255,255,255,.5)),linear-gradient(180deg,rgba(52,29,101,.04),rgba(16,35,211,.0116)),radial-gradient(94.51% 124.88% at 94.32% 94.43%,rgba(111,229,255,.78) 0,rgba(128,217,255,.78) 46.52%,rgba(65,198,255,0) 100%),linear-gradient(20.49deg,#f38b99 -1.57%,#ffcbcd 75.94%)
}
.bg-podcast-big{
    background:linear-gradient(0deg,rgba(255,255,255,.54),rgba(255,255,255,.54)),linear-gradient(180deg,rgba(52,29,101,.04),rgba(16,35,211,.0116)),radial-gradient(94.51% 124.88% at 94.32% 94.43%,rgba(111,229,255,.78) 0,rgba(128,217,255,.78) 46.52%,rgba(65,198,255,0) 100%),linear-gradient(20.49deg,#f38b99 -1.57%,#ffcbcd 75.94%)
}
.bg-none{
    background:none
}
.player-container #box-saoplay .unmute-btn{
    left:auto;
    right:5%
}
.player-container.video-yt{
    overflow:hidden;
    border-radius:8px
}
#articlepage .player-container .react-player,#articlepage .player-container.video-yt{
    border-radius:0
}
#videopage .player-container .unmute-btn{
    left:auto;
    right:5%
}
.player-wrapper{
    background-color:#000;
    position:relative;
    padding-top:56.25%
}
.messageout-enter,.player-wrapper .react-player{
    position:absolute;
    top:0
}
.messageout-enter{
    left:0;
    right:0;
    display:block;
    opacity:.01
}
.messageout-enter-active{
    opacity:1;
    transition:all 1s ease-in-out
}
.messageout-exit{
    opacity:1
}
.messageout-exit-active{
    opacity:0;
    transition:all 1s ease-in-out
}
.overflow-hidden{
    overflow:hidden
}
.overflow-y-hidden{
    overflow-y:hidden
}
.overflow-x-hidden{
    overflow-x:hidden
}
.overflow-y-scroll{
    overflow-y:scroll
}
.overflow-x-scroll{
    overflow-x:scroll
}
.scrollbar-none::-webkit-scrollbar{
    display:none
}
.align-top{
    vertical-align:top
}
.align-self-center{
    align-self:center
}
.transform-translateY--3{
    transform:translateY(3px)
}
.transform-translateY---3{
    transform:translateY(-3px)
}
.transform-translate-50-50{
    transform:translate(-50%,-50%)
}
.box-5-posts .box-body .card{
    width:calc((100% - 15px)/2)
}
.box-5-posts .box-body .card.card-lg{
    width:100%
}
.pagination-red-1 .swiper-pagination-bullet-active{
    background:#ed1c24!important
}
.pagination-red-1 .swiper-pagination-bullet{
    background:#a7b0c0;
    opacity:1
}
.pagination-red-2 .swiper-pagination-bullet-active{
    background:#ed1c24!important
}
.pagination-red-2 .swiper-pagination-bullet{
    background:#fff;
    opacity:1
}
.pagination-white .swiper-pagination-bullet-active{
    background:#fff!important;
    mix-blend-mode:normal!important;
    opacity:1!important
}
.pagination-white .swiper-pagination-bullet{
    background:#b92329;
    mix-blend-mode:multiply;
    opacity:.8
}
.pagination-mt-24px .swiper-pagination-bullets{
    margin-top:24px
}
.box-duoc-quan-tam .box-header{
    padding-left:44px
}
.box-duoc-quan-tam .box-header .ico{
    width:34px;
    left:0;
    top:5px
}
.top-view .box-header .ico{
    left:0;
    top:0
}
.top-view-48h{
    box-shadow:0 2px 8px rgba(29,35,46,.25)
}
.top-view-48h .box-header .ico{
    left:0;
    top:0
}
.box-saoplay{
    margin-left:-25px
}
.box-scroll .box-header img:first-child{
    height:30px
}
.box-scroll .box-header img:nth-child(2){
    height:18px;
    padding-left:6px
}
.box-special{
    background:#ffdf36
}
.box-special .box-header img:first-child{
    height:30px
}
.box-special .box-header img:nth-child(2){
    height:18px;
    padding-left:6px
}
.box-phai-manh{
    margin-top:80px
}
.box-phai-manh .box-header{
    padding-left:155px
}
.box-phai-manh .box-header img{
    left:15px;
    width:125px
}
.box-phai-manh .box-body{
    background-color:#f1f1f1
}
.tin-tiep-theo{
    width:100%;
    opacity:0;
    visibility:hidden;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-top-right-radius:10px
}
.tin-tiep-theo .thumbnail{
    max-width:64px!important;
    min-width:64px!important
}
.tin-tiep-theo .thumbnail .img-holder{
    height:100%;
    padding-bottom:100%!important
}
.tin-tiep-theo .thumbnail .img-holder picture img{
    width:unset;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%)
}
.tin-tiep-theo .title{
    width:unset!important;
    margin-bottom:5px;
    max-height:2.9em!important
}
.tin-tiep-theo.fadeInUp{
    animation-duration:1s;
    animation-fill-mode:both;
    animation-name:fadeInUp
}
.tin-tiep-theo:not(.fadeInUp):not(.is-hidden){
    animation-duration:1.5s;
    animation-fill-mode:both;
    animation-name:fadeOutDown
}
.tin-tiep-theo .arrow-right{
    width:7px;
    height:7px
}
@keyframes fadeInUp{
    0%{
        opacity:0;
        visibility:hidden;
        transform:translate3d(0,100%,0)
    }
    to{
        opacity:1;
        visibility:visible;
        transform:none
    }
}
@keyframes fadeOutDown{
    0%{
        opacity:1;
        visibility:visible
    }
    to{
        opacity:0;
        visibility:hidden;
        transform:translate3d(0,100%,0)
    }
}
.tin-lien-quan .thumbnail{
    width:35%!important
}
.tin-lien-quan .title{
    width:unset!important;
    margin-bottom:5px
}
#box-show-biz{
    background:#ff46b0
}
#box-show-biz .card .title a{
    color:#fff!important
}
.card{
    position:relative
}
.card.w--140 .ssf-play{
    width:20px!important;
    height:20px!important;
    font-size:15px!important
}
.card .thumbnail{
    position:relative
}
.card .img-holder{
    position:relative;
    overflow:hidden;
    border-radius:10px;
    font-size: 14px;
}
.card .img-holder picture{
    overflow:hidden
}
.card .img-holder picture,.card .img-holder  img,.card .img-holder  source{
    position:absolute;
    border-radius:10px;
    width:100%;
    height:100%
}
.card .img-holder .video-js,.card .img-holder a,.card .img-holder div{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius:10px;
    image-rendering:crisp-edges;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    -ms-interpolation-mode:nearest-neighbor
}
.card .img-holder .ssf-play{
    position:absolute;
    width:30px;
    height:30px;
    color:#fff;
    background-color:#ed1c24;
    font-size:20px;
    bottom:8px;
    left:8px;
    border-radius:999px;
    opacity:.9
}
.card .img-holder .ssf-play:before{
    position:absolute;
    transform:translate(-50%,-50%);
    top:50%;
    left:calc(50% + 1px)
}
.card .title{
    display:-webkit-box!important;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    line-height:1.4;
    font-weight:600;
    font-size:2.2em;
    -webkit-line-clamp:5
}
.card h2.title,.card h3.title{
    font-size:20px
}
.card .subtitle a{
    display:inline-block;
    font-size:1.1em;
    font-weight:600;
    text-transform:uppercase;
    padding:5px 10px;
    background-color:#ed1c24;
    color:#fff;
    white-space:nowrap;
    text-overflow:ellipsis;
    max-width:100%;
    overflow:hidden;
    -webkit-line-clamp:1;
    margin-bottom:5px
}
.card .subtitle a:hover{
    background-color:#000
}
.card .sapo{
    font-size:14px;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight:400;
    display:-webkit-box;
    line-height:1.6;
    color:#5d6470;
    -webkit-line-clamp:4;
    max-height:8.2em
}
.card.video-card .sapo{
    -webkit-line-clamp:2
}
.card .cate{
    font-size:15px;
    color:#e35418;
    display:inline-block;
    font-weight:600
}
.card .cate:hover{
    color:#e8121b
}
.card .time{
    font-weight:400;
    font-size:14px;
    color:#5d6470
}
.card.v-thumb .img-holder{
    padding-bottom:160%
}
.card.v-thumb .title{
    -webkit-line-clamp:unset
}
.card.h-thumb .img-holder{
    padding-bottom:62%
}
.card.h-thumb-169 .img-holder{
    padding-bottom:56.25%;
    border-radius:10px
}
.card.podcast-thumb .img-holder{
    padding-bottom:100%
}
.card.podcast-vthumb .img-holder{
    padding-bottom:56.45%
}
.card.curvy-thumb .img-holder{
    border-radius:5px
}
.card.v-card .thumbnail .subtitle{
    position:absolute;
    bottom:0;
    left:0
}
.card.v-card .thumbnail .subtitle a{
    margin-bottom:0
}
.card.h-card .thumbnail{
    width:47.5%;
    float:left;
    margin-right:12px
}
.card.h-card .cate,.card.h-card .time{
    padding-top:10px;
    display:inline-block
}
.card.stt{
    padding-left:30px
}
.card.stt .stt{
    position:absolute;
    left:0;
    color:#e8121b;
    font-size:1.8em;
    font-weight:600;
    top:50%;
    transform:translateY(-50%)
}
.card.mini-card .title{
    position:relative;
    padding-bottom:5px
}
.card.mini-card .title .ssf-dot{
    color:#e8121b;
    font-size:20px;
    position:absolute;
    left:-4px
}
.card.mini-card .title.black-dot .ssf-dot{
    color:#262626
}
.card.inside-card .title{
    position:absolute;
    bottom:10px;
    padding:0 15px;
    z-index:2
}
.card.inside-card .title a{
    color:#fff
}
.card.inside-card .title a:hover{
    color:#e8121b
}
.card.inside-card:before{
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:#000;
    opacity:.7;
    z-index:1;
    color:#000
}
.card.slideup{
    transition:transform .3s
}
.card.slideup:hover{
    transform:translateY(-4px)
}
.card.zoom .thumbnail .img-holder a{
    transition:transform .3s
}
.card.zoom:hover .thumbnail .img-holder a{
    transform:scale(1.025)
}
.card.hyber-card .thumbnail{
    width:47.5%
}
.card.hyber-card .sapo{
    flex-basis:0;
    flex-grow:1;
    max-width:100%
}
.card.hyber-card .cate{
    color:#e35418
}
.card.podcast-card .thumbnail{
    width:35%
}
.card.podcast-card .title{
    -webkit-line-clamp:3!important
}
.card.podcast-card .title.lc-4{
    -webkit-line-clamp:4!important
}
.card.podcast-card .detail{
    flex-basis:0;
    flex-grow:1;
    max-width:100%
}
.card.podcast-card .cate{
    color:#e35418;
    font-size:1.4em
}
.card.podcast-card .title{
    font-size:1.8em
}
.card.podcast-card.podcast-playing .thumbnail:before{
    content:"";
    border-radius:12px;
    background:rgba(0,0,0,.2);
    width:100%;
    height:100%;
    position:absolute;
    z-index:1
}
.card.podcast-card.podcast-playing .thumbnail:after{
    content:"";
    border-radius:50%;
    width:30px;
    height:30px;
    position:absolute;
    bottom:16px;
    right:16px;
    z-index:2;
    background-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='18' cy='18' rx='18' ry='18' fill='%23FF474E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 24C16 24.2652 15.8946 24.5196 15.7071 24.7071C15.5196 24.8946 15.2652 25 15 25H14C13.7348 25 13.4804 24.8946 13.2929 24.7071C13.1054 24.5196 13 24.2652 13 24V12C13 11.7348 13.1054 11.4804 13.2929 11.2929C13.4804 11.1054 13.7348 11 14 11H15C15.2652 11 15.5196 11.1054 15.7071 11.2929C15.8946 11.4804 16 11.7348 16 12V24ZM23 24C23 24.2652 22.8946 24.5196 22.7071 24.7071C22.5196 24.8946 22.2652 25 22 25H21C20.7348 25 20.4804 24.8946 20.2929 24.7071C20.1054 24.5196 20 24.2652 20 24V12C20 11.7348 20.1054 11.4804 20.2929 11.2929C20.4804 11.1054 20.7348 11 21 11H22C22.2652 11 22.5196 11.1054 22.7071 11.2929C22.8946 11.4804 23 11.7348 23 12V24Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size:cover;
    filter:drop-shadow(0 4px 8px rgba(0,0,0,.25))
}
.card.podcast-card.podcast-pause .thumbnail:before{
    content:"";
    border-radius:12px;
    background:rgba(0,0,0,.2);
    width:100%;
    height:100%;
    position:absolute;
    z-index:1
}
.card.podcast-card.podcast-pause .thumbnail:after{
    content:"";
    border-radius:50%;
    width:30px;
    height:30px;
    position:absolute;
    bottom:16px;
    right:16px;
    z-index:2;
    background-image:url("data:image/svg+xml,%3Csvg width='48' height='49' viewBox='0 0 48 49' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='24' cy='24.6619' rx='24' ry='24' fill='%23FF474E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32.9143 23.9761L19.2 32.2047V15.7476L32.9143 23.9761Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size:cover;
    filter:drop-shadow(0 4px 8px rgba(0,0,0,.25))
}
.list-cards .card.mini-card{
    border-bottom:unset;
    padding-bottom:0;
    margin-top:10px
}
.list-cards .card:first-child{
    margin-top:0
}
.list-cards .card:last-child:not(.podcast-card){
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:unset
}
.list-cards .card.thumb-rounded-0 .img-holder,.list-cards .card.thumb-rounded-0 picture img,.list-cards .card.thumb-rounded-0 picture source{
    border-radius:0!important
}
.list-cards.hor-list{
    white-space:nowrap;
    overflow-y:hidden;
    overflow-x:scroll;
    -webkit-overflow-scrolling:touch
}
.list-cards.card-thumb-30 .h-card .thumbnail{
    width:30%
}
.list-cards.card-thumb-35 .h-card .thumbnail{
    width:35%
}
.list-cards.card-thumb-40 .h-card .thumbnail{
    width:40%
}
.list-cards.display-flex.cong-nghe .card{
    width:32.66%
}
.list-cards.display-flex .card{
    width:31.5%;
    margin-top:0;
    border-bottom:unset
}
.list-cards.display-flex .card .title{
    padding-left:10px;
    padding-right:10px;
    font-size:1.8em
}
.list-cards.display-flex .card .cate{
    padding-left:10px
}
.list-cards.display-flex .card .sapo{
    padding-left:10px;
    padding-right:10px
}
.list-cards.display-flex .card.inside-card{
    padding-bottom:0
}
.list-cards.display-flex .card.inside-card .title{
    font-size:1.6em
}
.list-cards.mansonry-4{
    display:flex;
    flex-flow:column wrap;
    align-content:space-between
}
.list-cards.mansonry-4 .card{
    width:24%
}
.list-cards.mansonry-4 .card:nth-of-type(4n+1){
    order:1
}
.list-cards.mansonry-4 .card:nth-of-type(4n+2){
    order:2
}
.list-cards.mansonry-4 .card:nth-of-type(4n+3){
    order:3
}
.list-cards.mansonry-4 .card:nth-of-type(4n){
    order:4
}
.list-cards.mansonry-4 .card.break{
    flex-basis:100%;
    width:0;
    margin:0
}
.list-cards.card-full-height .swiper-slide{
    height:auto
}
.list-cards.card-full-height .swiper-slide .card{
    height:100%
}
.card.thumb-rounded-8 .img-holder,.card.thumb-rounded-8 .img-holder .video-js,.card.thumb-rounded-8 .img-holder a,.card.thumb-rounded-8 .img-holder div,.card.thumb-rounded-8 .img-holder picture,.card.thumb-rounded-8 .img-holder picture img,.card.thumb-rounded-8 .img-holder picture source{
    border-radius:8px
}
.card.thumb-rounded-10 .img-holder,.card.thumb-rounded-10 .img-holder .video-js,.card.thumb-rounded-10 .img-holder a,.card.thumb-rounded-10 .img-holder div,.card.thumb-rounded-10 .img-holder picture,.card.thumb-rounded-10 .img-holder picture img,.card.thumb-rounded-10 .img-holder picture source{
    border-radius:10px
}
.card.thumb-rounded-16 .img-holder,.card.thumb-rounded-16 .img-holder .video-js,.card.thumb-rounded-16 .img-holder a,.card.thumb-rounded-16 .img-holder div,.card.thumb-rounded-16 .img-holder picture,.card.thumb-rounded-16 .img-holder picture img,.card.thumb-rounded-16 .img-holder picture source{
    border-radius:16px
}
.no-header.box-special .box-header{
    display:none
}
.no-header .box-body{
    background-color:transparent;
    background-color:initial
}
.scrollbar-yellow::-moz-scrollbar,.scrollbar-yellow::-o-scrollbar,.scrollbar-yellow::-webkit-scrollbar{
    height:6px
}
.scrollbar-yellow::-webkit-scrollbar-track .scrollbar-yellow::-moz-scrollbar-track .scrollbar-yellow::-o-scrollbar-track{
    border-radius:10px
}
.scrollbar-yellow::-moz-scrollbar-thumb,.scrollbar-yellow::-o-scrollbar-thumb,.scrollbar-yellow::-webkit-scrollbar-thumb{
    border-radius:10px;
    background:#e8be38
}
.mask-scroll{
    height:59%;
    background:#fff;
    background:linear-gradient(270deg,#fff,rgba(255,255,255,0))
}
.mask-scroll,.mask-scroll-grey{
    pointer-events:none;
    z-index:1;
    position:absolute;
    top:0;
    right:-1px;
    width:15%
}
.mask-scroll-grey{
    height:70%;
    background:#e8ebf1;
    background:linear-gradient(270deg,#e8ebf1,rgba(255,255,255,0))
}
img.lazyload:not([src]){
    visibility:hidden
}
.content-visibility-lazy{
    content-visibility:auto
}
header{
    background:linear-gradient(80deg, #f96604 27.57%, #ed650a 74.45%);
    box-shadow:0 -2px 5px rgba(0,0,0,.15);
    top:0;
    transition:opacity .3s ease-in-out,transform .2s ease-in-out;
    transform-origin:top left
}
header .logo2{
    width:auto;
    transition:opacity .3s ease-in-out,transform .2s ease-in-out;
    transform-origin:top left;
    opacity:1;
    visibility:visible
}
header .logo,header .logo2,#extended-menu .logo2{
    height:50px;
    -o-object-fit:cover;
    object-fit:cover
}
header .ssf-search{
    transition:transform .2s ease-in-out;
    transform-origin:center right;
    width:32px
}
header .btn-share-copy{
    display:none
}
header.sticky{
    position:fixed!important;
    top:0;
    width:100%;
    transform:scaleY(.75);
    transform-origin:top left;
    background:#fff!important;
    box-shadow:0 1px 5px rgba(0,0,0,.15)!important;
    transition:opacity .3s ease-in-out,transform .2s ease-in-out
}
header.sticky .btn-share-copy{
    display:flex
}
header.sticky .logo2{
    transform:scaleX(.75);
    transition:opacity .3s ease-in-out,transform .2s ease-in-out;
    transform-origin:center left;
    filter:none
}
header.sticky .transition-x{
    transform:scaleX(.75);
    transform-origin:center right
}
header.sticky .ssf-search{
    color:#a7b0c0
}
header.sticky .menu-button-container,header.sticky .ssf-search{
    transform:scaleY(1.34);
    transform-origin:center right
}
header .search-header input{
    z-index:-1;
    outline:none;
    box-shadow:none;
    border:unset;
    opacity:0;
    width:0;
    font-size:2em;
    transition:all .3s ease-in-out
}
header .search-header .input-icon{
    position:relative;
    z-index:2;
    top:3px
}
.search-header input,header.active-search .search-header input{
    opacity:1;
    z-index:1;
    width:93%
}
.search-header input{
    outline:none;
    box-shadow:none;
    border:unset;
    font-size:2em;
    transition:all .3s ease-in-out
}
.search-header .input-icon{
    position:relative;
    z-index:2;
    top:3px
}
.header-sticky.visibility-hidden{
    visibility:hidden;
    transform:translateY(-50px)
}
.header-sticky{
    transform:translateY(0);
    transition:transform .3s ease-in-out;
    animation:slide-in .7s both
}
.header-sticky .header-container .logo{
    height:40px
}
.header-sticky .header-container .logo .logo-red{
    height:40px;
    width:158px;
    -o-object-fit:cover;
    object-fit:cover
}
.header-sticky{
    box-shadow:0 1px 5px rgba(0,0,0,.15)!important
}
footer{
    border-top:5px solid #f96604;
    background:#1d232e;
    position:relative;
    display:block;
    color: #fcfcfc;
    padding: 20px 15px 10px;
}
.absolute-footer{
    font-size: 14px;
    padding: 10px 5px 5px;
    opacity: 0.7;
}
.copyright-footer{text-transform:uppercase;text-align: center;}
footer .logo{
    width: 190px;
    height: auto;
}
footer .info{
    font-size:14px;
    padding-bottom: 10px;
}
footer .info .info-main{
    font-size:14px;
    color:#fff
}
footer .info h2.info-detail{
    font-size:20px;
    margin-top:10px;
}
footer .info .info-detail.phone{
    color:#f96604
}
footer .icon-space{
    width:37px;
    height:36px
}
.banner-middle-post .container-banner{
    padding-top:150%;
    position:relative;
    height:600px;
    overflow:hidden
}
.banner-middle-post .container-banner .banner-720x1180{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}
.banner-middle-post .container-banner .banner-720x1180:after,.banner-middle-post .container-banner .banner-720x1180:before{
    content:"";
    height:50px;
    width:100%;
    position:absolute;
    display:block;
    left:0;
    z-index:2;
    opacity:.5;
    pointer-events:none
}
.banner-middle-post .container-banner .banner-720x1180:before{
    top:0;
    background-image:linear-gradient(180deg,rgba(38,38,38,.3),rgba(38,38,38,0))
}
.banner-middle-post .container-banner .banner-720x1180:after{
    bottom:0;
    background-image:linear-gradient(0deg,rgba(38,38,38,.3),rgba(38,38,38,0))
}
.banner-middle-post .container-banner .banner-720x1180 .inner-banner{
    position:relative;
    width:100%;
    height:100%;
    z-index:1
}
.banner-middle-post .container-banner .banner-720x1180 .inner-banner a{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    overflow:hidden;
    -webkit-clip-path:inset(0);
    clip-path:inset(0);
    clip:rect(0 auto auto 0)
}
.banner-middle-post .container-banner .banner-720x1180 .inner-banner a img{
    position:fixed;
    transition:top .3s linear;
    top:0;
    left:0;
    width:100%;
    max-height:100%;
    margin:0;
    padding:0;
    bottom:0
}
.banner-middle-post .container-banner .banner-720x1180 .inner-banner ins{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:0;
    overflow:hidden;
    -webkit-clip-path:inset(0);
    clip-path:inset(0);
    clip:rect(0 auto auto 0);
    right:0;
    margin:0 auto
}
.banner-middle-post .container-banner .banner-720x1180 .inner-banner ins>div{
    position:fixed;
    transition:top .3s linear;
    top:0;
    left:0;
    width:100%;
    max-height:100%;
    padding:0;
    bottom:0;
    left:50%;
    margin:0 0 0 -150px
}
.mobi-sticky-top{
    background-color:#fff;
    height:50px;
    width:100%;
    position:fixed;
    top:-150%;
    z-index:50;
    transition:all .3s ease-in-out
}
.mobi-sticky-top.active{
    top:0
}
.article .art-title{
    font-size:28px;
    font-weight:700;
    line-height:1.3
}
.article .art-thumb{
    width:calc(100% + 20px);
    display:block;
    padding-bottom:calc(62.5% + 20px);
    position:relative;
    overflow:hidden;
    margin-left:-10px
}
.article .art-thumb img{
    position:absolute;
    top:0;
    left:0;
    height:auto;
    width:100%!important;
    margin-left:unset!important
}
.article .art-sapo{
    line-height: 1.618;
    font-size: 18px;
    font-weight: 700;
    opacity: .9;
    font-family: "Noto Serif", serif;
    letter-spacing: -.02em;
}
.article .art-content picture{
    position:relative;
    display:block
}
.article .art-content.post-live{
    padding-left:11px;
    border-left:1px dashed #979797
}
.article .art-content.post-live:before{
    content:"";
    height:33px;
    position:absolute;
    margin-left:-23px;
    background:#fff;
    z-index:2;
    width:20px
}
.article .art-content h2,.article .art-content h3{
   /* font-size:2.3em;
    margin-top:40px;
    font-weight:700;
    font-family:"Noto Serif",serif;
    letter-spacing:.03em;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:-.02em;
    padding:0 30px;*/

    font-size: 19px;
    margin-top: 20px;
    font-weight: 700;
    font-family: "Noto Serif", serif;
    letter-spacing: .03em;
    text-align: center;
    letter-spacing: -.02em;
    padding: 0;
    text-align: left;

}
.article .art-content .ads:not(.ads-active),.article .art-content img{
    width:100%!important;
    margin-top:20px;
    height:auto!important
}
.article .art-content a{
    color:#e8121b;
    font-weight:700;
    letter-spacing:-.02em
}
.article .art-content p{
    font-family:"Noto Serif",serif;
    font-size:18px;
    line-height:1.65;
    margin-top:20px;
    word-wrap:break-word;
    text-align:left!important
}
.article .art-content p img{
    margin-top:0
}
.article .art-content p strong{
    letter-spacing:-.02em
}
.article .art-content figure{
    display:block;
    position:relative;
    margin:0 auto;
    margin-top:20px!important
}
.article .art-content figure.media{
    width:calc(100% + 20px)!important;
    margin-left:-10px
}
.article .art-content figure.image{
    text-align:center!important;
    max-width:100%
}
.article .art-content figure.image img{
    margin-top:0;
    border-radius:10px;
    overflow:hidden;
    border:1px solid #dcdcdc
}
.article .art-content figure figcaption{
    display:-webkit-box!important;
    caption-side:bottom;
    font-size:15px!important;
    color:#5d6470!important;
    font-style:italic;
    text-align:left;
    font-weight:400;
    line-height:22px;
    padding:8px 0;
    max-width:500px;
    margin:0 auto
}
.article .art-content figure figcaption a,.article .art-content figure figcaption span{
    color:inherit!important;
    font-size:inherit!important;
    font-family:inherit!important;
    font-weight:inherit!important
}
.article .art-content blockquote{
    position: relative;
    border-left: none;
    border-left: 4px solid #f96604;
    background: rgba(232, 235, 241, .5);
    border-radius: 0 10px 10px 0;
    padding: 12px 4px 12px 12px;
    width: 100%;
    margin: 18px auto;
    max-width: 660px;
}
.article .art-content blockquote,.article .art-content blockquote p{
    font-size: 16px;
    line-height: 25px;
    font-family: Inter, sans-serif !important;
}
.article .art-content blockquote p{
    margin-top:0
}
.article .art-content .wp-caption{
    display:table;
    margin:0 auto;
    width:100%!important
}
.article .art-content .wp-caption img{
    margin-top:20px!important;
    text-align:center!important;
    border-radius:10px
}
.article .art-content .wp-caption .wp-caption-text{
    display:-webkit-box!important;
    caption-side:bottom;
    font-size:14px!important;
    color:#5d6470!important;
    text-align:left;
    font-weight:400;
    line-height:20px;
    max-width:500px;
    margin:0 auto;
    padding:8px 3em 8px 0
}
.article .art-content .wp-video{
    position:relative!important;
    margin-top:20px;
    background-color:#000;
    width:calc(100% + 30px)!important;
    max-width:calc(100% + 30px)!important;
    left:-15px
}
.article .art-content .wp-video video{
    width:100%
}
.article .art-content iframe{
    margin:0 auto;
    display:block;
    width:100%
}
.article .art-content table{
    width:100%!important
}
.article .art-tag .label{
  background-image:url('data:image/svg+xml,<svg width='20' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M20.59 13.41L13.42 20.58C13.2343 20.766 13.0137 20.9135 12.7709 21.0141C12.5281 21.1148 12.2678 21.1666 12.005 21.1666C11.7422 21.1666 11.4819 21.1148 11.2391 21.0141C10.9963 20.9135 10.7757 20.766 10.59 20.58L2 12V2H12L20.59 10.59C20.9625 10.9647 21.1716 11.4716 21.1716 12C21.1716 12.5284 20.9625 13.0353 20.59 13.41V13.41Z' stroke='#5D6470' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M7 7H7.01' stroke='#5D6470' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>;');
  width:20px;
  height:24px
}
.article .art-tag .tag{
    font-size:1.4em;
    line-height:21px;
    border-radius:3px;
    padding:2px 6px;
    background-color:#eee;
    color:#666;
    display:inline-block
}
.article.editor-type-mini .ss_sep_img_wrap,.article.editor-type-mini img.size-full{
    width:calc(100% + 30px)!important;
    margin-left:-15px
}
.article.editor-type-mini img{
    border:unset!important;
    max-width:100%
}
.article.editor-type-mini figure figcaption{
    padding-left:1em
}
.article.editor-type-mini figure.image,.article.editor-type-mini figure.media{
    max-width:100%
}
.article.editor-type-mini figure img{
    border-radius:10px;
    overflow:hidden;
    border:unset;
    max-width:100%
}
.article.editor-type-mini p>span,.article.editor-type-normal .art-content p>span{
    font-size:inherit!important;
    line-height:inherit!important;
    color:#333!important;
    font-family:Arial!important;
    background-color:unset!important
}
.article.editor-type-special .art-content figure figcaption{
    padding-left:1em
}
.article.editor-type-special .art-content .fullwidth .wp-video,.article.editor-type-special .art-content .fullwidth img,.article.editor-type-special .art-content .ss_fullcover_wrap,.article.editor-type-special .art-content .width780 .wp-video,.article.editor-type-special .art-content .width780 img,.article.editor-type-special .art-content figure.image,.article.editor-type-special .art-content figure.media{
    width:calc(100% + 30px)!important;
    margin-left:-15px
}
#wrapper-mobile-interscroller-5bc54b8231be4df6a7ac8e6ba92d5999{
    max-width:100%
}
.mgl,video.vjs-tech:not([src]){
    display:none
}
.tag-mini{
    margin-top:-10%;
    z-index:10;
    position:absolute
}
.timeline-point{
    padding:4px 8px;
    background:linear-gradient(0deg,rgba(255,71,78,.2),rgba(255,71,78,.2));
    border-radius:5px;
    display:inline-block
}
.timeline-point:before{
    content:"";
    width:10px;
    height:10px;
    background:#ff474e;
    border-radius:50%;
    display:block;
    position:absolute;
    margin-left:-24px;
    margin-top:10px
}
.before-background-yellow:before{
    content:"";
    height:100%;
    max-height:560px;
    position:absolute;
    top:0;
    display:block;
    width:100%;
    z-index:-1;
    background-image:linear-gradient(162deg,#b17e0f,#f1c24d 48%,#e8be38)
}
/*@font-face{
    font-family:"Noto Serif";
    font-display:optional;
    src:url(/static/fonts/Noto_Serif/NotoSerif-Regular.woff2?v=3.21) format("woff2"),url(/static/fonts/Noto_Serif/NotoSerif-Regular.woff?v=3.21) format("woff"),url(/static/fonts/Noto_Serif/NotoSerif-Regular.ttf?v=3.21);
    font-weight:400
}*/
.editor-type-special .art-content p{
    line-height:27px;
    margin-bottom:15px;
    font-size:20px;
    text-align:justify!important;
    font-family:"Noto Serif"
}
.editor-type-special .art-content img:not(.mmh-unset){
    width:calc(100% + 30px)!important;
    border-radius:0!important;
    border:none!important
}
.editor-type-special .art-content h1,.editor-type-special .art-content h3,.editor-type-special .art-content strong{
    font-family:"Noto Serif";
    font-weight:700;
    letter-spacing:-.02em
}
.cover-video-wrap .unmute-btn-cover{
    cursor:pointer;
    z-index:1;
    position:absolute;
    top:2%;
    right:1%;
    opacity:.3
}
.cover-video-wrap .unmute-btn-cover:hover{
    opacity:1
}
.unmute-btn-cover a,div.bullet-numbered{
    margin:10px 5px;
    background:#fff
}
.unmute-btn-cover a svg .icon-shape,div.bullet-numbered svg .icon-shape{
    transition:fill .2s ease-in-out
}
.cover-video-wrap .icon,.cover-video-wrap .unmute-btn-cover a{
    width:34px;
    height:34px;
    display:inline-block;
    position:relative;
    clear:left;
    text-decoration:none;
    border-radius:17px;
    transition:background .2s ease-in-out,width .7s ease-in-out
}
.cover-video-wrap .unmute-btn-cover a .icon{
    border:1px solid #000
}
#header-mute-unmute-audio-wrapper svg .icon-shape.unmute{
    fill:none
}
#header-mute-unmute-audio-wrapper:hover svg{
    background:linear-gradient(90deg,rgba(0,0,0,.1) 50%,transparent 0),#65696e
}
#header-mute-unmute-audio-wrapper:hover svg .icon-shape.mute{
    fill:#fff
}
#header-mute-unmute-audio-wrapper:hover svg .icon-shape.unmute{
    fill:none
}
#header-mute-unmute-audio-wrapper.muted svg{
    animation:faded-bg-blink 2.4s ease-out 0s infinite
}
#header-mute-unmute-audio-wrapper.muted svg .icon-shape.mute{
    fill:none
}
#header-mute-unmute-audio-wrapper.muted svg .icon-shape.unmute{
    fill:#fff
}
@keyframes faded-bg-blink{
    0%{
        background:linear-gradient(90deg,rgba(0,0,0,.1) 50%,transparent 0),#f16c61
    }
    50%{
        background:linear-gradient(90deg,rgba(0,0,0,.1) 50%,transparent 0),#f6a39d
    }
    to{
        background:linear-gradient(90deg,rgba(0,0,0,.1) 50%,transparent 0),#f16c61
    }
}
#header-mute-unmute-audio-wrapper.muted:hover svg{
    background:linear-gradient(90deg,rgba(0,0,0,.1) 50%,transparent 0),#da6258
}
.block-category{margin-top:5px;}
.block-category .block-header h2{
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.link-trending {
    margin: 12px 0;
}
.link-trending a {
    background-position: 0 4px;
    color: #004265;
    font-size: 18px;
    font-weight: 700;
    padding-left: 25px;
    text-decoration: none;
    position:relative;
}
.link-trending a:before{
    position: absolute;
    content: '';
    background-image:url(/themes/img/icon-arrow-trend.svg) ;
    background-repeat:no-repeat;
    background-size:contain;
    display: inline-block;
    width: 18px;
    height: 14px;
    top: 6px;
    left: 0;
}
.link-source-wrapper{
        display: inline-block;
    float: right;
    margin: 15px 0 10px;
}
.link-source-wrapper .link-source-name {
    color: #888;
    box-sizing: border-box;
    background: #f2f2f2;
    border-radius: 100px;
    padding: 9px 11px;
    display: block;
    font: normal 12px / 14px Arial;
}
.link-source-wrapper .link-source-name * {
    font-family: arial;
    font-size: 12px;
    line-height: normal;
    color: #444;
    font-weight: 700;
}
.link-source-wrapper .link-source-name span.btn-copy-link-source {
    margin-left: 10px;
    opacity: .5;
}
.link-source-wrapper span.btn-copy-link-source svg {
    position: relative;
    top: 1px;
}
.link-source-wrapper .link-source-name span.btn-copy-link-source i {
    color: #444;
    font: normal 10px / 11px Arial;
}
.getlink {
    margin: 30px auto;
    padding-top: 42px;
    min-height: 450px;
    border: 1px solid #f0f0f0;
}
.getlink .heading-wrapper .heading-inner {
    max-width: 950px;
    padding-bottom: 30px;
    margin: auto;
}
.getlink .heading-wrapper .heading-inner h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
}
.getlink .page-content {
    font-size: 110%;
}
.getlink .page-content h2, .getlink .page-content h3, .getlink .page-content h4 {
    font-family: 'Oswald', sans-serif;
}
.getlink h1 {
        font-size: 24px;
    color: #41403f;
    letter-spacing: 0.2px;
}
.getlink .thank_description {
    font-size: 20px;
}
.getlink h1, .thanks .thank_description {
    text-align: center;
}
.getlink .icon-success {
    max-width: 120px;
    margin: 0 auto;
    display: block;
    margin-bottom: 31px;
}
.getlink p.p_btn {
    margin-top: 30px;
    text-align: center;
}
.getlink #btn-link a{
    color: #fff;
    background: #e17231;
    border: 2px solid #e07735;
    margin: 0 3px;
    height: 44px;
    display: inline-block;
    align-items: center;
    line-height: 1.6;
    border-radius: 23px;
    padding: 9px 15px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    transition: all 0.3s;
    width: 176px;
    font-weight: 500;
    text-align: center;
    background: linear-gradient(#f1803e, #d16628);    transition: all 300ms;
}
.getlink #btn-link a.disabled{opacity:0.7;cursor:progress;transform: scale(1);}
.getlink #btn-link a:hover{
    transform: scale(1.1);
}

.getlink .btn_contact:hover {
    opacity: 0.9;
    color: #fff;
}
.getlink #delayMsg {
    color: #4CAF50;
    text-align: center;
}
.getlink .notify{
    margin: 25px auto 8px;
    text-align: center;
    font-size: 16px;
    max-width: 700px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}
/*end getlink*/
.bggradient {
    background-size: 156.45vw 99.03vw, 156.45vw 99.03vw, 156.45vw 99.03vw, 226.86vw 145.44vw, 226.86vw 145.44vw, 226.86vw 145.44vw, 171.96vw 110.31vw, 171.96vw 110.31vw, 171.96vw 110.31vw, 130.29vw 83.58vw, 130.29vw 83.58vw, 130.29vw 83.58vw, 198vw 126.9vw, 198vw 126.9vw, 198vw 126.9vw, 300vw 192vw, 300vw 192vw, 300vw 192vw;
    background-image: radial-gradient(50% 50% at 50% 50%, rgba(160, 51, 255, .024) 0%, rgba(160, 51, 255, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(160, 51, 255, .04) 0%, rgba(160, 51, 255, 0) 75%), radial-gradient(50% 50% at 50% 50%, rgba(160, 51, 255, .064) 0%, rgba(160, 51, 255, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(24, 119, 242, .024) 0%, rgba(24, 119, 242, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(24, 119, 242, .04) 0%, rgba(24, 119, 242, 0) 75%), radial-gradient(50% 50% at 50% 50%, rgba(24, 119, 242, .064) 0%, rgba(24, 119, 242, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(255, 108, 92, .024) 0%, rgba(255, 108, 92, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(255, 108, 92, .04) 0%, rgba(255, 108, 92, 0) 75%), radial-gradient(50% 50% at 50% 50%, rgba(255, 108, 92, .064) 0%, rgba(255, 108, 92, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(245, 206, 51, .024) 0%, rgba(245, 206, 51, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(245, 206, 51, .04) 0%, rgba(245, 206, 51, 0) 75%), radial-gradient(50% 50% at 50% 50%, rgba(245, 206, 51, .064) 0%, rgba(245, 206, 51, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(37, 211, 102, .024) 0%, rgba(37, 211, 102, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(37, 211, 102, .04) 0%, rgba(37, 211, 102, 0) 75%), radial-gradient(50% 50% at 50% 50%, rgba(37, 211, 102, .064) 0%, rgba(37, 211, 102, 0) 100%), radial-gradient(50% 50% at 50% 50%, rgba(24, 119, 242, .024) 0%, rgba(24, 119, 242, 0) 50%), radial-gradient(50% 50% at 50% 50%, rgba(24, 119, 242, .04) 0%, rgba(24, 119, 242, 0) 75%), radial-gradient(50% 50% at 50% 50%, rgba(24, 119, 242, .064) 0%, rgba(24, 119, 242, 0) 100%);
    background-position: 37.97vw calc(((300vw - 100vh) / 2 - 85.77vw)* -1), 37.97vw calc(((300vw - 100vh) / 2 - 85.77vw)* -1), 37.97vw calc(((300vw - 100vh) / 2 - 85.77vw)* -1), -100vw calc(((300vw - 100vh) / 2 - 154.56vw)* -1), -100vw calc(((300vw - 100vh) / 2 - 154.56vw)* -1), -100vw calc(((300vw - 100vh) / 2 - 154.56vw)* -1), 13.34vw calc(((300vw - 100vh) / 2 - 53.88vw)* -1), 13.34vw calc(((300vw - 100vh) / 2 - 53.88vw)* -1), 13.34vw calc(((300vw - 100vh) / 2 - 53.88vw)* -1), 10.64vw calc(((300vw - 100vh) / 2 - 17.19vw)* -1), 10.64vw calc(((300vw - 100vh) / 2 - 17.19vw)* -1), 10.64vw calc(((300vw - 100vh) / 2 - 17.19vw)* -1), -49vw calc(((300vw - 100vh) / 2 - 41.1vw)* -1), -49vw calc(((300vw - 100vh) / 2 - 41.1vw)* -1), -49vw calc(((300vw - 100vh) / 2 - 41.1vw)* -1), -100vw calc(((300vw - 100vh) / 2 - 78vw)* -1), -100vw calc(((300vw - 100vh) / 2 - 78vw)* -1), -100vw calc(((300vw - 100vh) / 2 - 78vw)* -1);
}
/*popup*/
#popup1{
    padding-top:80px
}
.form-popup{
    border-radius:2px;
    box-shadow:0 0 15px;
    font-size:14px;
    font-weight:700;
    width:620px;
    margin:0;
    position:relative;
    margin:60px auto;
    border-radius:5px;
    cursor:pointer
}
.form-popup .form-inner img{
    width:100%;
    max-width:100%;
    display:block;
    border-radius:5px
}
/*.md-show.md-effect .form-popup:hover{
    opacity:.9
}*/
#contactdiv{
    opacity:1;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#000;
    display:none
}
.popup1{
    opacity:1;
    position:fixed;
    top:50%;
    left:50%;
    height:100%;
    width:100%;
    right:0;
    bottom:0;
    z-index:10002;
    visibility:hidden;
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:translateX(-50%) translateY(-50%);
    -moz-transform:translateX(-50%) translateY(-50%);
    -ms-transform:translateX(-50%) translateY(-50%);
    transform:translateX(-50%) translateY(-50%)
}
.popup1.md-show{
    visibility:visible
}
.md-overlay{
    position:fixed;
    width:100%;
    height:100%;
    visibility:hidden;
    top:0;
    left:0;
    z-index:1000;
    opacity:0;
    background:rgba(40,43,49,.9);
    -webkit-transition:all 0.4s;
    transition:all 0.4s
}
.md-show~.md-overlay{
    opacity:1;
    visibility:visible
}
.md-effect .form-popup{
    -webkit-transform:scale(.7);
    -ms-transform:scale(.7);
    transform:scale(.7);
    opacity:0;
    -webkit-transition:all 0.4s;
    transition:all 0.4s
}
.md-show.md-effect .form-popup{
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
    opacity:1
}
.form-popup .close{
    float:right;
    margin-top: 8px;
    margin-right: 8px;
    position:absolute;
    top:0;
    right:0;
    opacity: 0.9;
}
.form-popup .close{
    cursor:pointer
}
.form-popup input[type=submit]:hover,.form-popup .close:hover{
    opacity:.9
}
.form-popup #loading{
    position:absolute;
    top:0;
    right:-5px;
    bottom:90px;
    left:-5px;
    background:rgba(255,255,255,.7);
    z-index:100;
    text-align:center
}
.form-popup #loading span{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    height:22px;
    width:90px;
    color:#333
}
.form-popup .send-success,.form-popup .send-error{
    padding:20px 10px;
    color:#fff;
    text-align:center;
    border:none;
    background:none
}
.form-popup .send-success img,.form-popup .send-error img{
    display:block;
    margin:0 auto;
    max-width:108px;
    width:100px
}
.form-popup .send-success p{
    color:#07970c
}
.form-popup .send-error p{
    color:#c72528
}
@media only screen and (max-width:768px){
    .form-popup{
        width:96%;
        margin-left:1.5%;
        margin-right:1.5%;
        margin:70px auto
    }
}
/*end popup*/
/*.close-btn {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 2px solid #efefef;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0
}

.close-btn svg {
    width: 10px;
    height: 10px;
    fill: #000
}*/

#flyer {
    visibility: hidden;  
    opacity: 0;             
    transition: opacity 0.7s ease; 
    position: fixed;
    top: 47%;
    right: 10px;
    width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: fixed;
    z-index: 1000;
    border-radius: 10px;
}
#flyer.show {
    visibility: visible;
    opacity: 1;     
}
#flyer a{
    position: relative;
    z-index: 1;
}
.close-btn {
    position: absolute;
    right: -3px;
    top: -3px;
    width: 18px;
    height: 18px;
    border-radius: 20px;
    border: 2px solid rgb(239, 239, 239);
    background-color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
}
.close-btn svg {
    width: 10px;
    height: 10px;
    fill: black;
}
@keyframes ring {
0%   { transform: rotate(0); }
  1%   { transform: rotate(6deg); }
  3%   { transform: rotate(-6deg); }
  5%   { transform: rotate(7deg); }
  7%   { transform: rotate(-6deg); }
  9%   { transform: rotate(6deg); }
  11%  { transform: rotate(-6deg); }
  13%  { transform: rotate(5deg); }
  15%  { transform: rotate(-5deg); }
  17%  { transform: rotate(4deg); }
  19%  { transform: rotate(-4deg); }
  21%  { transform: rotate(3deg); }
  23%  { transform: rotate(-3deg); }
  25%  { transform: rotate(2deg); }
  27%  { transform: rotate(-2deg); }
  29%  { transform: rotate(1.5deg); }
  31%  { transform: rotate(-1.5deg); }
  33%  { transform: rotate(1deg); }
  35%  { transform: rotate(-1deg); }
  37%  { transform: rotate(0.5deg); }
  39%  { transform: rotate(-0.5deg); }
  41%  { transform: rotate(0.3deg); }
  43%  { transform: rotate(0); }
  100% { transform: rotate(0); }    
}
.sp-animate {
    -webkit-animation: ring 4s .7s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s .7s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s .7s ease-in-out infinite;
}