/* fonts and icons*/
@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icn-fonts/icomoon.eot?uabiem");
    src: url("../fonts/icn-fonts/icomoon.eot?uabiem#iefix") format("embedded-opentype"), url("../fonts/icn-fonts/icomoon.ttf?uabiem") format("truetype"), url("../fonts/icn-fonts/icomoon.woff?uabiem") format("woff"), url("../fonts/icn-fonts/icomoon.svg?uabiem#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-share:before {
    content: "\e919";
    color: #464855
}

.icon-upload:before {
    content: "\e918";
    color: #fff
}

.icon-Kod:before {
    content: "\e916";
    color: #464855
}

.icon-linkedin:before {
    content: "\e917";
    color: #464855
}

.icon-apa-holding-icon:before {
    content: "\e900";
    color: #f73746
}

.icon-arrow-left:before {
    content: "\e901";
    color: #fff
}

.icon-arrow-right:before {
    content: "\e902";
    color: #fff
}

.icon-clock:before {
    content: "\e903";
    color: #fff
}

.icon-close:before {
    content: "\e904";
    color: #fff
}

.icon-date:before {
    content: "\e905";
    color: #464855
}

.icon-facebook:before {
    content: "\e906";
    color: #fff
}

.icon-fax:before {
    content: "\e907";
    color: #bfbfbf
}

.icon-google-plus:before {
    content: "\e908";
    color: #4b4b4b
}

.icon-home:before {
    content: "\e909";
    color: #98999e
}

.icon-instagram:before {
    content: "\e90a";
    color: #4b4b4b
}

.icon-live:before {
    content: "\e90b";
    color: #fff
}

.icon-location:before {
    content: "\e90c";
    color: #bfbfbf
}

.icon-mail:before {
    content: "\e90d";
    color: #bfbfbf
}

.icon-menu:before {
    content: "\e90e";
    color: #fff
}

.icon-microphone:before {
    content: "\e90f";
    color: #f73746
}

.icon-phone:before {
    content: "\e910";
    color: #bfbfbf
}

.icon-play:before {
    content: "\e911";
    color: #fff
}

.icon-search:before {
    content: "\e912";
    color: #fff
}

.icon-twitter:before {
    content: "\e913";
    color: #fff
}

.icon-view:before {
    content: "\e914";
    color: #fff
}

.icon-youtube:before {
    content: "\e915";
    color: #fff
}


