*:focus {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #f7f7f8;
    overflow-x: hidden;
}

.navbar-default {
    background-color: #fff;
}

img .navbar-brand {
    height: auto;
}

a:hover {
    color: #f83515;
}

.slick-slider .slick-dots li button:before {
    font-size: 15px !important;
}

.primary-text {
    color: #f83515;
}

.secondary-text {
    color: #1c0652;
}

.secondary-background {
    background-color: #1c0652;
}

.primary-background {
    background-color: #f83515;
}

.bg-white {
    background-color: #ffffff;
}

.color-white {
    color: #ffffff;
}

.color-black {
    color: #333333;
}

.bold-text {
    font-weight: bold;
}

.normal-text {
    font-size: 14px;
}

.large-text {
    font-size: 16px;
}

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

.btn a {
    text-decoration: none;
}

.box-shadow {
    -webkit-box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.15);
}

.text-uppercase {
    text-transform: uppercase;
}

.justify-center {
    justify-content: center;
}

.slick-slider .slick-dots {
    padding-bottom: 20px;
    bottom: unset;
}

.slick-slider .slick-list {
    padding-bottom: 16px;
}

#top-banner .slick-list {
    padding-bottom: 0 !important;
}

#top-banner a:focus {
    outline: none;
}

.slick-slider .slick-dots li button:before {
    margin-top: 5px;
    font-size: 20px;
    color: #000000;
}

.slick-slider .slick-arrow {
    display: none !important;
}

.menu-item {
    font-weight: 500;
    cursor: pointer;
    text-transform: none;
    font-size: 16px;
}

.nav>li>a {
    color: #0c1a3d !important;
}

.header {
    background-color: #ffffff;
}

.header-container {
    padding-top: 12px;
    padding-bottom: 12px;
}

.header .navbar {
    margin-bottom: 0;
    height: 80px;
    display: flex;
    align-items: center;
}

.nav-logo {
    width: 90px;
    object-fit: contain;
}

.header .navbar-brand {
    height: 80px;
}

.header .nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
}

.header .navbar-toggle {
    padding: 10px;
    margin: 25px 15px 25px 0;
}

.navbar-primary {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(221, 221, 221, 0.82);
    border-top: 3px solid #3e476d;
    text-transform: uppercase;
    color: #6d6d6d!important;
}

.navbar-primary a {
    color: #6d6d6d!important;
}

.bg-header {
    background: url('/v3/images/jobfair-phenikaa/top-banner.jpg?v=1.0.0') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 700px;
}

.bg-header-content {
    padding: 180px 0px 180px 0px;
}

.header-content-title {
    font-size: 45px;
    font-weight: 500;
}

.header-content-subtitle {
    font-size: 32px;
    font-weight: 300;
}

.header-content-text {
    margin-bottom: 32px;
}

.count-down {
    width: 100%;
    height: 300px;
    background-color: #06163a;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.count-down-title {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 1px;
}

.count-down-timer {
    display: flex;
    flex-direction: row;
    padding-top: 18px;
    padding-bottom: 18px;
    justify-content: center;
}

.count-down-timer-item {
    background-color: #ffffff;
    border-radius: 8px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px;
}

.timer-value {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    line-height: 1;
}

.timer-label {
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 200;
}

.btn-detail {
    padding: 12px 24px;
    width: 150px;
    background-color: #f83515;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}

.btn-detail:hover {
    color: #fff;
    font-weight: bold;
}

#guideline {
    background-color: #f7f7f8;
    padding-bottom: 16px;
}

