* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html body {
    font-family: SFProText-Regular;
}

@font-face {
    font-family: EBGaramond-ExtraBold;
    src: url('../fonts/EB_Garamond/static/EBGaramond-ExtraBold.ttf');
}

@font-face {
    font-family: EBGaramond-Bold;
    src: url('../fonts/EB_Garamond/static/EBGaramond-Bold.ttf');
}

@font-face {
    font-family: EBGaramond-Medium;
    src: url('../fonts/EB_Garamond/static/EBGaramond-Medium.ttf');
}

@font-face {
    font-family: SFProText-Bold;
    src: url('../fonts/SF-Pro-Font/FontsFree-Net-SFProText-Bold.ttf');
}

@font-face {
    font-family: SFProText-Regular;
    src: url('../fonts/SF-Pro-Font/FontsFree-Net-SFProText-Regular.ttf');
}

@font-face {
    font-family: SFProText-Semibold;
    src: url('../fonts/SF-Pro-Font/FontsFree-Net-SFProText-Semibold.ttf');
}

a,
a:hover {
    text-decoration: none !important;
}

p {
    margin-bottom: 0 !important;
}

ul {
    list-style-type: none;
}


/* start style header */

.header a .logo {
    margin: 13px 24px 13px 0;
}

.header a .title {
    color: #1200be;
}



.header .title h1 {
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
}

@media (max-width: 992px) {
    .header .title h1 {
        font-size: /*16*/23px;
    }
}

.header .title p {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

.header-right ul li a span {
    padding-left: 10px;
}

.header-right ul li a span.user-name {
    font-family: SFProText-Bold;
}

.header-right ul li a span:first-child {
    padding-left: 0;
}

.header-right ul li:last-child {
    padding-right: 10px;
}


.header-right ul li a {
    color: #223345;
}

.header-right ul li a.icon-search {
    padding-right: 29px;
}

.icon-item {
    width: 20px;
    text-align: center;
    margin-right: 15px;
}

/* end style header */


/* start style menu */

.navigation {
    height: 77px;
    background-color: rgba(34, 51, 69, 1);
}

.navbar {
    height: 100%;
    padding: 0 !important;
}

.navbar ul {
    height: 100%;
}

.navbar ul li {
    border-bottom: 4px solid transparent;
}

.navbar-dark.navbar ul li a.nav-link {
    color: #ffffff;
    font-size: 16px;
    font-family: SFProText-Regular;
    line-height: 77px;
    padding: 0;
    padding-right: 17px !important;
    padding-left: 17px !important;
}

.navbar ul li.dropdown a.dropdown-item {
    color: #223345;
}

.navbar ul li.dropdown a.dropdown-item:hover {
    color: #ffe01b;
    background: unset;
}

.navbar-dark.navbar ul li a.nav-link:hover {
    color: #ffe01b;
    font-weight: bold;
}

.navbar ul li span {
    margin-left: 8px;
    margin-bottom: 2px;
    width: 8px;
    height: 5px;
    background-image: url('../images/ic_keyboard_arrow_down_48px-3x.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    line-height: 77px;
}

.navbar ul li:hover span {
    background-image: url('../images/ic_keyboard_arrow_down_yellow.png');
}

.navbar ul li:hover {
    border-bottom: 4px solid #ffe01b;
}

@media (max-width: 991px) {
    .navbar-collapse {
        z-index: 1000;
        background: rgba(34, 51, 69, .5);
    }

    .collapse.navbar-collapse ul li a {
        text-align: right;
    }

    .collapse.navbar-collapse ul li:hover {
        border-bottom: unset;
    }

    .dropdown-menu.show {
        background-color: inherit;
    }

    .navbar ul li.dropdown a.dropdown-item {
        color: #fff;
    }
}


/* end style menu */


/* start style footer */

footer {
    border-top: 1px solid #1200be;
}

.footer-top .footer-logo>div>p {
    padding-top: 34px;
    padding-bottom: 26px;
}

.footer-top .footer-logo>ul>li {
    padding-top: 15px;
    color: #666666;
    font-size: 15px;
    font-family: SFProText-Regular;
    display: flex;
}

.footer-top .footer-logo>ul>li span:first-child {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    margin-top: 9px;
}

.footer-top .footer-logo>ul>li>span:last-child {
    margin-left: 15px;
}

.footer-top .footer-logo>ul>li span.icon-address {
    background-image: url('../images/Icon_Homeline.png');
    height: 23px;
    width: 23px;
    padding-right: 21px;
}

.footer-top .footer-logo>ul>li span.icon-mobile {
    background-image: url('../images/Icon_phoneline.png');
    height: 19px;
    width: 19px;
}

.footer-top .footer-logo>ul>li span.icon-email {
    background-image: url('../images/Icon_Emailline.png');
    height: 17px;
    width: 19px;
}

.footer-top .footer-logo>ul>li:last-child>ul {
    display: flex;
    padding-bottom: 55px;
}

.footer-top .footer-logo>ul>li:last-child>ul>li span {
    margin-right: 10px;
    width: 28px;
    height: 27px;
}

.footer-top .footer-category>div {
    padding-right: 5px;
    border-bottom: 1px solid #dbdbdb;
}

.footer-top .footer-category>div>p {
    color: #484848;
    font-family: SFProText-Semibold;
    font-size: 17px;
    padding-top: 64px;
    padding-bottom: 38px;
    margin-bottom: 0;
}

.footer-top .footer-category ul {
    padding-left: 10px;
}

.footer-top .footer-category ul li {
    font-size: 15px;
    font-family: SFProText-Regular;
    padding-top: 15px;
    list-style-image: url('../images/ellipse_3.png');
}

.footer-top .footer-category ul li a {
    color: #666666;
}

.footer-top .footer-category ul li:first-child {
    padding-top: 38px;
}

footer .footer-bottom {
    /*height: 60px;*/
    background-color: #223345;
    line-height: 60px;
    font-size: 14px;
    color: #ffffff;
    font-family: SFProText-Regular;
}

.footer-bottom .total-access {
    color: #17d8ee;
    font-size: 15px;
    font-family: SFProText-Bold;
}

.footer-bottom select {
    width: 248px;
    height: 28px;
}

.footer-bottom .icon-sum {
    padding-right: 5px;
}


/* end style footer */

.breadcrumb-custom span {
    border-left: 1px solid #d8d8d8;
    color: #223345;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 60px;
}

.breadcrumb-custom span:first-child {
    padding-right: 10px;
    padding-bottom: 2px;
    border-left: none;
}

/*  */
.title-short-underline {
    position: relative;
    font-family: 'Raleway', sans-serif;
}

.title-short-underline:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #1200be;
    bottom: -10px;
    left: 0;
}

video.custom-video {
    width: 100%;
    object-fit: fill;
}

.p-video {
    position: relative;
}

.video-control {
    color: white;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    position: absolute;
    height: calc(100% - 7px);
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    transition: opacity .5s ease-in;
}

.video-control .rounded-circle {
    background-color: #1200be;
    width: 57px;
    height: 57px;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-left: 4px;
    flex-direction: column;
    font-weight: bold;
}

.custom-search-input {
    display: none !important;
    width: 150px !important;
    margin-right: 20px;
}
.active-search .custom-search-input {
    display: inline-block !important;
}
.active-search .icon-search {
    display: none;
}