@font-face {
    font-family: "San Francisco-Regular";
    src: url("../fonts/SanFrancisco.eot");
    src: url("../fonts/SanFrancisco.eot?#iefix") format("embedded-opentype"), url("../fonts/SanFrancisco.woff") format("woff"), url("../fonts/SanFrancisco.ttf") format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: "San Francisco-Light";
    src: url("../fonts/SanFrancisco-Light.eot");
    src: url("../fonts/SanFrancisco-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SanFrancisco-Light.woff") format("woff"), url("../fonts/SanFrancisco-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "San Francisco-Medium";
    src: url("../fonts/SanFrancisco-Medium.eot");
    src: url("../fonts/SanFrancisco-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/SanFrancisco-Medium.woff") format("woff"), url("../fonts/SanFrancisco-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "San Francisco-Bold";
    src: url("../fonts/SanFrancisco-Bold.eot");
    src: url("../fonts/SanFrancisco-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SanFrancisco-Bold.woff") format("woff"), url("../fonts/SanFrancisco-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-family: "San Francisco-SemiBold";
    src: url("../fonts/SanFrancisco-SemiBold.eot");
    src: url("../fonts/SanFrancisco-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SanFrancisco-SemiBold.woff") format("woff"), url("../fonts/SanFrancisco-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}


/* general */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
    font-size: 16px;
    font-family: "San Francisco-Regular", sans-serif;
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eef3f6
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5
}

body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f73746
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

figcaption, figure, main {
    display: block
}

figure {
    margin: 0
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

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

a, a:hover, a:active, a:focus {
    outline: 0;
    border: none;
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

label {
    display: block;
}

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

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

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

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

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

details, menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

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

.custom-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.pad-left-15 {
    padding-left: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.breadrumb-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadrumb-wrapper .breadcrumb-wrap {
    display: flex;
    align-items: center;
}

.breadrumb-wrapper .breadcrumb-wrap .home-page {
    font-family: "San Francisco-Regular", sans-serif;
    font-size: 13px;
    color: #a6a6a6;
    margin-right: 5px;
}

.breadrumb-wrapper .breadcrumb-wrap i {
    margin-right: 5px;
    font-size: 12px;
}

.breadrumb-wrapper .breadcrumb-wrap .icon-arrow-right::before {
    color: #a6a6a6;
}

.breadrumb-wrapper .breadcrumb-wrap strong {
    font-family: "San Francisco-Regular", sans-serif;
    font-size: 13px;
    color: #202124;
}

.pagination-wrap, .pagination-wrap *, .pagination-wrap *:before, .pagination-wrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto
}

.pagination-wrap {
    font-size: 8pt;
    line-height: 1;
    font-weight: 400;
    font-family: 'Open Sans', 'Source Sans Pro', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    margin: 3em auto;
    text-align: center;
    transition: font-size .2s ease-in-out
}

.pagination-wrap ul {
    list-style-type: none;
    display: inline;
    font-size: 100%;
    margin: 0;
    padding: .5em
}

.pagination-wrap ul li {
    font-family: "San Francisco-Regular", sans-serif;
    display: inline-block;
    width: auto;
    border-radius: 3px
}

.pagination-wrap ul li.prev span {
    margin-right: 15px
}

.pagination-wrap ul li.prev span::before {
    color: #202124;
    font-size: 12px
}

.pagination-wrap ul li.next a {
    font-family: "San Francisco-Regular", sans-serif
}

.pagination-wrap ul li.next a::before {
    color: #202124;
    font-size: 12px
}

.pagination-wrap > a {
    font-size: 100%
}

.pagination-wrap > a:first-child i::before, .pagination-wrap > a:last-child i::before {
    color: #202124;
    font-size: 13px !important
}

.pagination-wrap a {
    color: #202124;
    font-size: 15px;
    padding: .5em
}

.pagination-wrap a.arrow {
    font-size: 16px
}

.pagination-wrap a:focus, .pagination-wrap a:hover {
    color: #f73746
}

.pagination-wrap li.current {
    background: #f73746;
    border-radius: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block
}

.pagination-wrap li.current a {
    color: #fff
}

.pagination-wrap .disabled, .pagination-wrap [hidden], .pagination-wrap [disabled] {
    opacity: .5;
    pointer-events: none
}

.hire-block ins {
    margin: auto;
}


/* header */
header {
    background-color: #202124;
    height: 77px;
}

header .logo {
    margin: 12px 0;
    display: block;
}

header .logo img {
    width: 49px;
}

.header-search {
    position: absolute;
    right: -65px;
    width: 115%;
    height: 77px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.header-search.is-open {
    visibility: visible;
    opacity: 1;
}

.header-search form input,
.header-search form button {
    height: 100%;
    position: absolute;
    outline: none;
}

.header-search form input {
    top: 0;
    right: 0;
    width: 100%;
    background-color: #4b4b4b;
    border: none;
    padding-left: 20px;
    padding-right: 54px;
    color: #fff;
    font-family: "San Francisco-Regular", sans-serif;
    font-size: 18px;
}

.header-search form .icon-close {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
}

.header-search form button.icon-close {
    display: none;
}

.navigation-menu {
    visibility: hidden;
}

.navigation-menu ul {
    line-height: 77px;
}

.navigation ul,
.navigation li {
    list-style-type: none;
    padding: 0;
}

.navigation-menu ul li {
    float: left;
}

.navigation-menu ul li:not(:last-child) {
    margin-right: 25px;
}

.navigation-menu ul li a {
    display: block;
    font-family: "San Francsico-SemiBold", sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

.navigation-menu ul li a::after {
    content: "";
    background: #f73746;
    height: 4px;
    position: absolute;
    left: 100%;
    right: 0;
    bottom: 0;
    transition: .16s all 0.025s;
}

.navigation-menu ul li a:hover::after {
    left: 0;
    right: 0;
}

header .right-bar {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 4px;
}

header .right-bar ul {
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 15px;
}

header .right-bar ul li {
    float: left;
    position: relative;
}

header .right-bar ul li:not(:last-child) {
    padding-right: 10px;
    margin-right: 15px;
}

header .right-bar ul li button {
    padding: 0;
    outline: none;
    background: none;
    border: none;
}

header .right-bar ul li a {
    font-family: "San Francisco-Regular", sans-serif;
    font-size: 14px;
    color: #fff;
}

.live-stream {
    background-image: -webkit-linear-gradient(right, rgb(253, 0, 0) 0%, rgb(160, 0, 0) 100%);
    padding: 9px 50px;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 20px !important;
    height: 48px;
    margin-top: -4px;
    display: inline-block;
    position: relative;
}

.live-stream span:after {
    content: '';
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: absolute;
    background: #1aff00;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    animation: blinker 1s linear infinite;
}

header .right-bar ul .right-bar-social {
    text-align: center;
    padding-right: 0 !important;
}

header .right-bar ul .right-bar-social a {
    margin-right: 20px;
}

header .right-bar ul li:nth-child(3) a {
    text-transform: uppercase;
}

header .right-bar ul .right-bar-social .icon-instagram:before {
    font-size: 15px;
    color: #fff;
}

header .right-bar ul .right-bar-social a::before {
    transition: color .2s ease-in-out
}

header .right-bar ul .right-bar-social .fb:hover::before {
    color: #3b5998
}

header .right-bar ul .right-bar-social .twt:hover::before {
    color: #1da1f2
}

header .right-bar ul .right-bar-social .ytb:hover::before {
    color: red
}

header .right-bar ul .right-bar-social .icon-instagram:before {
    font-size: 15px;
    color: #fff;
}

header .right-bar ul .right-bar-social .icon-instagram:hover:before {
    color: #ff7030;
}

header .right-bar ul li.toggle-button-wrap {
    padding: 0 5px 2px 5px;
    cursor: pointer;
}

header .right-bar ul li.toggle-button-wrap .toggle-button > div {
    width: 19px;
    height: 2px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.4s;
}

.responsive-menu {
    display: none;
    padding: 100px 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 4
}

.responsive-menu .custom-container {
    position: relative;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 40px;
}

.responsive-menu .custom-container::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5
}

.responsive-menu .custom-container::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #eef3f6
}

.responsive-menu .custom-container::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f73746
}

.responsive-menu-search form input, .responsive-menu-search form button {
    outline: none;
}

.responsive-menu-search form input {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: none;
    border-radius: 2px;
    color: #202124;
}

.responsive-menu-search form button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: none;
    border: none;
}

.responsive-menu-search form button::before {
    color: #202124;
}

.responsive-menu-is-show .header__responsive {
    display: block;
}

.responsive-menu-is-show .header__row-show {
    position: relative;
    z-index: 5;
}

.responsive-menu-is-show .main-header {
    position: relative;
    z-index: 5;
}

.responsive-menu-is-show .main-header .navigation-menu ul li a {
    opacity: .2;
    pointer-events: none;
}

.responsive-menu-is-show .right-bar ul li.toggle-button-wrap .toggle-button .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(0px, 6px);
}

.responsive-menu-is-show .right-bar ul li.toggle-button-wrap .toggle-button .bar2 {
    opacity: 0;
}

.responsive-menu-is-show .right-bar ul li.toggle-button-wrap .toggle-button .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-1px, -7px);
}

.responsive-menu-is-show .responsive-menu {
    display: block;
}

.headline-wrap {
    margin-bottom: 20px;
}

.headline {
    font-family: "San Francisco", sans-serif;
    font-size: 18px;
    color: #202124;
    text-transform: uppercase;
    position: relative;
    padding: 0 15px 0 9px;
    margin: 0;
}

.headline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 3px;
    height: 15px;
    background-color: #f73746;
}

