html {
    scroll-behavior: smooth;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
}

#body-content img {
    width: 100%;
    height: auto;
}

.vns-paytone-one {
    font-family: 'Paytone One',sans-serif;
}

.vns-sriracha {
    font-family: 'Sriracha',sans-serif;
}

.text-mobile-vinaseen {
    display: none;
}

header {
    background-image: url(../images/bg-header.webp);
}

.bg-primary {
    background-color: #0088CC !important;
}

.btn-success {
    background-color: #2BAAB1 !important;
}

.text-danger {
    color: #e36159 !important;
}

.w-33 {
    width: 33% !important;
}

.w-40 {
    width: 40% !important;
}
/** start header css **/
header {

}

header h1.company-name {
    font-size: 18px;
}

header span.address {
    font-size: 16px;
}

/** end header css **/

.text-decoration-none:hover {
    text-decoration: none;
}

.text-primary {
    color: #0088CC !important;
}

div.card {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

div.card a {
    text-decoration: none;
}

div.card .card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 35px;
    margin-bottom: 0.5rem;
}

div.card span.category {
    height: 52px;
}

div.card .card-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu {
    border-radius: 0;
    margin-top: 9px;
    margin-right: 0;
    padding: 0;
}

.dropdown-menu .dropdown-item {
    padding: 0.5rem 1.5rem;
    border-bottom: 1px solid #eee;
}

.dropdown-item:hover {
    background-color: #0153aa;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 15px;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

nav a {
    font-size: 14px;
}

nav .text-mobile-vinaseen a {
    font-size: 40px;
}

nav .text-mobile-vinaseen a:active, nav .text-mobile-vinaseen a:focus-visible, nav .text-mobile-vinaseen a:visited,  nav .text-mobile-vinaseen a:hover {
    text-decoration: none;
}

nav a.page-link {
    font-size: 1rem;
}

nav ol.breadcrumb a {
    font-size: 1rem;
}

nav ul.dropdown-menu {
    background-color: rgb(0, 109, 143);
}

.carousel-item {
    height: 500px;
}

.carousel-control-next {
    background: none;
    border: 0;
}

.carousel-control-prev {
    background: none;
    border: 0;
}

.footer-top {
    padding: 60px 0;
    text-align: left;
    color: white;
    background-color: #0088CC;
}

.footer-top p {
    color: white;
}

.footer-top h6 {
    font-size: 14px !important;
    font-weight: 600;
}

.footer-bottom {
    padding: 15px 0 17px 0;
    background: #444;
    text-align: left;
    color: white;
    font-weight: 600;
    background-color: rgb(0, 109, 143);
}

/** mobile app **/
@media only screen and (max-width: 600px) {
    button.navbar-toggler {
        background-color: white;
    }

    .dropdown-menu {
        border-radius: 0;
        margin-top: 0;
        margin-right: 0;
    }

    .box-introduce {
        display: none;
    }

    .carousel-item {
        height: 170px;
    }

    .dropdown-submenu a::after {
        display: none;
    }
    .text-mobile-vinaseen {
        display: block;
    }

    #body-content p a:nth-child(3) {
        display: inherit;
    }

    .dropdown-item {
        white-space: inherit !important;
    }

    #form-search-submenu button {
        position: absolute;
        right: 16px;
    }
    .tabs-to-dropdown .nav-pills {
        justify-content: space-around;
    }
    .tabs-to-dropdown .nav-pills li:not(:last-child) {
        margin-right: 0 !important;
    }
}

/** end css mobile **/


/** product detail **/
body,
.tabs-to-dropdown .dropdown-toggle,
.tabs-to-dropdown .dropdown-item {
    font-size: 1rem;
}

.tabs-to-dropdown {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.12);
}

.tabs-to-dropdown .nav-wrapper {
    padding: 15px;
}

.tabs-to-dropdown .nav-wrapper a {
    color: var(--darkgreen);
}

.tabs-to-dropdown .nav-pills .nav-link.active {
    background-color: rgb(0, 109, 143);
}

