﻿﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}


.container-index {
    /*background: linear-gradient(0deg, rgb(230, 238, 255) 15.1%, rgb(230, 238, 255) 55.47%, rgb(230, 238, 255) 100%);*/
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


.navbar-menu-top ul li a {
  
    color: white ;
    font-weight: 400;
}

body {
    margin-bottom: 60px;
}

.header_logo {
    width: auto;
    height: 60px;
}

.introduce {
    font-style: italic;
    margin-left: 20px;
}

.introduce a {
    color: black !important;
}

.introduce span {
    font-weight: 500;
}

.header-navbar-top {
    background: linear-gradient(-45deg, #245ce6, #258cfb, #245ce6);
}

.header-navbar-top .nav-link {
    font-family: 'Montserrat', sans-serif !important;
   
        
}


.breadcrumb {
    padding: 8px 0px 8px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    width: 100%;
    background: white;
    box-shadow: rgb(223, 223, 223) 0px 2px 7px;
    margin: 0px;
}

.breadcrumb li a {
    text-decoration: none;
    font-weight: 500;
    color: #0065b3;
}

.external-link-icon {
    margin-top: 10px;
}

.external-link-icon ul {
    padding: 0px;
}

.external-link-icon ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.btn-menu-group {
    background: #1e73be;
    color: aliceblue;
}

.SliderBoxOwlCarouselProduct {
    /* background: linear-gradient(rgb(253, 246, 238) 0%, rgb(255, 254, 253) 100%);*/
    box-shadow: 0 0.25rem 1.5rem hsl(0, 0%, 100%);
}

.external-link-icon ul li img {
    width: 30px;
    height: 30px;
}

.product-price ul li {
    font-size: 14px;
}

.product-price ul {
}

.cart{
    position: relative;
    margin-left: 10px;
    margin-top: 5px;

}
.cart span{
    font-size: 10px;
}
.cart a {
    font-size: 25px;
}

.category-children {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    white-space: nowrap;
}
.category-children a {
   
   background: linear-gradient(-45deg, #245ce6, #258cfb, #245ce6);
   color: aliceblue;
   margin: 8px 8px 8px 0px;
}

.counter {
    margin: 0px;
    align-items: center;
    justify-content: center;
    height: 35px;
    max-width: 95px;
    background: #f2f2f2;
    float: left;
    display: flex;
}

.counter button {
    border: none;
    height: 35px;
    background: #f2f2f2;
}

.counter input {
    width: 40px;
    background: #f2f2f2;
    text-align: center;
    border: none;
}

.agency {
    font-size: 12px;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    background: aliceblue;
    font-weight: 500;
    border: 1px solid rgba(0, 0, 0, 0.25);
   
}

.agency-infomation{
   
    padding: 5px;
}
/*footer-page*/
:root {
    --light-blue: #e3f2fd;
    --primary-blue: #2196F3;
}

.custom-footer {
    background: linear-gradient(145deg, var(--light-blue), #ffffff);
    font-size: 0.9rem;
}

.footer-heading {
    color: var(--primary-blue) !important;
    font-size: 1.1rem;
    border-bottom: 2px solid var(--primary-blue);
    display: inline-block;
    padding-bottom: 0.3rem;
}

.footer-link {
    color: #455a64 !important;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    transition: all 0.3s ease;
}

    .footer-link:hover {
        color: var(--primary-blue) !important;
        transform: translateX(5px);
    }


.hover-text-success {
    transition: all 0.3s ease;
}

.hover-text-success:hover {
    color: #28a745 !important;
    transform: translateY(-1px);
}

.footer-link:hover .link-icon {
    opacity: 1;
    margin-left: 8px;
}

.social-link {
    color: #607d8b !important;
    margin-right: 1rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    color: var(--primary-blue) !important;
    transform: translateY(-3px);
}

.btn-scroll-top {
    border: none;
    background: none;
    color: var(--primary-blue);
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.btn-scroll-top:hover {
    transform: scale(1.1);
}

.newsletter-form .form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
:root {
    --light-blue: #e3f2fd;
    --primary-blue: #2196F3;
}

.custom-footer {
    background: linear-gradient(145deg, var(--light-blue), #ffffff);
    font-size: 0.9rem;
}

.footer-heading {
    color: var(--primary-blue) !important;
    font-size: 1.1rem;
    border-bottom: 2px solid var(--primary-blue);
    display: inline-block;
    padding-bottom: 0.3rem;
}

.footer-link {
    color: #455a64 !important;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0;
    transition: all 0.3s ease;
}

.footer-link:hover {
    color: var(--primary-blue) !important;
    transform: translateX(5px);
}


.hover-text-success {
    transition: all 0.3s ease;
}

.hover-text-success:hover {
    color: #28a745 !important;
    transform: translateY(-1px);
}

.footer-link:hover .link-icon {
    opacity: 1;
    margin-left: 8px;
}

.social-link {
    color: #607d8b !important;
    margin-right: 1rem;
    transition: all 0.3s ease;
}

.social-link:hover {
    color: var(--primary-blue) !important;
    transform: translateY(-3px);
}
.social-link img {
    width: 25px;
}
.logo-cnct img{
    height: 40px;
}

.btn-scroll-top {
    border: none;
    background: none;
    color: var(--primary-blue);
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.btn-scroll-top:hover {
    transform: scale(1.1);
}

.newsletter-form .form-control:focus {
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

.license-table{
    width: 70%;
    margin: 0px auto;
    
}

.top-keywords ul{
    margin: 0px;
    padding: 0px;
}


.top-keywords ul li {
    list-style: none;
    margin-right: 20px;
    float: left;
}

.top-keywords ul li a {
    text-decoration: none;
    line-height: 35px;
    font-style: normal;
    font-weight: 500;
    color: #245ce6;
}

@media screen and (max-width : 600px) {
    .license-table {
        width: 100%;
    }

    .top-keywords ul li a {
        text-decoration: none;
        line-height: 0px;
    }
}