.responsive-menu .headline {
    color: #fff;
}

.responsive-menu .menu-list li {
    width: 50%;
    display: inline-block;
}

.responsive-menu .menu-list li:not(:last-child) {
    margin-bottom: 20px;
}

.responsive-menu .menu-list li a {
    font-family: "San Francisco-Light", sans-serif;
    font-size: 14px;
    color: #bfbfbf;
    user-select: none;
    -webkit-user-select: none;
    transition: opacity .2s ease-in-out;
    width: 100%;
    display: inline-block;
}

.responsive-menu .menu-list li a:hover {
    opacity: .7;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.0
    }
    100% {
        opacity: 1.0
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.0
    }
    100% {
        opacity: 1.0
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0
    }
    50% {
        opacity: 0.0
    }
    100% {
        opacity: 1.0
    }
}


/* main */
main.main {
    padding-bottom: 70px;
}

main.inner-page-category,
main.inner-page-static {
    padding-top: 20px;
    padding-bottom: 55px;
}

main.inner-page-detail {
    padding-bottom: 145px;
}


/* slider */
.slider-sec .slider-sidebar {
    width: 100%;
    height: 403px;
    float: left;
    background-color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(32, 33, 36, 0.1);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 33, 36, 0.1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 33, 36, 0.1);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 33, 36, 0.1);
    -ms-box-shadow: 0px 0px 50px 0px rgba(32, 33, 36, 0.1);
}

.slider-sec .slider-sidebar ul li {
    height: 80px;
    position: relative;
    padding-left: 15px
}

.slider-sec .slider-sidebar ul li.active,
.slider-sec .slider-sidebar ul li:hover {
    position: relative;
    background-color: rgba(181, 187, 204, 0.2);
    opacity: 1
}

.slider-sec .slider-sidebar ul li.active a,
.slider-sec .slider-sidebar ul li:hover a {
    opacity: 1
}

.slider-sec .slider-sidebar ul li.active::before,
.slider-sec .slider-sidebar ul li:hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #f73746
}

.slider-sec .slider-sidebar ul li a {
    display: block;
    font: 14px/18px "San Francisco-SemiBold", sans-serif;
    opacity: .8;
    color: #4b4b4b;
    max-width: 165px;
    max-height: 57px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bx-viewport {
    -webkit-transform: translateZ(0);
}

.bxslider {
    margin: 0;
    padding: 0;
}

.slider-sec .slider-wrapper {
    width: 100%;
    height: 191px;
    position: relative;
    overflow-y: hidden;
}

.slider-sec .news-slider .slider-item {
    width: 100%;
    height: 100%;
    position: relative;
}

.slider-sec .news-slider .slider-item a {
    display: block;
}

.slider-sec .news-slider .slider-item a h5 {
    position: absolute;
    left: 18px;
    top: 12px;
    width: auto;
    padding: 5px 10px;
    text-align: center;
    z-index: 1;
    font-family: "San Francisco-Regular", sans-serif;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
    margin: 0;
}

.slider-sec .news-slider .slider-item a figure {
    width: 100%;
    height: 191px;
    position: relative;
}

.slider-sec .news-slider .slider-item a figure::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.slider-sec .news-slider .slider-item a figure img,
.slider-thumbs .slider-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-sec .news-slider .slider-item a figure figcaption {
    position: absolute;
    bottom: 15px;
    left: 18px;
    right: 18px;
    font-family: "San Francisco-SemiBold", sans-serif;
    font-size: 18px;
    color: white;
    z-index: 1;
}

.slider-thumbs {
    width: 97%;
    position: absolute;
    bottom: 18px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}

.slider-thumbs .slider-thumb {
    display: inline-block;
    width: 105px;
    height: 67px;
    overflow: hidden;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.2);
}

