@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Grotesk:wght@300..700&display=swap');
body,html {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color:#000;
}
::selection {
    background-color: #fff9ce;
    color:#000;
}
::-moz-selection {
    background-color: #fff9ce;
    color:#000;
}
a:focus,button:focus,input:focus,
select:focus,textarea:focus {
    box-shadow:none!important;
}
.container {
    max-width:85%;
}
header {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: linear-gradient(130deg, rgba(10, 0, 0, 0.6) 30%, rgba(3, 126, 194, 0.6) 100%);
    backdrop-filter: blur(10px);
}
header.hinline {
    border-bottom: none;
    background: linear-gradient(130deg, rgba(10, 0, 0, 1) 30%, rgba(3, 126, 194, 1) 100%)!important;
    backdrop-filter: blur(0px);
}
.navbar {
    padding-top:0px;
    padding-bottom:0px;
}
.navbar-toggler {
    border:none;
    padding:0;
    box-shadow:none!important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.navbar-brand {
    border-right: 1px solid rgba(255,255,255,0.2);
    padding:12px 20px 12px 0px;
}
.navbar-brand img {
    height:65px;
}
.social {
    margin-left:12px;
}
.social a {
    color:#cecece;
    margin-right:10px;
    font-size:0.95rem;
}
.social a:hover {
    color:#fff;
}
.social img {
    height:35px;
}
.navbar-nav .nav-item a {
    color:#fff;
    font-size:0.85rem;
    font-weight: normal;
}
.navbar-nav .nav-item {
    padding: 0 10px;
    position: relative;
    z-index: 10;
    transition: color 0.4s, background-color 0.4s, opacity 0.4s;
    height:100%;
    cursor: pointer;
}
.navbar-nav .nav-item:has(.nav-link.active)::before,
.navbar-nav .nav-item::before {
    transform: skew(25deg);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    transition: height .3s;
    z-index: -1;
    background-color: #f5f5f5;
}
.navbar-nav .nav-item:has(.nav-link.active)::before {
    background-color: #fff;
}
.navbar-nav .nav-item:hover::before,
.navbar-nav .nav-item:has(.nav-link.active)::before {
    height: 100%;
}
.navbar-nav .nav-item:has(.nav-link.active),
.navbar-nav .nav-item:hover a{
    color:#000;
}
.navbar-nav .nav-home,
.navbar-nav .nav-lang {
    display:none;
}
.navbar-nav .nav-lang a {
    color:#fff;
    text-decoration:none;
    display:inline-block;
    margin:0px 5px;
}
.navbar-nav .nav-lang img {
    margin-right:3px;
}
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-nav .dropdown-menu {
    display: none;
}
.navbar-nav .nav-item .dropdown-toggle {
    pointer-events: none;
}
.navbar-nav .dropdown-menu[data-bs-popper] {
    left:inherit;
    margin-top:0px;
}
.navbar-nav .dropdown img {
    margin-right:5px;
}
.navbar-nav .dropdown-item:focus,
.navbar-nav .dropdown-item:active {
    background-color: transparent!important;
    color: inherit!important;
}
#slide {
    height:100vh;
}
#slide .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transform: scale(1.2);
    transform-origin: left center;
    transition: transform 7s ease-in-out;
}
#slide .carousel-item.active img {
    transform: scale(1);
}
#slide .carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 70px;
    left: auto;
    margin: auto;
    padding:0;
    width: auto;
    height: 72px;
    list-style-type:none;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
