/********** Template CSS **********/
:root {
    --primary: #AB7442;
    --light: #F5F5F5;
    --dark: #353535;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 13px;
    bottom: 10px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 39px;
    height: 37px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: transparent;
    border: 1px solid #FFFFFF;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title h1 {
    position: relative;
    display: inline-block;
    padding: 0 60px;
}

.section-title.text-start h1 {
    padding-left: 0;
}

.section-title h1::before,
.section-title h1::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 5px;
    bottom: 0;
    background: var(--dark);
}

.section-title h1::before {
    left: 0;
}

.section-title h1::after {
    right: 0;
}

.section-title.text-start h1::before {
    display: none;
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item img {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.1);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-item img {
    transition: .5s;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-item .portfolio-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    background: rgba(53, 53, 53, .7);
    transition: .5s;
}

.portfolio-item:hover .portfolio-overlay {
    width: 100%;
    height: 100%;
    left: 0;
}

.portfolio-item .portfolio-overlay .btn {
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay .btn {
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 38px;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item:hover .team-social {
    left: 0;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    border: 5px solid var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    /*background: linear-gradient(rgba(53, 53, 53, .7), rgba(53, 53, 53, .7)), url(../img/footer.jpg) center center no-repeat;*/
    background:none;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/**
CUSTOMIZE STYLE
 */
/*a.nav-link.dropdown-toggle {*/
/*    padding: 25px 8px 0 8px;*/
/*}*/

.logo{width:70px;}
.imgSection{
    height: 115px;
    width: 100%;
}
.img2col{
    height: 142px;
    width: 170px;
}
.img-news{
    height: 90px;
    width: 150px;
}
.chonloc{
    color: #555;
    font-weight: bold;
    font-size: 15px;
}
.chonloc2{
    font-size: 13px;
}
.chonlocimg{
    min-height: 265px;
}
.img-section{
    /*height: 233px;*/
    height: auto;
}
.img-section1{
    height: 115px;
    width: 150px;
}
@media (max-width: 786px) {
    .chonloc{
        color: #555;
        font-weight: bold;
        font-size: 13px;
    }
    .chonloc2{
        font-size: 13px;
    }
    .chonloclist{
        max-height: 305px;
    }

    .chonlocimg{
        height: 105px;
    }
}


textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.imgTitle{
    /*height: 275px;*/
    /*height: auto;*/
    min-height: 350px;;
}
@media (max-width: 786px) {
    .img-news{
        height: 115px;
        width: 170px;
    }
    .img-section{
        /*height: 115px;*/
        height: auto;
        width: 170px;
    }
    .bgc-white{
        background-color: white;
        margin-top: 10px;
    }
    .imgTitle{
        height: 250px;
    }
}



/*index */
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.khoi1{
    display: flex;
}
.khoi1b{
    margin-left: 12px
}
.khoi2a{
    width: 49%;
    /*margin-right: 10px*/
    margin-left: 6px;

}
.khoi2b{
    /*width: 50%;*/
    /*margin-left: 10px;*/
    /*margin-right: 4px;*/
    /*margin-bottom: 10px;*/
    margin: 0 0px 10px 11px;
    /*padding: 1px;*/

}
.khoi2ab{
    display: flex;
}
.khoi3{
    margin-left: 12px;
    width: 98%;
    text-align: center;
}
.khoiqs {
    width: 98%;
    margin-left: 12px;
    text-align: left;
}
.title{
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 31px;
    color: #003a5a;
    font-family: "UTM AvoBold", sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    padding: 0px 15px;
    height: 31px;
    background-color: #eef1f3;
    /*margin-bottom: 14px;*/
    /*padding: 10px;*/
    /*margin-top: 15px !important;*/
    margin-left: 15px
}
.ftlogo{
    width: 100px!important;
}
.ftlogobg{
    text-align: right;
}
.responsive{
    height: 30px;
    padding-bottom: 18px;
}
@media (max-width: 785px) {
    .tab{
        width: 100%;
    }
    .flexlogo{
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .responsive{
        height: auto;
        padding-bottom: 0px;
    }
    .ftlogobg{
        text-align: center;
    }
    .khoi1{
        display: block;
    }
    .khoi1b{
        margin-left: 0;
        margin-top: 15px;
    }
    .khoi2a{
        width: 96%;
        margin-right: 10px;
        margin-left: 7px;
    }
    .khoi2b{
        /*width: 96%;*/
        /*margin: 6px 0 15px 8px;*/
        width: 97%;
        margin: 6px 2px 15px 9px;
    }
    .khoi2ab{
        display: block;
    }
    .khoi3{
        margin-left: 7px;
        width: 96%;
        text-align: center;
    }
    .khoiqs {
        width: 96%;
        margin-left: 8px;
        text-align: left;
    }
    .khoi3abc{
        padding-top: 15px;
    }
}

/*detail*/
.breadcrumb{
    margin-top: 10px;
}
.layoutmb{
    padding: 0 12px;
}
@media (max-width: 786px) {
    .layoutmb{
        margin-top: 10px;
        padding: 0;
    }
    .breadcrumb{
        margin-top: 25px;
        margin-bottom: 10px;
    }
}
.summary {
    display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #353535;
}
.pd{
    padding: 0 6px;
}
main#main {
    padding: 0;
}


/*tét*/
/*@import url(https://fonts.googleapis.com/css?family=Montserrat);*/

.ticker {
    overflow: hidden;
    width: 100%;
    /*padding: 5px 0 120px;*/
    /*position: fixed;*/
    bottom: -50px;
    left: 0;
    font-family: 'Montserrat', Arial;
}

.ticker-logo-channel {
    position: absolute;
    /*top: 138px;*/
    /*left: 317px;*/
    top: -28px;
    /* left: 48px; */
    left: 3px;
    color: black;
    font-size: 14px;
    font-weight: bold;
    /*font-style: italic;*/
}

.ticker-logo {
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: 10;

}

.ticker-logo:before {
    display: table;
    content: "";
    /* width: 260px; */
    /* height: 91px; */
    width: 300px;
    height: 40px;
    position: absolute;
    /*top: 131px;*/
    /*left: 232px;*/
    top: -55px;
    left: -93px;
    background: #fff;
}

.ticker-tip {
    width: 100%;
    padding: 6px 0;
    margin-left: 200px;
    box-shadow: inset 0 -3px 3px rgba(255,255,255,.5);
    background-color: #1b87a4;
    color: #ffffff;
    transform: skew(-45deg,0);
}

.ticker-tip-info {
    margin-left: 50px;
    position: relative;
    transform: skew(45deg,0);
}

.icon-info {
    display: block;
    padding: 0px 10px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 0 2px 3px rgba(0,0,0,.5);
    position: absolute;
    top: -6px;
    left: -45px;
    background-color: #29a1e0;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.ticker-title {
    /*width: 7000px;*/
    width: 1500px;
    margin-top: 10px;
    padding-bottom: 11px;
    color: black;
    font-size: 16px;
    /*text-transform: uppercase;*/
}

.ticker-title > * {
    display: inline-block;
    /*margin-right: 50px;*/
    animation: title 15s infinite linear;
    margin-left: 270px;
}
.ticker-news > * {
    display: inline-block;
    animation: news 70s infinite linear;
}

@keyframes title {
    0% {transform: translateX(0);}
    100% {transform: translateX(-730px);}
}

.ticker-news {
    width: 7000px;
    padding: 12px 0 5px 0;
    height: 50px;
    color: black;
    font-size: 16px;
    /*background: linear-gradient(135deg,  rgba(74,255,255,1) 0%,rgba(29,127,162,1) 11%,rgba(29,127,162,0.5) 29%); !* W3C *!*/
}

@keyframes news {
    0% {transform: translateX(0);}
    100% {transform: translateX(-4135px);}
}

button.owl-prev {
    top: 41%;
    position: absolute;
    left: 0;
}
button.owl-next {
    top: 41%;
    position: absolute;
    right: 0;
}

.owl-prev>span {
    font-size: 60px;
    color: white;
}
.owl-next>span {
    font-size: 60px;
    color: white;
}
@media (max-width: 786px) {
    button.owl-prev {
        top: 17%;
        position: absolute;
        left: 0;
    }
    button.owl-next {
        top: 17%;
        position: absolute;
        right: 0;
    }
    .ticker-title {
        width: 1500px;
        margin-top: 10px;
        padding-bottom: 11px;
        color: black;
        font-size: 16px;
    }
    .ticker-logo {
        position: absolute;
        top: 40px;
        left: 30px;
        z-index: 10;

    }
    .ticker-logo:before {
        display: table;
        content: "";
        width: 165px;
        height: 35px;
        position: absolute;
        top: 35px;
        left: -35px;
        background: #fff;
        display: none;
    }
    .ticker-logo-channel {
        position: absolute;
        top: 48px;
        left: -25px;
        color: black;
        font-size: 14px;
        font-weight: bold;
        /*font-style: italic;*/
        display: none;
    }
    @keyframes title {
        0% {transform: translateX(0);}
        100% {transform: translateX(-950px);}
    }

}
.search{
    background: #f6f7f8;
    border-radius: 2px;
    padding-top: 15px;
    width: 99%;
    margin-left: 6px;
}
@media (max-width: 786px) {

    .search{
        background: #f6f7f8;
        border-radius: 2px;
        padding-top: 15px;
        width: 97%;
        margin-left: 6px;
    }
}
a.nav-link.text-white.dropdown-toggle {
    padding: 8px;
}
@media (max-width: 786px) {

    a.nav-link.text-white.dropdown-toggle {
        padding: 10px 0;
    }
}
.font{
    font-size: 14px;
}
.imgSlide{
    width: 100%;
    /*height: 585px;*/
}
.form-select{
    font-size: 14px;
}
.form-control{
    font-size: 14px;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
@media (max-width: 786px) {
    .form-select{
        font-size: 13px;
    }
    .form-control{
        font-size: 13px;
    }
    .font{
        font-size: 13px;
    }
    .logomb{
        margin-left: 3px;
        width: 100% !important;
        height: 71%;
    }
    .navbar-dark .navbar-toggler {
        /*color: #12caf0 !important;*/
        /*border-color: #12caf0 !important;*/
    }
    .imgSlide{
        width: 100%;
        height: 260px;
    }
    ol#w0 {
        font-size: 14px;
    }
    ol#w1 {
        font-size: 14px;
    }
    ol#w2 {
        font-size: 14px;
    }
    ol#w3 {
        font-size: 14px;
    }

}
ul.pagination>li {
    width: 2%;
    text-align: center;
    background: #f5f6f8;
    padding: 3px;
    margin: 1px;
}
ul.pagination>li.active {
    width: 2%;
    text-align: center;
    background: #3aafda;
    padding: 3px;
    margin: 1px;
}
.mbb{
    margin-bottom: 24px;
}
.iconft{
    justify-content: flex-end;
}
@media (max-width: 786px) {
    table.picture {
        width: 100% !important;
    }
    .ft{
        font-size: 14px;
    }
    .ftm{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .foot .container{
        padding: 0;
    }
    .foot .container1{
        padding: 20px;
        text-align: center;
    }
    .foot{
        font-size: 14px;
    }
    .mbb{
        margin-bottom: 10px;
    }
    .iconft{
        justify-content: center;
    }
    .col-lg-2.col-md-2.self-end {
        padding-bottom: 8px;
        margin-top: -8px;
    }
    .tabImg{
        height: 200px;
    }
}

@media (max-width: 825px) and (min-width: 760px) {
    .logomb{
        margin-left: 3px;
        width: 80% !important;
        height: 96%;
    }
    .img-section{
        /*height: 200px;*/
        height: auto;
        width: 100%;
    }
    .imgXemnhieu {
        height: 200px;
    }
    .pcenter{
        text-align: center;
    }
    .tabwidth {
        width: 100%;
    }
    .tabImg{
        height: 400px;
    }
}
.imgXemnhieu{
    height: 120px;
}
@media (max-width: 820px) and (min-width: 760px) {
    .chonlocimg{
        height: 200px ;
    }
}
@media (max-width: 1368px) and (min-width: 1020px){
.imgXemnhieu {
    height: 265px;
}
    .chonlocimg{
        height: 265px ;
    }
    .nav-item>a{
        font-size: 12px;
    }
    .home{
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1025px) {
    /*.collapse:not(.show) {*/
    /*    display: none !important;*/
    /*}*/
    /*.navbar-expand-lg .navbar-collapse {*/
    /* }*/
}
@media (max-width: 1112px) and (min-width: 1024px) {
    .tabwidth {
        /*width: 100%;*/
    }
    .navbar-expand-lg .navbar-toggler {
        /*display: flex !important;*/
    }
}

@media (max-width: 825px) and (min-width: 800px) {
    /*.navbar-expand-lg .navbar-collapse {*/
    /*    display: flex !important;*/
    /*    flex-basis: auto;*/
    /*}*/
    /*.nav-item>a{*/
    /*    font-size: 10px;*/
    /*}*/
.navv{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
    .nonen{
        display: flex !important;
        background-color: #12caf0;
        border:none;
    }
}
.nonen{
    display: none;
}
@media (max-width: 825px) {
    .navv{
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }
    .homeIcon{
        margin-left: 13px;
    }

}

/*@media (width: 820px) {*/
/*    .air{*/
/*        display: none;*/
/*    }*/
/*}*/
@media (max-width: 825px) and (min-width: 760px){
    .tabwidth {
        width: 100%;
    }
}
@media (min-width: 820px) and (max-width: 835px) {
    .nonen{
        display: flex !important;
        background-color: #12caf0;
        border:none;

    }
    .homeIcon{
        margin-left: 13px;
    }
    .tabwidth {
        width: 100%;
    }
    .air{
        display: none;
    }
    .navv{
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
    }
}
.name{
    font-weight: bold;
}
.hidden{
    overflow: hidden;
}
/*.tabImg::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%; !* Căn giữa *!*/
/*    transform: translateX(-50%);*/
/*    width: 50%; !* Độ dài của đường viền *!*/
/*    border-bottom: 1px solid #dee2e6; !* Độ dày và màu của đường viền *!*/
/*}*/

@media (max-width: 768px) {
    figure.image.vnn-content-image {
        width: 100% !important;
    }
    figcaption{
        width: 100% !important;
    }

}