.slider-thumbs .slider-thumb:not(:last-child) {
    margin-right: 20px;
}

.slider-thumbs .slider-thumb:hover img {
    opacity: .6;
}


/* banner */
.banner {
    height: 403px;
    margin-bottom: 35px;
    overflow: hidden;
    box-shadow: 0px 0px 50px 0px rgba(32, 33, 36, 0.1);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 33, 36, 0.1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 33, 36, 0.1);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 33, 36, 0.1);
    -ms-box-shadow: 0px 0px 50px 0px rgba(32, 33, 36, 0.1);
}

.mobile-banner a {
    display: block;
    margin-top: 20px;
}

.mobile-banner a img {
    max-width: 100%;
}

.mobile-banner.main-page {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mobile-banner.main-page iframe {
    width: 100%;
    margin-top: 30px;
    height: 100%;
}

.hire-block iframe {
    width: 100%;
    height: 170px;
}

.hire-block ins {
    margin: auto;
}

.hire-block {
    margin-top: 20px;
}


/* news section */
.sidebar-wrap {
    margin-bottom: 55px;
}

.sidebar-wrap .headline-wrap {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.headline-wrap .icon-wrap {
    width: 18px;
    height: 18px;
    border: 1px solid #f73746;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headline-wrap .icon-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: -translateY(-50%);
    right: 18px;
    width: calc(100% - 140px);
    height: 1px;
    background-color: #f73746
}

.headline-wrap .icon-wrap i {
    margin-top: -10px;
}

.headline-wrap .icon-wrap i::before {
    font-size: 5px;
}

.news-card {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.news-card figure {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
}

.news-card figure::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.news-card figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card figure .play {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.news-card:hover .play {
    top: 50%;
    opacity: .8;
}

.news-card figure .info {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    z-index: 1;
}

.news-card figure .info span {
    font-family: "San Francisco-Regular", sans-serif;
    font-size: 12px;
    color: #fff;
}

.news-card figure .info span i {
    margin-right: 5px;
}

.news-card .title {
    width: 100%;
    padding-top: 20px;
    margin: 0;
    font: 16px / 21px "San Francisco-SemiBold", sans-serif;
    color: #4b4b4b;
    height: 80px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-more {
    display: block;
    width: 50%;
    position: relative;
    margin: 0 auto;
    padding: 10px;
    border: none;
    background-color: #f73746;
    color: #fff;
    font-size: 16px;
    font-family: "San Francisco-Medium", sans-serif;
    outline: none;
    transition: transform .2s ease-in-out;
    will-change: transform;
    border-radius: 3px;
}

.btn-more::before {
    content: '';
    display: inline-block;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: 20px;
    right: 20px;
    z-index: -1;
    border-radius: 30em;
    filter: blur(20px) brightness(0.95);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
    background: #f73746;
}

.btn-more:hover {
    transform: scale(0.95);
}

.btn-more:hover::before {
    bottom: -2px;
    height: 20px;
}

.sidebar-wrap .sidebar-news-wrapper {
    position: relative;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.sidebar-wrap .sidebar-news-wrapper::before,
.sidebar-wrap .sidebar-news-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.98824) 24%, rgba(255, 255, 255, 0.97) 26%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.98824) 24%, rgba(255, 255, 255, 0.97) 26%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.98824) 24%, rgba(255, 255, 255, 0.97) 26%, rgba(255, 255, 255, 0) 100%);
}

.sidebar-wrap .sidebar-news-wrapper::before {
    top: 0;
    z-index: 1;
    transform: rotate(180deg)
}

.sidebar-wrap .sidebar-news-wrapper::after {
    bottom: 0;
}


.sidebar-wrap .sidebar-news-wrapper .sidebar-news-wrap {
    padding: 20px 23px 20px 15px;
    max-height: 478px;
    overflow-y: scroll;
    position: relative;
}

.sidebar-wrap .sidebar-news-wrapper .sidebar-news-wrap::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #eef3f6
}

.sidebar-wrap .sidebar-news-wrapper .sidebar-news-wrap::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5
}

.sidebar-wrap .sidebar-news-wrapper .sidebar-news-wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f73746
}

.sidebar-wrap .sidebar-news-wrapper .sidebar-news-wrap::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.98824) 24%, rgba(255, 255, 255, 0.97) 26%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.98824) 24%, rgba(255, 255, 255, 0.97) 26%, rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.98824) 24%, rgba(255, 255, 255, 0.97) 26%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.98824) 24%, rgba(255, 255, 255, 0.97) 26%, rgba(255, 255, 255, 0) 100%)
}

.sidebar-wrap .sidebar-news-wrapper .sidebar-news-wrap .news-line-card {
    display: block;
}

