@charset "UTF-8";@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:4px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .1s ease-in-out}.plyr__control svg{display:block;fill:currentColor;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media (max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc(var(--plyr-range-track-height, 5px)/2*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;height:100%;inset:0;margin:0;position:fixed;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;cursor:pointer;inset:0;overflow:hidden;position:absolute;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{filter:blur(1px);height:100%;inset:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}
/**
 * Swiper 9.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

@font-face {
  font-family: "Oswald";
  src: url(/fonts/Oswald-Light.ttf?890b1795d7ad98c6b59b47fc8bb24bac);
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url(/fonts/Oswald-Regular.ttf?72bf4cde68ddbc03f143c642630c343d);
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Oswald";
  src: url(/fonts/Oswald-Medium.ttf?8112fe39e69ad86f7bb5ced76adefb75);
  font-weight: 500;
  font-style: normal;
}
.text-arial {
  font-family: Arial, Helvetica, sans-serif;
}

.text-oswald {
  font-family: "Oswald";
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 *//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
@media (min-width: 100%){
  .container{
    max-width: 100%;
  }
}
@media (min-width: 992px){
  .container{
    max-width: 992px;
  }
}
@media (min-width: 1000px){
  .container{
    max-width: 1000px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
  .thumbnail{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
  .loadmore{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: flex;
  cursor: pointer;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1.25rem;
  padding-left: 74px;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-duration: 500ms;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.\!absolute{
  position: absolute !important;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.\!right-\[6px\]{
  right: 6px !important;
}
.\!top-\[-300px\]{
  top: -300px !important;
}
.-left-11{
  left: -2.75rem;
}
.-left-\[12px\]{
  left: -12px;
}
.-right-11{
  right: -2.75rem;
}
.-right-\[50px\]{
  right: -50px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-24{
  bottom: 6rem;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-\[-24px\]{
  bottom: -24px;
}
.bottom-\[15px\]{
  bottom: 15px;
}
.bottom-\[200px\]{
  bottom: 200px;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-7{
  left: 1.75rem;
}
.left-\[-3px\]{
  left: -3px;
}
.left-\[-70px\]{
  left: -70px;
}
.left-\[180px\]{
  left: 180px;
}
.left-\[21px\]{
  left: 21px;
}
.left-\[80px\]{
  left: 80px;
}
.left-\[calc\(50\%_-_10px\)\]{
  left: calc(50% - 10px);
}
.left-\[calc\(50\%_-_80px\)\]{
  left: calc(50% - 80px);
}
.left-full{
  left: 100%;
}
.right-0{
  right: 0px;
}
.right-1{
  right: 0.25rem;
}
.right-10{
  right: 2.5rem;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-8{
  right: 2rem;
}
.right-\[-40px\]{
  right: -40px;
}
.right-\[-70px\]{
  right: -70px;
}
.right-\[10px\]{
  right: 10px;
}
.right-\[180px\]{
  right: 180px;
}
.right-\[50px\]{
  right: 50px;
}
.right-\[6px\]{
  right: 6px;
}
.start-1{
  inset-inline-start: 0.25rem;
}
.start-s{
  inset-inline-start: 0.5px;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-7{
  top: 1.75rem;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[50px\]{
  top: 50px;
}
.top-\[60px\]{
  top: 60px;
}
.top-\[72px\]{
  top: 72px;
}
.top-\[calc\(100\%_\+_10px\)\]{
  top: calc(100% + 10px);
}
.top-\[calc\(100\%_\+_1px\)\]{
  top: calc(100% + 1px);
}
.top-\[calc\(50\%_-_15px\)\]{
  top: calc(50% - 15px);
}
.top-\[calc\(50\%_-_60px\)\]{
  top: calc(50% - 60px);
}
.top-full{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[100000\]{
  z-index: 100000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[19999\]{
  z-index: 19999;
}
.z-\[200000\]{
  z-index: 200000;
}
.z-\[200\]{
  z-index: 200;
}
.z-\[300\]{
  z-index: 300;
}
.z-\[40\]{
  z-index: 40;
}
.z-\[50\]{
  z-index: 50;
}
.z-\[90\]{
  z-index: 90;
}
.z-\[999\]{
  z-index: 999;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.clear-left{
  clear: left;
}
.clear-both{
  clear: both;
}
.m-0{
  margin: 0px;
}
.m-2{
  margin: 0.5rem;
}
.\!mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-1{
  margin-bottom: 0.25rem !important;
}
.\!mb-2{
  margin-bottom: 0.5rem !important;
}
.\!mb-\[-50px\]{
  margin-bottom: -50px !important;
}
.\!mb-\[5px\]{
  margin-bottom: 5px !important;
}
.\!mr-2{
  margin-right: 0.5rem !important;
}
.\!mr-4{
  margin-right: 1rem !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.\!mt-5{
  margin-top: 1.25rem !important;
}
.\!mt-\[20px\]{
  margin-top: 20px !important;
}
.\!mt-\[30px\]{
  margin-top: 30px !important;
}
.\!mt-\[52px\]{
  margin-top: 52px !important;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[9px\]{
  margin-bottom: 9px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-\[-14px\]{
  margin-left: -14px;
}
.ml-\[-70px\]{
  margin-left: -70px;
}
.ml-\[200px\]{
  margin-left: 200px;
}
.ml-auto{
  margin-left: auto;
}
.mr-0{
  margin-right: 0px;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-9{
  margin-right: 2.25rem;
}
.mr-\[32px\]{
  margin-right: 32px;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[10px\]{
  margin-top: 10px;
}
.mt-\[13px\]{
  margin-top: 13px;
}
.mt-\[16px\]{
  margin-top: 16px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[27px\]{
  margin-top: 27px;
}
.mt-\[300px\]{
  margin-top: 300px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[31px\]{
  margin-top: 31px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-\[55px\]{
  margin-top: 55px;
}
.mt-\[60px\]{
  margin-top: 60px;
}
.mt-\[65px\]{
  margin-top: 65px;
}
.mt-\[6px\]{
  margin-top: 6px;
}
.box-border{
  box-sizing: border-box;
}
.box-content{
  box-sizing: content-box;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block{
  display: block;
}
.\!inline-block{
  display: inline-block !important;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.\!hidden{
  display: none !important;
}
.hidden{
  display: none;
}
.aspect-\[1\.5\]{
  aspect-ratio: 1.5;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.aspect-\[2\/3\]{
  aspect-ratio: 2/3;
}
.aspect-\[225\/400\]{
  aspect-ratio: 225/400;
}
.aspect-\[3\/2\]{
  aspect-ratio: 3/2;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-\[410\/230\]{
  aspect-ratio: 410/230;
}
.aspect-\[475\/1015\]{
  aspect-ratio: 475/1015;
}
.aspect-\[4\]{
  aspect-ratio: 4;
}
.aspect-\[5\/3\]{
  aspect-ratio: 5/3;
}
.aspect-\[7\/5\]{
  aspect-ratio: 7/5;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.\!h-full{
  height: 100% !important;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-28{
  height: 7rem;
}
.h-32{
  height: 8rem;
}
.h-38{
  height: 154px;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-96{
  height: 24rem;
}
.h-\[0\.1px\]{
  height: 0.1px;
}
.h-\[1015px\]{
  height: 1015px;
}
.h-\[116px\]{
  height: 116px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[144px\]{
  height: 144px;
}
.h-\[146px\]{
  height: 146px;
}
.h-\[171px\]{
  height: 171px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[390px\]{
  height: 390px;
}
.h-\[404px\]{
  height: 404px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[650px\]{
  height: 650px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[350px\]{
  max-height: 350px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.min-h-\[44px\]{
  min-height: 44px;
}
.w-1{
  width: 0.25rem;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-44{
  width: 11rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-52{
  width: 13rem;
}
.w-58{
  width: 230px;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-96{
  width: 24rem;
}
.w-\[1000px\]{
  width: 1000px;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[1150px\]{
  width: 1150px;
}
.w-\[116px\]{
  width: 116px;
}
.w-\[126px\]{
  width: 126px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[205px\]{
  width: 205px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[230px\]{
  width: 230px;
}
.w-\[25px\]{
  width: 25px;
}
.w-\[273px\]{
  width: 273px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[312px\]{
  width: 312px;
}
.w-\[313px\]{
  width: 313px;
}
.w-\[315px\]{
  width: 315px;
}
.w-\[34px\]{
  width: 34px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[420px\]{
  width: 420px;
}
.w-\[475px\]{
  width: 475px;
}
.w-\[484px\]{
  width: 484px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[5px\]{
  width: 5px;
}
.w-\[650px\]{
  width: 650px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[850px\]{
  width: 850px;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[954px\]{
  width: 954px;
}
.w-\[975px\]{
  width: 975px;
}
.w-\[calc\(100\%_-_850px\)\]{
  width: calc(100% - 850px);
}
.w-\[calc\(50\%_-_270px\)\]{
  width: calc(50% - 270px);
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[46px\]{
  min-width: 46px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[1030px\]{
  max-width: 1030px;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[975px\]{
  max-width: 975px;
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full{
  max-width: 100%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[50\%\]{
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-x-\[1px\]{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-t-8{
  border-top-width: 8px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.\!border-\[\#495057\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(73 80 87 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#E21F26\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(226 31 38 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#000\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-\[\#a1a0a0\]{
  --tw-border-opacity: 1;
  border-color: rgb(161 160 160 / var(--tw-border-opacity, 1));
}
.border-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-\[\#d4d4d4\]{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}
.border-\[\#ddd\]{
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity, 1));
}
.border-\[\#dee2e6\]{
  --tw-border-opacity: 1;
  border-color: rgb(222 226 230 / var(--tw-border-opacity, 1));
}
.border-\[\#e21f26\]{
  --tw-border-opacity: 1;
  border-color: rgb(226 31 38 / var(--tw-border-opacity, 1));
}
.border-\[\#e9ecef\]{
  --tw-border-opacity: 1;
  border-color: rgb(233 236 239 / var(--tw-border-opacity, 1));
}
.border-\[\#eeeded\]{
  --tw-border-opacity: 1;
  border-color: rgb(238 237 237 / var(--tw-border-opacity, 1));
}
.border-\[\#f7f6f6\]{
  --tw-border-opacity: 1;
  border-color: rgb(247 246 246 / var(--tw-border-opacity, 1));
}
.border-\[\#ffe69c\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 230 156 / var(--tw-border-opacity, 1));
}
.border-\[dee2e6\]{
  border-color: dee2e6;
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  border-color: rgba(0,0,0,0.1);
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\]{
  border-color: rgba(0,0,0,0.4);
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-600{
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-slate-500{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#1091ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(16 145 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#27303e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 48 62 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3B5998\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 89 152 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3d4552\]{
  --tw-bg-opacity: 1;
  background-color: rgb(61 69 82 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6c757d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(108 117 125 / var(--tw-bg-opacity, 1));
}
.bg-\[\#B50007\]{
  --tw-bg-opacity: 1;
  background-color: rgb(181 0 7 / var(--tw-bg-opacity, 1));
}
.bg-\[\#bd1723\]{
  --tw-bg-opacity: 1;
  background-color: rgb(189 23 35 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ccc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}
.bg-\[\#cf2228\]{
  --tw-bg-opacity: 1;
  background-color: rgb(207 34 40 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dedede\]{
  --tw-bg-opacity: 1;
  background-color: rgb(222 222 222 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e7e5e5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e8e8e8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e9ecef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef8f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 248 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ef6500\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 101 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1efef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 239 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f2f2f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f6f6f6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8f8ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8f9fa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff3cd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 205 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[rgb\(0\2c 61\2c 161\)\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 61 161 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(0\2c 0\2c 0\2c \.08\)\]{
  background-color: rgba(0,0,0,.08);
}
.bg-\[rgba\(0\2c 0\2c 0\2c \.1\)\]{
  background-color: rgba(0,0,0,.1);
}
.bg-\[rgba\(0\2c 0\2c 0\2c \.3\)\]{
  background-color: rgba(0,0,0,.3);
}
.bg-\[rgba\(0\2c 0\2c 0\2c \.4\)\]{
  background-color: rgba(0,0,0,.4);
}
.bg-\[rgba\(0\2c 0\2c 0\2c \.5\)\]{
  background-color: rgba(0,0,0,.5);
}
.bg-\[rgba\(0\2c 0\2c 0\2c \.95\)\]{
  background-color: rgba(0,0,0,.95);
}
.bg-\[rgba\(255\2c 255\2c 255\2c \.8\)\]{
  background-color: rgba(255,255,255,.8);
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-\[url\(\'\/images\/bg-location\.png\'\)\]{
  background-image: url('/images/bg-location.png');
}
.bg-\[url\(\'\/images\/bg-podcast\.png\'\)\]{
  background-image: url('/images/bg-podcast.png');
}
.bg-\[url\(\'\/images\/control-left\.png\'\)\]{
  background-image: url('/images/control-left.png');
}
.bg-\[url\(\'\/images\/control-right\.png\'\)\]{
  background-image: url('/images/control-right.png');
}
.bg-\[url\(\'\/images\/gallery\/15\.jpg\'\)\]{
  background-image: url('/images/gallery/15.jpg');
}
.bg-\[url\(\'\/images\/icon-download\.png\'\)\]{
  background-image: url('/images/icon-download.png');
}
.bg-\[url\(\'\/images\/logo-mobile\.png\'\)\]{
  background-image: url('/images/logo-mobile.png');
}
.bg-\[url\(\/images\/2\.png\)\]{
  background-image: url(/images/2.png);
}
.bg-\[url\(\/images\/backtotop\.png\)\]{
  background-image: url(/images/backtotop.png);
}
.bg-\[url\(\/images\/bg-location_ver2\.png\)\]{
  background-image: url(/images/bg-location_ver2.png);
}
.bg-\[url\(\/images\/bg-podcast\.png\)\]{
  background-image: url(/images/bg-podcast.png);
}
.bg-\[url\(\/images\/bg_newspaper\.jpg\)\]{
  background-image: url(/images/bg_newspaper.jpg);
}
.bg-\[url\(\/images\/icon-download\.png\)\]{
  background-image: url(/images/icon-download.png);
}
.bg-\[url\(\/images\/icon-location\.png\)\]{
  background-image: url(/images/icon-location.png);
}
.bg-\[url\(\/images\/icon_emagazine\.png\)\]{
  background-image: url(/images/icon_emagazine.png);
}
.bg-\[url\(\/images\/icon_image\.png\)\]{
  background-image: url(/images/icon_image.png);
}
.bg-\[url\(\/images\/icon_infographic\.png\)\]{
  background-image: url(/images/icon_infographic.png);
}
.bg-\[url\(\/images\/logobox2\.gif\)\]{
  background-image: url(/images/logobox2.gif);
}
.bg-\[url\(\/images\/social-fb\.png\)\]{
  background-image: url(/images/social-fb.png);
}
.bg-\[url\(\/images\/social-mail\.png\)\]{
  background-image: url(/images/social-mail.png);
}
.bg-\[url\(\/images\/social-zalo\.png\)\]{
  background-image: url(/images/social-zalo.png);
}
.bg-\[length\:100px\]{
  background-size: 100px;
}
.bg-\[length\:10px\]{
  background-size: 10px;
}
.bg-\[length\:150px\]{
  background-size: 150px;
}
.bg-\[length\:15px\]{
  background-size: 15px;
}
.bg-\[length\:20px\]{
  background-size: 20px;
}
.bg-\[length\:25px\]{
  background-size: 25px;
}
.bg-\[length\:30px\]{
  background-size: 30px;
}
.bg-\[length\:34px\]{
  background-size: 34px;
}
.bg-\[length\:70px\]{
  background-size: 70px;
}
.bg-\[length\:80px\]{
  background-size: 80px;
}
.bg-cover{
  background-size: cover;
}
.bg-\[center_top_-2px\]{
  background-position: center top -2px;
}
.bg-\[left_20px_center\]{
  background-position: left 20px center;
}
.bg-center{
  background-position: center;
}
.bg-left{
  background-position: left;
}
.bg-top{
  background-position: top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-repeat-x{
  background-repeat: repeat-x;
}
.fill-\[\#5c5c5c\]{
  fill: #5c5c5c;
}
.fill-\[\#E3AC04\]{
  fill: #E3AC04;
}
.stroke-\[\#ccc\]{
  stroke: #ccc;
}
.stroke-black{
  stroke: #000;
}
.stroke-white{
  stroke: #fff;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.\!p-\[10px\]{
  padding: 10px !important;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-8{
  padding: 2rem;
}
.p-\[1\.25rem\]{
  padding: 1.25rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[17\.5px\]{
  padding: 17.5px;
}
.\!py-5{
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-\[33px\]{
  padding-bottom: 33px;
}
.pb-\[38px\]{
  padding-bottom: 38px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pl-0\.5{
  padding-left: 0.125rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-14{
  padding-left: 3.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-20{
  padding-left: 5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[30px\]{
  padding-left: 30px;
}
.pl-\[33px\]{
  padding-left: 33px;
}
.pl-\[74px\]{
  padding-left: 74px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-\[16px\]{
  padding-right: 16px;
}
.pr-\[20px\]{
  padding-right: 20px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-14{
  padding-top: 3.5rem;
}
.pt-18{
  padding-top: 70px;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[100px\]{
  padding-top: 100px;
}
.pt-\[120px\]{
  padding-top: 120px;
}
.pt-\[140px\]{
  padding-top: 140px;
}
.pt-\[14px\]{
  padding-top: 14px;
}
.pt-\[26px\]{
  padding-top: 26px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[33px\]{
  padding-top: 33px;
}
.pt-\[52px\]{
  padding-top: 52px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[80px\]{
  padding-top: 80px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-end{
  text-align: end;
}
.-indent-\[9999px\]{
  text-indent: -9999px;
}
.indent-\[-9999px\]{
  text-indent: -9999px;
}
.align-middle{
  vertical-align: middle;
}
.font-\[tahoma\]{
  font-family: tahoma;
}
.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-\[24px\]{
  font-size: 24px !important;
}
.\!text-\[30px\]{
  font-size: 30px !important;
}
.\!text-\[40px\]{
  font-size: 40px !important;
}
.\!text-\[42px\]{
  font-size: 42px !important;
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[0\]{
  font-size: 0;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[38px\]{
  font-size: 38px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.\!normal-case{
  text-transform: none !important;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-3{
  line-height: .75rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[1\.7em\]{
  line-height: 1.7em;
}
.leading-\[150\%\]{
  line-height: 150%;
}
.leading-\[160\%\]{
  line-height: 160%;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[27px\]{
  line-height: 27px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[36px\]{
  line-height: 36px;
}
.leading-\[37px\]{
  line-height: 37px;
}
.leading-\[40px\]{
  line-height: 40px;
}
.leading-\[41px\]{
  line-height: 41px;
}
.leading-\[47px\]{
  line-height: 47px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-normal{
  line-height: 1.5;
}
.\!text-\[\#E21F26\]{
  --tw-text-opacity: 1 !important;
  color: rgb(226 31 38 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#dc3545\]{
  --tw-text-opacity: 1 !important;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1)) !important;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#008cff\]{
  --tw-text-opacity: 1;
  color: rgb(0 140 255 / var(--tw-text-opacity, 1));
}
.text-\[\#111111\]{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.text-\[\#111\]{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.text-\[\#123\]{
  --tw-text-opacity: 1;
  color: rgb(17 34 51 / var(--tw-text-opacity, 1));
}
.text-\[\#212529\]{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}
.text-\[\#222\]{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#343a40\]{
  --tw-text-opacity: 1;
  color: rgb(52 58 64 / var(--tw-text-opacity, 1));
}
.text-\[\#495057\]{
  --tw-text-opacity: 1;
  color: rgb(73 80 87 / var(--tw-text-opacity, 1));
}
.text-\[\#535252\]{
  --tw-text-opacity: 1;
  color: rgb(83 82 82 / var(--tw-text-opacity, 1));
}
.text-\[\#6c757d\]{
  --tw-text-opacity: 1;
  color: rgb(108 117 125 / var(--tw-text-opacity, 1));
}
.text-\[\#999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#B50007\]{
  --tw-text-opacity: 1;
  color: rgb(181 0 7 / var(--tw-text-opacity, 1));
}
.text-\[\#adb5bd\]{
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity, 1));
}
.text-\[\#ccc\]{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}
.text-\[\#d4d4d4\]{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.text-\[\#dc3545\]{
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}
.text-\[\#e21f26\]{
  --tw-text-opacity: 1;
  color: rgb(226 31 38 / var(--tw-text-opacity, 1));
}
.text-\[3212529\]{
  color: 3212529;
}
.text-\[rgb\(0\2c 61\2c 161\)\]{
  --tw-text-opacity: 1;
  color: rgb(0 61 161 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-0{
  outline-width: 0px;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.scrollbar-w-0.5::-webkit-scrollbar{
  width: 0.125rem;
}
.scrollbar-w-1.5::-webkit-scrollbar{
  width: 0.375rem;
}
.scrollbar-w-2.5::-webkit-scrollbar{
  width: 0.625rem;
}
.scrollbar-w-3.5::-webkit-scrollbar{
  width: 0.875rem;
}
  /* Hide scrollbar for Chrome, Safari and Opera */
  .no-scrollbar::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
.font-tahoma {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.center-x-y{
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.video-wrapper {
  cursor: pointer;
}

.plyr--audio .plyr__controls {
  background-color: transparent !important;
}

.DjVideo-loader-circle {
  width: 110px;
  height: 110px;
  border: 5px solid rgba(255, 255, 255, 0.5);
  border-top: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-mask-image: -webkit-linear-gradient(bottom, #000, rgba(0, 0, 0, 0));
  border-radius: 55px;
  -moz-animation: spin 0.5s infinite linear;
  -webkit-animation: spin 1s infinite linear;
}
.bg-loadmore {
  background: #fff3cd url(/images/icon-download.png?25f983325bbcbcd6c1c12f50261b9238) left 20px center/30px no-repeat;
  border: 1px dashed #000;
}

#glideLogo .glide__slides {
  transform: translate3d(0, 0, 0) !important;
}
#glideLogo .glide__track::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 5px;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%);
}
#glideLogo .glide__slide {
  position: absolute;
  top: 0;
  left: 0;
  order: 2;
  opacity: 0;
  transition: opacity 1250ms ease-in-out;
}
#glideLogo .glide__slide.glide__slide--active {
  position: relative;
  order: 1;
  opacity: 1;
  z-index: 1;
}

#glideHighlightArticles .glide__slides {
  transform: translate3d(0, 0, 0) !important;
}
#glideHighlightArticles .glide__slide {
  position: absolute;
  top: 0;
  left: 0;
  order: 2;
  opacity: 0;
  transition: opacity 1250ms ease-in-out;
}
#glideHighlightArticles .glide__slide.glide__slide--active {
  position: relative;
  order: 1;
  opacity: 1;
  z-index: 1;
}

.box-radio .box-heading {
  background: url(/images/bg-radio.png?1eedb04a0e53662f30f974bd8352f069) right 30px center no-repeat;
}

.icon-radio {
  background: url(/images/icon-radio.png?929375f1445fd9e4f0de3874b91eeeab) center center no-repeat;
}

.text {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.bg-region {
  background: #fffaec url(/images/bg-logo.png?6e60f1dffb2e277bcc20f3caa8c9903a) center center/1822px 170px no-repeat;
}

.box-multimedia .glide__slide--active .cms-link {
  font-size: 10px;
}

.story__time {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #adb5bd;
  margin-top: 4px;
  font-family: Roboto;
}

.splide__pagination {
  bottom: -1.5em !important;
}

.box-multimedia .is-visible.is-active .story__heading a {
  transform: scale(0.8);
  margin: 0 auto;
  margin-top: -6px;
  max-width: 100%;
}

.box-multimedia .glide__slide--active {
  transition: all linear 0.4s;
  transform: scale(1.45);
}
.box-multimedia .glide__slide--active h2 span {
  font-size: 12px;
}
.box-multimedia .glide__slide--active .icon-title {
  transform: scale(0.8);
}

@media (min-width: 1367px) {
  .box-multimedia .glide__slide--active {
    transform: scale(1.95);
  }
  .box-multimedia .glide__slide--active h2 span {
    font-size: 12px;
  }
  .box-multimedia .glide__slide--active .icon-title {
    transform: scale(0.8);
  }
}
.box-multimedia .carousel__prev,
.box-multimedia .carousel__next {
  width: 74px;
  height: 100px;
  display: block;
  top: 35%;
  position: absolute;
  cursor: pointer;
}

.box-multimedia .carousel__prev {
  background: url(/images/control-left.png?3d4d8addecfdce4bf89cfee855a9495f) center center/74px no-repeat;
  left: -78px;
}

@media (min-width: 1600px) {
  .box-multimedia .carousel__prev {
    left: -100px;
  }
}
.box-multimedia .carousel__next {
  background: url(/images/control-right.png?bbb7771c4ef32cba3dda4b72ccee8e01) center center/74px no-repeat;
  right: -78px;
}

@media (min-width: 1600px) {
  .box-multimedia .carousel__next {
    right: -100px;
  }
}
.bg-header{
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-image: url(/images/bg.png?d1a492150df075c169bd1be9d26b088e);
}

.carousel__slide--active > .carousel__item {
  transform: scale(1.45);
}

:root {
  --plyr-color-main: #E21F26;
}
@keyframes z-control-click {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes decrease-width-button {
  0% {
    width: 18em;
  }
  100% {
    width: 4.5em;
  }
}
@keyframes decrease-opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.\--z--control-dvr {
  margin-left: 1.5em;
}

.\--z--control-dvr span.icon-live {
  border: 4px solid red;
  border-radius: 4px;
}

.\--z--control-dvr span.text {
  color: #fff;
  margin-left: 5px;
}

html {
  font-size: 16px !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #555555;
  --gray-dark: #343a40;
  --primary: #212529;
  --secondary: #343A40;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #e9ecef;
  --dark: #212529;
  --breakpoint-xs: 0;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1366px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #343a40;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #212529;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #212529;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #555;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid ~ .custom-file-label::before,
.was-validated .custom-file-input:valid ~ .custom-file-label::before {
  border-color: inherit;
}

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid ~ .custom-file-label::before,
.was-validated .custom-file-input:invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(33, 37, 41, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.4rem;
  color: #343a40;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0;
  border-right: 0.25em solid transparent;
  border-bottom: 0.25em solid;
  border-left: 0.25em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid transparent;
  border-right: 0;
  border-bottom: 0.25em solid transparent;
  border-left: 0.25em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid transparent;
  border-right: 0.25em solid;
  border-bottom: 0.25em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.8rem 0;
  overflow: hidden;
  border-top: 1px solid #f7f7f7;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #ededed;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #212529;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #555;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1.225rem;
  color: #555;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.6rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3;
}

.alert-primary hr {
  border-top-color: #b4b5b6;
}

.alert-primary .alert-link {
  color: #000;
}

.alert-secondary {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-secondary hr {
  border-top-color: #b9bbbe;
}

.alert-secondary .alert-link {
  color: #040505;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #797b7c;
  background-color: #fbfbfc;
  border-color: #f9fafb;
}

.alert-light hr {
  border-top-color: #eaedf1;
}

.alert-light .alert-link {
  color: #606162;
}

.alert-dark {
  color: #111315;
  background-color: #d3d3d4;
  border-color: #c1c2c3;
}

.alert-dark hr {
  border-top-color: #b4b5b6;
}

.alert-dark .alert-link {
  color: #000;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.close {
  float: right;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #f7f7f7;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem 1rem -1rem 1rem -1rem 1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #f7f7f7;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-dialog {
  max-width: 500px;
  margin: 5rem auto;
}

.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}

.modal-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

.modal-sm {
  max-width: 300px;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-white {
  background-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1366px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.text-monospace {
  font-family: Arial, Helvetica, sans-serif;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.icon {
  font-size: 0 !important;
  display: inline-block !important;
  cursor: pointer !important;
  width: 20px;
  height: 20px;
}

.icon-fb {
  background: url(/images/icon-fb.png?d88d39cb460ed49aedcda5140d010eb6) center center/8px no-repeat;
}

.icon-youtube {
  background: red url(/images/icon-youtube.png?e31e590e3293ddbb93d87929d851848a) left 3px center/13px no-repeat;
  width: 20px;
  height: 20px;
}

.icon-search {
  background: url(/images/icon-search.png?2e9ad0e8b74550247a6ffebc08c022ca) center center/18px no-repeat;
}

.icon-home {
  background: url(/images/icon-home.png?b126e6d19a0a4c7831eb02209b2a6b06) center center/18px no-repeat;
  padding: 0 16px !important;
}

.icon-humburger {
  background: url(/images/icon-humburger.png?7a3c33624b44f996920746947b76d3d3) center center/14px no-repeat;
  padding: 0 16px !important;
}

.icon-podcast {
  background: #20c997 url(/images/icon-podcast.png?ba1bb72a762e522fec09ba0c67f7a3db) left 1px top 1px/17px no-repeat;
  width: 20px;
  height: 20px;
}

.icon-magazine {
  background: #ffc107 url(/images/icon-magazine.png?edf8bdd68d212ae449cbc5ccdfb5b938) center center/8px no-repeat;
  width: 20px;
  height: 20px;
}

.icon-headphones {
  background: #ffc107 url(/images/icon-headphones_ver2.png?37df41d64c522592f8a7cc6995186906) left center/58px no-repeat;
}

.icon-video-multimedia {
  background: url(/images/icon-video-multimedia.png?fafd983a6f49af8ac00ff3f977de2ba7) center center/12px no-repeat;
}

.icon-watching {
  background: url(/images/icon-watching.png?3aa8c79b626a4496dac45ef978ebae7f) left 24px center/12px no-repeat;
}

.icon-video {
  background: url(/images/icon-video.png?d44bfb662d6ff1ebff5a625134f54be9) right 13px center/12px no-repeat;
}

.icon-report {
  background: url(/images/icon-report.png?311a59464518021eb77c4963019b7f47) center center/48px no-repeat;
}

.icon-mobile {
  background: url(/images/icon-mobile.png?3ee40ade0c776f1baa7cbd2c3047857a) center center/48px no-repeat;
}

.icon-qoute {
  background: url(/images/icon-qoute.png?48e60ee9dc95b3b711235d9259b8f1e4) center center/48px no-repeat;
}

.icon-facebook {
  background: url(/images/icon-facebook.png?ed7c7ce814781c590d0066201fa71447) center center/48px no-repeat;
}

.icon-twitter {
  background: url(/images/icon-twitter.png?6668a8c1cd76f42a8874bceea23de1dd) center center/48px no-repeat;
}

.icon-mail {
  background: url(/images/icon-mail.png?46bf6c5e788add8dc90d4518243d45df) center center/48px no-repeat;
}

.icon-video-live {
  background: url(/images/icon-video-live.png?ea073f073e7d32e80541e37338906962) center center/48px no-repeat;
}

.icon-photo {
  background: url(/images/icon-photo.png?6217da8c0afa5b6175274f47ed353665) center center/48px no-repeat;
}

.icon-goal {
  background: url(/images/icon-goal.png?78a2cb50fc5c71eec3b3d29ad61fe10a) center center/48px no-repeat;
}

.icon-conner {
  background: url(/images/icon-conner.png?cd2ea95dccc6dc8aa3330821a9b48cfa) center center/48px no-repeat;
}

.icon-yellow {
  background: url(/images/icon-yellow.png?7a18ba506e8a84035eb4de5d6d195f19) center center/48px no-repeat;
}

.icon-red {
  background: url(/images/icon-red.png?0a6e90765ecf3fd174b2368b0062eea0) center center/48px no-repeat;
}

.icon-substitute {
  background: url(/images/icon-substitute.png?3729d7db4658a80d36c79d0a7235e80f) center center/48px no-repeat;
}

.icon-start {
  background: url(/images/icon-start.png?a5cd3bbf1cef0f5db5faf0770037b152) center center/48px no-repeat;
}

.icon-tatic {
  background: url(/images/icon-tatic.png?7248d1edf842515fbd0d0a79a6f7521d) center center/48px no-repeat;
}

.icon-stadium {
  background: url(/images/icon-stadium.png?e19bf1d30057fe7753658224f36eeb47) center center/48px no-repeat;
}

.icon-time-live {
  background: url(/images/icon-time-live.png?20bb56c36f53b145f4a90b18cfa1a3cf) center center/48px no-repeat;
}

.icon-fault {
  background: url(/images/icon-fault.png?30cde4890b1cbe6c7c5d7a8c0de8d3af) center center/48px no-repeat;
}

.icon-jnjure {
  background: url(/images/icon-jnjure.png?f667eba9a13053338b77eee283e22c2a) center center/48px no-repeat;
}

.icon-penalty {
  background: url(/images/icon-penalty.png?3cff7855a9a00c421123aaa3fd84a8ca) center center/48px no-repeat;
}

.icon-location {
  margin-right: 12px;
  width: 14px;
  height: 26px;
  background: url(/images/icon-location_ver2.png?2a3e993ab2d50db2b5a3414fb2e7797a) center center/14px no-repeat;
}

.icon-media {
  width: 20px;
  height: 20px;
  background: #59359a url(/images/icon-media_ver2.png?cbc383a51f2ff7fc23e9e7cf0a92625d) left 2px top 2px/15px no-repeat;
}

.icon-img {
  background: url(/images/icon-img_ver3.png?87c038fe2255a4aae56ac089d6e064c6) center center/20px no-repeat;
  margin-left: 5px;
  position: relative;
  top: 4px;
}

.icon-vid {
  position: relative;
  top: 4px;
  margin-left: 5px;
  background: url(/images/icon-vid_ver3.png?24c8de17d7ca8e1d394ee4489f826837) center center/20px no-repeat;
}

.icon-interview {
  position: relative;
  top: 4px;
  margin-left: 5px;
  background: url(/images/icon-interview_ver3.png?596a56de5432c7e4b1390deb1d7b9bde) center center/20px no-repeat;
}

.icon-longform {
  position: relative;
  top: 4px;
  margin-left: 5px;
  background: url(/images/icon-longform_ver3.png?21bb02d987a2571a9a131168ba8c1ade) center center/20px no-repeat;
}

.icon-live {
  top: 0;
  margin-left: 5px;
  background: url(/images/icon-live.png?a3824ea97e2544f8bed424d18b6907d5) center bottom -3px/16px no-repeat;
}

.icon-mic {
  position: relative;
  top: 4px;
  margin-left: 5px;
  background: url(/images/icon-mic_ver3.png?a23b3ccffc00da15f24da06dffef5dce) center center/20px no-repeat;
}

.icon-camera {
  background: url(/images/icon-camera_ver3.png?89541c692b497c3fcc5a9eac067ab194) center center/20px no-repeat;
  margin-left: 5px;
  position: relative;
  top: 4px;
}

.icon-chart {
  position: relative;
  top: 4px;
  margin-left: 5px;
  background: url(/images/icon-chart_ver3.png?9524d6338859a2049d324830b81a6a9a) center center/20px no-repeat;
}

.icon-time {
  width: 24px;
  height: 20px;
  background: url(/images/icon-time_ver2.png?dad3b43b0b0149cfa63161f297841c65) center center/20px no-repeat;
}

.icon-user {
  width: 22px;
  height: 20px;
  background: url(/images/icon-user.png?47386e0d942cf92f605ac1983abf5e6f) center center/21.5px no-repeat;
}

.icon-source {
  width: 22px;
  height: 20px;
  background: url(/images/icon-source.png?ba803c6e425e352dbfe7def959b12c8e) center center/18px no-repeat;
}

a {
  transition: all 0.1s ease-in-out;
}

.container {
  width: 975px !important;
  max-width: 975px !important;
}

.container-2 {
  min-width: 975px !important;
}

@media (min-width: 1366px) {
  .container {
    width: 1319px !important;
    max-width: 1319px !important;
    padding: 0 16px;
  }
}
body {
  background: #fff;
}

.site-body {
  margin-top: 12px;
  padding-bottom: 50px;
}

.site-body .container > * {
  margin-top: 55px;
}

.site-body .container > :first-child {
  margin-top: 0;
}

.abf-homepage {
  display: flex;
}

.abf-homepage__col-left {
  width: 165px;
  padding-right: 12px;
}

@media (min-width: 1366px) {
  .abf-homepage__col-left {
    padding-right: 16px;
    width: 250px;
  }
}
.abf-homepage__col-center {
  width: 484px;
  padding: 0 12px;
  border-right: 1px solid #e9ecef;
  border-left: 1px solid #e9ecef;
}

@media (min-width: 1366px) {
  .abf-homepage__col-center {
    width: 823px;
    padding: 0 16px;
  }
}
.abf-homepage__col-right {
  width: 312px;
  padding-left: 12px;
}

@media (min-width: 1366px) {
  .abf-homepage__col-right {
    width: 316px;
    padding-left: 16px;
  }
}
.abf-homepage__col-right > * {
  margin-top: 24px !important;
}

.abf-homepage__col-right > :first-child {
  margin-top: 0 !important;
}

.zone-1 {
  display: flex;
  justify-content: space-between;
}

.zone-1 .col-left {
  width: 225px;
}

@media (min-width: 1366px) {
  .zone-1 .col-left {
    width: 230px;
  }
}
.zone-1 .col-center {
  width: 400px;
}

@media (min-width: 1366px) {
  .zone-1 .col-center {
    width: 690px;
  }
}
.zone-1 .col-right {
  width: 300px;
}

.zone-1 .col-right > * {
  margin-top: 32px !important;
}

.zone-1 .col-right > :first-child {
  margin-top: 0 !important;
}

.zone-2 {
  display: flex;
  flex-wrap: wrap;
}

.zone-2 > * {
  margin-right: 25px;
  margin-top: 48px;
}

@media (min-width: 1366px) {
  .zone-2 > * {
    margin-right: 43px;
  }
}
.zone-2 > :nth-child(11),
.zone-2 > :nth-child(17),
.zone-2 > :nth-child(23),
.zone-2 > :nth-child(29),
.zone-2 > :nth-child(5) {
  margin-right: 0;
}

.zone-2 > :nth-child(-n+5) {
  margin-top: 0;
}

.wrap-col {
  display: flex;
  justify-content: space-between;
}

.main-col {
  width: 696px;
}

@media (min-width: 1366px) {
  .main-col {
    width: 792px;
  }
}
.sub-col {
  width: 300px;
}

.sub-col > * {
  margin-top: 32px !important;
}

.sub-col > :first-child {
  margin-top: 0 !important;
}

.wrap-content .main-col {
  width: 650px !important;
}

@media (min-width: 1366px) {
  .wrap-content .main-col {
    width: 954px !important;
  }
}
.wrap-content .sub-col {
  margin-top: 30px;
}

.zone-timeline {
  padding-top: 33px;
  border-top: 8px solid #e9ecef;
  margin-top: 31px;
}

.block-wrap > * {
  margin-top: 16px !important;
}

.block-wrap > :first-child {
  margin-top: 0;
}

.interview-page {
  max-width: 1089px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 16px;
}

@media (min-width: 1366px) {
  .interview-page {
    padding: 0;
  }
}
.interview-page .wrap-col {
  margin-top: 16px;
}

.interview-page .sub-col {
  width: 264px !important;
}

.banner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-top: 16px !important;
}

.banner > [class^=zone-] {
  margin-top: 1.6rem;
}

.banner > [class^=zone-]:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.banner:empty {
  display: none;
}

.banner + .banner {
  margin-top: 1.6rem;
}

.site-body .banner ~ div {
  margin-top: 24px !important;
}

[data-position=Web_AdsTop] {
  margin: 1.6rem auto 0;
}

[data-position=Web_AdsTop]::after {
  display: block;
  clear: both;
  content: "";
}

[data-position^=Web_AdsMiddle]::after {
  display: block;
  clear: both;
  content: "";
}

[data-position=Web_AdsRightSticky] {
  background-color: #f1f1f1;
  margin: 0;
  padding: 1.6rem;
}

[data-position=Web_AdsBottom] {
  margin: 48px auto 0;
}

[data-position=Web_AdsBottom]::after {
  display: block;
  clear: both;
  content: "";
}

.group-fyi-wrap {
  margin-top: 1.6rem;
}

.story-fyi {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-left: 3px solid #a50a02;
  display: block;
  position: relative;
  margin: 0 auto 10px;
  padding: 8px;
}

.story-fyi::after {
  display: block;
  clear: both;
  content: "";
}

.story-fyi .thumb {
  width: 100px;
  height: 60px;
  margin-right: 10px;
  float: left;
}

.story-fyi .thumb img {
  width: 100%;
  height: 100%;
}

.story-fyi .text {
  color: #3b5998;
  font-weight: 600;
  font-size: 14px;
  display: flex;
}

.story-fyi span {
  display: flex;
  font-size: 11px;
  color: #333;
  margin-top: 2px;
}

#adsWeb_AdsMiddle5 {
  width: 100%;
}

.heading {
  display: block;
}

.heading:hover {
  color: #e21f26 !important;
}

.story {
  overflow: auto;
}

.story figure {
  margin: 0;
}

.story__thumb {
  overflow: hidden;
  background: transparent url(/images/background_ver4.png?cce51f18aeafca71c75e6d45c6555bfc) center center/60% no-repeat;
  background: #ccc;
}

.story__thumb a {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-out 0.1s;
  transition: 0.5s;
}

.story__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
  text-indent: -9999px;
}

.story__thumb:hover {
  overflow: hidden;
}

.story__thumb:hover img {
  transform: scale(1.05);
}

.story__heading a {
  display: block;
  transition: 0.5s;
  overflow: hidden;
}

.story__heading a:hover {
  color: #e21f26 !important;
}

.story__summary {
  font-size: 14px;
  font-weight: 500;
  color: #343a40;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.story__summary > * {
  font-size: 14px;
  font-weight: 500;
  color: #343a40;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.story time {
  display: block;
}

.story__meta a:hover {
  color: #e21f26;
}

.story__sub-heading a:hover {
  color: #e21f26 !important;
}

.index-page .heading {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.index-page ul {
  margin-top: 40px;
}

.index-page ul li {
  list-style-type: space-counter;
}

.index-page ul a {
  font-size: 16px;
  text-transform: capitalize;
  padding-left: 10px;
}

.d-flex {
  align-items: center !important;
}

button {
  outline: 0 !important;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.more-news {
  padding: 12px 20px 12px 74px;
  background: #fff3cd url(/images/icon-download.png?25f983325bbcbcd6c1c12f50261b9238) left 20px center/30px no-repeat;
  border: 1px dashed #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000;
  display: flex;
  margin: 0 auto;
  margin-top: 52px;
  cursor: pointer;
  transition: 0.5s;
  outline: 0;
}

.more-news:hover {
  background: #fce7a4 url(/images/icon-download.png?25f983325bbcbcd6c1c12f50261b9238) left 20px bottom 9px/30px no-repeat;
}

button {
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  border: none;
}

.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #fff;
  border-radius: 6px;
  background-color: #fff;
}

.scroll::-webkit-scrollbar {
  width: 4px;
  background: #e9ecef;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #e9ecef;
}

.auto-update-content {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #055160;
  background: #cff4fc;
  height: 50px;
  border: 1px solid #9eeaf9;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.podcast-list {
  margin-top: 26px !important;
}

.podcast-list .box-content {
  display: flex;
  flex-wrap: wrap;
}

.podcast-list .story {
  width: 315px;
  margin-top: 33px;
  margin-right: 15px;
}

@media (min-width: 1366px) {
  .podcast-list .story {
    margin-right: 33px;
    width: 407px;
  }
}
.podcast-list .story:nth-child(-n+3) {
  margin-top: 0;
}

.podcast-list .story:nth-child(3n+3) {
  margin-right: 0;
}

.podcast-list .story__thumb {
  width: 315px;
  height: 212px;
  position: relative;
}

@media (min-width: 1366px) {
  .podcast-list .story__thumb {
    width: 407px;
    height: 274px;
  }
}
.podcast-list .story__thumb .icon-headphones {
  position: absolute;
  display: flex !important;
  align-items: center;
  bottom: 16px;
  left: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 32px;
  color: #000;
  padding: 0 10px;
  min-width: 46px;
}

.podcast-list .story__thumb .icon-headphones > * {
  margin-left: 36px;
  height: 40px;
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  align-items: center;
  padding-right: 13px;
}

.podcast-list .story__meta a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #6c757d;
  padding-top: 16px;
  display: block;
}

.podcast-list .story__meta a:hover {
  color: #e21f26;
}

.podcast-list .story__heading a {
  padding-top: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #212529;
}

.podcast-list .story__summary {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  padding-top: 8px;
  color: #343a40;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.multimedia {
  margin-bottom: -50px;
}

.multimedia .nav-multimedia {
  background: #343a40;
  float: left;
  width: 165px;
  height: 100%;
  margin-top: -24px;
  padding-bottom: 250px;
  display: block;
  top: 0;
  position: sticky;
  right: auto;
  transform: inherit;
  overflow: hidden;
}

@media (min-width: 1366px) {
  .multimedia .nav-multimedia {
    width: 240px;
  }
}
.multimedia .nav-multimedia.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px #fff;
  border-radius: 3px;
  background-color: #fff;
}

.multimedia .nav-multimedia.scroll::-webkit-scrollbar {
  height: 5px;
  background: #e9ecef;
}

.multimedia .nav-multimedia.scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #e9ecef;
}

.multimedia .nav-multimedia li {
  height: 58px;
}

.multimedia .nav-multimedia a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  height: 58px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transform: 0.8s;
  white-space: inherit;
}

.multimedia .nav-multimedia a.active,
.multimedia .nav-multimedia a:hover {
  color: #bd1723;
  color: #fff;
  background-color: #bd1723;
}

@media (min-width: 1366px) {
  .multimedia .nav-multimedia a {
    font-size: 18px;
  }
}
.multimedia .nav-multimedia a.multimedia {
  background: #bd1723 url(/images/icon-hamburger.png?5113edfc5e02e2fe0109c746c29313f6) left 20px center/18px no-repeat;
  padding: 4px 20px 4px 54px;
  height: 50px;
}

.multimedia .container {
  max-width: 1221px !important;
  margin-bottom: 40px;
}

@media (min-width: 1750px) {
  .multimedia .container {
    max-width: 1221px !important;
  }
}
.multimedia .box-content-right {
  float: right;
  width: 223px;
  margin-right: 16px;
  top: 24px !important;
  display: none;
  margin-bottom: 50px;
}

@media (min-width: 1366px) {
  .multimedia .box-content-right {
    display: block;
  }
}
.multimedia .box-content-right .story {
  margin-top: 12px;
}

.multimedia .box-content-right .story:first-child {
  margin-top: 0;
}

.multimedia .box-content-right .story__thumb {
  width: 223px;
  height: 149px;
  position: relative;
}

.multimedia .box-content-right .story span {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 35px;
  height: 35px;
}

.multimedia .box-content-right .story__heading a {
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  color: #212529;
  margin-top: 8px;
}

.multimedia .box-content-right .story .icon-video {
  background: url(/images/icon-video-multimedia.png?fafd983a6f49af8ac00ff3f977de2ba7) rgba(0, 0, 0, 0.5) center center/20px no-repeat !important;
}

.multimedia .box-content-right + div {
  margin-bottom: 50px !important;
}

.wrap-tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.wrap-tags .tags {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 47px;
  text-transform: uppercase;
  color: #bd1723;
  margin-bottom: 0;
}

.wrap-tags .result {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343a40;
  margin-bottom: 0;
  text-transform: uppercase;
}

.wrap-search {
  margin-bottom: 60px;
}

.wrap-search .region-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.wrap-search .region-text > * {
  margin-bottom: 0;
}

.wrap-search .keywords {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 47px;
  text-transform: uppercase;
  color: #000;
}

@media (min-width: 1366px) {
  .wrap-search .keywords {
    font-size: 32px;
  }
}
.wrap-search .keywords span {
  color: #bd1723;
}

.wrap-search .result {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343a40;
  text-transform: uppercase;
}

.wrap-search .region-search {
  position: relative;
  margin: 0 auto;
  width: 600px;
  height: 64px;
}

@media (min-width: 1366px) {
  .wrap-search .region-search {
    width: 700px;
  }
}
.wrap-search .region-search input {
  padding: 4px 4px 4px 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  outline: 0;
}

.wrap-search .region-search input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #adb5bd;
}

.wrap-search .region-search input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #adb5bd;
}

.wrap-search .region-search i {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 56px;
  height: 56px;
  background: #e21f26;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.error-page {
  background: #e7f9e9 url(/images/error_ver2.png?11b9d52fd48ef25b411c21f75c358efe) center left -105px/1822px no-repeat;
  margin-top: 0;
  padding: 250px 0;
  text-align: center;
  padding-left: 500px;
}

.error-page .wrap-search {
  margin-bottom: 0;
}

.error-page .title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  color: #212529;
  margin-bottom: 15px;
}

.error-page .des {
  margin: 0 auto;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #222;
  max-width: 303px;
  margin-bottom: 27px;
}

.error-page .home {
  color: #bd1723;
}

.error-page .wrap-search {
  position: relative;
  max-width: 594px;
  height: 64px;
  margin: 0 auto;
  margin-bottom: 23px;
}

.error-page .wrap-search input {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 4px 4px 4px 20px;
  right: 0;
  outline: 0;
}

.error-page .wrap-search input::-moz-placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #adb5bd;
}

.error-page .wrap-search input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #adb5bd;
}

.error-page .wrap-search i {
  background: #e21f26;
  border-radius: 4px;
  font-size: 24px;
  width: 56px;
  height: 56px;
  top: 4px;
  right: 4px;
  position: absolute;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.error-page .back-to-home {
  width: 125px;
  height: 35px;
  background: #ce2e0e;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  padding: 8px 18px;
  border: 1px solid #ce2e0e;
  transition: 0.3s;
}

.error-page .back-to-home:hover {
  background: #fff;
  color: #ce2e0e;
}

.error-page ~ .page-footer {
  margin-top: 0;
}

.site-body .list-icon {
  margin-top: 66px !important;
  width: 540px;
  margin-left: 160px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-body .list-icon .icon {
  width: 48px;
  height: 48px;
}

.site-body .list-icon .item-icon {
  width: 100px;
  height: 100px;
  text-align: center;
  margin-top: 12px;
}

.site-body .list-icon .text {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #000;
  text-transform: capitalize;
  display: block;
}

.notification {
  background: rgba(163, 207, 187, 0.2);
  border: 1px solid rgba(163, 207, 187, 0.5);
  padding: 36px;
  margin-top: 1.6rem !important;
  overflow: auto;
}

.article__related-inline {
  background: #eee;
  margin-bottom: 16px;
  padding: 16px;
  overflow: auto;
}

.article__related-inline .story__thumb {
  float: left;
  margin-right: 8px;
  margin-bottom: 0;
}

.article__related-inline .story__title a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  color: #212529;
  display: block;
}

.article__related-inline .story__desc {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #343a40;
  display: flex;
  padding-top: 4px;
}

.article .cms-quote {
  position: relative;
  z-index: 0;
  background: #fff;
  border: 2px solid #dc3545;
  box-sizing: border-box;
  padding: 36px 24px;
  margin-top: 37px !important;
  border-radius: 10px;
}

.article .cms-quote::before {
  content: "";
  position: absolute;
  top: -28px;
  background: #fff url(/images/quote.png?6be12be4b5979788966244fada2fd484) center center/35px no-repeat;
  width: 60px;
  height: 45px;
  left: 15px;
}

.epaper-wrapper {
  position: relative;
  overflow: hidden;
}

.epaper-wrapper .thumbnails {
  bottom: 130px;
}

.epaper-wrapper + .related-news {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 40px;
}

.epaper-wrapper + .related-news .story {
  margin-top: 20px;
}

.location-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px !important;
}

.location-wrapper .item-wrapper {
  width: calc(25% - 29px);
  background: rgba(226, 31, 38, 0.05);
  border: 1px solid rgba(226, 31, 38, 0.2);
  box-sizing: border-box;
  border-radius: 99px;
  height: 50px;
  padding: 13px 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #e21f26;
  margin-right: 38px;
  margin-top: 16px;
  transition: 0.5s;
}

.location-wrapper .item-wrapper:hover {
  background: #fff;
}

.location-wrapper .item-wrapper:nth-child(4n+4) {
  margin-right: 0;
}

.location-wrapper .item-wrapper:nth-child(-n+4) {
  margin-top: 0;
}

.heading-page .local-news {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-bottom: 12px;
}

.heading-page .local {
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
  text-transform: uppercase;
  color: #212529;
}

.location-detail-wrapper {
  margin-top: 32px;
}

.location-detail-wrapper .box-content {
  display: flex;
  flex-wrap: wrap;
}

.location-detail-wrapper .story {
  width: 302px;
  margin-right: 24px;
  margin-top: 36px;
}

.location-detail-wrapper .story:nth-child(3n+3) {
  margin-right: 0;
}

.location-detail-wrapper .story:nth-child(-n+3) {
  margin-top: 0;
}

.location-detail-wrapper .story__thumb {
  width: 302px;
  height: 170px;
}

.location-detail-wrapper .story__heading a {
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #343a40;
  padding-top: 8px;
}

.hot-news .zone-timeline {
  margin-top: 0;
  border-top: 0;
}

.hot-news .zone-timeline .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  text-transform: uppercase;
  color: #000;
  padding-left: 40px;
  background: url(/images/icon-hotnews.png?c1b30f4f2821f5c4f4b3a39f3afbcbf2) left center/25px no-repeat;
}

.hot-news .zone-timeline .box-content {
  margin-top: 25px;
}

.hot-news .wrap-content .sub-col {
  margin-top: 98px;
}

.box-image.box-dou .box-col {
  width: calc(50% - 4px);
  margin-left: 8px;
  height: 300px;
  overflow: hidden;
}

.box-image.box-dou .box-col:first-child {
  margin-left: 0;
}

.box-image.box-dou .box-desc {
  clear: both;
  padding: 8px 4px 0;
  font-style: italic;
}

.image-group-2 {
  height: 300px;
  overflow: hidden;
}

.image-group-2 .image {
  justify-content: space-between;
  height: 300px;
}

.image-group-2 .image > * {
  width: calc(50% - 4px) !important;
}

.image-group-4-row .image {
  display: flex;
  justify-content: space-between;
  height: 153px;
}

.image-group-4-row .image > * {
  width: calc(24.8% - 4px) !important;
}

.image-group-4 .image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.image-group-4 .image > * {
  width: calc(50% - 4px) !important;
  height: 300px !important;
  margin-top: 8px;
}

.image-group-4 .image > :nth-child(-n+2) {
  margin-top: 0;
}

.image-group-3 .image {
  display: block !important;
}

.image-group-3 img {
  width: 49.5% !important;
  float: left;
  height: 300px !important;
}

.image-group-3 img:nth-child(2) {
  margin-left: 8px;
}

.image-group-3 img:last-child {
  width: 100% !important;
  margin-top: 8px;
  height: 100% !important;
}

.image-group-3-row .image {
  display: flex;
  justify-content: space-between;
}

.image-group-3-row .image > * {
  width: calc(33% - 2px) !important;
}

.image-group-5-row .image {
  justify-content: space-between;
}

.image-group-5-row .image > * {
  width: calc(20% - 6px) !important;
  height: 122px !important;
}

.box-image.box-trip-sm .box-col {
  padding: 0 4px;
  width: 50%;
  height: 300px;
  margin-bottom: 8px;
  overflow: hidden;
}

.box-image.box-trip-sm .box-col-lg {
  width: 100%;
  float: none;
  height: 100%;
  margin-bottom: 0;
}

.box-image.box-trip-sm .box-desc {
  padding: 8px 4px 0;
}

.box-col {
  float: left;
}

.box-col .item-image {
  width: 100%;
  height: 100%;
}

.box-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-desc {
  text-align: center;
}

.box-image.box-quad .box-col {
  width: 24.3%;
  margin-left: 8px;
}

.box-image.box-quad .box-col:first-child {
  margin-left: 0;
}

.box-image.box-quad .box-desc {
  padding: 8px 4px 0;
  font-size: 17px;
  font-weight: 400;
  clear: both;
}

.box-collapse .box-collapse-hdr a {
  display: block;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}

.box-collapse .quotes {
  margin: 0 0 10px;
  padding: 10px 10px 10px 40px;
  background: #e8eaf0;
  border: 1px solid #d5dbee;
  display: none;
}

.article .notebox.lawyer {
  border: none;
  padding: 0;
  width: 100% !important;
  background: no-repeat;
  margin-right: 0 !important;
  float: none !important;
}

.article .notebox.lawyer .image {
  width: 200px;
  height: 66px;
  cursor: pointer;
  display: block;
  font-size: 0;
  background: url(/images/lawyer.png?839820fb955e1a99136158b48a5230db) center center no-repeat;
}

.article .notebox.lawyer .text {
  margin-top: 10px !important;
  padding: 10px 10px 10px 40px;
  background: #e8eaf0;
  border: 1px solid #d5dbee;
  display: none;
}

.pull-left.notification-sm {
  width: 25%;
  float: left;
  margin-right: 16px;
}

.note-sm.nleft,
.note-sm.nright {
  width: 25% !important;
}

.pull-right {
  float: right;
  width: 50%;
  margin-left: 16px;
}

.notification-sm.pull-right {
  float: right;
  width: 25%;
  margin-left: 16px;
}

.pull-left {
  width: 50%;
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}

.cms-quote.pull-right {
  width: 50%;
}

.w-dynamic {
  width: auto !important;
}

.w-dynamic .caption {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}

.article > * {
  margin-top: 16px !important;
  margin-bottom: 0;
}

.article > :first-child {
  margin-top: 0 !important;
}

.article p {
  margin-top: 16px;
}

.article .author-source-wrapper {
  margin-top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: start;
}

.article .author-source-wrapper .auhtor-wrapper,
.article .author-source-wrapper .source-wrapper {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #6c757d;
  margin-left: 40px;
  display: flex;
  align-items: center;
}

.article .author-source-wrapper .auhtor-wrapper:first-child,
.article .author-source-wrapper .source-wrapper:first-child {
  margin-left: 0;
}

.article .author-source-wrapper .icon {
  width: 40px;
  height: 40px;
  border: 1px solid #ced4da;
  border-radius: 50%;
  margin-right: 12px;
  pointer-events: none;
}

.article table.picture,
.article table.video {
  width: 100%;
  font-style: italic;
  color: #888 !important;
  font-weight: 400;
  margin: 0 auto;
}

.article table.picture .pic,
.article table.video .pic {
  position: relative;
}

.article table.picture .pic img,
.article table.video .pic img {
  max-width: 100%;
  width: auto;
  display: flex;
  margin: 0 auto;
}

.article table.picture .pic .play,
.article table.video .pic .play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  width: 100px;
  height: 100px;
  display: block;
}

.article table.picture .pic .play i,
.article table.video .pic .play i {
  font-size: 48px;
  line-height: 48px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.article table.picture .caption,
.article table.video .caption {
  max-width: 700px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #343a40;
  display: block;
  text-align: center;
  font-style: normal;
}

.article table.picture .caption > *,
.article table.video .caption > * {
  margin: 0;
}

.article table.picture[align=left],
.article table.video[align=left] {
  width: 50%;
  float: left;
  margin-right: 32px;
  margin-top: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.article table.picture[align=left] .caption,
.article table.video[align=left] .caption {
  text-align: left;
}

.article table.picture[align=right],
.article table.video[align=right] {
  float: right;
  width: 50%;
  margin-left: 32px;
  margin-top: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.article table.picture[align=right] .caption,
.article table.video[align=right] .caption {
  text-align: left;
}

.article table.picture[align=center],
.article table.video[align=center] {
  text-align: center;
  max-width: 659px !important;
}

.article table.picture.full-width,
.article table.video.full-width {
  margin: 1.6rem auto 0;
  max-width: initial;
  text-align: center;
  max-width: 100%;
  max-width: 1300px !important;
}

.article table.picture.full-width .pic img,
.article table.video.full-width .pic img {
  width: 100%;
}

.article table.picture.full-width .caption,
.article table.picture.full-width .fig,
.article table.video.full-width .caption,
.article table.video.full-width .fig {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #343a40;
  display: block;
  text-align: center;
  font-style: normal;
}

.article table.full-video {
  margin: 1.6rem auto 0;
  max-width: initial;
  text-align: center;
  max-width: 100%;
  width: 1300px;
}

.article table.full-video img {
  width: 100%;
}

.article table.full-video .caption,
.article table.full-video .fig {
  max-width: 700px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #343a40;
  display: block;
  text-align: center;
  font-style: normal;
}

.article .photo img {
  max-width: 100%;
}

.article table:not([class]) {
  width: 100% !important;
}

.article table:not([class]) td,
.article table:not([class]) th {
  padding: 10px;
  border: 1px solid #e9ecef;
}

.article .cms-quote,
.article blockquote {
  position: relative;
  background: #fff;
  border: 2px solid #dc3545;
  box-sizing: border-box;
  padding: 36px 24px;
  margin-top: 30px !important;
  border-radius: 10px;
  z-index: 999;
}

.article .cms-quote::before,
.article blockquote::before {
  content: "";
  position: absolute;
  top: -28px;
  background: #fff url(/images/quote.png?6be12be4b5979788966244fada2fd484) center center/35px no-repeat;
  width: 60px;
  height: 45px;
  left: 15px;
}

.article .cms-quote p,
.article blockquote p {
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
  color: #212529;
}

.article .cms-quote .author,
.article blockquote .author {
  font-weight: 700 !important;
  font-size: 18px;
  line-height: 165%;
  color: #212529;
  text-transform: uppercase;
  text-align: left;
  display: block;
  position: relative;
  padding-top: 29px;
  overflow: auto;
}

.article .cms-quote .author:before,
.article blockquote .author:before {
  background: #adb5bd;
  content: "";
  width: 99px;
  height: 3px;
  position: absolute;
  top: 16px;
  left: 0;
}

.article .cms-quote img,
.article blockquote img {
  width: 40%;
  margin: 5px 2.4rem 0 0;
  float: left;
}

.article .cms-quote.qcenter,
.article blockquote.qcenter {
  margin: 2.4rem auto 0;
}

.article .cms-quote.qcenter img,
.article blockquote.qcenter img {
  width: 100%;
  height: auto;
  margin: 0 0 0.8rem 0;
}

.article .cms-quote.qleft,
.article blockquote.qleft {
  float: left;
  width: 50% !important;
  margin-top: 1.6rem !important;
  margin-right: 1.6rem !important;
}

.article .cms-quote.qleft img,
.article blockquote.qleft img {
  width: 100%;
  height: auto;
  margin: 0 0 0.8rem 0;
}

.article .cms-quote.qright,
.article blockquote.qright {
  width: 50% !important;
  margin-left: 32px;
  float: right;
  z-index: 0;
  margin-top: 1.6rem !important;
  margin-left: 1.6rem !important;
}

.article .cms-quote.qright img,
.article blockquote.qright img {
  width: 100%;
  height: auto;
  margin: 0 0 0.8rem 0;
}

.article .cms-quote.qright .author,
.article blockquote.qright .author {
  text-align: left;
}

.article .cms-quote.qright .author:before,
.article blockquote.qright .author:before {
  background-color: #adb5bd;
  content: "";
  height: 3px;
  position: absolute;
  top: 18px;
  left: initial;
}

.article .notebox {
  background: rgba(163, 207, 187, 0.2);
  border: 1px solid rgba(163, 207, 187, 0.5);
  padding: 36px;
  text-align: left;
  margin-top: 1.6rem !important;
  overflow: auto;
}

.article .notebox .heading {
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  color: #212529;
  text-transform: capitalize;
  text-align: left;
  padding: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 8px !important;
}

.article .notebox p {
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
  color: #212529;
  margin: 0 !important;
}

.article .notebox p:first-child {
  margin-top: 0;
}

.article .notebox p + table {
  margin-top: 20px;
}

.article .notebox table.picture {
  margin-bottom: 1.6rem;
}

.article .notebox table.picture[align=left] {
  margin-left: initial;
}

.article .notebox table.picture[align=right] {
  margin-right: initial;
}

.article .notebox table.picture[align=center] {
  max-width: 100%;
}

.article .notebox table.picture.full-width {
  width: 100%;
  max-width: initial;
}

.article .notebox[align=left] {
  float: left;
  margin-right: 32px;
}

.article .notebox[align=right] {
  float: right;
  margin-left: 32px;
}

.article .notebox[align=left],
.article .notebox[align=right] {
  width: 330px;
}

.article .notebox[align=left] table.picture.full-width,
.article .notebox[align=left] table.picture[align=center],
.article .notebox[align=left] table.picture[align=left],
.article .notebox[align=left] table.picture[align=right],
.article .notebox[align=right] table.picture.full-width,
.article .notebox[align=right] table.picture[align=center],
.article .notebox[align=right] table.picture[align=left],
.article .notebox[align=right] table.picture[align=right] {
  width: 100%;
}

.article__sub-title {
  font-size: 16px;
  font-weight: 600;
  color: #343a40;
  text-transform: uppercase;
}

.article__title {
  font-weight: 700;
  color: #212529;
  font-size: 34px;
  line-height: 48px;
}

.article__subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #212529;
  text-transform: uppercase;
}

.article__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  height: 52px;
  margin-top: 0 !important;
}

.article__meta > * {
  height: 20px;
}

.article__meta .time {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #6c757d;
  display: flex;
  align-items: center;
}

.article__meta .time .icon {
  margin-right: 12px;
}

.article__meta iframe {
  width: 127px;
}

.article__author {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700 !important;
  font-size: 16px;
  line-height: 28px;
  color: #495057;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  clear: both;
}

.article .horizol-menu {
  display: flex;
  justify-content: space-between;
  width: 190px;
  margin-left: auto;
  z-index: 10;
}

.article .horizol-menu > * {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cfcfcf;
  border-radius: 50%;
}

.article .horizol-menu > :hover {
  background-color: #212529;
}

.article .horizol-menu i {
  font-size: 16px;
  color: #fff;
  margin-right: 0;
}

.article .horizol-menu .zalo {
  background-color: transparent;
}

.article .horizol-menu {
  display: flex;
}

.article .horizol-menu .facebook:hover {
  background-color: #3b5998;
}

.article .horizol-menu .twitter:hover {
  background-color: #00acee;
}

.article .horizol-menu .zalo i {
  filter: grayscale(100%);
  opacity: 0.4;
}

.article .horizol-menu .zalo:hover i {
  opacity: 1;
  filter: grayscale(0);
}

.article .horizol-menu .print:hover {
  background: #888;
}

.article .verticle-menu {
  position: fixed;
  width: 40px;
  left: calc(50% - 700px);
  top: 200px;
  flex-direction: column;
  display: none;
  z-index: 10;
}

@media (max-width: 1365.98px) {
  .article .verticle-menu {
    left: calc(50% - 678px);
  }
}
.article .verticle-menu > * {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.8rem;
  background-color: #cfcfcf;
  border-radius: 50%;
}

.article .verticle-menu > :hover {
  background-color: #212529;
}

.article .verticle-menu i {
  font-size: 20px;
  color: #fff;
}

.article .verticle-menu .zalo {
  background-color: transparent;
}

.article .verticle-menu.sticky-aside {
  display: flex;
}

.article .verticle-menu.sticky-aside .facebook:hover {
  background-color: #3b5998;
}

.article .verticle-menu.sticky-aside .twitter:hover {
  background-color: #00acee;
}

.article .verticle-menu.sticky-aside .zalo i {
  filter: grayscale(100%);
  opacity: 0.4;
}

.article .verticle-menu.sticky-aside .zalo:hover i {
  opacity: 1;
  filter: grayscale(0);
}

.article .verticle-menu.sticky-aside .print:hover {
  background: #888;
}

.article .social-share {
  margin-left: auto;
}

.article .social-share .fb-wrap {
  height: 20px;
  overflow: hidden;
}

.article .social-btn-group {
  display: flex;
  justify-content: space-between;
}

.article .social-btn-group > a {
  width: calc(50% - 5px);
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article .social-btn-group .facebook {
  background-color: #3c5898;
  color: #fff;
}

.article .social-btn-group .facebook i {
  font-size: 20px;
}

.article .social-btn-group .facebook:hover {
  background-color: #2e4373;
}

.article .social-btn-group .twitter {
  background-color: #00acee;
  color: #fff;
}

.article .social-btn-group .twitter i {
  font-size: 20px;
}

.article .social-btn-group .twitter:hover {
  background-color: #0087bb;
}

.article .social-btn-group .zalo {
  background-color: #018fe5;
}

.article .social-btn-group .zalo i {
  transform: scale(0.7);
}

.article .social-btn-group .zalo:hover {
  background-color: #016fb2;
}

.article__sapo {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #222;
}

.article__avatar {
  margin-top: 3.2rem;
  text-align: center;
  width: 100%;
}

.article__avatar .pic img {
  width: 100%;
}

.article__avatar .caption {
  padding-top: 0.8rem;
  font-size: 16px;
  font-style: italic;
  color: #888;
  padding-left: 25px;
  padding-right: 25px;
}

.article__avatar hr {
  width: 50px;
}

.article__source {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: flex-end;
}

.article__tag {
  position: relative;
  background: url(/images/icon-key.png?c5fe9d527e60fabd82aabb323afe0d85) left top 2px/24px no-repeat;
}

.article__tag .box-content {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  padding-left: 44px;
}

.article__tag .box-content a {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  margin-right: 12px;
  margin-bottom: 6px;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #212529;
}

.article__tag .box-content a:hover {
  color: #e21f26;
}

.article__most-read {
  margin-top: 1.6rem;
  border: 1px solid #444;
  padding: 1.6rem;
  padding-top: 1.2rem;
}

.article__most-read .box-heading {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
}

.article__most-read .story {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px dashed #cbd3da;
}

.article__most-read .story__thumb {
  width: 80px;
  height: 60px;
}

.article__most-read .story__summary {
  margin-top: 0.8rem;
}

.article__most-read .story__cate a {
  font-size: 1.2rem;
  color: #555;
}

.article__most-read .story__heading {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 0.4rem;
}

.article__most-read .story:first-child {
  margin-top: 0;
  border-top: 8px solid #212529;
  padding-top: 1.6rem;
}

.article__relate {
  background: #fff;
  border: 1px solid #e9ecef;
  padding: 20px;
  width: 100%;
  overflow: auto;
}

.article__relate__thumb {
  width: 200px;
  height: 130px;
  /*!*/
  float: left;
  clear: left;
  margin-top: 0;
  margin-right: 16px;
  margin-bottom: 0;
  margin-left: 0;
}

.article__relate__thumb a {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease-out 0.1s;
}

.article__relate__thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: initial;
}

.article__relate__heading a {
  font-weight: 700;
  font-size: 18px;
  line-height: 160%;
  color: #212529;
  padding-top: 8px;
  display: block;
}

.article__relate__heading a:hover {
  color: #e21f26;
}

.article__relate__meta a {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #bd1723;
}

.article .poll-box {
  font-style: italic;
  font-weight: 700;
  font-size: 17px;
  line-height: 165%;
  color: #212529;
  padding: 25px 23px 22px;
  text-align: left;
  margin-bottom: 16px;
  margin-left: 6px;
  border: 2px solid #dc3545;
  border-radius: 10px;
  width: 100%;
}

.article .poll-box[align=right] {
  float: right;
  position: relative;
  margin-right: 8px;
  width: 297px;
  margin-left: 32px;
}

.article .poll-box[align=left] {
  margin-left: 6px;
  float: left;
  position: relative;
  width: 297px;
  margin-right: 32px;
}

.article .poll-box .box-heading span {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #212529;
}

.article .poll-box .box-content {
  margin-top: 8px;
  font-style: normal;
}

.article .poll-box .box-content .desc {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #343a40;
  margin-bottom: 19px;
}

.article .poll-box .box-content label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.article .poll-box .box-content label span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #212529;
  margin-left: 12px;
}

.article .poll-box .wrap-button {
  margin-top: 20px;
}

.article .poll-box .wrap-button .btn-send {
  background: #e21f26;
  border-radius: 3px;
  width: 100px;
  height: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #fff;
}

.article .poll-box .wrap-button .btn-see {
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #495057;
}

.article .article__relate-2,
.article .social-btn-group,
.article blockquote,
.article__author,
.article__interview,
.article__live,
.article__notice,
.article__story {
  margin: 2.4rem auto 1.2rem;
}

.article [class^=image-group] {
  width: 100%;
  margin: 1.6rem auto 0;
}

.article [class^=image-group] img {
  width: 100%;
  height: 100%;
}

.article [class^=image-group] .image {
  display: flex;
}

.article [class^=image-group] a {
  flex: 0 0 50%;
  max-width: 50%;
}

.article [class^=image-group] .caption {
  padding: 8px 4px 0;
  font-size: 17px;
  font-weight: 400;
}

.article [class^=image-group] .caption > * {
  margin: 0;
  text-align: center;
}

.article [class^=image-group] .caption:empty {
  display: none;
}

.article [class^=image-group].full-width {
  width: 100%;
}

.article [class^=image-group].full-width img {
  margin-bottom: 0;
}

.article [class^=image-group] + .image-group-2,
.article [class^=image-group] + .image-group-3,
.article [class^=image-group] + .image-group-4 {
  margin-top: 4px;
}

.article .image-group-2 a:nth-child(1) {
  padding-right: 2px;
}

.article .image-group-2 a:nth-child(2) {
  padding-left: 2px;
}

.article .image-group-3 a:nth-child(1) {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 4px;
}

.article .image-group-3 a:nth-child(2) {
  padding-right: 2px;
}

.article .image-group-3 a:nth-child(3) {
  padding-left: 2px;
}

.article .image-group-4 .col-39 {
  margin-bottom: 4px;
}

.article .image-group-4 a:nth-child(1) {
  padding-right: 2px;
}

.article .image-group-4 a:nth-child(2) {
  padding-left: 2px;
}

.article .image-group-4 a:nth-child(3) {
  padding-right: 2px;
  padding-top: 4px;
}

.article .image-group-4 a:nth-child(4) {
  padding-left: 2px;
  padding-top: 4px;
}

.infographic-page .site-body,
.longform-page .site-body {
  line-height: 1.6;
  color: #343a40;
}

.infographic-page .more-story-detail,
.infographic-page .timeline-detail,
.longform-page .more-story-detail,
.longform-page .timeline-detail {
  width: 1287px;
  margin: 4.8rem auto;
}

.infographic-page .poll-box[align=right],
.longform-page .poll-box[align=right] {
  margin: 1.6rem !important;
}

.infographic-page .poll-box[align=left],
.longform-page .poll-box[align=left] {
  margin: 1.6rem !important;
}

.infographic-page .notebox[align=left],
.longform-page .notebox[align=left] {
  margin: 1.6rem !important;
}

.infographic-page .notebox[align=right],
.longform-page .notebox[align=right] {
  margin: 1.6rem !important;
}

.infographic-page .site-body .article__avatar {
  text-align: center;
  margin: 0 auto;
}

.infographic-page .site-body .article__sapo {
  margin: 2.4rem auto 2.4rem;
}

.infographic-page .site-body .article table.picture {
  width: 100%;
  text-align: center;
}

.infographic-page .site-body .article .article-photo,
.infographic-page .site-body .article .full-width,
.infographic-page .site-body .article .info-image,
.infographic-page .site-body .article .inlinephoto {
  width: auto;
  max-width: 1200px !important;
  margin: 0 auto;
  text-align: center;
}

.infographic-page .site-body .article .article-photo img,
.infographic-page .site-body .article .full-width img,
.infographic-page .site-body .article .info-image img,
.infographic-page .site-body .article .inlinephoto img {
  width: auto !important;
  max-width: 1200px !important;
}

.longform-page .site-body > .container:first-child {
  width: 100% !important;
  max-width: 100% !important;
}

.longform-page .article .article-photo img,
.longform-page .article .full-width img,
.longform-page .article .info-image img,
.longform-page .article .inlinephoto img {
  width: auto !important;
}

.longform-page .article .verticle-menu {
  display: none;
}

.longform-page .chapter-breadcrumb {
  width: 660px;
  margin: 10px auto;
}

.longform-page .like-share {
  text-align: center;
  width: 660px;
  margin: 0.8rem auto;
}

.longform-page .poll {
  width: 50% !important;
  float: left;
  margin: 1.2rem 1.5rem 0.5rem calc(50% - 400px) !important;
}

.longform-page .chapter-breadcrumb .breadcrumb-detail {
  font-size: 1.2rem;
}

.longform-page .chapter-breadcrumb .breadcrumb-detail::before {
  top: 2px;
}

.longform-page .article .notebox[align=left],
.longform-page .article .poll-box[align=left],
.longform-page .article blockquote.qleft,
.longform-page .article table.picture[align=left] {
  margin-left: calc(50% - 394px) !important;
  width: 396px !important;
}

.longform-page .article .notebox[align=right],
.longform-page .article .poll-box[align=right],
.longform-page .article blockquote.qright,
.longform-page .article table.picture[align=right] {
  width: 396px !important;
  margin-right: calc(50% - 394px) !important;
}

.chapter-breadcrumb + .box-heading {
  width: 660px;
  margin: 0 auto;
}

.photo-page .article__title {
  margin-top: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
}

.photo-page .article__meta {
  padding-bottom: 30px;
  border-bottom: 1px solid #444;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  text-align: center;
}

.photo-page .article__sapo {
  text-align: center;
}

.page-header .toolbar {
  height: 33px;
  background: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.page-header .toolbar .container {
  height: 33px;
  justify-content: space-between;
}

.page-header .time {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 20px;
  color: #343a40;
  display: block;
  margin-bottom: 0;
}

@media (min-width: 1366px) {
  .page-header .time {
    font-size: 15px;
  }
}
.page-header .list-content {
  margin-bottom: 0;
}

.page-header .list-content li {
  border-left: 1px solid #e9ecef;
  list-style: none;
}

.page-header .list-content li:first-child {
  border-left: none;
}

.page-header .list-content a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #343a40;
  display: block;
  padding: 0 8px;
}

@media (min-width: 1366px) {
  .page-header .list-content a {
    font-size: 14px;
  }
}
.page-header .list-content a:hover {
  color: #e21f26;
}

.page-header .social {
  margin: 0 12px;
}

.page-header .social > * {
  margin-left: 8px;
}

.page-header .social > :first-child {
  margin-left: 0;
}

.page-header .icon {
  width: 20px;
  height: 20px;
}

.page-header .icon-fb {
  background-color: #3b5998;
}

.page-header .icon-search {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  padding: 14px;
}

.page-header .icon-youtube {
  background-color: red;
}

.page-header .input-search {
  width: 200px;
  height: 28px;
  color: #fff;
  background: transparent;
  border-radius: 4px;
  padding: 8px 62px 8px 12px;
  border: 1px solid #fff;
  outline: 0;
  font-size: 14px;
  line-height: 20px;
  font-family: Quicksand;
}

.page-header .input-search::-moz-placeholder {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.page-header .input-search::placeholder {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

@media (min-width: 1366px) {
  .page-header .input-search {
    width: 230px;
  }
}
.page-header .search {
  position: relative;
  margin-bottom: 3px;
}

.page-header .region-logo {
  display: flex;
  align-items: center;
  height: 170px;
}

.page-header .logo {
  background: url(/images/logo-NgheAn.png?f4b81ba801c622debb470e90c4ea4f7a) center center/283px 114px no-repeat;
  width: 283px;
  height: 114px;
  display: block;
  margin: 0 auto;
  font-size: 0;
  padding: 81px;
}

.page-header .region-menu {
  height: 36px;
  background: #e21f26;
  z-index: 9999;
}

.page-header .menu {
  position: relative;
}

.page-header .menu > li {
  position: relative;
  list-style: none;
}

.page-header .menu > li .icon {
  display: block !important;
}

.page-header .menu > li:hover a {
  background-color: rgba(0, 0, 0, 0.2);
}

.page-header .menu .humburger {
  position: absolute;
  right: 0;
}

.page-header .menu .humburger .sub-menu {
  right: 0;
}

.page-header .menu li:hover .sub-menu {
  display: block;
}

.page-header .menu .link {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  height: 36px;
  white-space: nowrap;
}

.page-header .menu .link-more {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #e21f26;
  display: flex;
  align-items: center;
  height: 36px;
  white-space: nowrap;
  background-color: #fff;
}

.page-header .menu .link-more:hover {
  color: #fff;
  background-color: #e21f26;
}

.page-header .sub-menu {
  display: none;
  position: absolute;
  top: 36px;
  width: 150px;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding-left: 0;
}

.page-header .sub-menu a {
  color: #e21f26;
  background-color: #fff !important;
  margin: 0 auto;
  padding: 10px;
  display: block;
  white-space: normal;
  height: auto;
}

.page-header .sub-menu a.active,
.page-header .sub-menu a:hover {
  background-color: #e21f26 !important;
  color: #fff !important;
}

.page-footer {
  padding: 20px;
  background: #cf2228;
}

.page-footer .container {
  display: flex;
  justify-content: space-between;
}

.page-footer .wrap {
  justify-content: space-between;
}

.page-footer .wrap .info {
  text-align: left !important;
}

.page-footer .logo {
  margin-right: 20px;
  display: block;
  width: 106px;
  min-width: 160px;
  height: 160px;
  font-size: 0;
  cursor: pointer;
  background: url(/images/logo-footer.png?76a45e53904d13fd61de1741bc52ed12) center center/160px no-repeat;
}

.page-footer p {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 8px;
}

.page-footer .bold {
  font-weight: 700;
}

.page-footer .text-bold {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: block;
}

.page-footer .info {
  text-align: right;
}

.abf-homepage {
  margin-top: 12px !important;
}

.abf-homepage__col-left .story {
  overflow: auto;
  border-top: 1px solid #e9ecef;
  padding-top: 16px;
  margin-top: 16px;
}

.abf-homepage__col-left .story:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.abf-homepage__col-left .story__thumb {
  width: 100%;
  height: auto;
}

@media (min-width: 1287px) {
  .abf-homepage__col-left .story__thumb {
    display: block;
  }
}
@media (min-width: 1366px) {
  .abf-homepage__col-left .story__thumb {
    width: 100%;
    height: auto;
  }
}
.abf-homepage__col-left .story__heading a {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #212529;
}

.abf-homepage__col-center .story {
  overflow: hidden;
}

.abf-homepage__col-center .story__thumb {
  width: 479px;
  height: 270px;
}

@media (min-width: 1366px) {
  .abf-homepage__col-center .story__thumb {
    width: 728px;
    height: 411px;
  }
}
.abf-homepage__col-center .story__heading a {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  color: #212529;
}

.abf-homepage__col-center .story__summary {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 20px;
}

.abf-homepage__col-center .story__sub-heading a {
  padding-top: 12px;
  font-weight: 700;
  color: #343a40;
  display: block;
  padding-left: 12px;
  position: relative;
  font-size: 14px;
}

.abf-homepage__col-center .story__sub-heading a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #ce2e0e;
  left: 0;
  top: 50%;
  transform: translateY(50%);
}

.province-activity {
  border: 1px solid #e21f26;
  padding: 12px;
  background: #fff;
}

.province-activity .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 21px;
  color: #e21f26;
  font-size: 14px;
}

.province-activity .heading:hover span {
  color: #e21f26;
}

.province-activity .heading span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  text-transform: uppercase;
  color: #e21f26;
  display: block;
  padding-top: 4px;
}

.province-activity .box-content {
  margin-top: 16px;
  height: 320px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.province-activity .story {
  overflow: auto;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e9ecef;
}

.province-activity .story:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.province-activity .story__thumb {
  width: 80px;
  height: 60px;
  margin-right: 12px;
  float: left;
}

.province-activity .story__heading a {
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  color: #212529;
}

.box-list-story .box-content {
  display: flex;
  justify-content: space-between;
}

.box-list-story .story {
  position: relative;
  width: 225px;
  height: 94px;
}

@media (min-width: 1366px) {
  .box-list-story .story {
    width: 297px;
    height: 125px;
  }
}
.box-list-story .story__thumb {
  width: 225px;
  height: 94px;
  position: relative;
}

@media (min-width: 1366px) {
  .box-list-story .story__thumb {
    width: 297px;
    height: 125px;
  }
}
.box-list-story .story__heading a {
  padding: 9px 22px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  justify-content: center;
}

@media (min-width: 1366px) {
  .box-list-story .story__heading a {
    padding: 13px 22px;
  }
}
.box-list-story .story__heading a:hover {
  color: #ccc !important;
}

.box-multimedia {
  overflow: hidden;
}

@media (min-width: 1366px) {
  .box-multimedia {
    overflow: inherit;
  }
}
.box-multimedia .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 52px;
  line-height: 72px;
  color: #000;
  text-align: center;
  pointer-events: none;
}

.box-multimedia .list-social {
  display: flex;
  justify-content: center;
  margin-top: 6px;
  position: relative;
}

.box-multimedia .list-social::after,
.box-multimedia .list-social::before {
  position: absolute;
  content: "";
  width: calc(50% - 270px);
  height: 1px;
  top: 50%;
  transform: translateY(50%);
  background: #e9ecef;
}

.box-multimedia .list-social::after {
  right: 0;
}

.box-multimedia .list-social::before {
  left: 0;
}

.box-multimedia .list-social li {
  margin-left: 20px;
}

.box-multimedia .list-social li:first-child {
  margin-left: 0;
}

.box-multimedia .list-social a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  display: flex;
}

.box-multimedia .list-social a:hover {
  color: #e21f26;
}

.box-multimedia .list-social span {
  margin-right: 8px;
}

.box-multimedia .box-content {
  height: 350px;
}

@media (min-width: 1366px) {
  .box-multimedia .box-content {
    margin-top: 40px;
    min-height: 450px;
    height: auto;
  }
}
.box-multimedia .story__thumb a {
  overflow: hidden;
}

.box-multimedia .story__heading a {
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: #212529;
  max-width: 265px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 12px 12px 0;
}

@media (min-width: 1366px) {
  .box-multimedia .story__heading a {
    max-width: 301px;
  }
}
.box-multimedia .story__summary {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #343a40;
  max-width: 225px;
  padding: 8px 16px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}

@media (min-width: 1366px) {
  .box-multimedia .story__summary {
    max-width: 297px;
  }
}
.box-multimedia .topics {
  margin: 150px 0 82px;
}

@media only screen and (max-width: 1366px) {
  .box-multimedia .topics {
    margin: 150px 0 32px;
  }
  .glide__slides.desktop {
    margin-top: -65px !important;
  }
}
.box-multimedia .nextArrow,
.box-multimedia .prevArrow {
  width: 74px;
  height: 100px;
  display: block;
  top: 115px;
  position: absolute;
  cursor: pointer;
}

.box-multimedia .prevArrow {
  background: url(/images/control-left.png?3d4d8addecfdce4bf89cfee855a9495f) center center/74px no-repeat;
  left: -78px;
}

@media (min-width: 1600px) {
  .box-multimedia .prevArrow {
    left: -100px;
  }
}
.box-multimedia .nextArrow {
  background: url(/images/control-right.png?bbb7771c4ef32cba3dda4b72ccee8e01) center center/74px no-repeat;
  right: -78px;
}

@media (min-width: 1600px) {
  .box-multimedia .nextArrow {
    right: -100px;
  }
}
.box-popular-news {
  background: #fff3cd;
  border: 1px solid #ffe69c;
  padding: 16px 16px 32px 16px;
}

.box-popular-news .heading {
  font-family: Arial, Helvetica, sans-serif;
  pointer-events: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000;
  padding-left: 32px;
  background: url(/images/icon-book.png?b61b48dcbbf07de6d1be6bbc890df3e9) left 0 center/20px no-repeat;
}

.box-popular-news .box-content {
  margin-top: 12px;
  border-top: 1px solid;
  border-color: rgba(0, 0, 0, 0.4);
}

.box-popular-news .story {
  margin-top: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 16px;
}

.box-popular-news .story:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.box-popular-news .story__heading a {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: #212529;
}

.box-timeline .story,
.zone-timeline .story {
  overflow: auto;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e9ecef;
}

.box-timeline .story:first-child,
.zone-timeline .story:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.box-timeline .story__thumb,
.zone-timeline .story__thumb {
  float: left;
  margin-right: 16px;
  width: 125px;
  height: 84px;
}

@media (min-width: 1366px) {
  .box-timeline .story__thumb,
  .zone-timeline .story__thumb {
    width: 230px;
    margin-right: 20px;
    height: 154px;
  }
}
.box-timeline .story__heading a,
.zone-timeline .story__heading a {
  font-weight: 700;
  font-size: 17px;
  line-height: 160%;
  color: #212529;
}

.box-timeline .story__meta,
.zone-timeline .story__meta {
  margin-top: 8px;
  display: flex;
}

.box-timeline .story .time,
.zone-timeline .story .time {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #adb5bd;
}

.box-timeline .story .title-cate,
.zone-timeline .story .title-cate {
  padding-right: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #dc3545;
  position: relative;
  white-space: nowrap;
}

.box-timeline .story .title-cate::before,
.zone-timeline .story .title-cate::before {
  position: absolute;
  content: "-";
  right: 8px;
  font-weight: 400;
  width: 2px;
  height: 1px;
  color: #adb5bd;
}

.box-timeline .story__summary,
.zone-timeline .story__summary {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343a40;
  margin-top: 8px;
}

.box-covid {
  background: #fff;
}

.box-covid .wrap-heading {
  padding: 10px 16px;
  background: url(/images/banner-covid.png?043001c6ab7497fc5538a7cab785c153) center center/300px no-repeat;
}

.box-covid .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.box-covid .heading:hover {
  color: #fff !important;
}

.box-covid .des {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  margin-top: 5px;
}

.box-covid .box-content {
  border-right: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding: 32px 16px 16px;
}

.box-covid .box-content > * {
  margin-top: 12px;
}

.box-covid .box-content > :first-child {
  margin-top: 0;
}

.box-covid .wrap {
  justify-content: space-between;
}

.box-covid .title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
}

.box-covid .total {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #212529;
  margin: 0;
}

.box-covid .down,
.box-covid .up {
  font-weight: 700;
  font-size: 28px;
  line-height: 150%;
  color: #e21f26;
  margin: 0;
}

.box-covid .down {
  color: #212529;
}

.box-think {
  width: 300px;
  height: 167px;
  padding: 16px 16px 20px;
  background: url(/images/think.png?ecbe838ec1d40ba04dd5ee46aa8940b1) center center/300px no-repeat;
  margin-top: 32px;
}

.box-think .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
}

.box-think .heading:hover {
  color: #ccc !important;
}

.box-think .box-content {
  margin-top: 18px;
}

.box-think .story {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 8px;
  overflow: auto;
}

.box-think .story__thumb {
  width: 70px;
  height: 70px;
  border-radius: 80px;
  margin-right: 14px;
  float: left;
  outline: 4px solid rgba(255, 255, 255, 0.7);
  outline-offset: -3px;
}

.box-think .story__thumb:hover img {
  transform: none;
}

.box-think .story__heading a {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #212529;
  height: 70px;
  display: flex;
  align-items: center;
}

.box-link {
  margin-top: 32px;
}

.box-link .heading {
  font-family: Arial, Helvetica, sans-serif;
  pointer-events: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000;
  padding-left: 30px;
  background: url(/images/icon-link.png?fce64bc118bdbf7c08d992b1160cd342) left center/20px no-repeat;
}

.box-link .box-content {
  margin-top: 8px;
}

.box-link .select-web {
  width: 300px;
  height: 36px;
  background: #fff;
  border: 1px solid #e9ecef;
  outline: 0;
  padding: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #495057;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url(/images/arrow-down.png?2b5a926a09d5b42714e55fa929487e7d) center right 8px/8px no-repeat;
}

.box__tag {
  margin-top: 32px;
}

.box__tag .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000;
  padding-left: 30px;
  background: url(/images/icon-tag.png?4d466dededdd1c5368a26a1d43eb51cf) left center/20px no-repeat;
  pointer-events: none;
}

.box__tag .box-content {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}

.box__tag .box-content a {
  background: #fff;
  border: 1px solid #dee2e6;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 4px 12px 4px 8px;
  font-weight: 400;
  font-size: 13px;
  line-height: 160%;
  color: #212529;
  margin-right: 8px;
  margin-bottom: 8px;
}

.box__tag .box-content a:hover {
  color: #e21f26;
}

.box-dondoc {
  margin-top: 32px;
  position: relative;
}

.box-dondoc .story {
  background: url(/images/bg-dondoc.png?c112ac609806dfbbc33de07bd8c513d4) center center no-repeat;
  width: 300px;
  height: 146px;
}

.box-dondoc .story__thumb {
  width: 116px;
  height: 147px;
  position: absolute;
  bottom: -16px;
  right: 16px;
}

.box-dondoc .story__tag {
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #fff;
  background: url(/images/tag-dondoc.png?3fee23e634e01b60e8a77820eb1c6790) left -5px center/130px 45px no-repeat;
  left: -12px;
  top: 16px;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  padding: 4px 12px;
}

.box-dondoc .story__tag > * {
  font-size: 18px;
  line-height: 27px;
  color: #fff;
}

.box-dondoc .story__heading a {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  position: absolute;
  color: #fff;
  bottom: 25px;
  left: 21px;
  max-width: 120px;
}

.box-dondoc .story__heading a:hover {
  color: #ccc !important;
}

.box-story {
  width: 175px;
}

@media (min-width: 1366px) {
  .box-story {
    width: 223px;
  }
}
.box-story .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000;
}

.box-story .box-content {
  margin-top: 12px;
}

.box-story .story {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ddd;
}

.box-story .story:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}

.box-story .story:first-child .story__heading a {
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  padding-top: 8px;
}

.box-story .story__thumb {
  width: 175px;
  height: 117px;
}

@media (min-width: 1366px) {
  .box-story .story__thumb {
    width: 223px;
    height: 149px;
  }
}
.box-story .story__heading a {
  color: #212529;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
}

.breadcrumb {
  display: flex;
  align-items: baseline;
}

.breadcrumb li:first-child .active {
  margin-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000 !important;
  margin-right: 32px;
}

.breadcrumb li:first-child .active > * {
  margin-right: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000 !important;
}

.breadcrumb a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  margin-right: 16px;
  display: block;
  white-space: nowrap;
}

.breadcrumb a:hover {
  color: #e21f26 !important;
}

.breadcrumb a > * {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  display: block;
}

.breadcrumb a > :hover {
  color: #e21f26 !important;
}

.breadcrumb a.active {
  font-size: 20px;
  line-height: 30px;
  color: #e21f26 !important;
}

.breadcrumb a.active > * {
  color: #e21f26 !important;
}

.abf-cate {
  margin-top: 13px;
}

.abf-cate .top {
  display: flex;
  justify-content: space-between;
}

.abf-cate .top .story {
  width: 465px;
}

.abf-cate .top .story__thumb {
  width: 313px;
  height: 176px;
}

@media (min-width: 1366px) {
  .abf-cate .top .story__thumb {
    width: 465px;
    height: 262px;
  }
}
.abf-cate .top .story__heading a {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;
  color: #212529;
  padding-top: 12px;
}

.abf-cate .top .story__summary {
  padding-top: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343a40;
}

.abf-cate .bottom {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
}

.abf-cate .bottom .story {
  width: 302px;
}

.abf-cate .bottom .story__thumb {
  width: 200px;
  height: 113px;
}

@media (min-width: 1366px) {
  .abf-cate .bottom .story__thumb {
    width: 302px;
    height: 170px;
  }
}
.abf-cate .bottom .story__heading a {
  padding-top: 12px;
  font-weight: 700;
  font-size: 15px;
  line-height: 160%;
  color: #212529;
}

.abf-cate .bottom .story__summary {
  margin-top: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343a40;
}

.box-trending {
  margin-top: 32px;
}

.box-trending .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  padding-left: 32px;
  background: url(/images/icon-time.png?07ad0f82f4b5ff57326b7e0b50fa42fd) left center/20px no-repeat;
}

.box-trending .box-content {
  margin-top: 12px;
}

.box-trending .story {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #495057;
}

.box-trending .story:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.box-trending .story__heading a {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #212529;
}

.box-media {
  padding: 14px 20px 50px;
  position: relative;
  background: url(/images/bg-media.png?8ee7e3daa3dc508d015ca3227e0a5d3c) center center/auto no-repeat;
  margin-top: 32px;
}

.box-media .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 32px;
  background: url(/images/icon-media.png?1a8e647bf6634a71a9761b27f15c13ed) left center/20px no-repeat;
}

.box-media .box-content {
  margin-top: 13px;
}

.box-media .story__heading a {
  padding-top: 12px;
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: #fff;
}

.box-media .story__heading a:hover {
  color: #ccc !important;
}

.box-social {
  margin-left: -60px;
  float: left;
  margin-top: 230px !important;
  display: none;
}

@media (min-width: 1366px) {
  .box-social {
    display: block;
  }
}
@media (min-width: 1555px) {
  .box-social {
    margin-left: -88px;
  }
}
.box-social > * {
  width: 44px;
  height: 44px;
  display: block;
  margin-top: 12px;
  border: none;
  outline: 0;
  font-size: 0;
}

.box-social > :first-child {
  margin-top: 0;
}

.box-social .zalo {
  background: #03a5fa url(/images/social-zalo.png?c8c8f026d77f90b4a138c04e59f1b4a7) center center/28px no-repeat;
}

.box-social .facebook {
  background: #3b5998 url(/images/social-fb.png?5f1d3fb8a751e31861bb70bb4a539102) center center/13px no-repeat;
}

.box-social .google {
  background: #db4a39 url(/images/social-gg.png?01c323e2a94db4bd1308a8dfa38a3c5e) center center/20px no-repeat;
}

.box-social .twitter {
  background: #00acee url(/images/social-tw.png?c30c226ae09ed6f7c789b28cccf5e1c3) center center/25px no-repeat;
}

.box-social .mail {
  background: #6c757d url(/images/social-mail.png?14af3ad136619840957a2ce2311a788d) center center/20px no-repeat;
}

.box-social.sticky-top {
  padding-top: 60px;
}

.modal .modal-body {
  padding: 22px 28px 0 30px;
}

.modal .modal-footer {
  height: 80px;
  border-top: 1px solid #e9ecef;
  display: flex;
  justify-content: center;
}

.modal .modal-footer .btn-1,
.modal .modal-footer .btn-2 {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  padding: 9.5px 10px;
  cursor: pointer;
  margin: 0 10px;
  white-space: nowrap;
  width: 240px;
  outline: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #343a40;
  font-family: Arial, Helvetica, sans-serif;
}

.modal .modal-footer .btn-1 {
  background: #fff;
  font-weight: 400;
  margin-right: 23px;
  color: #000;
  outline: 0;
}

.modal .modal-footer .btn-2 {
  background: #e9ecef !important;
  border: none !important;
}

.modal .modal-header {
  height: 70px;
  background: #dc3545;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal .modal-header .modal-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
  color: #fff;
}

.modal form {
  margin-top: 23px;
  margin-bottom: 23px;
  width: 100%;
}

.modal form p {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #495057;
  margin-top: 9px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
}

.modal form p a {
  color: #3d8bfd;
  text-decoration: underline;
  margin-left: 8px;
}

.modal form p:first-of-type {
  margin-top: 23px;
}

.modal form input {
  border: none;
  outline: 0;
  width: 100%;
  height: 30px;
  color: #495057;
  font-size: 16px;
}

.modal form input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ced4da;
  font-family: Arial, Helvetica, sans-serif;
}

.modal form input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ced4da;
  font-family: Arial, Helvetica, sans-serif;
}

.modal form legend {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #495057;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 10px;
}

.modal form fieldset {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 0 15px;
  height: 56px;
  margin-top: 20px;
}

.modal form fieldset:first-of-type {
  margin-top: 0;
}

.modal .g-recaptcha {
  margin-top: 24px;
}

.modal .title,
.modal p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #6c757d;
  font-family: Arial, Helvetica, sans-serif;
}

.modal .close {
  position: absolute;
  right: 0;
}

.modal-vote {
  font-size: 18px;
  line-height: 24px;
}

.modal-vote .scroll_color {
  width: 50%;
  float: left;
  margin: 5px 0;
  height: 5px;
  background: #ccc;
}

.modal-vote .story__title {
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
}

.modal-vote .bg_center_scroll {
  position: relative;
  background: #dc3545;
  float: left;
  height: 5px;
}

.modal-vote .txt_number_ketqua {
  display: inline-block;
  padding: 5px 0 0;
  position: absolute;
  right: 0;
  bottom: -20px;
  font: 11px arial;
  color: #dc3545;
}

.modal-vote .list_vote li {
  width: 100%;
  float: left;
  margin: 0 0 10px;
  padding: 0 0 15px;
  border-bottom: 1px dotted #ccc;
}

.modal-vote .list_vote .rsV_left {
  width: 30%;
  float: left;
  font: 13px arial;
  color: #555;
  padding-right: 15px;
}

.modal-vote .rsV_right {
  width: 18%;
  float: right;
  font: 12px arial;
  color: #999;
  text-align: right;
}

.modal-vote .rsV_right label {
  color: #000;
}

.modal-vote .total_vote {
  float: right;
  font: 400 13px arial;
  color: #666;
}

.modal-vote .total_vote label {
  color: #dc3545;
  font-weight: 700;
}

.related-topic {
  background: #e9ecef;
  border: 1px solid #ddd;
  padding: 21px 30px;
}

.related-topic .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #212529;
}

.related-topic .box-content {
  margin-top: 16px;
}

.related-topic .story {
  margin-top: 12px;
}

.related-topic .story:first-child {
  margin-top: 0;
}

.related-topic .story__heading a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #343a40;
  padding-left: 20px;
  position: relative;
}

.related-topic .story__heading a::before {
  position: absolute;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background: #495057;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.related-news {
  background: #fff;
  border: 1px solid #ddd;
  padding: 24px 33px 33px;
}

.related-news .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-transform: uppercase;
  color: #212529;
  pointer-events: none;
}

.related-news .box-content {
  margin-top: 16px;
}

.related-news .story {
  margin-top: 12px;
}

.related-news .story:first-child {
  margin-top: 0;
}

.related-news .story__heading a {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #343a40;
  padding-left: 20px;
  position: relative;
}

.related-news .story__heading a::before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 6px;
  background: #e9ecef;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.box-comment {
  margin-top: 32px !important;
  font-family: Arial, Helvetica, sans-serif;
}

.box-comment .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
  color: #212529;
}

.box-comment .heading:hover {
  color: #212529 !important;
}

.box-comment textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #6c757d;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding: 12px 16px;
}

.box-comment .box-content {
  margin-top: 24px !important;
}

.box-comment .box-content .wrap-comment {
  width: 100%;
}

.box-comment .box-content .wrap-comment .wrap {
  width: 100%;
}

.box-comment .wrap-login {
  display: flex;
  align-items: center;
}

.box-comment .wrap-login span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6c757d;
  margin-right: 4px;
}

.box-comment .wrap-login button {
  width: 26px;
  height: 26px;
  margin-right: 7px;
  border-radius: 50%;
}

.box-comment .wrap-login button i {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
}

.box-comment .wrap-login button:last-of-type {
  margin-right: 15px;
}

.box-comment .wrap-login .fb,
.box-comment .wrap-login .mail {
  background: #3b5998;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-comment .wrap-login .zalo {
  background: #03a5fa url(/images/icon-zalo.png?463bd9ab0ee5aabbc7120901bab190bb) center center/10px no-repeat;
}

.box-comment .wrap-login .google {
  background: #cc4034;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-comment .wrap-login .login {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #032b82;
  margin-left: 9px;
}

.box-comment .total-comment {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: var(--color-heading);
}

.box-comment .wrap-select label {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  color: var(--color-heading);
  margin-bottom: 0;
}

.box-comment .topic-comment {
  display: flex;
}

.box-comment .sub-comment {
  margin-left: 30px;
  margin-top: 1.6rem;
  border-top: 1px solid #ddd;
  padding-top: 1.6rem;
}

.box-comment .sub-comment .wrap-comment {
  margin-top: 15px;
}

.box-comment .sub-comment .avatar {
  width: 30px;
  height: 30px;
  background: #ced4da url(/images/user.png?69ecb32f4c6d4dacd1689f05c7a55268) center center/15px no-repeat;
}

.box-comment .w-100.mt-3 {
  justify-content: flex-end;
}

.box-comment .wrap .w-100.mt-3 {
  position: relative;
  height: 36px;
}

.box-comment .btn-Submit {
  width: 119px;
  height: 29px;
  padding: 4px 16px;
  font-weight: 400;
  font-size: 13px;
  line-height: 165%;
  background: #e21f26;
  border-radius: 6px;
  color: #fff;
}

.box-comment .sub-comments .comment {
  display: flex;
}

.box-comment .avatar {
  width: 52px;
  height: 50px;
  border-radius: 50%;
  padding: 15px;
  background: #ced4da url(/images/user.png?69ecb32f4c6d4dacd1689f05c7a55268) center/21px no-repeat;
  position: relative;
  overflow: hidden;
}

.box-comment .avatar img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.box-comment .user {
  margin-top: 20px;
}

.box-comment .user .comment.inner-comment {
  border-top: 1px solid #ddd;
  padding-top: 1.6rem;
  margin-top: 1.6rem;
}

.box-comment .user .comment.inner-comment:first-child {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}

.box-comment .user .content-comment {
  width: 100%;
}

.box-comment .user .content-comment .info-author {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #212529;
  float: left;
}

.box-comment .user .content-comment .time {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
  color: #999;
  float: right;
  width: 150px;
}

.box-comment .user .content-comment .text {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #212529;
  clear: both;
}

.box-comment .user .action-comment {
  margin-top: 8px;
  margin-bottom: 0;
}

.box-comment .user .action-comment > * {
  margin-right: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #6c757d;
}

.box-comment .user .action-comment > :last-child {
  margin-right: 0;
}

.box-comment .user .action-comment .btnLike.active {
  color: #212529;
}

.box-comment .user .action-comment i {
  padding-right: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #555;
}

.box-comment .user .action-comment-reply {
  margin-top: 15px;
}

.box-comment .btn.btn-link {
  background: #e21f26;
  border-radius: 16px;
  padding: 8px 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.box-comment .btn.btn-link::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.2125em;
  vertical-align: 0.2125em;
  content: "";
  border-top: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-bottom: 0;
  border-left: 0.25em solid transparent;
}

.box-comment .btnSubmit {
  width: 152px;
  height: 36px;
  background: #e21f26;
  border-radius: 8px;
  padding: 8px 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  margin-right: 4px;
  float: right;
}

.box-suggestion {
  background: #fff3cd;
  margin-top: 56px;
  padding: 40px 0;
}

.box-suggestion .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  text-transform: uppercase;
  color: #000;
}

.box-suggestion .box-content {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
}

.box-suggestion .story {
  width: 225px;
  margin-top: 33px;
  margin-right: 25px;
}

@media (min-width: 1366px) {
  .box-suggestion .story {
    width: 297px;
    margin-right: 33px;
  }
}
.box-suggestion .story:nth-child(-n+4) {
  margin-top: 0;
}

.box-suggestion .story:nth-child(4n) {
  margin-right: 0;
}

.box-suggestion .story__thumb {
  width: 225px;
  height: 150px;
}

@media (min-width: 1366px) {
  .box-suggestion .story__thumb {
    width: 297px;
    height: 167px;
  }
}
.box-suggestion .story__heading a {
  padding-top: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 160%;
  color: #343a40;
}

.box-interview {
  padding-top: 32px;
  border-top: 2px solid #e21f26;
  margin-top: 32px !important;
}

.box-interview .wrap-heading .heading {
  font-weight: 700;
  text-align: center;
  font-size: 28px;
  line-height: 140%;
  color: #212529;
}

.box-interview .box-content {
  margin-top: 42px;
}

.box-interview .time {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500 !important;
  margin-bottom: 8px;
  display: block !important;
}

.box-interview .item {
  margin-top: 32px;
}

.box-interview .item:first-child {
  margin-top: 0;
}

.box-interview .item:nth-child(odd) .avatar {
  order: 1;
  margin-left: 36px;
  margin-right: 0;
}

.box-interview .item:nth-child(odd) .content {
  background: #cff4fc;
  border-radius: 32px;
  padding: 24px 36px;
}

.box-interview .item .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 25px;
  position: relative;
  background: #fff3cd;
  margin-right: 36px;
  margin-top: 13px;
  overflow: hidden;
}

.box-interview .item .avatar img {
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  width: 100%;
}

.box-interview .content {
  background: #ffe5d0;
  border-radius: 32px;
  padding: 24px 36px;
}

.box-interview .content > * {
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  color: #212529;
}

.box-interview .content > * .heading,
.box-interview .content > * .title,
.box-interview .content > :first-child {
  margin-top: 0;
}

.box-interview .content .heading {
  font-weight: 700;
  font-size: 17px;
  line-height: 27px;
  color: #212529;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
}

.box-interview .content .heading:hover {
  color: #212529 !important;
}

.box-interview table.picture {
  margin-bottom: 16px;
}

.guest-list {
  background: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 24px 16px;
  margin-bottom: 20px;
}

.guest-list .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #212529;
  display: block;
  text-align: center;
}

.guest-list .box-content {
  margin-top: 18px;
  height: 372px;
  overflow-y: scroll;
  margin-right: -12px;
}

.guest-list .item {
  margin-top: 20px;
  align-items: center;
}

.guest-list .item:first-child {
  margin-top: 0;
}

.guest-list .item .avatar {
  width: 46px;
  height: 46px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  margin-right: 12px;
  padding: 23px;
  overflow: hidden;
  position: relative;
}

.guest-list .item .avatar img {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.guest-list .item .info .name {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  color: #343a40;
  margin-bottom: 0;
}

.guest-list .item .info .des {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #6c757d;
  margin-bottom: 0;
}

.guest-list .scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px #e9ecef;
  border-radius: 10px;
  background-color: #e9ecef;
}

.guest-list .scroll::-webkit-scrollbar {
  width: 4px;
  background: rgba(0, 0, 0, 0.1);
}

.guest-list .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.inteview-interaction {
  background: #fff3cd;
  border: 1px solid #ffe69c;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 2.4rem 1.6rem;
}

.inteview-interaction > .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #212529;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-align: center;
}

.inteview-interaction .form-interaction {
  margin-top: 12px;
  margin-bottom: 9px;
}

.inteview-interaction .form-interaction input,
.inteview-interaction .form-interaction textarea {
  width: 100%;
  background: #fff;
  border: 1px solid #ffe69c;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #adb5bd;
  font-family: Arial, Helvetica, sans-serif;
  padding: 8px 11px;
}

.inteview-interaction .d-flex {
  justify-content: end;
}

.inteview-interaction .btn-send {
  background: #ffe69c;
  border: 1px solid #ffda6a;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

.box-live {
  margin-top: 32px !important;
}

.box-live .box-content > * {
  margin-top: 20px;
}

.box-live .box-content > :first-child {
  margin-top: 0;
}

.box-live .item {
  display: flex;
}

.box-live .avatar {
  text-align: center;
  height: 48px;
  width: 48px;
  margin-right: 12px;
  min-width: 48px;
}

.box-live .comment {
  background: #fff;
  border: 1px solid #e9ecef;
  padding: 24px 36px 36px;
  width: 100%;
}

.box-live .comment .time {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #222;
  margin-bottom: 20px;
  display: block;
}

.box-live .comment .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #212529;
  margin-bottom: 20px;
  margin-top: 0;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}

.box-live .comment .wrap-heading {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e9ecef;
}

.box-live .comment p {
  font-weight: 400;
  font-size: 17px;
  line-height: 165%;
  color: #212529;
}

.box-live .comment p:first-child {
  margin-top: 0;
}

.box-live .comment table.picture {
  margin: 20px 0 0 !important;
}

.box-live .icon {
  width: 48px;
  height: 48px;
}

.header-multimedia {
  height: 60px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.header-multimedia .container {
  max-width: 1221px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-multimedia .logo-NA {
  width: 240px;
  height: 60px;
  background: url(/images/NA-media.png?45b6d8be440da104f49f87aace36a7c3) left 16px center/129px no-repeat;
  font-size: 0;
}

.header-multimedia .heading > * {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-align: center;
  color: #e21f26;
  display: flex;
  align-items: center;
  font-size: 0;
  background: url(/images/media_ver2.png?101770acd622d972e35e8be055ff157b) center center/320px no-repeat;
  width: 320px;
  height: 40px;
}

.header-multimedia .wrap-search {
  position: relative;
  margin-bottom: 0;
}

.header-multimedia input.search {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 20px;
  outline: 0;
  padding: 10px 40px 10px 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  height: 40px;
  width: 250px;
  cursor: pointer;
}

.header-multimedia .icon-search {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  padding: 18px;
}

.comming-up {
  margin-left: 145px;
}

@media (min-width: 1366px) {
  .comming-up {
    margin-left: 0;
  }
}
.comming-up .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  text-transform: uppercase;
  color: #000;
  pointer-events: none;
}

.comming-up .box-content {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.comming-up .story {
  width: calc(25% - 17px);
  overflow: hidden;
}

.comming-up .story:nth-child(4n) {
  margin-right: 0;
}

.comming-up .story:nth-child(-n+4) {
  margin-top: 0;
}

.comming-up .story__thumb {
  width: 100%;
  height: 167px;
  position: relative;
}

@media (min-width: 1750px) {
  .comming-up .story__thumb {
    width: 280px;
    height: 167px;
  }
}
.comming-up .story__heading a {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #212529;
  margin-top: 8px;
}

.comming-up .icon-watching {
  width: 170px;
  height: 50px;
  border-radius: 26px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex !important;
  align-items: center;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 160%;
  color: #fff;
  padding-left: 59px;
  background: url(/images/icon-watching.png?3aa8c79b626a4496dac45ef978ebae7f) rgba(226, 31, 38, 0.6) left 24px center/20px no-repeat;
}

.comming-up .icon-video {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/images/icon-video.png?d44bfb662d6ff1ebff5a625134f54be9) rgba(255, 255, 255, 0.6) right 13px center/20px no-repeat;
}

.suggestion-multimedia {
  margin-left: 145px;
}

@media (min-width: 1366px) {
  .suggestion-multimedia {
    margin-left: 0;
  }
}
.suggestion-multimedia .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 39px;
  text-transform: uppercase;
  color: #000;
  pointer-events: none;
}

.suggestion-multimedia .box-content {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.suggestion-multimedia .story {
  width: calc(25% - 17px);
  overflow: hidden;
  margin-top: 16px;
}

.suggestion-multimedia .story:nth-child(-n+4) {
  margin-top: 0;
}

.suggestion-multimedia .story__thumb {
  width: 100%;
  height: 167px;
  position: relative;
}

.suggestion-multimedia .story__heading a {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #212529;
  padding-top: 8px;
}

.suggestion-multimedia .icon-video {
  position: absolute;
  left: 12px;
  bottom: 12px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/images/icon-video.png?d44bfb662d6ff1ebff5a625134f54be9) rgba(255, 255, 255, 0.6) right 13px center/20px no-repeat;
}

.box-filler {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 16px;
}

.box-filler .form-field {
  margin-top: 20px;
}

.box-filler .form-field:first-child {
  margin-top: 0;
}

.box-filler .form-field label {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #adb5bd;
}

.box-filler .form-field select {
  cursor: pointer;
  border: 1px solid #e9ecef;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  outline: 0;
  font-size: 13px;
  line-height: 20px;
  color: #495057;
  padding: 12px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff url(/images/arrow.png?956962f77da506348cd7c5ac454a4dbf) 234px 20px no-repeat;
}

.box-filler .btn-search {
  outline: 0;
  border: none;
  background: #bd1723;
  border-radius: 4px;
  width: 89px;
  height: 32px;
  padding: 8px 32px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}

.box-default .heading {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: uppercase;
  color: #000;
  padding-left: 30px;
  background: url(/images/icon-default.png?07ece186f3b314315dd572ce5fedd28d) left center/20px no-repeat;
  pointer-events: none;
}

.box-default .box-content {
  margin-top: 12px;
}

.box-default .box-content > .story .story__thumb {
  width: 300px;
  height: 200px;
}

.box-default .box-content > .story .story__heading a {
  padding-top: 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #212529;
}

.box-default .box-content .story-wrapper {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e9ecef;
}

.box-default .box-content .story-wrapper .story {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #e9ecef;
}

.box-default .box-content .story-wrapper .story:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.box-default .box-content .story-wrapper .story__heading a {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #212529;
}

@keyframes clockwise {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
  }
}
.banner[data-position=Web_AdsBalloon] {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
}

.banner img {
  max-width: 100%;
  overflow: hidden;
}

.banner[data-position=Web_AdsMiddle5],
.banner[data-position=Web_AdsMiddle6],
.banner[data-position=Web_AdsMiddle7] {
  width: 100%;
}

.article table.picture[align=center] {
  max-width: 100%;
}

table.full-video,
table.video {
  width: 100%;
  max-width: 100%;
}

.multi-wrapper .multi .swiper-slide-next {
  scale: 1.75;
  transition: all 0.4s ease-in;
}
.multi-wrapper .swiper-button-prev:after {
  content: "" !important;
}
.multi-wrapper .swiper-button-next:after {
  content: "" !important;
}

.CmsContentObject.alignRight,
.widget-box.alignRight {
  float: right;
  margin-left: 20px;
  max-width: 50%;
}

.CmsContentObject.alignLeft,
.widget-box.alignLeft {
  float: left;
  margin-right: 20px;
  max-width: 50%;
}

.CmsContentObject {
  display: inline-block;
  margin: 0 auto 15px auto;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 90;
  visibility: visible;
  word-wrap: break-word;
  cursor: default;
  border: 1px solid #ff7d00;
  padding: 10px;
  background-color: #fffbf1;
  background-color: rgb(255, 251, 241);
  border-color: rgb(255, 125, 0);
  font-weight: 400;
}

table[border="1"] th,
table[border="1"] td {
  border: 1px solid #000;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/material-google-rounded.woff2?43a1182ab3e237d347a558adc89f9c8f) format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

header a,
.side-menu a {
  color: #fff;
}

header a:hover,
.side-menu a:hover {
  color: #fff;
}

.input-search {
  color: #fff !important;
}

.input-search::-webkit-input-placeholder {
  color: #fff !important;
}

.input-search::-moz-placeholder {
  color: #fff !important;
}

.input-search:-ms-input-placeholder {
  color: #fff !important;
}

.input-search:-moz-placeholder {
  color: #fff !important;
}

#side-menu {
  display: none;
}

.side-menu {
  display: none;
}

#side-menu:checked ~ .side-menu {
  display: block;
}

body.no-scroll {
  overflow: hidden;
}

.text-link-header li::after {
  content: "/";
  font-size: 20px;
  font-weight: 700;
  color: red;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.text-link-header li:last-child::after {
  display: none;
}

.time-wrap {
  left: 0;
  font-size: 16px;
}

header .contact svg {
  display: none;
}

@media screen and (max-width: 1720px) {
  .time-wrap {
    left: 90px;
  }
}
@media screen and (max-width: 1640px) {
  .time-wrap {
    left: 90px;
  }
}
@media screen and (max-width: 1550px) {
  .time-wrap {
    left: 130px;
  }
}
@media screen and (max-width: 1450px) {
  .time-wrap {
    left: 170px;
  }
  header .contact svg {
    display: block;
  }
  header .contact .label,
  header .local .label {
    display: none;
  }
  .page-header .input-search {
    width: 160px;
  }
  .page-header .input-search::-moz-placeholder {
    font-size: 12px;
  }
  .page-header .input-search::placeholder {
    font-size: 12px;
  }
  .page-header .input-search svg {
    width: 8px;
  }
  header .logo-small a {
    height: 36px;
  }
}
@media screen and (max-width: 1250px) {
  .time-wrap {
    left: 130px;
  }
  header .logo-small {
    left: 440px;
  }
}
@media screen and (max-width: 900px) {
  .time-wrap {
    display: none;
  }
  header .logo-small {
    left: 240px;
  }
  header .logo-small a {
    height: 30px;
  }
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-2::after{
  content: var(--tw-content);
  bottom: 0.5rem;
}
.after\:left-1::after{
  content: var(--tw-content);
  left: 0.25rem;
}
.after\:left-\[-2px\]::after{
  content: var(--tw-content);
  left: -2px;
}
.after\:top-1\/2::after{
  content: var(--tw-content);
  top: 50%;
}
.after\:clear-left::after{
  content: var(--tw-content);
  clear: left;
}
.after\:clear-both::after{
  content: var(--tw-content);
  clear: both;
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:inline-block::after{
  content: var(--tw-content);
  display: inline-block;
}
.after\:h-1::after{
  content: var(--tw-content);
  height: 0.25rem;
}
.after\:h-1\.5::after{
  content: var(--tw-content);
  height: 0.375rem;
}
.after\:w-1::after{
  content: var(--tw-content);
  width: 0.25rem;
}
.after\:w-1\.5::after{
  content: var(--tw-content);
  width: 0.375rem;
}
.after\:-translate-y-1\/2::after{
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:transform::after{
  content: var(--tw-content);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.after\:rounded::after{
  content: var(--tw-content);
  border-radius: 0.25rem;
}
.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:bg-\[\#343a40\]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(52 58 64 / var(--tw-bg-opacity, 1));
}
.after\:bg-\[\#535252\]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(83 82 82 / var(--tw-bg-opacity, 1));
}
.after\:pb-4::after{
  content: var(--tw-content);
  padding-bottom: 1rem;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.first\:ml-0:first-child{
  margin-left: 0px;
}
.first\:mt-0:first-child{
  margin-top: 0px;
}
.first\:border-0:first-child{
  border-width: 0px;
}
.first\:border-t-0:first-child{
  border-top-width: 0px;
}
.first\:border-none:first-child{
  border-style: none;
}
.first\:pt-0:first-child{
  padding-top: 0px;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:border-0:last-child{
  border-width: 0px;
}
.last\:pb-0:last-child{
  padding-bottom: 0px;
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-\[rgba\(0\2c 0\2c 0\2c \.5\)\]:hover{
  background-color: rgba(0,0,0,.5);
}
.hover\:bg-red-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#DC3545\]:hover{
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#ccc\]:hover{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#e21F26\]:hover{
  --tw-text-opacity: 1;
  color: rgb(226 31 38 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#e21f26\]:hover{
  --tw-text-opacity: 1;
  color: rgb(226 31 38 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#e63b34\]:hover{
  --tw-text-opacity: 1;
  color: rgb(230 59 52 / var(--tw-text-opacity, 1));
}
.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:fill-white{
  fill: #fff;
}
@media (min-width: 375px){
  .xs\:flex{
    display: flex;
  }
  .xs\:w-\[120px\]{
    width: 120px;
  }
}
@media (min-width: 576px){
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-1\/3{
    width: 33.333333%;
  }
  .sm\:w-1\/4{
    width: 25%;
  }
  .sm\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .sm\:self-center{
    align-self: center;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 992px){
  .lg\:left-\[85px\]{
    left: 85px;
  }
  .lg\:right-\[85px\]{
    right: 85px;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-\[650px\]{
    width: 650px;
  }
  .lg\:max-w-\[992px\]{
    max-width: 992px;
  }
}
@media (min-width: 1000px){
  .xl\:left-10{
    left: 2.5rem;
  }
  .xl\:right-10{
    right: 2.5rem;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-\[650px\]{
    width: 650px;
  }
  .xl\:max-w-\[1000px\]{
    max-width: 1000px;
  }
  .xl\:stroke-white{
    stroke: #fff;
  }
}
@media (min-width: 1366px){
  .\32xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .\32xl\:col-span-9{
    grid-column: span 9 / span 9;
  }
  .\32xl\:float-right{
    float: right;
  }
  .\32xl\:\!mr-5{
    margin-right: 1.25rem !important;
  }
  .\32xl\:\!mt-\[10px\]{
    margin-top: 10px !important;
  }
  .\32xl\:mb-4{
    margin-bottom: 1rem;
  }
  .\32xl\:mb-\[40px\]{
    margin-bottom: 40px;
  }
  .\32xl\:mr-\[20px\]{
    margin-right: 20px;
  }
  .\32xl\:mt-2{
    margin-top: 0.5rem;
  }
  .\32xl\:block{
    display: block;
  }
  .\32xl\:flex{
    display: flex;
  }
  .\32xl\:hidden{
    display: none;
  }
  .\32xl\:h-\[154px\]{
    height: 154px;
  }
  .\32xl\:h-\[320px\]{
    height: 320px;
  }
  .\32xl\:h-\[440px\]{
    height: 440px;
  }
  .\32xl\:h-\[482px\]{
    height: 482px;
  }
  .\32xl\:w-1\/5{
    width: 20%;
  }
  .\32xl\:w-3\/4{
    width: 75%;
  }
  .\32xl\:w-60{
    width: 15rem;
  }
  .\32xl\:w-\[1050px\]{
    width: 1050px;
  }
  .\32xl\:w-\[1110px\]{
    width: 1110px;
  }
  .\32xl\:w-\[1150px\]{
    width: 1150px;
  }
  .\32xl\:w-\[1319px\]{
    width: 1319px;
  }
  .\32xl\:w-\[230px\]{
    width: 230px;
  }
  .\32xl\:w-\[280px\]{
    width: 280px;
  }
  .\32xl\:w-\[302px\]{
    width: 302px;
  }
  .\32xl\:w-\[363px\]{
    width: 363px;
  }
  .\32xl\:w-\[372px\]{
    width: 372px;
  }
  .\32xl\:w-\[465px\]{
    width: 465px;
  }
  .\32xl\:w-\[543px\]{
    width: 543px;
  }
  .\32xl\:w-\[550px\]{
    width: 550px;
  }
  .\32xl\:w-\[650px\]{
    width: 650px;
  }
  .\32xl\:w-\[680px\]{
    width: 680px;
  }
  .\32xl\:w-\[823px\]{
    width: 823px;
  }
  .\32xl\:w-\[950px\]{
    width: 950px;
  }
  .\32xl\:w-\[calc\(100\%_-_1050px\)\]{
    width: calc(100% - 1050px);
  }
  .\32xl\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .\32xl\:max-w-\[1319px\]{
    max-width: 1319px;
  }
  .\32xl\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .\32xl\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .\32xl\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .\32xl\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .\32xl\:pl-4{
    padding-left: 1rem;
  }
  .\32xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