#slide .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: 6px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
#slide .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #fff;
}
#slide .carousel-indicators .active::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}
.carousel-caption {
    top: 50%;
    left:0%;
    right: 0;
    bottom:auto;
    padding:0;
    transform: translateY(-50%) translateX(100%);
    transition: transform 1s ease-in-out;
    text-align:left;
}
.carousel-item.active .carousel-caption {
    transform: translateY(-50%) translateX(0);
}
#slide .carousel-caption h5 {
    width:80%;
    font-family: "Space Grotesk", sans-serif;
    font-size:5rem;
    font-weight: bold;
}
#slide .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
#slide .slide-bar{
    width:100%;
    position:absolute;
    display:inline-block;
    bottom:0;
    right:0;
    z-index:1000;
    color:#e5e5e5;
}
#slide .slide-bar .left {
    background-color:#010313C9;
    padding:45px;
    font-size:0.9rem;
    line-height:2;
    letter-spacing: 0.5px;
}
#slide .slide-bar .right {
    background-color:#0C0D36B8;
    padding:50px 0px;
    text-align:center;
}
#slide .slide-bar .right a {
    color:#fff;
    font-size:1rem;
    border:2px solid #fff;
    border-radius:100%;
    padding:7px 10px;
    margin:0px 4px;
}
#slide .slide-bar .right a:hover {
    background-color:#fff;
    color:#000;
}
#hero {
    padding: 150px 0px;
    background-image: url("../img/hero.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100px -16px;
    background-color:#dad9d9;
    font-size:1.8rem;
    line-height:1.4;
    font-weight:bold;
}
#services {
    background-color: transparent;
    background-image: linear-gradient(90deg, #0a0000 30%, #037ec2 100%);
    padding:60px 0;
}
#services h2 {
    color:#fff;
    font-size:4rem;
    margin-bottom:50px;
}
#services .service-item {
    text-align: center;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
}
#services .service-item.visible {
    opacity: 1;
    transform: translateX(0);
}
#services .icon-circle {
    position:relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    color: #203556;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 3.3rem;
    z-index: 2;
    transition: all 0.3s ease;
}
#services h4 {
    color:#fff;
    font-size:1.3rem;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
#services h5 {
    color:#FFFFFF8C;
    font-size:0.8rem;
    transition: all 0.3s ease;
}
#services .connector-line {
    position: absolute;
    top: 50px;
    left:-50%;
    right: 50%;
    height: 2px;
    background-color: #ffffff70;
    z-index: 1;
    transition: width 0.8s ease-out;
    width: 0;
}
#services .service-item.visible .connector-line {
    width: 100%;
}
#services .service-item:first-child .connector-line {
    display: none;
}
#featured {
    padding:70px 0;
}
#featured h2 {
    font-size:2rem;
    margin-bottom:30px;
}
#featured .line {
    background:url("../img/border.svg") repeat-x;
    height:15px;
    margin-bottom:30px;
}
#featured .figure {
    padding:30px 30px 20px 30px;
    background:#000;
    width:100%;
    color:#fff;
}
#featured .figure img {
    display: block;
    margin:auto;
    max-width:100%;
    width:auto;
    height:200px;
    transition: filter 0.5s ease, opacity 0.5s ease;
}
#featured .figure:hover img {
    filter:grayscale(50%);
    opacity: 0.8;
}
#featured .figure h4 {
    font-size:1.1rem;
    margin-top:15px;
}
#featured .figure a {
    color:#fff;
    text-decoration: none;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-top:30px;
}
.p-link a {
    font-size:1.2rem;
    text-decoration: none;
    position: relative;
    color: inherit;
    transition: color 0.3s ease;
    display: inline-block;
}
.p-link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: width 0.3s ease;
}
.p-link a:hover::after {
    width: 0;
}
.p-link i {
    margin-left: 5px;
    transition: transform 0.3s ease;
    font-weight:bold;
    font-size:1.2rem;
}
.p-link a:hover + i {
    transform: translateX(5px);
}
#marquee {
    background-color: #1C1D24;
    background-image: url("../img/bg-marquee.jpg");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 200px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    user-select: none;
}
#marquee .marquee-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0A0A0A91 100%, #F2295B00 100%);
    opacity: 0.84;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#marquee .marquee-inline {
    display: inline-block;
    white-space: nowrap;
    animation: marquee-animation 25s linear infinite;
    z-index:999;
}
#marquee .marquee-text {
    font-size: 6rem;
    -webkit-text-stroke-color: #FFFBFB;
    color: transparent!important;
    -webkit-text-stroke-width: 1px;
    text-shadow: none;
    display: inline-block;
    margin-right: 100px;
    font-family: "Bebas Neue", sans-serif;
}
@keyframes marquee-animation {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
#blog {
    padding: 70px 0;
}
#blog h2 {
    font-size:3rem;
    color:#203556;
    padding-bottom:15px;
    border-bottom:1px solid #e5e5e5;
    margin-bottom:20px;
}
#blog h3 {
    font-size:1.7rem;
    margin-bottom:50px;
}
.blog {
    position:relative;
}
.blog img {
    max-width:100%;
    margin-bottom:20px;
    transition: filter 0.5s ease, opacity 0.5s ease;
}
.blog:hover img {
    filter:grayscale(50%);
    opacity: 0.8;
}
.blog .date {
    position:absolute;
    top:5px;
    right:5px;
    background:rgba(255,255,255,0.8);
    padding:10px 15px;
    font-size:1rem;
    color:#444;
}
.blog a {
    color:#203556;
    text-decoration:none;
}
.blog h4 {
    font-size:1rem;
    margin-bottom:15px;
    font-weight:normal;
}
.blog h5 a {
    font-size:1.5rem;
}
.blog .btn-more {
    background:#213555;
    color:#fff;
    font-size:0.85rem;
    margin-top:20px;
}
.blog .btn-more:hover {
    background:#111b2c;
}
.blog .btn-more i {
    margin-left:5px;
}
#invite {
    background-color: #1C1D24;
    background-image: url("../img/bg-invite.jpg");
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 150px 0;
    position: relative;
}
#invite .invite-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(180deg, #0A0A0A91 100%, #F2295B00 100%);
    opacity: 0.84;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