.sidebar-wrap .sidebar-news-wrapper .sidebar-news-wrap .news-line-card:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.sidebar-wrap .sidebar-news-wrapper .sidebar-news-wrap .news-line-card h6 {
    margin-bottom: 15px;
    font: 14px / 18px "San Francisco-SemiBold", sans-serif;
    color: #4b4b4b;
    max-width: 100%;
}

.sidebar-wrap .sidebar-news-wrapper .sidebar-news-wrap .news-line-card .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "San Francisco-Regular", sans-serif;
    font-size: 12px;
    color: #a6a6a6;
}

.sidebar-wrap .sidebar-news-wrapper .sidebar-news-wrap .news-line-card .info i::before {
    color: #a6a6a6;
    font-size: 10px;
    margin-right: 5px;
}

.news-detail-sec .sidebar-news-wrap {
    background-color: #fff;
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
}

.news-detail-sec .sidebar-news-wrap .news-info {
    margin-bottom: 30px;
}

.news-detail-sec .sidebar-news-wrap .news-info > div {
    display: flex;
    align-items: center;
}

.news-detail-sec .sidebar-news-wrap .news-info > div i {
    font-size: 14px;
    display: inline-block;
    width: 22.5px;
    text-align: center;
    margin-right: 10px;
}

.news-detail-sec .sidebar-news-wrap .news-info > div i::before {
    color: #464855;
}

.news-detail-sec .sidebar-news-wrap .news-info > div p {
    font-family: "San Francisco-SemiBold", sans-serif;
    font-size: 12px;
    color: #202124;
    text-align: left;
    margin: 0;
}

.news-detail-sec .sidebar-news-wrap .social-media {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-detail-sec .sidebar-news-wrap .social-media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 25px;
    background-color: #f5f5f5;
    border-radius: 13px;
    text-align: center;
    transition: background-color .2s ease-in-out;
}

.news-detail-sec .sidebar-news-wrap .social-media a:not(:last-child) {
    margin-bottom: 13px;
}

.news-detail-sec .sidebar-news-wrap .social-media a i {
    font-size: 14px;
}

.news-detail-sec .sidebar-news-wrap .social-media a i::before {
    color: #a6a6a6;
}

.news-detail-sec .sidebar-news-wrap .social-media a.fb:hover {
    background-color: #3b5998;
}

.news-detail-sec .sidebar-news-wrap .social-media a.twt:hover {
    background-color: #1da1f2;
}

.news-detail-sec .sidebar-news-wrap .social-media a.ink:hover {
    background-color: #007bb5;
}

.news-detail-sec .sidebar-news-wrap .social-media a.gplus:hover {
    background-color: #db4437;
}

.news-detail-sec .sidebar-news-wrap .social-media a.mail:hover {
    background-color: #02b875;
}

.news-detail-sec .sidebar-news-wrap .social-media a:hover i::before {
    color: #fff;
}

.news-detail-sec .news-content-wrap {
    width: 100%;
    margin-top: 10px;
    padding: 15px 15px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
}

.news-detail-sec .news-content-wrap .headline-wrap {
    margin: 0;
}