.guideline-item-wrapper {
    height: 350px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guideline-item {
    height: 380px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
}

.guideline-item a {
    text-decoration: none;
    color: #333333;
}

.guideline-item a:hover {
    color: #f83515;
}

.guideline-item-cover {
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.guideline-item-time {
    width: 120px;
    height: 40px;
    color: #ffffff;
    position: absolute;
    top: 158px;
    left: 40px;
    text-align: center;
    padding-top: 8px;
    font-weight: bold;
    font-size: 16px;
}

.guideline-item-content {
    flex: 1;
    background-color: #ffffff;
    padding: 32px 24px;
}

.guideline-item-content-wrapper {
    display: flex;
    justify-content: space-between;
}

.guideline-item-content-location {
    font-size: 15px;
}

.guideline-item-content-time {
    font-size: 15px;
    color: #f83515;
}

.guideline-item-content-title {
    margin-top: 12px;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 14px;
    min-height: 75px;
}

.guideline-item-content-btn-detail {
    font-size: 15px;
}

.jobfair-item-location-wrapper a {
    text-decoration: none;
    color: #333333;
}

.section-wrapper {
    display: flex;
    flex-direction: row;
    height: 100px;
    align-items: center;
}

.section-bullet {
    color: #f83515;
    font-size: 40px;
    margin-right: 16px;
}

.section-text {
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

#jobfair {
    background-color: #ffffff;
    padding-bottom: 16px;
}

.jobfair-item-wrapper {
    height: 180px;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}

.jobfair-item {
    background-image: url('/v3/images/jobfair/jobfair_item_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    display: flex;
}

.jobfair-landing-banner {
    width: 100%;
    object-fit: cover;
    margin-top: 16px;
}

.jobfair-item-company {
    width: 36%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jobfair-item-company-logo {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jobfair-item-separator {
    height: 100px;
    width: 1px;
    background-color: #333;
    margin-top: 40px;
}

.jobfair-item-info-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 24px;
}

.jobfair-item-updated-at {
    font-size: 14px;
}

.jobfair-item-company-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 12px;
    -webkit-line-clamp: 1;
}

.jobfair-item-location-wrapper {
    font-size: 14px;
    display: flex;
    flex-direction: row;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.jobfair-item-location {
    margin-right: 24px;
    width: 60%;
    -webkit-line-clamp: 1;
}

.company-logo {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

#gift {
    width: 100%;
    height: auto;
    background-image: url('/v3/images/jobfair/gift_section_background.png');
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 80px 0px;
}

.gift-item {
    height: 340px;
}

.gift-item a {
    text-decoration: none;
}

.gift-highlight {
    font-size: 42px;
}

.gift-content {
    font-size: 20px;
    margin-bottom: 16px;
}

.gift-cover {
    height: 50%;
    width: 100%;
    object-fit: cover;
}

.gift-info {
    padding: 24px;
}

.gift-item-title {
    margin-bottom: 8px;
    margin-top: 8px;
    height: 70px;
}

.pr16 {
    padding-right: 16px;
}

.pl16 {
    padding-left: 16px;
}

.btn-outline {
    height: 56px;
    background-color: transparent;
    border: 2px solid #f83515;
    width: 80%;
    font-size: 20px;
}

.btn-view-detail {
    cursor: pointer;
    text-decoration: none;
}

#highlight {
    background-color: #f7f7f8;
    padding-bottom: 16px;
}

.highlight-item {
    height: 300px;
    display: flex;
    background-size: cover;
    background-color: #fff;
}

#qa {
    padding-bottom: 16px;
}

#qa-list {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.qa-item {
    background-color: #ffffff;
    border-width: 0;
    width: 70%;
    margin-bottom: 12px !important;
}

.qa-item-text {
    cursor: pointer;
}

.qa-item .panel-heading {
    background-color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
}

.panel-title::after {
    content: "\f107";
    color: #333;
    top: -2px;
    right: 0px;
    position: absolute;
    font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}

.panel-title {
    position: relative;
}

.panel-group {
    margin-bottom: 0;
}

#contact {
    background-color: #170451;
}

.footer-contact {
    padding: 100px 0;
}

.footer-title {
    font-size: 28px;
    margin-bottom: 24px;
}

.contact-wrapper {
    display: flex;
    font-size: 18px;
}

.fb-fanpage {
    height: 80px;
    object-fit: contain;
}

.qr-code-wrapper {
    justify-content: flex-end;
    display: flex;
}

.qr-code {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin-top: 16px;
}

.footer-copyright {
    padding: 32px 0;
    width: 100%;
    background-color: #06163a;
    font-size: 16px;
    text-align: center;
}

#partner {
    padding-bottom: 16px;
}

.partner-item-wrapper {
    padding: 24px;
}

.partner-item {
    height: 90px;
    width: 100%;
    object-fit: contain;
}

.float-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #00b14f;
    border-radius: 50px;
    text-align: center;
}

.messenger-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-top: 10px;
}

@media screen and (max-width:800px) {
    .qa-item {
        width: 90%;
    }
    .count-down-timer-item {
        width: 70px;
        height: 70px;
    }
    .timer-label {
        font-size: 16px;
    }
    .timer-value {
        font-size: 28px;
    }
    .gift-item {
        margin-bottom: 16px;
    }
    .jobfair-item-company-logo {
        width: 76px;
        height: 76px;
    }
    .company-logo {
        width: 56px;
        height: 56px;
    }
    .bg-header {
        min-height: 250px;
    }
    .nav-logo {
        margin-left: 12px;
        margin-top: 8px;
    }
    .slick-slider .slick-dots {
        visibility: hidden;
    }
}