#invite .invite-inline {
    position:relative;
    color:#fff;
    text-align:center;
    z-index:999;
}
#invite h3 {
    color:#fff;
    font-size:4rem;
}
#invite h4 {
    font-size:2rem;
}
#invite a.btn {
    margin-top:30px;
    border:1px solid #fff;
    background:transparent;
    color:#fff;
    font-size:1.2rem;
    border-radius:20px;
    padding:15px 30px;
}
#invite a.btn:hover {
    background:#fff;
    color:#213555;
}
#invite a.btn i {
    margin-left:10px;
}
#brands {
    padding: 50px 0;
}
#brands .brand img {
    max-width:50%;
    height:auto;
}
#contact {
    background-color: transparent;
    background-image: linear-gradient(90deg, #0a0000 30%, #037ec2 100%);
    padding:80px;
    color:#fff;
    font-size:0.9rem;
}
#contact h4 {
    font-size:1.2rem;
    margin-bottom:25px;
}
#contact .contact-inline {
    margin-top:20px;
}
#contact div a {
    color:#fff;
    text-decoration:none;
}
#contact div i {
    margin-right:10px;
}
.token{
    display:none;
}
footer {
    padding:40px 0;
    text-align:center;
    color:#333;
}
footer ul {
    margin:0;
    padding:0;
    list-style-type:none;
    display:flex;
    justify-content: center;
}
footer ul li {
    margin:0px 10px;
}
footer a {
    color:#333;
    text-decoration:none;
}
footer i, footer a:hover {
    color:#d84156;
}
footer ul img {
    margin-right:3px;
}
#blog .owl-nav {
    display: block!important;
    position: absolute;
    top: 30%;
    width: 100%;
    transform: translateY(-30%);
}
#blog .owl-prev, #blog .owl-next {
    display: block!important;
    background: none!important;
    color: #ccc!important;
    font-size: 5rem!important;
    width: 40px;
    height: 40px;
}
#blog .owl-prev {
    position: absolute;
    left: -50px;
}
#blog .owl-next {
    position: absolute;
    right: -25px;
}
#blog .owl-prev:hover,
#blog .owl-next:hover {
    color: #333!important;
}
#blog .owl-dots,
.certificate .owl-dots {
    display: block!important;
    text-align: center;
    margin-top: 20px;
}
#blog .owl-dot,
.certificate .owl-dot {
    width: 10px;
    height: 10px;
    background: #ccc!important;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
}
#blog .owl-dot.active,
.certificate .owl-dot.active {
    background: #333!important;
}
#featured .owl-dots, #brands .owl-dots,
.neblpr .owl-dots {
    display:none!important;
}
#banner {
    background-color: transparent;
    background-image: linear-gradient(90deg, #0a0000 30%, #037ec2 100%);
    background-position: center center;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#banner .title {
    color: #fff;
    font-size: 3.5rem;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 30px;
    letter-spacing: 0.2rem;
}
#bannerx {
    background-color: transparent;
    background-image: linear-gradient(90deg, #0a0000 30%, #037ec2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding:200px 0 100px 0;
}
#bannerx h2 {
    text-align:center;
    background:#fff;
    color:#203556;
    padding:10px;
    font-size:1.8rem;
    width:70%;
}
#content {
    padding:100px 0;
    min-height:500px;
}
#content h1 {
    font-size:2.5rem;
    margin-bottom:40px;
    color:#203556;
}
 #content h1 a {
    margin-bottom:40px;
    color:#203556;
    text-decoration:none;
}
#content p {
    font-size:1.1rem;
    line-height:1.7;
    text-align:justify;
    margin: 0 0 20px 0;
}
#content ul, #content ol {
    font-size: 1.1rem;
    line-height: 1.7;
}
#content ul, #content ol,
#content-band ul, #content-band ol {
    list-style-type: disc;
    margin-top:20px;
    margin-left:15px;
    padding:0;
    text-align: justify;
}
#content li, #content-band li {
    margin-bottom:5px;
}
#content ul.pagination {
    list-style: none;
    margin-left:0;
    margin-bottom:0;
}
#content a.page-link {
    color:#203556;
}
#content a.page-link:hover,
#content .page-item:first-of-type a,
#content .page-item:last-of-type a {
    background-color:#203556;
    color:#fff;
}
#content .certificate img {
    max-width:100%;
}
#content-band {
    background-color: transparent;
    background-image: linear-gradient(90deg, #0a0000 30%, #213555 100%);
    padding:80px 0;
    color:#fff;
}
.news {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    border:none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news img {
    border-radius: 0;
    transition: filter 0.5s ease, opacity 0.5s ease;
}
.news:hover img {
    filter:grayscale(50%);
    opacity: 0.8;
}
.news .date {
    position:absolute;
    top:5px;
    right:5px;
    background:rgba(0,0,0,0.8);
    padding:10px 15px;
    font-size:1rem;
    color:#fff;
}
.news .card-body {
    padding:40px;
    flex-grow: 1;
}
.news .card-title {
    font-size:1.2rem;
}
.news .card-title a {
    color:#000;
    text-decoration:none;
}
.news .card-text {
    font-size:1.1rem!important;
    line-height:1.5!important;
}
.news a.btn {
    background-color:#f4f4f4;
    color:#000;
    padding:15px 25px;
    margin-top:30px;
}
.news a.btn:hover {
    background-color:#203556;
    color:#fff;
}
.news a.btn i {
    margin-left:5px;
}
.project {
    background-color: #fff;
    border:none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.project img {
    border-radius: 0;
    transition: transform 0.6s ease, opacity 0.6s ease;
}
.project .card-body {
    flex-grow: 1;
    padding-left:0;
    padding-right:0;
}
.project .card-title {
    font-size:1.4rem;
    font-weight:normal;
}
.project .card-title a {
    color:#203556;
    text-decoration:none;
}
.project:hover img {
    transform: scale(1.03);
    opacity: 0.85;
}
.neblpr h2 {
    display:inline-block;
    padding-bottom:10px;
    font-size:1.6rem;
    color:#203556;
    border-bottom:1px solid #ccc;
    margin-bottom:40px;
}
.neblpr .owl-carousel .owl-item {
    position:relative;
    margin:auto;
    text-align:center;
}
.neblpr .owl-carousel .owl-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 5px);
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    transition: opacity 0.3s ease;
}
.neblpr .owl-carousel .owl-item:hover .overlay {
    opacity: 1;
}
.neblpr .owl-carousel .owl-item .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-decoration: none;
}
.neblpr .owl-carousel h4 {
    width:100%;
    position:absolute;
    bottom:30px;
    left:0;
    margin:0;
    padding:10px;
    color:#fff;
    font-size:1.1rem;
    text-align:left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index:2;
}
#content .list-group {
    margin-bottom:100px;
    border-radius:0;
}
#content .list-group-title {
    font-size:1.4rem;
    color:#203556;
    font-weight:bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-bottom:20px;
}
#content .list-group-item {
    padding: 20px;
}
#content .list:nth-child(3n+2) .list-group-item {
    background:#203556;
    color:#fff;
}
#form {
    margin-top:30px;
}
#form h2 {
    background:#213555;
    color:#fff;
    margin-bottom:40px;
    padding:10px 10px;
}
#form .form-control,
#form .form-select {
    border-radius:0;
    padding:10px;
}
#form .form-control:focus,
#form .form-select:focus {
    border:1px solid #666;
}
#form button {
    background-color: #203556;
    color:#fff;
    border-radius:0;
    font-size:1.2rem;
    padding:5px 20px;
    margin-top:20px;
}
#form button:hover {
    background-color: #000;
}
.form-control::placeholder,
.form-control::-webkit-input-placeholder,
.form-select  {
    color:#333!important;
}
#content .contact-bar {
    margin-top:50px;
}
#content .contact-title {
    background-color: transparent;
    background-image: linear-gradient(90deg, #0a0000 0%, #213555 100%);
    padding:50px 0;
}
#content .contact-title h2 {
    color:#fff;
    border-bottom:none;
    text-align:center;
    margin-bottom:0;
    font-size:2rem;
}
#content .contact-detail {
    padding-top:80px;
    padding-bottom:80px;
}
#content .contact-detail h3,
#content .contact-detail h4 {
    color:#203556;
    font-weight:bold;
}
#content .contact-detail h3 {
    font-size:1.4rem;
    margin-bottom:30px;
}
#content .contact-detail h4 {
    font-size:1.2rem;
    margin-bottom:10px;
}
#content .contact-detail p {
    margin-bottom:5px;
    text-align:left;
}
#content .contact-detail a {
    color:#000;
    text-decoration:none;
}
#content .contact-detail i {
    margin-right:5px;
    color:#900;
    font-weight:bold;
}
#content .contact-detail iframe {
    width:100%;
    height:700px;
    border:1px solid #ccc;
}
#categories {
    padding:100px 0 50px 0px;
}
#categories h1 {
    font-size:2.5rem;
    margin-bottom:40px;
    color:#203556;
}
#categories .dropdown-toggle {
    background-color: #203556;
    color:#fff;
    border:1px solid #203556;
}
#categories .dropdown-toggle::after {
    margin: 10px .255em!important;
    float: right!important;
}
#categories .custom-scroll {
    max-height: 200px;
    overflow-y: auto;
}
#categories .dropdown-menu .dropdown-item:active {
    background-color: #f5f5f5!important;
    color:#000!important;
}
.s-form span {
    background-color: #203556;
    color:#fff;
}
.s-form .form-control:focus {
    border:1px solid #ccc;
}
#category .category-title {
    background-color: transparent;
    background-image: linear-gradient(90deg, #0A0000 30%, #037EC2 100%);
    padding:50px 0;
    margin:50px 0;
}
#category .category-title h2 {
    text-align:center;
    background:#fff;
    color:#203556;
    padding:15px;
    margin-bottom:30px;
    font-size:1.8rem;
}
#category .category-title ul {
    margin:0;
    padding:0;
    list-style: none;
}
#category .category-title ul li {
    margin:5px 15px;
    color:#fff;
}
#category .category-title ul li:first-of-type {
    margin-left:0;
}
#category .category-title ul li:last-of-type {
    margin-right:0;
}
#category .category-title a {
    color:#fff;
    font-size:1.3rem;
}
#category .category-title h2 a {
    color:#203556!important;
    font-size: 1.8rem;
    text-decoration: none;
}
#category .sub-category {
    padding-bottom:50px;
}
.line {
    background:url("../img/border.svg") repeat-x;
    height:15px;
    margin-bottom:30px;
}
#category .sub-category .figure {
    padding:30px 30px 20px 30px;
    background:#000;
    width:100%;
    color:#fff;
    margin-bottom:30px;
}
#category .sub-category .figure img {
    display: block;
    margin:auto;
    max-width:100%;
    width:auto;
    height:200px;
    transition: filter 0.5s ease, opacity 0.5s ease;
}
#category .sub-category .figure h4 {
    font-size:1.1rem;
    margin-top:15px;
}
#category .sub-category .figure a {
    color:#fff;
    text-decoration: none;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#category .sub-category .figure:hover img {
    filter:grayscale(50%);
    opacity:0.8;
}
#acategories .accordion-header button {
    color:#203556;
}
#acategories .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius:0;
}
#acategories .show {
    border-top:1px solid #dee2e6;
}
#acategories .accordion-button:not(.collapsed) {
    background-color: inherit;
    box-shadow: none;
}
#acategories .accordion-body {
    padding-bottom:0;
}
#acategories ul {
    list-style:none;
    margin:0;
    padding:0;
    font-size: 1rem;
    line-height: 1.2;
    text-align: left;
}
#acategories ul li {
    margin-bottom:10px;
}
#acategories ul li a {
    color:#333;
    text-decoration: none;
    display:inline-block;
    width:100%;
}
#acategories ul li a:hover {
    color:#037EC2;
}
#acategories span a {
    color:#037EC2;
    text-decoration:none;
}
#product .pd-image {
    padding:20px;
    border:10px solid #203556;
    background:#fff;
}
#product .pd-image img {
    max-width:100%;
}
.pd-buttons ul {
    list-style-type: none!important;
    margin-top: 0!important;
    margin-left: 0!important;
}
.pd-buttons li {
    margin: 0px 10px;
}
.pd-buttons li a {
    background: #f1f2f3;
    color:#54595f;
    padding:7px 25px;
    font-size:1rem;
}
.pd-buttons li a:hover {
    background: #666;
    color:#fff;
}
.pd-buttons .nav-link.active {
    background: #203556;
    color:#fff;
}
.pd-buttons .nav-link.disabled {
    color:#999;
}
.pd-buttons .tab-content a {
    color:#037EC2;
}
.pd-buttons .tab-content a:hover {
    text-decoration: none;
}
.pd-buttons .tab-content img {
    max-width:100%;
}
.pd-tags {
    margin-top:50px;
}
.pd-tags p {
    font-size:0.9rem!important;
    color:#203556;
}
.pd-tags a {
    display:inline-block;
    font-size:0.8rem;
    background:#f1f2f3;
    color:#000;
    text-decoration:none;
    margin:0 5px;
    padding:3px 5px;
}
.pd-tags a:hover {
    background:#203556;
    color:#fff;
}
.error {
    text-align:center;
    color:#203556;
}
.error h1 {
    font-size:5rem;
    margin-top:50px;
}
.error h2 {
    font-size:1rem;
    margin-bottom:50px;
}
.error p i {
    font-size:4rem;
    margin:50px 0;
}
.error a {
    border:1px solid #203556;
    color:#203556;
    padding:10px 30px;
    font-size:1.3rem;
    margin-top:40px;
}
.error a:hover {
    background-color:#203556;
    color:#fff;
}
.error a i {
    margin-right:10px;
}
.modal {
    z-index:9999999;
}
.modal-backdrop.show {
    opacity:0.8!important;
}
.modal-dialog {
    width:640px;
    max-width:90vw;
    max-height:90vh;
    margin-left:auto!important;
    margin-right:auto!important;
}
.modal-content {
    background:transparent;
}
.modal-content img {
    max-width:100%;
}
@media (max-width:1400px) {
    .navbar-brand {
        border-right: none;
        padding: 12px 0;
    }
    .social {
        display:none!important;
    }
    #category .sub-category .figure img {
        height:150px;
    }
}
@media (max-width:1200px) {
    .navbar-brand {
        padding: 12px 20px 12px 0;
    }
    .navbar-brand img {
        height:55px;
    }
    .navbar-nav .nav-item {
        padding: 0 5px;
    }
    #hero {
        padding: 120px 0px;
        background-position: left center;
        font-size: 1.8rem;
        line-height: 1.7;
        font-weight: normal;
        text-align: center;
    }
    #services h2 {
        font-size: 3rem;
    }
    #brands .brand img {
        max-width: 80%;
    }
    #contact {
        padding: 70px 0px;
    }
}
@media (max-width:991px) {
    .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-top:10px;
        padding:20px 0;
    }
    .navbar-nav .nav-item a {
        font-size:1rem;
    }
    .navbar-nav .nav-item {
        padding: 0 10px;
        position: static;
        transition:none;
        height:auto;
    }
    .navbar-nav .nav-item.dropdown {
        display:none;
    }
    .navbar-nav .nav-home {
        display:inline;
    }
    .navbar-nav .nav-lang {
        display:block;
    }
    .navbar-nav .nav-item:hover::before,
    .navbar-nav .nav-item:has(.nav-link.active)::before {
        height: auto;
    }
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .navbar-nav .nav-item:has(.nav-link.active),
    .navbar-nav .nav-item:hover a {
        color: #fff;
    }
    #hero {
        padding: 80px 0px;
        background-position:center center;
        font-size: 1.7rem;
        line-height: 1.7;
    }
    #services {
        padding: 60px 0 30px 0;
    }
    #services h2 {
        font-size: 2.5rem;
    }
    .service-item {
        margin-bottom:30px;
    }
    #invite {
        padding:100px 0;
    }
    #invite h3 {
        font-size: 3rem;
    }
    #invite h4 {
        font-size: 1.7rem;
    }
    #brands {
        padding: 20px 0;
    }
    #contact {
        padding: 60px 0px;
    }
    #banner {
        min-height: 400px;
        padding-top:50px;
    }
    #banner .title {
        font-size: 3rem;
    }
    #content {
        padding:60px 0;
    }
    #content h1 {
        font-size:2rem;
        margin-bottom:30px;
    }
    #content-band {
        padding:50px 0;
    }
    #content .contact-title h2 {
        font-size:1.5rem;
    }
    #content .contact-detail iframe {
        height:500px;
    }
    #category .sub-category .figure img {
        height: 200px;
    }
}
@media (max-width:767px) {
    #slide .slide-bar .right {
        padding:30px 0;
    }
    #slide .carousel-caption h5 {
        width: 100%;
        font-size: 4rem;
    }
    #hero {
        padding: 60px 0px;
        font-size: 1.6rem;
        font-weight: normal;
        text-align: center;
    }
    #services h2 {
        font-size: 2rem;
    }
    #services .connector-line {
        display:none;
    }
    #featured .figure img {
        height: 150px;
    }
    #marquee {
        padding:120px 0;
    }
    #marquee .marquee-text {
        font-size: 5rem;
    }
    #featured {
        padding: 50px 0;
    }
    #featured h2 {
        font-size:1.8rem;
        margin-bottom: 10px;
    }
    #featured .line {
        height:10px;
    }
    #blog h2 {
        font-size: 2.5rem;
    }
    #blog h3 {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }
    .blog h5 a {
        font-size: 1.3rem;
    }
    #invite {
        padding:70px 0;
    }
    #invite h3 {
        font-size: 2.5rem;
    }
    #invite h4 {
        font-size: 1.4rem;
    }
    #invite a.btn {
        font-size: 1rem;
        border-radius: 15px;
        padding: 10px 20px;
    }
    #brands {
        padding: 20px 0;
    }
    #brands .brand img {
        max-width: 90%;
    }
    footer p {
        font-size:0.9rem;
    }
    footer ul li {
        font-size:0.8rem;
    }
    #banner {
        background-position: top center;
        background-size: cover;
        min-height: 350px;
    }
    #banner .title {
        font-size: 2rem;
    }
    .project img {
        transition: none;
    }
    .project:hover img {
        transform: none;
        opacity: 1;
    }
    #content .contact-title {
        padding: 30px 0;
    }
    #content .contact-detail iframe {
        height:400px;
    }
    #category .sub-category .figure img {
        height: 150px;
    }
}
@media (max-width:567px) {
    #slide .carousel-indicators {
        top: 70vh;
        bottom: 0px;
        left: 70px;
        right: auto;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    #slide .carousel-caption h5 {
        width: 100%;
        font-size: 3rem;
        text-align:center;
    }
    #hero {
        padding: 50px 0px;
        font-size: 1.5rem;
    }
    #featured {
        padding: 40px 0;
    }
    #featured .figure img {
        height: auto;
    }
    #marquee {
        padding:100px 0;
    }
    #marquee .marquee-text {
        font-size: 4rem;
    }
    #invite {
        padding:70px 0;
    }
    #invite h3 {
        font-size: 2rem;
    }
    #invite h4 {
        font-size: 1.2rem;
    }
    #invite a.btn {
        font-size: 0.85rem;
        border-radius: 10px;
        padding: 8px 15px;
    }
    #brands {
        padding: 20px 0;
    }
    #brands .brand img {
        max-width: 100%;
    }
    #contact {
        padding: 50px 0;
        font-size: 0.9rem;
    }
    #contact .col-12:first-child {
        margin-bottom:40px;
    }
    #contact h4 {
        font-size: 1rem;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding-bottom:10px;
        margin-bottom: 25px;
    }
    #banner {
        min-height: 300px;
    }
    #banner .title {
        font-size: 1.7rem;
    }
    #category .sub-category .figure img {
        height: auto;
    }
}
@media (max-width:480px) {
    #slide .carousel-caption h5 {
        font-size: 2.5rem;
    }
    #marquee {
        padding:70px 0;
    }
    #blog .owl-prev, #blog .owl-next {
        display:none!important;
    }
    footer p {
        font-size:0.9rem;
    }
    footer ul li {
        font-size:0.8rem;
    }
}