.news-detail-sec .news-content-wrap .news-content {
    margin: 10px 0 15px 0;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.news-detail-sec .news-content-wrap .news-author {
    display: flex;
    align-items: center;
}

.news-detail-sec .news-content-wrap .news-author figure {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
}

.news-detail-sec .news-content-wrap .news-author figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail-sec .news-content-wrap .news-author h6 {
    font-family: "San Francisco-semiBold", sans-serif;
    font-size: 14px;
    color: #464855;
    padding-left: 15px;
    margin: 0;
}

.share-buttons .social-fixed {
    position: relative;
    padding: 0 0 15px 0;
}

.share-buttons .social-fixed ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.share-buttons .social-fixed li {
    border-radius: 6px;
    width: 100%;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-buttons .social-fixed li a {
    display: block;
    color: #fff;
}

.share-buttons .social-fixed li:not(:last-child) {
    margin-right: 5px;
}

.share-buttons .social-fixed .fb-fixed {
    background-color: #3b5998;
}

.share-buttons .social-fixed .tg-fixed {
    background-color: #32aadd;
}

.share-buttons .social-fixed .wp-fixed {
    background-color: #2cb742;
}

.share-buttons .social-fixed .ln-fixed {
    background-color: #0274b3;
}

.share-buttons .social-fixed .tw-fixed {
    background-color: #32aadd;
}

.inner-page-static .static-page .static-content-wrap {
    border-radius: 5px;
    background: #fff url('../img/apatv-icon.png') no-repeat;
    background-position: 129% bottom;
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
}

.inner-page-static .about-page .static-content-wrap {
    padding: 15px 15px 35px 15px;
}

.inner-page-static .not-found-page .static-content-wrap {
    padding: 100px 0;
}

.inner-page-static .static-page .static-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.inner-page-static .about-page .static-content {
    max-width: 600px;
}

.inner-page-static .not-found-page .static-content {
    max-width: 523px;
}

.inner-page-static .about-page .static-content figure {
    margin-bottom: 35px;
}

.inner-page-static .about-page .static-content p {
    font: 14px / 24px "San Francisco-Regular", sans-serif;
    color: #464855;
}

.inner-page-static .not-found-page .static-content h1 {
    font-family: "San Francisco-SemiBold", sans-serif;
    font-size: 130px;
    color: #a6a6a6;
}

.inner-page-static .not-found-page .static-content h5 {
    font-family: "San Francisco-Bold", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #202124;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.inner-page-static .not-found-page .static-content p {
    font: normal 13px / 24px "San Francisco-Regular", sans-serif;
    color: #a6a6a6;
    margin-bottom: 24px;
}

.inner-page-static .contact-page .contact-content-wrap {
    background-color: #fff;
    padding: 36px 15px;
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
}

.inner-page-static .contact-page .contact-content-wrap .contact-form-wrap .form-group {
    margin-bottom: 19px;
}

.inner-page-static .contact-page .contact-content-wrap .contact-form-wrap input,
.inner-page-static .contact-page .contact-content-wrap .contact-form-wrap textarea {
    width: 100%;
    max-width: 100%;
    background-color: #f5f5f5;
    border: none;
    outline: none;
    border-radius: 17px;
    padding: 10px 18px;
}

.inner-page-static .contact-page .contact-content-wrap .contact-form-wrap input::placeholder,
.inner-page-static .contact-page .contact-content-wrap .contact-form-wrap textarea::placeholder {
    color: #a6a6a6
}

.inner-page-static .contact-page .contact-content-wrap .contact-form-wrap textarea {
    min-height: 225px;
    resize: none;
}

.inner-page-static .contact-page .contact-content-wrap .contact-form-wrap .help-block.help-block-error {
    position: relative;
    margin-top: 3px;
    z-index: 1;
    padding-left: 1px;
    color: #f73746;
}

.btn {
    width: 109px;
    height: 34px;
    font-family: "San Francisco-Medium", sans-serif;
    font-size: 15px;
    border: none;
    background-color: #f73746;
    border-radius: 17px;
    color: #fff;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
}

.btn::before {
    content: '';
    display: inline-block;
    height: 50%;
    position: absolute;
    bottom: -2px;
    left: 15px;
    right: 15px;
    z-index: -1;
    border-radius: 30em;
    filter: blur(20px) brightness(0.95);
    transform-style: preserve-3d;
    transition: all 0.3s ease-out;
    background: #f73746;
}

.btn:hover::before {
    height: 0;
}

#map {
    height: 339px;
    border-radius: 5px;
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.1);
}

.inner-page-static .contact-page .contact-content-wrap .contact-bottom {
    width: 100%;
    margin-top: 35px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info-wrap,
.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info {
    display: flex;
    align-items: flex-start;
}

.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info p,
.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info a {
    font: 16px/25px "San Francisco-Regular", sans-serif;
    color: #4b4b4b;
    margin: 0
}

.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #f73746;
    border-radius: 50%;
    position: relative;
    margin: 5px auto 0;
}

.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info span::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
}

.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-social {
    margin-top: 15px;
    text-align: center;
}

.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-social a {
    font-size: 19px
}

.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-social a::before {
    color: #a6a6a6;
    transition: color .2s ease-in-out
}

.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-social a.fb:hover::before {
    color: #3b5998;
}

.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-social a.twt:hover::before {
    color: #1da1f2
}

.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-social a.ytb:hover::before {
    color: red
}

.inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-social a:not(:last-child) {
    margin-right: 30px
}


/* modal */
.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: auto;
}

.hiddenPopup {
    display: none;
}

.modalDialog > div {
    max-width: 900px;
    position: relative;
    margin: 5% auto;
    padding: 5px 20px 20px 20px;
    border-radius: 10px;
    background: #191919;
}

.close-modal {
    background: #606061;
    color: #FFFFFF;
    position: absolute;
    right: -12px;
    padding: 0;
    text-align: center;
    height: 30px;
    top: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    outline: none;
}

.modalDialog .headline-wrap {
    margin: 20px 0;
}

.modalDialog .headline-wrap .headline {
    color: #fff;
}


/* footer */
footer .section-top {
    background-color: #202124;
    padding-top: 53px;
    padding-bottom: 53px;
}

footer .section-top .footer-logo {
    display: block;
    margin-bottom: 28px;
}

footer .description {
    font: 13px / 20px "San Francisco-Regular", sans-serif;
    color: #fff;
    max-width: 226px;
}

footer .footer-social a {
    display: inline-block;
}

footer .footer-social a:not(:last-child) {
    margin-right: 18px;
}

footer .footer-social .icon-instagram::before {
    color: #fff;
}

footer .footer-social a i::before,
footer .footer-social .icon-instagram::before {
    transition: color .3s ease-in-out;
}

footer .footer-social .fb:hover i::before {
    color: #3b5998;
}

footer .footer-social .twt:hover i::before {
    color: #1da1f2;
}

footer .footer-social .ytb:hover i::before {
    color: red;
}

footer .footer-social .icon-instagram:hover::before {
    color: #ff7030;
}

footer .headline-wrap {
    margin: 50px 0 16px 0;
}

footer .headline {
    font-size: 16px;
    color: #fff;
}

footer .footer-menu li {
    width: 143px;
    display: inline-block;
}

