.air-datepicker-cell.-day-.-other-month-,.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.air-datepicker-cell.-day-.-other-month-:hover,.air-datepicker-cell.-year-.-other-decade-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-day-.-other-month-,.-selected-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month);color:#fff}.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-day-.-other-month-,.-in-range-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-day-.-other-month-:empty,.air-datepicker-cell.-year-.-other-decade-:empty{background:none;border:none}.air-datepicker-cell{align-items:center;border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;position:relative;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{color:var(--adp-color-disabled);cursor:default}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-.-focus-,.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{background-color:var(--adp-cell-background-color-in-range);border:1px solid var(--adp-cell-border-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{background-color:var(--adp-cell-background-color-in-range);border:1px solid var(--adp-cell-border-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{border:none}.air-datepicker-cell.-selected-,.air-datepicker-cell.-selected-.-current-{background:var(--adp-cell-background-color-selected);color:#fff}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{align-items:center;color:var(--adp-day-name-color);display:flex;flex:1;font-size:.8em;justify-content:center;text-align:center;text-transform:uppercase}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:grid}.air-datepicker-body--cells.-days-{grid-auto-rows:var(--adp-day-cell-height);grid-template-columns:repeat(7,var(--adp-day-cell-width))}.air-datepicker-body--cells.-months-{grid-auto-rows:var(--adp-month-cell-height);grid-template-columns:repeat(3,1fr)}.air-datepicker-body--cells.-years-{grid-auto-rows:var(--adp-year-cell-height);grid-template-columns:repeat(4,1fr)}.air-datepicker-nav{border-bottom:1px solid var(--adp-border-color-inner);box-sizing:content-box;display:flex;justify-content:space-between;min-height:var(--adp-nav-height);padding:var(--adp-padding)}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--action,.air-datepicker-nav--title{align-items:center;cursor:pointer;display:flex;justify-content:center}.air-datepicker-nav--action{border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none;width:var(--adp-nav-action-size)}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{height:32px;width:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{color:var(--adp-nav-color-secondary);font-style:normal;margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{background:none;cursor:default}.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{background:hsla(0,0%,100%,0);border:none;border-radius:var(--adp-btn-border-radius);color:var(--adp-btn-color);cursor:pointer;display:inline-flex;height:var(--adp-btn-height)}.air-datepicker-button:focus,.air-datepicker-button:hover{background:var(--adp-btn-background-color-hover);color:var(--adp-btn-color-hover)}.air-datepicker-button:focus{outline:none}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{align-items:center;display:flex;height:100%;justify-content:center;outline:none;width:100%}.air-datepicker-time{grid-column-gap:12px;align-items:center;display:grid;grid-template-columns:max-content 1fr;padding:0 var(--adp-time-padding-inner);position:relative}.-only-timepicker- .air-datepicker-time{border-top:none}.air-datepicker-time--current{align-items:center;display:flex;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{line-height:1;margin:0 2px 3px}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;font-size:19px;line-height:1;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-3px;z-index:-1}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{align-self:flex-end;color:var(--adp-time-day-period-color);font-size:11px;margin-bottom:1px;margin-left:6px;text-transform:uppercase}.air-datepicker-time--row{align-items:center;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;display:flex;font-size:11px;height:17px}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{-webkit-appearance:none;background:none;cursor:pointer;flex:1;height:100%;margin:0;padding:0;width:100%}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:none}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{background:#fff;border:1px solid var(--adp-time-track-color);border-radius:3px;box-sizing:border-box;cursor:pointer;height:12px;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration);width:12px}.air-datepicker-time--row input[type=range]::-moz-range-thumb{background:#fff;border:1px solid var(--adp-time-track-color);border-radius:3px;box-sizing:border-box;cursor:pointer;height:12px;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration);width:12px}.air-datepicker-time--row input[type=range]::-ms-thumb{background:#fff;border:1px solid var(--adp-time-track-color);border-radius:3px;box-sizing:border-box;cursor:pointer;height:12px;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration);width:12px}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{background:transparent;border:none;color:transparent;cursor:pointer;height:var(--adp-time-track-height)}.air-datepicker-time--row input[type=range]::-moz-range-track{background:transparent;border:none;color:transparent;cursor:pointer;height:var(--adp-time-track-height)}.air-datepicker-time--row input[type=range]::-ms-track{background:transparent;border:none;color:transparent;cursor:pointer;height:var(--adp-time-track-height)}.air-datepicker-time--row input[type=range]::-ms-fill-lower,.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:transparent}.air-datepicker{--adp-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--adp-font-size:14px;--adp-width:246px;--adp-z-index:100;--adp-padding:4px;--adp-grid-areas:"nav" "body" "timepicker" "buttons";--adp-transition-duration:0.3s;--adp-transition-ease:ease-out;--adp-transition-offset:8px;--adp-background-color:#fff;--adp-background-color-hover:#f0f0f0;--adp-background-color-active:#eaeaea;--adp-background-color-in-range:rgba(92,196,239,.1);--adp-background-color-in-range-focused:rgba(92,196,239,.2);--adp-background-color-selected-other-month-focused:#8ad5f4;--adp-background-color-selected-other-month:#a2ddf6;--adp-color:#4a4a4a;--adp-color-secondary:#9c9c9c;--adp-accent-color:#4eb5e6;--adp-color-current-date:var(--adp-accent-color);--adp-color-other-month:#dedede;--adp-color-disabled:#aeaeae;--adp-color-disabled-in-range:#939393;--adp-color-other-month-hover:#c5c5c5;--adp-border-color:#dbdbdb;--adp-border-color-inner:#efefef;--adp-border-radius:4px;--adp-border-color-inline:#d7d7d7;--adp-nav-height:32px;--adp-nav-arrow-color:var(--adp-color-secondary);--adp-nav-action-size:32px;--adp-nav-color-secondary:var(--adp-color-secondary);--adp-day-name-color:#ff9a19;--adp-day-name-color-hover:#8ad5f4;--adp-day-cell-width:1fr;--adp-day-cell-height:32px;--adp-month-cell-height:42px;--adp-year-cell-height:56px;--adp-pointer-size:10px;--adp-poiner-border-radius:2px;--adp-pointer-offset:14px;--adp-cell-border-radius:4px;--adp-cell-background-color-hover:var(--adp-background-color-hover);--adp-cell-background-color-selected:#5cc4ef;--adp-cell-background-color-selected-hover:#45bced;--adp-cell-background-color-in-range:rgba(92,196,239,.1);--adp-cell-background-color-in-range-hover:rgba(92,196,239,.2);--adp-cell-border-color-in-range:var(--adp-cell-background-color-selected);--adp-btn-height:32px;--adp-btn-color:var(--adp-accent-color);--adp-btn-color-hover:var(--adp-color);--adp-btn-border-radius:var(--adp-border-radius);--adp-btn-background-color-hover:var(--adp-background-color-hover);--adp-btn-background-color-active:var(--adp-background-color-active);--adp-time-track-height:1px;--adp-time-track-color:#dedede;--adp-time-track-color-hover:#b1b1b1;--adp-time-thumb-size:12px;--adp-time-padding-inner:10px;--adp-time-day-period-color:var(--adp-color-secondary);--adp-mobile-font-size:16px;--adp-mobile-nav-height:40px;--adp-mobile-width:320px;--adp-mobile-day-cell-height:38px;--adp-mobile-month-cell-height:48px;--adp-mobile-year-cell-height:64px}.air-datepicker-overlay{--adp-overlay-background-color:rgba(0,0,0,.3);--adp-overlay-transition-duration:0.3s;--adp-overlay-transition-ease:ease-out;--adp-overlay-z-index:99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);border-radius:var(--adp-border-radius);box-shadow:0 4px 12px rgba(0,0,0,.15);box-sizing:content-box;color:var(--adp-color);display:grid;font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);grid-template-areas:var(--adp-grid-areas);grid-template-columns:1fr;grid-template-rows:repeat(4,max-content);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);width:var(--adp-width);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset)*-1))}.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset)*-1))}.air-datepicker.-active-:not(.-custom-position-){opacity:1;transform:translate(0)}.air-datepicker.-active-.-custom-position-{transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;left:auto;opacity:1;position:static;right:auto;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size:var(--adp-mobile-font-size);--adp-day-cell-height:var(--adp-mobile-day-cell-height);--adp-month-cell-height:var(--adp-mobile-month-cell-height);--adp-year-cell-height:var(--adp-mobile-year-cell-height);--adp-nav-height:var(--adp-mobile-nav-height);--adp-nav-action-size:var(--adp-mobile-nav-height);border:none;position:fixed;width:var(--adp-mobile-width)}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{transition:none}.air-datepicker-global-container{left:0;position:absolute;top:0}.air-datepicker--pointer{--pointer-half-size:calc(var(--adp-pointer-size)/2);z-index:-1}.air-datepicker--pointer,.air-datepicker--pointer:after{height:var(--adp-pointer-size);position:absolute;width:var(--adp-pointer-size)}.air-datepicker--pointer:after{background:#fff;border-right:1px solid var(--adp-border-color-inline);border-top:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);box-sizing:border-box;content:""}.-top-center- .air-datepicker--pointer,.-top-left- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-center- .air-datepicker--pointer:after,.-top-left- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}.-right-bottom- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-bottom- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-top- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}.-bottom-center- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-center- .air-datepicker--pointer:after,.-bottom-left- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}.-left-bottom- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-top- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-bottom- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-top- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}.-bottom-left- .air-datepicker--pointer,.-top-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-bottom-right- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-bottom-center- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{box-sizing:content-box;grid-area:body;padding:var(--adp-padding)}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{border-top:1px solid var(--adp-border-color-inner);padding:var(--adp-padding)}.air-datepicker-overlay{background:var(--adp-overlay-background-color);height:0;left:0;opacity:0;position:fixed;top:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);width:0;z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{height:100%;opacity:1;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s;width:100%}
@media (min-width:576px){.ps-sm-75{padding-left:.75rem!important}.pe-sm-75{padding-right:.75rem!important}.text-sm-justify{text-align:justify}}@media (min-width:768px){.ps-md-75{padding-left:.75rem!important}.pe-md-75{padding-right:.75rem!important}.text-md-justify{text-align:justify}}@media (min-width:992px){.ps-lg-75{padding-left:.75rem!important}.pe-lg-75{padding-right:.75rem!important}.text-lg-justify{text-align:justify}}@media (min-width:1200px){.ps-xl-75{padding-left:.75rem!important}.pe-xl-75{padding-right:.75rem!important}.text-xl-justify{text-align:justify}}.fs-10{font-size:10px!important}@media (min-width:576px){.fs-sm-10{font-size:10px!important}}@media (min-width:768px){.fs-md-10{font-size:10px!important}}@media (min-width:992px){.fs-lg-10{font-size:10px!important}}@media (min-width:1200px){.fs-xl-10{font-size:10px!important}}.fs-11{font-size:11px!important}@media (min-width:576px){.fs-sm-11{font-size:11px!important}}@media (min-width:768px){.fs-md-11{font-size:11px!important}}@media (min-width:992px){.fs-lg-11{font-size:11px!important}}@media (min-width:1200px){.fs-xl-11{font-size:11px!important}}.fs-12{font-size:12px!important}@media (min-width:576px){.fs-sm-12{font-size:12px!important}}@media (min-width:768px){.fs-md-12{font-size:12px!important}}@media (min-width:992px){.fs-lg-12{font-size:12px!important}}@media (min-width:1200px){.fs-xl-12{font-size:12px!important}}.fs-13{font-size:13px!important}@media (min-width:576px){.fs-sm-13{font-size:13px!important}}@media (min-width:768px){.fs-md-13{font-size:13px!important}}@media (min-width:992px){.fs-lg-13{font-size:13px!important}}@media (min-width:1200px){.fs-xl-13{font-size:13px!important}}.fs-14,.list-category-news .category-news-content h3,.single-category-news .category-news-content h3{font-size:14px!important}@media (min-width:576px){.fs-sm-14{font-size:14px!important}}@media (min-width:768px){.fs-md-14{font-size:14px!important}}@media (min-width:992px){.fs-lg-14{font-size:14px!important}}@media (min-width:1200px){.fs-xl-14{font-size:14px!important}}.fs-15{font-size:15px!important}@media (min-width:576px){.fs-sm-15{font-size:15px!important}}@media (min-width:768px){.fs-md-15{font-size:15px!important}}@media (min-width:992px){.fs-lg-15{font-size:15px!important}}@media (min-width:1200px){.fs-xl-15{font-size:15px!important}}.fs-16{font-size:16px!important}@media (min-width:576px){.fs-sm-16{font-size:16px!important}}@media (min-width:768px){.fs-md-16{font-size:16px!important}}@media (min-width:992px){.fs-lg-16{font-size:16px!important}}@media (min-width:1200px){.fs-xl-16{font-size:16px!important}}.fs-17{font-size:17px!important}@media (min-width:576px){.fs-sm-17{font-size:17px!important}}@media (min-width:768px){.fs-md-17{font-size:17px!important}}@media (min-width:992px){.fs-lg-17{font-size:17px!important}}@media (min-width:1200px){.fs-xl-17{font-size:17px!important}}.fs-18{font-size:18px!important}@media (min-width:576px){.fs-sm-18{font-size:18px!important}}@media (min-width:768px){.fs-md-18{font-size:18px!important}}@media (min-width:992px){.fs-lg-18{font-size:18px!important}}@media (min-width:1200px){.fs-xl-18{font-size:18px!important}}.fs-24{font-size:24px!important}@media (min-width:576px){.fs-sm-24{font-size:24px!important}}@media (min-width:768px){.fs-md-24{font-size:24px!important}}@media (min-width:992px){.fs-lg-24{font-size:24px!important}}@media (min-width:1200px){.fs-xl-24{font-size:24px!important}}html body{color:#292929;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;font-weight:400;line-height:1.5}html a{text-decoration:none}html a:hover,html a:hover>:first-child{color:var(--primary-hover-text-color)!important}@font-face{font-display:auto;font-family:Arial Regular;font-style:normal;font-weight:400;src:local("Arial Regular"),url(../fonts/Arial/arial.ttf) format("truetype")}@font-face{font-display:auto;font-family:Inter Regular;font-style:normal;font-weight:400;src:local("Inter Regular"),url(../fonts/Inter/static/Inter-Regular.ttf) format("truetype")}@font-face{font-display:auto;font-family:Inter Medium;font-style:normal;font-weight:400;src:local("Inter Medium"),url(../fonts/Inter/static/Inter-Medium.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto Condensed Regular;font-style:normal;font-weight:400;src:local("Roboto Condensed Regular"),url(../fonts/RobotoCondensed-Regular.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto Condensed Bold;font-style:normal;font-weight:400;src:local("Roboto Condensed Bold"),url(../fonts/RobotoCondensed-Bold.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto Condensed Light;font-style:normal;font-weight:400;src:local("Roboto Condensed Light"),url(../fonts/RobotoCondensed-Light.ttf) format("truetype")}@font-face{font-display:auto;font-family:Verdana Regular;font-style:normal;font-weight:400;src:local("Verdana Regular"),url(../fonts/Fonts/Verdana.ttf) format("truetype")}@font-face{font-display:auto;font-family:Verdana Bold;font-style:normal;font-weight:400;src:local("Verdana Bold"),url(../fonts/Fonts/Verdana-Bold.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto Regular;font-style:normal;font-weight:400;src:local("Roboto Regular"),url(../fonts/Fonts/Roboto-Regular.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto Black;font-style:normal;font-weight:400;src:local("Roboto Black"),url(../fonts/Fonts/Roboto-Black.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto Bold Italic;font-style:normal;font-weight:400;src:local("Roboto Bold Italic"),url(../fonts/Fonts/Roboto-BoldItalic.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto Bold;font-style:normal;font-weight:400;src:local("Roboto Bold"),url(../fonts/Fonts/Roboto-Bold.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto Medium;font-style:normal;font-weight:400;src:local("Roboto Medium"),url(../fonts/Fonts/Roboto-Medium.ttf) format("truetype")}@font-face{font-display:auto;font-family:Roboto Light Italic;font-style:normal;font-weight:400;src:local("Roboto Light Italic"),url(../fonts/Fonts/Roboto-LightItalic.ttf) format("truetype")}@font-face{font-display:swap;font-family:Merriweather;font-style:normal;font-weight:300;src:url(../fonts/merriweather-v33-vietnamese-300.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:italic;font-weight:300;src:url(../fonts/merriweather-v33-vietnamese-300italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:normal;font-weight:400;src:url(../fonts/merriweather-v33-vietnamese-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:italic;font-weight:400;src:url(../fonts/merriweather-v33-vietnamese-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:normal;font-weight:500;src:url(../fonts/merriweather-v33-vietnamese-500.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:italic;font-weight:500;src:url(../fonts/merriweather-v33-vietnamese-500italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:normal;font-weight:600;src:url(../fonts/merriweather-v33-vietnamese-600.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:italic;font-weight:600;src:url(../fonts/merriweather-v33-vietnamese-600italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:normal;font-weight:700;src:url(../fonts/merriweather-v33-vietnamese-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:italic;font-weight:700;src:url(../fonts/merriweather-v33-vietnamese-700italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:normal;font-weight:800;src:url(../fonts/merriweather-v33-vietnamese-800.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:italic;font-weight:800;src:url(../fonts/merriweather-v33-vietnamese-800italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:normal;font-weight:900;src:url(../fonts/merriweather-v33-vietnamese-900.woff2) format("woff2")}@font-face{font-display:swap;font-family:Merriweather;font-style:italic;font-weight:900;src:url(../fonts/merriweather-v33-vietnamese-900italic.woff2) format("woff2")}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.fw-900{font-weight:900}.list-category-news .category-news-content .single-category-news h3 h3,.post-title,.single-category-news .category-news-content h3,.video-detail-container .detail__video__title{color:#040404;font-family:MerriWeather,sans-serif;font-size:15px;font-weight:700;line-height:1.5}.list-category-news .category-news-content .single-category-news h3 h3.main-title,.post-title.main-title,.single-category-news .category-news-content h3.main-title,.video-detail-container .main-title.detail__video__title{font-size:22px}@media screen and (min-width:992px){.list-category-news .category-news-content .single-category-news h3 h3,.post-title,.single-category-news .category-news-content h3,.video-detail-container .detail__video__title{font-size:16px}}@media screen and (min-width:1200px){.list-category-news .category-news-content .single-category-news h3 h3,.post-title,.single-category-news .category-news-content h3,.video-detail-container .detail__video__title{font-size:16px}.list-category-news .category-news-content .single-category-news h3 h3.main-title,.post-title.main-title,.single-category-news .category-news-content h3.main-title,.video-detail-container .main-title.detail__video__title{font-size:24px}.list-category-news .category-news-content .single-category-news h3 h3.second-title,.post-title.second-title,.single-category-news .category-news-content h3.second-title,.video-detail-container .second-title.detail__video__title{font-weight:700}.list-category-news .category-news-content .single-category-news h3 h3.small-title,.post-title.small-title,.single-category-news .category-news-content h3.small-title,.video-detail-container .small-title.detail__video__title{font-size:14px}}.category-title{color:var(--category-title-color);font-size:16px;font-weight:700}@media screen and (min-width:992px){.category-title{flex-shrink:0}}.desc-text{color:#555;font-family:Inter Regular,sans-serif;font-size:15px;text-align:justify}.author-name{color:#565656}body,html{overflow-x:hidden;width:100%}.hr{background-color:#0F5132;display:block;height:4px;width:100%}.bottom-divider{border-bottom:1px dotted #ccc;height:1px;width:100%}img{max-width:100%!important}video{width:100%}.text-justify{text-align:justify}.sidebar{flex:0 0 auto;max-width:330px;overflow:hidden}.sidebar .panel-title{display:none}@media screen and (max-width:767px){.sidebar{display:none!important}}.sticky{align-self:flex-start;position:sticky;top:1rem}w-fit{width:-moz-fit-content;width:fit-content}.divider{background:#e5e5e5;position:absolute;width:1px}.border-b-not-last>div:not(:last-child){border-bottom:1px solid #e5e5e5;padding-bottom:10px}.border-right-not-last>div:not(:last-child){border-right:1px solid #e5e5e5}.horizontal-ads{height:150px}.horizontal-ads,.vertical-ads{align-items:center;background:#f5f5f5;display:flex;justify-content:center}.vertical-ads{height:100%}.image-16-9{background-color:#f0f0f0;padding-top:56.25%;position:relative;width:100%}.image-16-9 img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.image-16-9 img.round{border-radius:6px}.list-style-none{list-style:none!important}.page-pagination{display:flex;justify-content:end;margin:1.5rem 0}.page-pagination .page-item .page-link{color:#7b6666;font-size:12px}.page-pagination .page-item.active .page-link{background-color:#e5e5e5;border-color:#000;color:#000}figure{text-align:center}figure .caption,figure figcaption{background-color:#fafafa;border:1px solid #ededed;border-top:0 solid #ededed;box-sizing:border-box;color:#666;font-family:Arial!important;font-size:12px;line-height:18px;margin-left:auto;margin-right:auto;max-width:640px;padding:13px}blockquote{border-left:5px solid #ccc;font-style:italic;margin-left:0;margin-right:0;overflow:hidden;padding-left:1.5em;padding-right:1.5em}@media (max-width:1200px){.row{--bs-gutter-x:1rem}}@media (max-width:768px){.row{--bs-gutter-x:1rem}}@media (max-width:1200){.header-container .row{--bs-gutter-x:1.2rem}}.no-data{background-color:#f5f5f5}.active-spinner{display:flex!important}.camera-live-ic{margin-left:5px}.video_16_9{aspect-ratio:16/9;background-color:#000;height:-moz-fit-content;height:fit-content;max-height:450px}.video_16_9>div:first-child{height:100%!important}.current-program{background-color:#989898!important}.current-program .desc,.current-program>*{color:#fff!important}.back-to-top{bottom:3%;cursor:pointer;display:none;height:40px;position:fixed;right:3%;width:40px;z-index:99}.weather{align-items:center;display:inline-flex;font-weight:600;gap:5px}.weather .place{border-left:1px solid hsla(0,0%,93%,.188);font-size:13px;padding-left:12px}.weather .shadow-icon{position:relative;top:-10px;width:30px}.weather-mobile *{color:#ccc!important}.weather-mobile__border{background-color:#d3d4d5;content:"";height:23px;width:1px}.weather-mobile .temperature,.weather-mobile .time{display:flex;flex-direction:column;font-size:10px;justify-content:space-between}.weather-mobile .time-location{color:#322f2f}.weather-mobile .time-date{color:#64748b;margin-top:5px}.skeleton{animation:skeleton-animation 1.5s ease-in-out infinite;background-color:#eee;background-image:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-repeat:no-repeat;background-size:200px 100%;border-radius:4px;display:inline-block;height:50px;line-height:1;margin:14px 0;width:100%}@keyframes skeleton-animation{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}#zone-mbw14kt1{z-index:2000}.header-container{background-color:var(--header-bg-color);position:sticky!important;top:0;z-index:9999}.header-container .menu-container{background:#0F5132;border-bottom:1px solid #078048;border-top:1px solid #078048}.header-container .branding .logo-container .tv-station{font-weight:700;margin:0!important;text-transform:uppercase}.header-container .branding .logo-container .date-frame .date-divider{height:16px;width:1px}.header-container .branding .logo-container .date-frame .date{border-left:1px solid hsla(0,0%,93%,.188);font-size:13px;font-weight:600;opacity:.8;padding-left:12px;vertical-align:top}@media only screen and (max-width:767px){.header-container .branding .logo-container .date-frame .date{display:none!important}}.header-container .branding .actions{gap:10px}.header-container .branding .actions .search-menu-icons .search-icon{cursor:pointer;height:18px;overflow:hidden;width:18px}@media only screen and (max-width:768px){.header-container .branding .actions{display:none!important}}.header-container .branding .actions .play-button{background:#0F5132;border:1px solid #078048;border-radius:4px;gap:5px;padding:5px 7px}.header-container .branding .actions .play-button:hover{background:#086b3d;border:1px solid #078048}.header-container .branding .actions .play-button .play{height:20px;overflow:hidden;width:20px}.header-container .branding .actions .play-button .video-label{color:#fff;margin:0!important;text-transform:uppercase;vertical-align:top}.header-container .branding .actions .social-links .social-icon{height:16px;overflow:hidden;width:16px}.header-container .branding .actions .social-links .vertical-divider{background-color:blue;height:16px;width:1px}.header-container .branding .actions .social-links .language-container .english-label{margin:0!important;text-transform:uppercase;vertical-align:top}.header-container .action-buttons{font-size:12px;font-weight:700;line-height:normal;padding:12px 6px}.header-container .action-buttons__title{color:#000094}@media only screen and (min-width:1200px){.header-container .action-buttons{padding:0 12px}}.header-container .action-buttons .search-menu .home-icon{height:16px;overflow:hidden;width:16px}.header-container .action-buttons .category-list>ul{display:flex;list-style:none;margin:0;padding:0;position:relative}.header-container .action-buttons .category-list>ul .container-child-menu{background-color:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,.188);display:none;min-width:170px;padding:10px;position:absolute;top:100%}.header-container .action-buttons .category-list>ul .container-child-menu>ul{gap:6px;list-style:none;padding:0}.header-container .action-buttons .category-list>ul .container-child-menu>ul>li{padding:5px 10px}.header-container .action-buttons .category-list>ul .container-child-menu>ul>li .menu-title{color:#222;line-height:1.5;text-align:left}.header-container .action-buttons .category-list>ul .container-child-menu>ul>li>a:hover>span{color:#111!important}.header-container .action-buttons .category-list>ul .current>a>span{color:var(--primary-hover-text-color)}.header-container .action-buttons .category-list>ul>li{padding:16px 10px}@media only screen and (min-width:1200px){.header-container .action-buttons .category-list>ul>li:hover .container-child-menu{display:block}}.header-container .action-buttons .category-list>ul>li a{color:var(--header-text-color);font-weight:500;text-decoration:none;text-transform:uppercase}.header-container .action-buttons .category-list>ul>li a:hover>span{color:#111!important}.header-container .action-buttons .category-list>ul>li a span{display:block;text-align:center}.header-container .overlay{display:none;height:auto;transition:all .3s ease}.header-container .overlay .search-input{outline:none}.header-container .overlay.open{display:block}.header-container .overlay .bg-light{border-bottom:1px solid #ddd}.header-container .overlay.menu-overlay .menu-items{list-style:none}.header-container .overlay.menu-overlay .menu-items .list-item{max-height:500px;overflow-y:scroll}.header-container .overlay.menu-overlay .menu-items h3{font-size:16px!important;font-weight:600;padding:0!important;text-transform:capitalize}.header-container .overlay.menu-overlay .menu-items h3 .container-title>a>span{color:#000}.header-container .overlay.menu-overlay .menu-items h3 .container-title .icon-arrow-down{display:none;height:18px;transition:transform .3s ease;width:18px}@media only screen and (max-width:576px){.header-container .overlay.menu-overlay .menu-items h3 .container-title .icon-arrow-down{display:block}}.header-container .overlay.menu-overlay .menu-items h3 .container-title .icon-arrow-down.arrow-down-rotated{transform:rotate(180deg)}@media only screen and (max-width:576px){.header-container .overlay.menu-overlay .menu-items h3 .container-child-menu{max-height:0;overflow:hidden;padding-left:20px;transition:max-height .5s ease-in-out}}.header-container .overlay.menu-overlay .menu-items h3 .container-child-menu.open{max-height:500px}.header-container .overlay.menu-overlay .menu-items h3 .container-child-menu>ul{list-style:none;margin-top:10px;padding:0!important}.header-container .overlay.menu-overlay .menu-items h3 .container-child-menu>ul .current>a>span{color:#000!important}.header-container .overlay.menu-overlay .menu-items h3 .container-child-menu>ul>li{padding:3px 0}.header-container .overlay.menu-overlay .menu-items h3 .container-child-menu>ul>li>a>span{color:#606060;font-size:13px;font-weight:400}.header-container .overlay.menu-overlay .menu-items h3 .container-child-menu>ul>li>a>span:hover{color:#000}.header-container .overlay.menu-overlay .menu-close{cursor:pointer;padding:5px;text-align:right}.container-child-menu{border-bottom:2px solid #086b3d;left:0;right:0}.container-child-menu>ul{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.container-child-menu>ul>li>a>.menu-title{border-bottom:1px solid #b6b6b6;color:#222;font-weight:700;margin-bottom:10px;padding-bottom:1px}.container-child-menu>ul>li>ul{margin-bottom:3px;padding-left:0}.container-child-menu>ul>li>ul>li{display:block!important}.container-child-menu>ul>li>ul>li a>.menu-title{margin-bottom:10px}.container-child-menu a .menu-title{border-bottom:1px solid #b6b6b6}.container-child-menu ul li::marker{color:#086b3d}.footer-container{color:#555;font-size:14px;margin-top:100px}.footer-container .img-logo{width:160px}.footer-container__menu{background-color:#2d3439}.footer-container__first .first-contact svg{margin-bottom:3px}.footer-container .title{color:#707070;font-size:15px}.footer-container .footer-menu{color:#292929;display:flex;line-height:1.5}.footer-container .footer-menu a{color:#fff;font-size:13px;text-transform:uppercase}.footer-container .footer-menu a:hover .menu-title{color:#b4b4b4!important}.footer-container .footer-menu li{padding:0 10px;text-transform:uppercase}@media screen and (min-width:1280px){.footer-container .footer-menu a{font-size:14px}}.footer-container .footer-contacts p{margin-bottom:5px}.footer-container .copyright{border-top:1px dotted #e2e2e2;color:#8f8f8f}.footer-container .footer-mobile{background-color:#fff;border-top:1px solid #e2e2e2;bottom:0;padding:4px 10px;z-index:100}.footer-container .footer-mobile__list .list-item-footer{padding:0 4px}.footer-container .footer-mobile__list .list-item-footer a{color:#000}.footer-container .footer-mobile__list .list-item-footer svg{fill:#d0d0d0}.footer-container .footer-mobile__list .list-item-footer .button-submenu-footer-mobile,.footer-container .footer-mobile__list .list-item-footer a{align-items:center;display:flex;flex-direction:column;justify-content:center}.footer-container .footer-mobile__list .list-item-footer .button-submenu-footer-mobile p,.footer-container .footer-mobile__list .list-item-footer a p{font-size:13px}.footer-container .footer-mobile__list .list-item-footer #wrapper-btn-menu{border-radius:500px;cursor:pointer;display:inline-block;position:relative}.footer-container .footer-mobile__list .list-item-footer #wrapper-btn-menu .main-item{height:24px;position:relative;width:20px}.footer-container .footer-mobile__list .list-item-footer #wrapper-btn-menu .line{background:#d0d0d0;border-radius:10px;height:2px;position:absolute;transition:all .32s cubic-bezier(.25,.1,.28,1.54);width:100%}.footer-container .footer-mobile__list .list-item-footer #wrapper-btn-menu .line01{top:19%}.footer-container .footer-mobile__list .list-item-footer #wrapper-btn-menu .line02{top:49%}.footer-container .footer-mobile__list .list-item-footer #wrapper-btn-menu .line03{top:79%}.footer-container .footer-mobile__list .list-item-footer #wrapper-btn-menu .menu-hamber.close .line01{background-color:red;top:49%;transform:rotate(45deg)}.footer-container .footer-mobile__list .list-item-footer #wrapper-btn-menu .menu-hamber.close .line02{background-color:red;top:49%;transform:rotate(-45deg)}.footer-container .footer-mobile__list .list-item-footer #wrapper-btn-menu .menu-hamber.close .line03{background-color:transparent;top:49%;transform:rotate(-45deg)}.footer-container .footer-mobile__list .list-item-footer.active i,.footer-container .footer-mobile__list .list-item-footer.active p{color:red}.footer-container .footer-mobile__list .list-item-footer.active svg{fill:red}.footer-container .footer-list-menu-mobile{background-color:#f8f9fa;bottom:48px;display:none;max-height:96vh;overflow-y:auto;position:fixed;width:100%;z-index:10000}.footer-container .footer-list-menu-mobile .footer-mobile-board{margin-top:20px;padding:20px}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-search__form{position:relative}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-search__form input{border:1px solid #cdcdcd;border-radius:5px;box-sizing:border-box;height:37px;line-height:37px;outline:none;padding-left:10px;width:100%}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-search__form button{background-color:transparent;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category{margin-bottom:15px;padding-bottom:12px}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category__title{width:100%}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category__title span{align-items:center;display:flex;font-size:16px}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category__title span:after,.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category__title span:before{background-color:#000;content:"";display:block;height:1px;margin:0 5px;width:100%}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category__menu{margin-top:10px}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category__menu ul li{border:1px solid #d7d7d7;border-radius:5px;margin:8px 0;position:relative}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category__menu ul li svg{left:5px;position:absolute;top:50%;transform:translateY(-50%)}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category__menu ul li a{align-items:center;color:#000;display:flex;font-weight:500;justify-content:center;padding:8px 20px}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category-2 .board-category-2__first li,.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category-2 .board-category-2__second li{margin:8px 0}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category-2 .board-category-2__first li a,.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category-2 .board-category-2__second li a{align-items:center;color:#7f92a8;display:flex;font-weight:500;justify-content:center;padding:8px 20px;text-align:center}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category-2 .board-category-2__first li{background-color:#eff4f9;border:1px solid #d7d7d7;border-radius:5px}.footer-container .footer-list-menu-mobile .footer-mobile-board .board-category-2 .board-category-2__second li{border-bottom:1px solid #f2f2f2}.footer-container .footer-list-menu-mobile .footer-mobile-information{background-color:#222;border-top:4px solid #d02b1d}.footer-container .footer-list-menu-mobile .footer-mobile-information .information-section{color:#919191;padding:20px}.footer-container .footer-list-menu-mobile .footer-mobile-information .information-section p{font-size:12px}.footer-container .footer-list-menu-mobile .footer-mobile-information .information-section__leader p{font-size:13px;margin-bottom:5px}.hot-news .other-post>div:not(:last-child){border-bottom:1px solid #e5e5e5;padding-bottom:5px}@media only screen and (max-width:992px){.container-stalk .same-post{display:none}}@media only screen and (max-width:767px){.other-post{gap:20px}}.video-player-big-button{height:64px;line-height:64px;margin:-32px 0 0 -32px;width:64px}.video-player-big-button,.video-player-small-button{background-image:url(../logo/icon-play.svg);background-position:50%;background-repeat:no-repeat;background-size:cover!important;-webkit-background-size:cover!important;cursor:pointer;display:block;font-size:2em;left:50%;opacity:1;pointer-events:none;position:absolute;top:50%;transition:all .5s ease;visibility:visible;z-index:4}.video-player-small-button{height:40px;line-height:40px;margin:-20px 0 0 -20px;width:40px}.post-box-type-half .title-inside{background:linear-gradient(180deg,rgba(51,51,51,0),rgba(51,51,51,.98));border-bottom-left-radius:6px;border-bottom-right-radius:6px;bottom:0;padding:20px;position:absolute;width:100%}@media screen and (max-width:992px){.post-box-type-half .title-inside{padding:10px}}.post-box-type-half .title-inside h3{font-size:20px}.post-box-type-half .title-inside h3:hover{color:var(--primary-hover-text-color)!important}.post-box-type-half .title-inside .image-time{background-color:#040404;border-radius:2px;height:20px;opacity:.7;width:50px}.post-box-type-half .relate-post-box__content{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;overflow:hidden}.post-video{margin-bottom:1rem}.post-video .desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#707070;display:-webkit-box;margin-bottom:.5rem;overflow:hidden}@media screen and (max-width:992px){.post-video .desc{display:none}.post-video .video-article{flex-direction:column-reverse}.post-video .list-post{-webkit-overflow-scrolling:touch;display:block;overflow-y:scroll;white-space:nowrap;width:100%}.post-video .list-post .post{display:inline-block;padding-bottom:1rem;vertical-align:text-top;white-space:normal;width:80%}.post-video .list-post .post .left{margin-bottom:1rem}}.VTVNewsPlayer{max-width:100%!important}.home-section{margin-bottom:1rem;padding-bottom:1rem}.post-date{color:#999}.category-title{margin-bottom:1rem;text-transform:uppercase}.category-title .title{border-bottom:3px solid #078048;color:var(--category-title-color);display:inline-block;font-weight:700;padding-bottom:.5rem}.category-title .title.black-border{border-bottom:3px solid #000}.view-more-wrapper{display:none}@media screen and (min-width:992px){.view-more-wrapper{align-content:center;display:flex;justify-content:center}.view-more-wrapper .view-more{border-bottom:1px solid #999;color:#555;font-size:14px;font-weight:400;text-transform:none}.view-more-wrapper .view-more:hover{border-bottom-color:var(--primary-hover-text-color)}}.ads-wrapper{flex:0 0 300px;width:300px}.ads-wrapper .pannel{margin-bottom:1rem}.ads-wrapper .panel-title{display:none}.ads-wrapper.ads-horizontal{flex:unset;width:100%}.ads-wrapper .ads{align-items:center;background:#f5f5f5;display:flex;height:200px;justify-content:center;margin-bottom:1rem}.featured-posts .posts .left-col .main-post{border-bottom:1px dotted #d9d9d9;margin-bottom:1rem}.featured-posts .posts .right-col .divider{background:unset!important;border-left:1px dotted #d9d9d9;height:100%;left:0;top:0;width:1px}@media screen and (min-width:992px){.featured-posts .posts .right-col .post-item article .post-title,.featured-posts .posts .right-col .post-item article .single-category-news .category-news-content h3,.featured-posts .posts .right-col .post-item article .video-detail-container .detail__video__title,.list-category-news .category-news-content .featured-posts .posts .right-col .post-item article .single-category-news h3 h3,.list-category-news .category-news-content .single-category-news h3 .featured-posts .posts .right-col .post-item article h3,.single-category-news .category-news-content .featured-posts .posts .right-col .post-item article h3,.video-detail-container .featured-posts .posts .right-col .post-item article .detail__video__title{border-bottom:1px dotted #d9d9d9}}.featured-posts .posts .right-col .post-item:last-of-type article .post-title,.featured-posts .posts .right-col .post-item:last-of-type article .single-category-news .category-news-content h3,.featured-posts .posts .right-col .post-item:last-of-type article .video-detail-container .detail__video__title,.list-category-news .category-news-content .featured-posts .posts .right-col .post-item:last-of-type article .single-category-news h3 h3,.list-category-news .category-news-content .single-category-news h3 .featured-posts .posts .right-col .post-item:last-of-type article h3,.single-category-news .category-news-content .featured-posts .posts .right-col .post-item:last-of-type article h3,.video-detail-container .featured-posts .posts .right-col .post-item:last-of-type article .detail__video__title{border-bottom:none}.vertical-category-posts article{border-bottom:1px dotted #d9d9d9}.vertical-category-posts article:last-of-type{border-bottom:none}.category-with-sub .category-with-sub-post-list{position:relative}.category-with-sub .category-with-sub-post-list .loader{align-items:center;background-color:hsla(0,0%,100%,.565);display:flex;gap:10px;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:9}.category-with-sub .parent-category{cursor:pointer;margin:0!important}.category-with-sub .child{margin:0!important}.category-with-sub .child-category{color:#555;cursor:pointer;display:none;flex-shrink:0;font-size:14px!important;font-weight:400}.category-with-sub .child-category:hover{color:#000}@media screen and (min-width:992px){.category-with-sub .child-category{display:block}}.category-with-sub .active-category .title{color:var(--category-title-color);font-weight:700}.child-category a{color:#555}@media screen and (min-width:1200px){.category-with-ads .left-col article:nth-child(odd){border-right:1px solid #ebebeb}}@media screen and (max-width:992px){.hot-videos .row.hot-video-items{-webkit-overflow-scrolling:touch;display:block;overflow-y:scroll;white-space:nowrap;width:100%}.hot-videos .row.hot-video-items .video-item{display:inline-block;padding-bottom:1rem;vertical-align:text-top;white-space:normal;width:90%}.hot-videos .btn-slide{top:39%}}.hot-videos .hot-video-slider{position:relative;transition:all .8s ease}.hot-videos .hot-video-items.dragging .video-item{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hot-videos .btn-slide{background-color:#fff;border:1px solid #b6b6b6;border-radius:17px;color:#000;cursor:pointer;font-weight:700;padding:6px}.hot-videos .btn-slide:hover{background-color:#f0f0f0}.hot-videos .btn-slide-right{right:0}.hot-videos .hot-video-dots{display:flex;justify-content:center;margin-top:10px}.hot-videos .hot-video-dots .dot{background-color:#ddd;border-radius:50%;cursor:pointer;height:10px;margin:0 2px;transition:background-color .3s ease;width:10px}.hot-videos .hot-video-dots .dot.active{background-color:#ee321f}.hot-videos .video-time{background-color:#040404;border-radius:2px;bottom:5%;display:none;left:3%;opacity:.7;padding:0 5px;position:absolute}@media screen and (max-width:992px){.home-section .category-title .title{display:block;font-size:20px;width:100%}}.home-section .scroll-btn{background-color:#fff;border:1px solid #b6b6b6;border-radius:17px;color:#000;cursor:pointer;padding:6px;z-index:1}.border-category{border-bottom:3px solid #078048;display:inline-block}.border-category.black-border{border-bottom:3px solid #000}.sprite{background-image:url(https://cdn-images.vtv.vn/mob_images/sprite_v33.png);background-repeat:no-repeat;background-size:852px}.ico-home,.ico-hot,.ico-video,.ico-video2,.ico-vzine{display:block;height:20px;margin-bottom:3px;position:relative;width:100%}.ico-home:before,.ico-hot:before,.ico-video2:before,.ico-video:before,.ico-vzine:before{background-image:url(https://cdn-images.vtv.vn/mob_images/sprite_v33.png);background-size:852px;content:"";display:block;left:50%;position:absolute;top:0}.ico-home:before{background-position:-2px -455px;background-repeat:no-repeat;height:22px;margin-left:-13px;width:26px}.ico-vzine:before{background-position:-63px -555px;height:21px;width:18px}.ico-video2:before,.ico-vzine:before{background-repeat:no-repeat;margin-left:-11px}.ico-video2:before{background-position:-32px -455px;height:23px;width:21px}.ico-video:before{background-position:-25px -503px;background-repeat:no-repeat;height:21px;margin-left:-11px;width:19px}.ico-hot:before{background-position:-8px -504px;background-repeat:no-repeat;height:20px;margin-left:-6px;width:12px}footer .footer-mobile__list li.active a .ico-home:before{background-position:-2px -479px}footer .footer-mobile__list li.active a .ico-hot:before{background-position:-8px -528px}footer .footer-mobile__list li.active a .ico-video:before{background-position:-25px -526px}footer .footer-mobile__list li.active a .ico-video2:before{background-position:-32px -478px}footer .footer-mobile__list li.active a .icon-vzine:before{background-position:-88px -555px}.icon_type_video{background-position:-413px -400px;display:inline-block;height:17px;width:22px}.hot-video-items{margin-bottom:20px;scroll-behavior:smooth}.home_border_bottom{background:url(https://cdn-images.vtv.vn/web_images/border_bottom_box.jpg) repeat-x;display:block;height:10px;margin-bottom:20px;width:100%}.latest-post-skeleton{display:grid;gap:16px;grid-template-columns:48% 50%;margin-bottom:4rem;margin-top:-2rem}.latest-post-skeleton .skeleton{aspect-ratio:16/9;height:100%;width:100%}.latest-post-skeleton .skeleton:nth-child(2){height:30px}.list-video .category-title{border-bottom:1px solid #e5e5e5;color:#040404;font-size:32px;font-weight:700;line-height:46px;margin-bottom:32px;padding-bottom:8px;padding-left:11px;position:relative;text-align:left;text-transform:none}@media only screen and (max-width:576px){.list-video .category-title{font-size:24px}}.list-video .category-title:before{background:var(--header-bg-color);content:"";height:20px;left:0;position:absolute;top:13px;width:3px}.list-video .container-video{box-shadow:0 3px 10px rgba(0,0,0,.2)}@media only screen and (max-width:576px){.list-video .container-info{margin-top:10px}}.list-video .container-info .info{font-size:13px}.list-video .container-info .info .author{color:#c11200}.list-video .container-info .info .date{color:#646464}.list-video .container-info .video-title>a{color:#000;font-size:20px}.list-video .container-info .video-desc{color:#646464;font-size:13px;margin-top:10px}.list-video .container-sub-video{margin-top:10px}.list-video .container-sub-video .sub-video-title{text-decoration:none}.list-video .container-sub-video .sub-video-title:hover,.list-video .container-sub-video .sub-video-title:hover>:first-child{color:var(--primary-hover-text-color)!important}.list-video .container-sub-video .sub-video-title>h4{color:#000;font-size:16px!important}.list-video .container-sub-video .date{color:#646464}@media only screen and (max-width:768px){.list-video .container-sidebar{display:none!important}}.post-box-style-1 .image-time{background-color:#040404;border-radius:2px;bottom:5%;display:none;left:3%;opacity:.7;padding:0 5px;position:absolute}.post-box-style-1 .image-time .play-ic{height:10px;width:10px}.post-box-style-1 .side-viral-video{background-color:#f8f8f8;border:1px solid #e5e5e5;padding:20px}.post-box-style-1 .side-viral-video .title-viral-video{color:#707070;font-size:16px}.post-box-style-1 .side-viral-video .list-viral-video img{aspect-ratio:1/1}.post-box-style-1 .side-viral-video .list-viral-video article h4{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.post-box-style-1 .side-viral-video .list-viral-video .ic-play-thumbnail{height:20px;transform:translate(-50%,-50%);width:20px}.post-box-style-1 .side-viral-video hr{border:none;border-top:1px dashed}.post-box-style-1 .side-viral-video .show-all-viral-video{padding-top:16px}.post-box-style-1 .side-viral-video .show-all-viral-video a{background-color:#fff;border:1px solid #e5e5e5;border-radius:4px;color:#000;padding:10px 40px}.category_box__sidebar>img{margin-bottom:15px;width:100%}.category_box__banner__content img{max-width:100%}.single-category-news .category-news-image img{max-width:100%;width:100%}.list-category-news .category-news-content .single-category-news h3 h3,.single-category-news .category-news-content h3{font-weight:700;margin-bottom:15px}.list-category-news .category-news-content .single-category-news h3 h3 a,.single-category-news .category-news-content h3 a{color:#000}.collapse-submenu::-webkit-scrollbar{background-color:#f5f5f5;height:2px}.collapse-submenu::-webkit-scrollbar-thumb{background-color:#888}.collapse-submenu::-webkit-scrollbar-thumb:hover{background-color:#555}.collapse-icon{transition:transform .3s ease}.category-title-collapse[aria-expanded=true] .collapse-icon{transform:rotate(180deg)}.category-link.active,.dropdown-toggle.active{color:#000;font-weight:700}.scroll-container{align-items:center;display:flex;position:relative;scrollbar-width:none;white-space:nowrap;width:100%}.scroll-container .scroll-btn{position:absolute}.scroll-container .scroll-btn,.scroll-container .scroll-btn-block{background-color:#fff;border:1px solid #b6b6b6;border-radius:17px;color:#000;cursor:pointer;padding:6px;top:25%;transform:translateY(-50%);z-index:1}.scroll-container .scroll-btn-block{position:relative}.list-categories{overflow-x:auto;scroll-behavior:smooth}.list-categories::-webkit-scrollbar{display:none}.list-categories a{color:#000}.list-categories .dropdown-item:focus,.list-categories .dropdown-item:hover{background-color:transparent;color:inherit}.scroll-btn.left{left:0}.scroll-btn.right{right:0}.scroll-btn:hover{background-color:#f0f0f0}.category__featured{margin-bottom:15px}@media screen and (max-width:992px){.category-post .row .category-post-items{-webkit-overflow-scrolling:touch;overflow-y:scroll;white-space:nowrap;width:100%}.category-post .row .category-post-items .post-category-item{display:inline-block;padding-bottom:1rem;vertical-align:text-top;white-space:normal;width:90%}.category-post .btn-slide{top:39%}}.category-post .category-slider{position:relative;transition:all .8s ease}.category-post .category-post-items.dragging .post-item{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.category-post .btn-slide{background-color:#fff;border:1px solid #b6b6b6;border-radius:17px;color:#000;cursor:pointer;font-weight:700;padding:6px}.category-post .btn-slide:hover{background-color:#f0f0f0}.category-post .btn-slide-right{right:0}.category-post .category-dots{display:flex;justify-content:center;margin-top:10px}.category-post .category-dots .category-dot{background-color:#ddd;border-radius:50%;cursor:pointer;height:10px;margin:0 3px;transition:background-color .3s ease;width:10px}.category-post .category-dots .category-dot.active{background-color:#ee321f}@media screen and (max-width:992px){.category-video .row.category-video-items{-webkit-overflow-scrolling:touch;overflow-y:scroll;white-space:nowrap;width:100%}.category-video .row.category-video-items .post-category-item{display:inline-block;padding-bottom:1rem;vertical-align:text-top;white-space:normal;width:90%}.category-video .btn-slide{top:39%}}.category-video .category-slider{position:relative;transition:all .8s ease}.category-video .category-video-items.dragging .post-item{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.category-video .btn-slide{background-color:#fff;border:1px solid #b6b6b6;border-radius:17px;color:#000;cursor:pointer;font-weight:700;padding:6px}.category-video .btn-slide:hover{background-color:#f0f0f0}.category-video .btn-slide-right{right:0}.category-video .category-dots{display:flex;justify-content:center;margin-top:10px}.category-video .category-dots .category-dot{background-color:#ddd;border-radius:50%;cursor:pointer;height:10px;margin:0 5px;transition:background-color .3s ease;width:10px}.category-video .category-dots .category-dot.active{background-color:#ee321f}.post-detail-container{position:relative}.post-detail-container figcaption{background-color:#fafafa;border:1px solid #ededed;border-top:0 solid #ededed;box-sizing:border-box;color:#666;font-family:Arial!important;font-size:12px!important;line-height:18px!important;margin-left:auto;margin-right:auto;max-width:640px;padding:8px 12px;text-align:center!important;width:100%}.post-detail-container .share-buttons{flex:0 0 60px;padding-left:8px;width:60px}.post-detail-container .post-categories{display:flex;gap:1rem;padding-left:0}.post-detail-container .post-categories li{font-weight:600;padding-right:.5rem}.post-detail-container .post-categories li:first-child{list-style:none}.post-detail-container .post-categories li a{color:#292929}.post-detail-container .post-tags-wrapper{display:flex;gap:1rem}.post-detail-container .post-tags-wrapper .post-tags{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.post-detail-container .post-tags-wrapper .post-tags .tag{background-color:#e3e3e3;border-radius:5px;color:#777;display:flex;font-size:12px;line-height:1;margin-right:5px;padding:6px 8px;transition:all .3s}.post-detail-container .post-content-container{width:100%}@media screen and (min-width:992px){.post-detail-container .post-content-container{flex:0 0 calc(100% - 60px)}}.post-detail-container .post-content-container .post-content{width:100%}@media screen and (min-width:992px){.post-detail-container .post-content-container .post-content{flex:0 0 calc(100% - 300px)}}.post-detail-container .post-content-container .post-content .main-article{margin:0 auto;max-width:640px}.post-detail-container .fixed-left-share-icons{position:sticky;top:1rem}.post-detail-container .fixed-left-share-icons .bb-social-sharing{flex-direction:column}.post-detail-container .bb-social-sharing{display:inline-flex;gap:.75rem;margin-bottom:0;padding-left:0}@media screen and (max-width:767px){.post-detail-container .bb-social-sharing{padding:0!important}}.post-detail-container .bb-social-sharing .bb-social-sharing__item{align-items:center;border:1px solid #e6e7e8;border-radius:50%;display:inline-flex;height:32px;justify-content:center;line-height:30px;text-align:center;width:32px}.post-detail-container .bb-social-sharing .bb-social-sharing__item a{line-height:16px}.post-detail-container .bb-social-sharing .bb-social-sharing__item:last-child{margin-inline-end:0}.post-detail-container .bb-social-sharing .bb-social-sharing__item:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.post-detail-container .bb-social-sharing .bb-social-sharing__item:hover a,.post-detail-container .bb-social-sharing .bb-social-sharing__item:hover a:hover,.post-detail-container .bb-social-sharing .bb-social-sharing__item:hover button,.post-detail-container .bb-social-sharing .bb-social-sharing__item:hover button:hover,.post-detail-container .bb-social-sharing .bb-social-sharing__item:hover svg,.post-detail-container .bb-social-sharing .bb-social-sharing__item:hover svg:hover{color:#fff}.post-detail-container .bb-social-sharing .bb-social-sharing__item a,.post-detail-container .bb-social-sharing .bb-social-sharing__item button,.post-detail-container .bb-social-sharing .bb-social-sharing__item svg{color:var(--primary-color)}.post-detail-container .bb-social-sharing .bb-social-sharing__item a:hover,.post-detail-container .bb-social-sharing .bb-social-sharing__item button:hover,.post-detail-container .bb-social-sharing .bb-social-sharing__item svg:hover{color:#fff!important}.post-detail-container .bb-social-sharing .bb-social-sharing__item button{background:transparent;border:none;color:var(--primary-color);outline:none}.post-detail-container .bb-social-sharing .bb-social-sharing__item button:hover{cursor:pointer}.post-detail-container .bb-social-sharing .bb-social-sharing__item svg{height:1.5rem;width:1.15rem}.detail-post__author_name{color:#565656;margin-right:10px;padding-right:10px;position:relative}.detail-post__author_name:after{border:2px solid #000;border-radius:10px;content:"";height:2px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:2px}.detail-post__author_name:last-of-type{margin-right:3px;padding-right:0}.detail-post__author_name:last-of-type:after{content:unset}.detail-post__sapo>h2{color:#565656;font-size:18px!important;font-weight:400;line-height:1.4}.detail-post__content video{aspect-ratio:16/9;height:auto;width:100%}.detail-post__content p{font-family:Inter Regular,sans-serif!important;font-size:16px!important;line-height:26px!important;text-align:justify;width:auto!important}.detail-post__content h2,.detail-post__content h3,.detail-post__content h4,.detail-post__content h5,.detail-post__content h6{font-weight:500}.detail-post__content strong{font-weight:600}.detail-post__content h2{font-size:20px!important}.detail-post__content h3{font-size:18px!important}.detail-post__content h4,.detail-post__content h5,.detail-post__content h6{font-size:16px!important}.detail-post__content .image,.detail-post__content figure{width:100%}.detail-post__content p{margin-bottom:1rem!important;margin-top:0!important}.detail-post__content>div{width:auto!important}.detail-post__content .caption,.detail-post__content figcaption{background-color:#fafafa;border:1px solid #ededed;border-top:0 solid #ededed;box-sizing:border-box;color:#666;font-family:Arial!important;font-size:12px!important;line-height:18px!important;margin-left:auto;margin-right:auto;max-width:640px;overflow:hidden;overflow-wrap:break-word;padding:8px 12px;text-align:center!important;width:100%}.detail-post__content img{max-height:100%!important;max-width:100%;width:100%}.gach_cham{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAGCAYAAADkOT91AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkM4MUM3OThDNTI0MjExRTZCQUQxOUZCMEU4QzVDMDFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkM4MUM3OThENTI0MjExRTZCQUQxOUZCMEU4QzVDMDFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzgxQzc5OEE1MjQyMTFFNkJBRDE5RkIwRThDNUMwMUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzgxQzc5OEI1MjQyMTFFNkJBRDE5RkIwRThDNUMwMUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz78918tAAAAJ0lEQVR42mLYv3//f2TACCIYkAATjHHgwAEIgygtX0EYqAVMAwQYAH0hLrOjGDSjAAAAAElFTkSuQmCC) repeat-x;height:6px;width:100%}.video-container{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.video-container>div:first-child{height:100%!important;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.video-detail-container .detail__video .fixed-left-share-icons .bb-social-sharing{display:flex;list-style:none}.video-detail-container .detail__video .fixed-left-share-icons .bb-social-sharing li{align-items:center;border:1px solid #e6e7e8;border-radius:50%;display:inline-flex;height:32px;justify-content:center;line-height:30px;margin-right:10px;text-align:center;width:32px}.video-detail-container .detail__video .fixed-left-share-icons .bb-social-sharing li:hover{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff}.video-detail-container .detail__video .fixed-left-share-icons .bb-social-sharing li:hover a{color:#fff!important}.video-detail-container .detail__video .fixed-left-share-icons .bb-social-sharing li a{color:var(--primary-color)}.video-detail-container .detail__video .fixed-left-share-icons .bb-social-sharing li a :hover{color:#fff!important}.video-detail-container .detail__video .fixed-left-share-icons .bb-social-sharing li svg{color:var(--primary-color);height:1.5rem;width:1.15rem}.video-detail-container .detail__video .video__section{aspect-ratio:16/9;background-color:#000;height:auto;max-height:450px}.video-detail-container .detail__video .video__section .wrapper-player>div:first-child{height:100%!important}.video-detail-container .detail__video .video__content-title a{color:#d4111b}.video-detail-container .detail__video .video__content-title p{color:#555}.video-detail-container .detail__video .video__content-title a,.video-detail-container .detail__video .video__content-title p,.video-detail-container .detail__video .video__content-title span{font-size:15px}.video-detail-container .detail__video .video__content-title h1{color:#000;font-size:20px}@media (min-width:576px){.video-detail-container .detail__video .video__content article{max-height:-moz-fit-content;max-height:fit-content}}@media (min-width:992px){.video-detail-container .detail__video .video__content article{max-height:423px;overflow-y:auto}}.video-detail-container .detail__video .video__content__description{color:#565656;font-family:Times New Roman,sans-serif;font-size:19px!important;line-height:26px!important;text-align:justify!important}.video-detail-container .detail__video .video__content__description::-webkit-scrollbar{background:#f1f1f1;width:2px}.video-detail-container .detail__video .video__content-description::-webkit-scrollbar-thumb{background:#ee321f}.recommend__video a img,.relate__video a img{aspect-ratio:16/9}.new-update__video .ad-side{width:300px}.new-update__video .btn-show-more button{font-size:14px;padding-left:40px;padding-right:40px}@media only screen and (max-width:992px){.live-video{padding:10px}}.live-video .left-box .title{height:35px;margin-bottom:.5rem}@media only screen and (max-width:992px){.live-video .left-box .title{font-size:20px!important;margin-left:10px}}.live-video .left-box .title .tivi{width:28px}.live-video .left-box .title>h1{display:block;font-size:25px;font-weight:700;margin:0!important;position:relative;text-transform:uppercase}@media only screen and (max-width:992px){.live-video .left-box .title>h1{font-size:20px!important}}.live-video .left-box .video-content{aspect-ratio:16/9;background-color:#000;height:auto;max-height:450px}@media only screen and (max-width:992px){.live-video .right-box{margin-top:1rem}}.live-video .right-box .title{align-items:center;border-left:none;color:#ddd;display:flex;font-size:25px;font-weight:700;height:35px;margin-bottom:.5rem;padding-left:14px;position:relative;text-decoration:none;text-transform:uppercase}@media only screen and (max-width:992px){.live-video .right-box .title{font-size:20px;margin-left:10px}}.live-video .right-box .title:before{background:#d6090a;content:"";display:block;height:20px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:5px}.live-video .right-box .scroll-list{max-height:450px;position:relative}.live-video .right-box .scroll-list .calendar{background-color:#989898;color:#fff;cursor:pointer;position:relative}.live-video .right-box .scroll-list .calendar #video-datepicker{cursor:pointer;height:100%;opacity:0;position:absolute;z-index:10}.live-video .right-box .scroll-list .calendar .arrow-left,.live-video .right-box .scroll-list .calendar .arrow-right{width:30px}.live-video .right-box .scroll-list .calendar .date{font-size:16px;font-weight:600;height:50px;position:relative;width:100%}.live-video .right-box .scroll-list .time-line{max-height:400px;overflow-y:auto;padding:0!important}.live-video .right-box .scroll-list .time-line .item{background-color:#ebebeb;border-top:1px dashed #ccc;cursor:pointer}.live-video .right-box .scroll-list .time-line .item:hover{background-color:#989898;color:#fff}.live-video .right-box .scroll-list .time-line .item:hover .info .desc,.live-video .right-box .scroll-list .time-line .item:hover .info .name,.live-video .right-box .scroll-list .time-line .item:hover .info .time{color:#fff!important}.live-video .right-box .scroll-list .time-line .item:last-child{border-bottom:1px dashed #ccc}.live-video .right-box .scroll-list .time-line .item.active{background-color:#666}.live-video .right-box .scroll-list .time-line .item.active .info .desc,.live-video .right-box .scroll-list .time-line .item.active .info .name,.live-video .right-box .scroll-list .time-line .item.active .time{color:#fff!important}.live-video .right-box .scroll-list .time-line .item>*{padding:10px}@media only screen and (max-width:992px){.live-video .right-box .scroll-list .time-line .item{justify-content:space-evenly}}.live-video .right-box .scroll-list .time-line .item .time{font-size:12px;margin-top:2px}.live-video .right-box .scroll-list .time-line .item .info .desc{color:#707070;font-size:13px;margin:0!important}.live-video .right-box .scroll-list .time-line .item .play{fill:#fafafa;width:18px!important}.air-datepicker.-bottom-left-.-from-bottom-{width:400px}.page-container{background-color:#fff;margin-top:.5rem;padding-bottom:.5rem;padding-top:.5rem}.page-container .page-content{background-color:#fff;margin:0 auto;max-width:640px}.page-container .page-content .image img{width:100%}@media screen and (min-width:992px){.page-container{margin-top:.5rem;padding-bottom:1rem;padding-top:1rem}}.header{color:#fff}