.tabs-to-dropdown .nav-pills li:not(:last-child) {
    margin-right: 30px;
}

.tabs-to-dropdown .tab-content .container-fluid {
    max-width: 1250px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tabs-to-dropdown .dropdown-menu {
    border: none;
    box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.08);
}

.tabs-to-dropdown .dropdown-item {
    padding: 14px 28px;
}

.tabs-to-dropdown .dropdown-item:active {
    color: var(--white);
}

@media (min-width: 1280px) {
    .tabs-to-dropdown .nav-wrapper {
        padding-top: 15px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 0;
    }

    .tabs-to-dropdown .tab-content.nav-wrapper {
        padding-top: 0;
    }
}

/** end product detail **/

.card-img-top {
    transition: all .5s ease;
}
div.card:hover .card-img-top {
    transform: scale(1.1);
}

iframe {
    width: 100% !important;
}

/** feature box **/
.text-5 {
    font-size: 26px;
}
.icon-featured {
    display: inline-block;
    font-size: 0;
    margin: 15px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 2.3em;
    line-height: 110px
}

.icon-featured:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.featured-box {
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -.7px;
    margin-top: 5px;
    margin-bottom: 5px
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid rgba(0,0,0,.06);
    border-top-width: 4px;
    padding: 28.8px;
    padding: 1.8rem;
    position: relative
}

.featured-box .box-content:not(.box-content-border-0) {
    top: -1px;
    border-top-width: 4px
}

.featured-box .box-content.box-content-border-0 {
    border-top: 1px solid rgba(0,0,0,.06)!important;
    border-bottom: 0!important
}

.featured-box .box-content.box-content-border-bottom {
    top: 1px
}

.featured-box .box-content-border-bottom {
    border-top: 1px solid rgba(0,0,0,.06)!important;
    border-bottom: 4px solid rgba(0,0,0,.06)
}

.featured-box-text-left {
    text-align: left
}

.featured-boxes-flat .featured-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0
}

.featured-boxes-flat .featured-box .box-content {
    background: #FFF;
    margin-top: 65px
}

.featured-boxes-flat .featured-box .icon-featured {
    display: inline-block;
    font-size: 2em;
    height: 90px;
    line-height: 90px;
    padding: 0;
    width: 90px;
    margin: -100px 0 -15px;
    position: relative;
    top: -40px
}

.featured-boxes .featured-box {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    margin-top: 24px;
    margin-top: 1.5rem
}

.featured-box-effect-2 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-box-shadow: 0 0 0 3px #FFF;
    box-shadow: 0 0 0 3px #FFF;
    -webkit-transition: opacity 0.2s,-webkit-transform 0.2s;
    transition: opacity 0.2s,-webkit-transform 0.2s;
    transition: transform 0.2s,opacity 0.2s;
    transition: transform 0.2s,opacity 0.2s,-webkit-transform 0.2s;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.featured-box-effect-2:hover .icon-featured:after {
    -webkit-transform: scale(.95);
    transform: scale(.95);
    opacity: 1
}

.featured-box i.icon-featured {
    top: -100px;
}
.featured-box .box-content {
    padding: 1.5rem;
}
.featured-box p {
    font-size: 13px;
}
/** end feature box **/

.nav-tabs li .nav-link.active, .nav-tabs li .nav-link.active:hover, .nav-tabs li .nav-link.active:focus {
    background: #FFF;
    border-top: none;
    border-bottom: 3px solid #0088CC;
    color: #0088CC;
}

.nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
    background: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    color: #777;
}

#box-all-galleries .tab-content {
    padding: 0 !important;
    border: 0;
    border-radius: 0;
}

.nav-tabs li .nav-link {
    font-size: 12px;
}

#sidebar .nav-link[data-toggle].collapsed:after {
    content: " ▾";
}
#sidebar .nav-link[data-toggle]:not(.collapsed):after {
    content: " ▴";
}

#gioithieu table {
    width: 100% !important;
}

#gioithieu table tr th {
    width: 40% !important;
}

#gioithieu table tr td {
    width: 60% !important;
}

#box-member .card-title{
    height: revert;
}