footer .footer-menu a {
    font: 16px / 36px "San Francisco-Regular", sans-serif;
    color: #a6a6a6;
    transition: color .2s ease-in-out;
}

footer .footer-menu a:hover {
    color: #fff;
}

footer .footer-contact {
    margin-top: 23px;
}

footer .footer-contact p {
    font-family: "San Francisco-Regular", sans-serif;
    font-size: 16px;
    color: #a6a6a6 !important;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: flex;
}

footer .footer-contact p i {
    display: inline-block;
    width: 15px;
    text-align: center;
    margin: 2px 13px 0 0;
}

footer .footer-contact p i::before {
    font-size: 12px;
}

footer .section-bottom {
    background-color: #1b1c1e;
    padding-top: 25px;
    padding-bottom: 25px
}

footer .section-bottom .footer-logo img {
    max-width: 200px;
}

footer .section-bottom p {
    font-family: "San Francisco-SemiBold", sans-serif;
    font-size: 12px;
    color: #fff;
    margin: 0;
    text-align: center;
}


/* media query */
@media (min-width: 350px) {
    .pagination-wrap {
        font-size: 10pt
    }
}

@media (max-width: 475px) {
    .mobile-banner.main-page iframe {
        margin-top: 0;
    }
}

@media (min-width: 500px) {
    .pagination-wrap {
        font-size: 12pt
    }
}

