body {
    font-family: 'Prompt';
}

.navbar { padding: 5px 4rem 0; }
.navbar-brand { margin-bottom: 6px;}

.navbar-nav .nav-link {
    color: #262626;
    font-weight: 400;
    padding: 18px 0 !important;
    margin: 0 13px;
}

.bg-red { background-color: #ec554a;}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #ec554a;
    font-weight: 400;
    border-bottom: 2px solid #ec554a;
}

.nav-contact .nav-link:hover { 
    color: #262626;
    border-bottom: 0 !important; 
}

.navbar .navbar-collapse { align-items: flex-end;}

.navbar .nav-item .dropdown-menu {
    background-color: #333333;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.navbar .nav-item .dropdown-menu .dropdown-item {
    color: #ffffff;
    font-weight: lighter;
}

.navbar .nav-item .dropdown-menu li:hover .dropdown-item {
    background-color: #ec554a;
}

/* Banner */
.banner {
    background: url(../images/banner.jpg) no-repeat top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 720px;
    max-height: 720px;
}

.banner .content { 
    color: #ffffff; 
    text-align: center;
    position: relative;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .content p, 
.banner .content h2 { letter-spacing: 1px;}

.banner .content h2 { 
    font-size: 40px; 
    font-weight: 600; 
    margin: 20px auto;
}

.banner .content p span { color: #ec554a;}
.banner .content p:nth-child(3) { font-weight: 100;}

.banner .content .btn {
    background-color: #ec554a;
    color: #ffffff;
    padding: 8px;
    width: 150px;
    margin-top: 30px;
    letter-spacing: 1px;
}

.banner .content .btn:hover { background-color: #db4034;}

/* Banner bar */
.banner-bar {
    background: url(../images/bg_banner.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    color: #ffffff;
    font-weight: lighter;
    padding: 35px 30px 20px;
}

.banner-bar img { max-width: 300px; margin-bottom: 40px;}
.banner-bar ul { line-height: 22px;}

.banner-bar ul li::marker {
    font-size: 26px;
    color: #ec554a;
}

.banner-bar ul li span { 
    position: relative;
    top: -3px;
}

.banner-bar-img { text-align: center;}

/* About section */
.about-section { margin: 65px auto; }
.about-section .about-img { width: 100%; border-radius: 5px; margin-bottom: 1.2rem;}
.about-section .content { margin-left: 20px;}

.about-section .content p { 
    color: #ec554a; 
    font-weight: 500;
}

.about-section .content .about-line {
    border: 1px solid #ec554a;
    width: 70px;
    position: relative;
    top: -25px;
    left: 85px;
}

.about-section .content h3 { font-weight: 600; letter-spacing: 0.5px;}
.about-section .content .table tr { border-color: #f0f8ff00;}

.about-section .content table td { 
    font-size: 14px; 
    font-weight: lighter;
}

/* Function section */
.function-area { 
    font-weight: lighter;
    padding: 0px 30px 20px;
}

.function-area h3 {
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

.function-area .function-line {
    position: relative;
    width: 135px;
    margin: 0 auto;
    text-align: center;
    border-top: 2px solid #dee2e6;
}

.function-area .function-line i {
    color: #ec554a;
    font-size: 10px;
    position: relative;
    top: -14px;
    background: #ffffff;
    width: 20px;
}

.function-area .list {
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    margin-top: 30px;
}

.function-area .list img { width: 100%; max-width: 218px;}
.function-area .list p { font-size: 15px; margin-top: 18px;}

.function-area .creative {
    background-color: #ec554a;
    color: #ffffff;
    padding-bottom: 40px;
}

/* Banner contact */
.banner-contact {
    background: url(../images/bg_contact.jpg) no-repeat bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 480px;
    color: #ffffff;
    font-weight: lighter;
}

.banner-contact .content { 
    color: #ffffff; 
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.banner-contact .content h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 20px auto;
}

.banner-contact .content p { 
    margin: 1rem auto;
    color: #cccccc;
    font-size: 16px;
}

.banner-contact .content .btn-contact {
    background-color: #373433;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 10px 25px;
    color: #ffffff;
    margin-top: 40px;
}

.banner-contact .content .btn-contact:hover { background-color: #ffffff; color: #000000;}
.banner-contact .content img { width: 100%; max-width: 260px;}

/* Company bar */
.company-bar { padding: 30px;}
.company-bar img { width: 100%; max-width: 1227px;}

.company-bar p {
    margin-top: 2rem;
    margin-bottom: 0;
    text-align: center;
    color: #54545473;
}

.company-bar #lightSlider { height: 100% !important;}

/* Footer area */
.footer {
    background: url(../images/bg-footer.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 300px;
    color: #ffffff;
    font-weight: lighter;
    padding: 60px 30px 30px 30px;
}

.footer img { width: 100%; max-width: 260px;}
.footer p { color: #cccccc;}

.footer ul {
    list-style: none;
    display: flex;
    padding: 0;
}

.footer ul li { margin: 0 4px; }

.footer ul i { 
    background-color: #4f4b4a;
    color: #cccccc;
    padding: 12px 12px;
    border-radius: 100%;
}

.footer ul li:nth-child(2) i { padding: 12px 10px; }
.footer ul li:nth-child(3) i { padding: 12px 10px; }
.footer .copy-right { font-weight: 400;}

/*  About Page */
.banner-header {
    background: url(../images/bg_about.jpg) no-repeat top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 280px;
    max-height: 280px;
}

.banner-header .content { 
    color: #ffffff; 
    position: relative;
    top: 40%;
}

.banner-header .content h3 { font-weight: 600; letter-spacing: 0.5px;}
.banner-header .content p { font-weight: lighter; }
.banner-header .content p span { color: #ec554a;}

.about-content { padding: 70px 30px 30px 30px;}
.about-content img { border-radius: 5px; margin-bottom: 3rem;  width: 100%;}
.about-content p { font-weight: lighter; color: #666666;}
.about-content .about { margin-left: 2rem;}

.about-content .about .title { 
    color: #ec554a; 
    font-weight: 500;
    margin-bottom: 10px;
}

.about-content .about h3 { 
    font-weight: 600; 
    letter-spacing: 0.5px; 
    margin-bottom: 20px;
}

.about-content .about .about-line {
    border: 1px solid #ec554a;
    width: 70px;
    position: relative;
    top: -20px;
    left: 85px;
}

/* Service Area */
.service-area { padding: 70px 30px 30px 30px; }
.service-area img { 
    width: 100%;
    border-radius: 5px; 
    margin-bottom: 20px 
}

.service-area p { 
    margin-bottom: 3rem; 
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Portfolio area */
.portfolio-area { padding: 70px 30px 30px 30px; }

.portfolio-area .card { 
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 2rem;
    position: relative;
}

.portfolio-area .card .card-line {
    border-bottom: 3px solid #ec554a;
    width: 30%;
    margin-bottom: 10px;
}

.portfolio-area .card .card-text { font-weight: lighter;}
  
.portfolio-area .card .card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.portfolio-area .card .middle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #666666;
    border-radius: 5px;
}

.portfolio-area .card .middle:hover { opacity: 0.8; }
  
.portfolio-area .card .text {
    color: white;
    font-size: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

/* Contact Box */
.contact-box { padding: 70px 30px 30px 30px; }

.contact-box .title { 
    color: #ec554a; 
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.contact-box .line {
    border: 1px solid #ec554a;
    width: 45px;
    position: relative;
    top: -13px;
    left: 120px;
}

.contact-box h4 { font-weight: 600;}
.contact-box .form-control { background-color: #dee2e6; border-radius: 2px; }
.contact-box .form-control::placeholder { color: #8e8e8e;}
.contact-box .description { font-size: 14px;}

.contact-box .btn-send, .product-detail .btn-detail { 
    background-color: #cc473d;
    color: #ffffff;
    padding: 8px 30px;
}

.contact-box form { margin-right: 20px;}
.contact-box .table tr { border-color: transparent;}

.contact-box .table p { 
    font-weight: 500; 
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.contact-box .table span { color: #8e8e8e; font-size: 14px;}

.contact-box .table .icon {
    width: 100%;
    height: 100%;
    background-color: #545454;
    color: #ffffff;
    padding: 15px 1px;
    text-align: center;
}

/* Product Detail */
.product-detail .detail { padding: 30px; color: #5d5d5d;}
.product-detail .detail h3 { font-weight: 600;}
.product-detail .detail p { margin-top: 20px; margin-bottom: 20px;}
.product-detail .detail ul { margin-bottom: 3rem;}
.product-detail .detail li { margin-bottom: 10px; font-weight: lighter;}
.product-detail .detail a:hover { background-color: #e0665d;}

.product-detail .nav-pills { 
    margin-top: 6rem;
    margin-bottom: 3rem;
    border-top: 1px solid #dee2e6;
}

.product-detail .nav-pills .nav-item button {
    background-color: #eeeeee;
    color: #495057;
    margin: 0 6px;
    padding: 8px 50px;
    border-radius: 2px;
}

.product-detail .nav-pills .nav-item .active { background-color: #333333; color: #ffffff;}
.product-detail .tab-pane p { font-weight: lighter;}

.product-detail .tab-pane .package {
    padding: 40px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    text-align: center;
    margin-bottom: 25px;
} 

.product-detail .tab-pane .package p { font-size: 15px; color: #5d5d5d; font-weight: lighter;}
.product-detail .tab-pane .package h4 { font-weight: 500;}
.product-detail .tab-pane .package h2 { font-weight: 600; margin-bottom: 2rem;}

.product-detail .tab-pane .package a {
    background-color: #333333;
    color: #ffffff;
    padding: 8px 50px;
    margin-top: 20px;
}

.product-detail .tab-pane .package a:hover { background-color: #555454;}

.product-detail .tab-pane .package-active {
    background-color: #cc473d;
    color: #ffffff;
}

.product-detail .tab-pane .package-active p { color: #ffffff;}
.product-detail .tab-pane .package-active a { background-color: #ffffff; color: #cc473d;}
.product-detail .tab-pane .package-active a:hover { background-color: #f7f1f1; }

/* Timeline */
.contact-box .timeline .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #cc473d;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 #ffffff;
}

.contact-box .timeline .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: var(--bs-accordion-btn-icon-transform);
}

.contact-box .timeline .accordion-button { box-shadow: 0px 0px 10px rgb(84 84 84 / 12%); }
.contact-box .timeline .accordion-body p { font-size: 16px; font-weight: lighter;}

.contact-box .timeline .accordion-item {
    border-top: 1px solid #dee2e6;
    margin-bottom: 10px;
}

.scroll-to-top {
    background-color: #ED564B;
    display: none;
    width: 55px;
    height: 55px;
    font-size: 25px;
    border-radius: 100%;
    line-height: 58px;
    text-align: center;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 999;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
    transition: all 0.3s ease-in-out;
}

/* =============== RESPONSIVE CUSTOM ========================= */

 /* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    /* index */
    .xl-hidden { display: none !important;}
}

/* // `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    /* index */
    .navbar { padding: 5px 1rem 0; }
    .xl-hidden { display: none !important;}

    /* product */
    .product-detail .nav-pills { margin-top: 3rem;}
}

/* // `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    /* index */
    .navbar { padding: 5px; }
    .banner { max-height: 440px;}
    .banner .content { top: 55%;}
    .banner-bar-img { text-align: left;}
    .about-section .content { margin-left: 0; margin-top: 20px;}
    .function-area .list { margin-top: 15px;}
    .banner-contact { height: 400px;}
    .banner-contact .content { transform: translate(-50%, 28%);}

    /* footer */
    .footer { height: auto;}

    /* about */
    .banner-header { max-height: 190px;}
    .banner-header .content { top: 35%; text-align: center;}

    /* service */
    .service-area { padding: 40px 0; }

    /* product */
    .portfolio-area { padding: 40px 0; }
    .product-detail .nav-pills { margin-top: 2rem;}

    /* timeline & contact */
    .timeline-box { padding: 40px 0; }
    .contact-box { padding: 40px 0; }
}

/* // `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    /* index */
    .banner-contact .content { transform: translate(-50%, 20%);}
    .about-section { margin: 33px auto; }

    /* about */
    .about-content { padding: 30px 0;}
    .about-content .about { margin-left: 0; margin-top: 20px;}

    /* service */
    .service-area { padding: 35px 0; }

    /* product */
    .portfolio-area { padding: 35px 0; }

    /* timeline & contact */
    .timeline-box { padding: 30px 0; }
    .contact-box { padding: 30px 0; }
    .contact-box form { margin-right: 0; margin-bottom: 50px;}
}

/* // `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* index */
    .banner-contact .content h2 { font-size: 26px;}
    .banner .content h2 { font-size: 28px;}
    .banner .content { padding: 0 10px; }
    .about-section { margin: 15px auto; }

    /* about */
    .about-content { padding: 15px 0;}

    /* service */
    .service-area { padding: 25px 0; }

    /* product */
    .portfolio-area { padding: 25px 0; }
    .product-detail .detail { padding: 30px 5px;}
    .product-detail .nav-pills { margin-top: 2rem;}
    .product-detail .tab-content { padding: 0 15px;}
    .product-detail .nav-pills .nav-item button { padding: 8px 22px;}

    /* timeline & contact */
    .timeline-box { padding: 15px 0; }

}

/* // `xs` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 424.98px) {

}