@media (max-width: 576px) {
    main:not(.main) .headline-wrap {
        margin-top: 20px;
    }

    .news-detail-sec .sidebar-news-wrap .news-info > div:not(:last-child) {
        margin-right: 9px;
        padding-right: 9px;
        border-right: 1px solid #a6a6a6;
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info .wrap {
        text-align: center;
        margin-top: 15px
    }

    .modalDialog .video_content iframe {
        height: 250px;
    }
}

@media (min-width: 576px) {
    .slider-sec .slider-wrapper,
    .slider-sec .news-slider .slider-item a figure {
        height: 403px;
    }

    .btn-more {
        width: 20%;
    }

    footer .footer-menu li {
        width: 150px;
    }

    .breadrumb-wrapper .breadcrumb-wrap .home-page,
    .breadrumb-wrapper .breadcrumb-wrap i {
        margin-right: 12px;
    }

    .pagination-wrap ul li.prev span::before,
    .pagination-wrap ul li.next a::before {
        font-size: 15px
    }

    .pagination-wrap li.current {
        display: inline-block
    }

    .inner-page-static .about-page .static-content-wrap {
        padding: 100px 0 300px 0;
    }
}

@media (max-width: 700px) {
    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info-wrap,
    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info {
        flex-direction: column;
        align-items: center;
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info .wrap {
        margin-top: 15px;
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-social {
        margin-top: 40px;
    }
}

@media (min-width: 700px) {
    .pagination-wrap {
        font-size: 14pt
    }
}

@media (max-width: 768px) {
    .share-buttons .social-fixed {
        box-shadow: 0 -5px 20px rgba(32, 33, 36, 0.15);
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 7px 10px;
        z-index: 99;
    }
}

@media (min-width: 768px) {
    .custom-container {
        width: 750px
    }

    .news-card figure {
        height: 176px;
    }
}

@media (min-width: 900px) {
    .pagination-wrap {
        font-size: 16pt
    }
}

@media (min-width: 992px) {
    .custom-container {
        width: 970px
    }

    .navigation-menu {
        visibility: visible;
    }

    header .logo img {
        width: 71px;
        /* width: 100px; */
    }

    header .right-bar ul li:not(:last-child) {
        padding-right: 15px;
        margin-right: 15px;
    }

    span.live-icn {
        display: inline-block
    }

    .headline-wrap {
        margin-bottom: 35px;
    }

    main .headline-wrap {
        margin-top: 35px;
    }

    .responsive-menu .menu-list {
        margin-bottom: 40px;
        font-size: 0;
    }

    .responsive-menu .menu-list li {
        display: inline-block;
    }

    .responsive-menu .menu-list li a {
        font-family: "San Francisco-SemiBold", sans-serif;
        font-size: 14px;
        width: 100%;
        color: #fff;
    }

    main.main {
        padding-top: 20px;
    }

    .slider-sec .news-slider .slider-item a h5 {
        top: 20px;
        width: auto;
        font-family: "San Francisco-SemiBold", sans-serif;
        font-size: 14px;
        padding: 5px 10px;
    }

    .news-card {
        margin-bottom: 40px;
    }

    footer .section-bottom p {
        margin-bottom: 0;
        text-align: left;
    }

    main.inner-page-category,
    main.inner-page-static {
        padding-bottom: 100px;
    }

    .pagination-wrap a {
        font-size: 20px
    }

    main.inner-page-detail {
        padding-top: 20px;
    }

    .news-detail-sec .news-content-wrap {
        padding: 15px 30px;
        margin-top: 40px;
    }

    .news-detail-sec .sidebar-news-wrap {
        height: 403px;
        border-radius: 5px;
        padding: 17px 15px;
    }

    .news-detail-sec .sidebar-news-wrap .news-info > div {
        max-width: 92px;
    }

    .news-detail-sec .sidebar-news-wrap .news-info > div:not(:last-child) {
        padding-bottom: 17px;
        margin-bottom: 17px;
        border-bottom: 1px solid #eee;
    }

    .news-detail-sec .sidebar-news-wrap .news-info > div p {
        line-height: 1.2;
    }

    .inner-page-static .about-page .static-content p {
        font: 16px / 30px "San Francisco-Regular", sans-serif;
    }

    .inner-page-static .not-found-page .static-content h1 {
        font-size: 171px;
    }

    .inner-page-static .contact-page .contact-content-wrap {
        padding: 36px 30px;
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info:not(:last-child) {
        margin-right: 70px;
        max-width: 230px;
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info .wrap {
        max-width: 192px;
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info span {
        margin-right: 23px;
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-social {
        margin-top: 5px;
        text-align: right;
    }
}


@media (min-width: 576px) and (max-width: 991px) {
    .headline-wrap {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .responsive-menu .menu-list {
        margin-bottom: 0;
    }

    .responsive-menu .menu-list li {
        display: block;
    }

    .responsive-menu .menu-list li a {
        font-family: "San Francisco-Light", sans-serif;
        font-size: 22px
    }

    .navigation-menu {
        visibility: hidden
    }

    .slider-sec .news-slider .slider-item a h5 {
        top: 20px;
        width: 80px;
        height: 30px;
        font-family: "San Francisco-SemiBold", sans-serif;
        font-size: 14px;
        padding-top: 7px
    }

    .slider-sec .news-slider .slider-item a figure figcaption {
        font-size: 24px;
        right: 140px;
        bottom: 35px;
    }

    .pagination-wrap a {
        font-size: 15px
    }

    .inner-page-detail .custom-container {
        width: 100%;
    }

    .news-detail-sec .sidebar-news-wrap .news-info > div:not(:last-child) {
        margin-right: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 701px) and (max-width: 991px) {
    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info:not(:last-child) {
        margin-right: 38px;
        max-width: 230px;
        margin-bottom: 0
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info .wrap {
        max-width: 157px;
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info span {
        margin-right: 20px
    }
}

@media (max-width: 991px) {
    header {
        height: 62px;
    }

    .responsive-menu .headline-wrap {
        margin-top: 70px;
    }

    header .right-bar {
        padding-top: 8px;
    }

    .live-stream {
        padding: 10px 30px;
    }

    .live-stream span:after {
        top: 55%;
        right: 15px;
    }

    footer .headline-wrap {
        margin: 16px 0;
    }

    footer .section-bottom p {
        margin-top: 20px;
    }

    .news-detail-sec {
        margin: 0 -3px;
    }

    .news-detail-sec .sidebar-news-wrap {
        margin-top: 10px;
        padding: 9px 0;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-detail-sec .sidebar-news-wrap .news-info {
        margin: 0;
        display: flex;
        align-items: center;
    }

    .news-detail-sec .sidebar-news-wrap .news-info > div:not(:last-child) {
        border-right: 1px solid #a6a6a6;
    }

    .news-detail-sec .sidebar-news-wrap .social-media {
        display: none;
    }

    .no-pad-mobile {
        padding: 0;
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-form-wrap {
        margin-bottom: 50px;
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info:not(:last-child) {
        margin-bottom: 25px
    }

    .modalDialog > div {
        position: relative;
        margin: 15% 5%;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        width: 1170px
    }
}

@media (max-width: 1200px) and (min-width: 576px) {
    span.live-icn {
        display: none
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .responsive-menu .menu-list li {
        width: 140px
    }

    .navigation-menu ul li:not(:last-child) {
        margin-right: 14px;
    }

    .navigation-menu ul li a {
        font-size: 13px;
    }

    .header-search {
        right: -91px;
        width: 120%;
    }

    header .right-bar ul li:nth-child(3) a.live-stream span.live-icn {
        display: none !important
    }

    header .right-bar ul .right-bar-social a {
        margin-right: 7px;
    }

    .live-stream {
        padding: 10px 19px;
    }

    .live-stream span:after {
        top: 55%;
        right: 7px;
    }

    .slider-sec .slider-sidebar ul li a {
        font-size: 13px;
        line-height: 20px;
        overflow: hidden;
        max-width: 130px;
        max-height: 60px
    }

    .news-card figure {
        height: 150px;
    }

    footer .footer-menu li {
        width: 140px;
    }

    .news-detail-sec .sidebar-news-wrap .news-info > div i {
        margin-right: 3px;
        font-size: 12px;
    }

    .news-detail-sec .sidebar-news-wrap .social-media a {
        width: 60px;
    }

    .news-detail-sec .sidebar-news-wrap .social-media a i {
        font-size: 10px;
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info:not(:last-child) {
        margin-right: 10px
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-info span {
        margin-right: 15px
    }

    .inner-page-static .contact-page .contact-content-wrap .contact-bottom .contact-social a:not(:last-child) {
        margin-right: 18px
    }
}

@media only screen and (max-width: 375px) {
    .modalDialog .video_content iframe {
        height: auto;
    }

    .modalDialog > div {
        margin: 25% 5%;
    }
}
