.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mr-50 {
    margin-right: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}

.mh-200 {
    min-height: 200px;
}

.mh-500 {
    max-height: 500px;
}

.img-cover {
    object-fit: cover ;
}

html, body {
    overflow-x: hidden;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
header.fix .setting-menu {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.contact-x i {
    font-weight: 600;
    margin-right: 5px;
}
header .logo-section img {
    width: 130px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header.fix .logo-section img {
    width: 120px;
}
.logo-footer img {
    height: 10rem;
}
.setting-menu {
    background: rgba(255, 255, 255, 0.7);
}
.setting-menu > .container > .row > div {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.setting-menu .logo-section {
    position: absolute;
    top: -41px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    background-color: #0a74b0;
    border-radius: 50%;
    border: 1px solid var(--yellow);
}

body:not(.is-mobile) .menu-section > ul > li {
    padding: 0 15px;
    position: relative;
}
body:not(.is-mobile) .menu-section > ul > li:before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 0;
    height: 5px;
    background: var(--color-highlight);
    left: 50%;
    bottom: 0;
}
body:not(.is-mobile) .menu-section > ul > li:hover:before {
    left: 0;
    width: 100%;
}

header .title-footer {
    display: none;
}
.list-logo > li:nth-child(2) {
    margin-top: 10rem;
}
.search-section {
    position: absolute;
    top: 0;
    right: 15px;
    width: 100%;
    min-width: 320px;
    max-width: 500px;
    transition: all .4s ease-in-out;
    transform: translateY(-100%);
    z-index: -1;
    opacity: 0;
}
.search-section .form-control {
    border-color: var(--color-highlight);
}
.search-section.show{
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
}

/*Module slide*/
.list-logo {
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.list-logo li {
    width: 33.33333%;
}
.list-logo li img{
    min-height: auto !important;
    /*filter: invert(1);*/
}
.img-contain {
    object-fit: contain !important;
}
.img-none {
    object-fit: none !important;
}
/*Module slide*/


/*Module gioi thieu*/
.about-us .description {
    font-size: 16px;
    line-height: 1.8;
}
.img-hover {
    overflow: hidden;
}
.img-hover:before,
.img-hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.img-hover:before{
    right: 0;
    bottom: 0;
    background: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.img-hover:after {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.12);
    -webkit-transition: 0.75s ease-in-out;
    -moz-transition: 0.75s ease-in-out;
    -ms-transition: 0.75s ease-in-out;
    -o-transition: 0.75s ease-in-out;
    transition: 0.75s ease-in-out;
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0,-100%,0);
}
.img-hover:hover:after {
    -webkit-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -moz-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -o-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    -ms-transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
    transform: scale3d(2, 1.5, 1) rotate3d(0, 0, 1, 45deg) translate3d(0,100%,0);
}

.btn-view-more {
    overflow: hidden;
    background: white;
    color: var(--black);
    padding-left: 15px;
    font-size: 15px;
    display: inline-block;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.btn-view-more i {
    font-size: 14px;
    padding: 10px;
    margin-left: 15px;
    color: white;
    background-color: var(--color-highlight);
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-view-more i:after {
    content: '';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    width: 10px;
    height: 200%;
    top: -50%;
    left: -5px;
    background-color: var(--color-highlight);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.btn-view-more:hover {
    color: white;
    background-color: var(--color-highlight);
}
.btn-view-more:hover i {
    color: var(--color-highlight);
    background-color: white;
}
.btn-view-more:hover i:after {
    background-color: white;
}
/*Module gioi thieu*/

/*Module lich su phat trien*/
.box-history {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.item-history {
    width: calc(100% /8);
    padding: 265px 0;
    position: relative;
}
.item-history .year {
    position: relative;
    margin: auto;
    width: 72px;
    height: 72px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
}
.item-history .year:before {
    content: '';
    position: absolute;
    height: 90px;
    width: 2px;
    left: calc(50% - 1px);
    bottom: -100px;
    background: #ebebeb;
}
.item-history:nth-child(odd) .year:before {
    top: -100px;
    bottom: unset;
}
.item-history .content {
    position: absolute;
    width: 160%;
    left: -30%;
    bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}
.item-history .content img{
    height: 5rem;
}
.box-history .item-history:nth-child(odd) .content {
    top: 15px;
    bottom: unset;
    display: flex;
    flex-flow: wrap-reverse;
    justify-content: center;
}
.box-history .item-history .content img {
    margin-top: 10px;
}
.box-history .item-history:nth-child(odd) .content img {
    margin-bottom: 10px;
}
.box-history .item-history .description {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.box-history .item-history:hover .year {
    background-color: var(--color-highlight);
    color: var(--white);
}
.box-history .item-history:hover .content {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
}
.smooth {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/*Module lich su phat trien*/

/*Module phan phoi*/
.distribution .nav-tabs {
    justify-content: center;
}
.distribution .nav-tabs .nav-link {
    border: 0;
    padding: 0;
    color: var(--black);
    display: inline-block;
    position: relative;
    padding: 15px;
    background-color: transparent;
}
.distribution .nav-tabs .nav-link:before {
    content: '';
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: absolute;
    width: 0;
    height: 3px;
    left: 15px;
    bottom: -1px;
    background: var(--color-highlight);
}
.distribution .nav-tabs .nav-link:hover:before ,
.distribution .nav-tabs .nav-link.active:before {
    width: calc(100% - 30px);
}
.distribution .nav-tabs .nav-item img {
    min-height: 55px;
    margin-bottom: 5px;
}
.distribution .nav-tabs .name {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}

.item-cate {
    overflow: hidden;
}
.item-cate img {
    transition: all 2s ease-in-out;
}
.item-cate:hover img {
    transform: scale(1.2);
}

.item-cate .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px;
    background-color: rgba(255, 197, 111, .75);
    font-weight: 600;
    color: var(--white);
    font-size: 18px;
}

.swiper-navigation [role="button"] {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: var(--white);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
}
.swiper-navigation [role="button"] i{
    font-size: 3rem;
}

/*Module phan phoi*/

/*Module su kien*/
.py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.list-small > .row > div:last-child .article-item {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.list-small .article-item .article-title {
    font-size: 1.7rem;
    line-height: 1.3;
    height: auto !important;
    margin-bottom: 1rem;
}
.event .list-small .article-item:last-child,
.bg-news-home .list-small > .row > div:last-child .article-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}
/*Module su kien*/

/*Module article small page article*/
.view-article-small .title-section {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.view-article-small .list-small {
    padding: 0 !important;
}
.view-article-small .list-small .col-8 {
    padding-left: 0;
}

body.article .article-item .article-title {
    font-size: 2rem;
    height: 55px;
}
/*Module article small page article*/

/*Breadcrum*/
.bg-before {
    position: relative;
}
.bg-before:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.21);
    pointer-events: none;
    z-index: 1;
}

.title-page {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    text-transform: uppercase;
    color: var(--white);
    font-size: 4rem;
}
.breadcrumbs {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
}
/*Breadcrum*/

/*CHAN TRANG*/
footer ul li {
    margin-bottom: 15px;
    font-size: 15px;
    color: var(--black);
    font-weight: 500;
}
footer ul li a{
    color: var(--black);
}
footer .menu-section > ul {
    float: right;
}
footer .menu-section > ul > li {
    margin-bottom: 0;
}
footer .menu-section > ul > li > a {
    height: 3rem;
    line-height: 3rem;
    font-weight: 500;
    color: black;
}

.title-footer {
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
.title-footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #ebebeb;
}

footer .box-socials .float-right {
    float: left !important;
}
/*CHAN TRANG*/

#back_to_top {
    display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.35);
    color: var(--white);
    background-color: var(--color-highlight);
    font-size: 18px;
}


/*RESPONSIVE MOBILE*/
.bg-light-50 {
    background-color: rgba(255, 255, 255, 0.7);
}
header.fix .bg-light-50 {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.is-mobile .logo-section img {
    width: 100% !important;
    height: 60px;
    max-width: 90px;
    object-fit: cover;
} 
.is-mobile .search-section.show {
    transform: translateY(100%);
    z-index: 1;
}

.is-mobile .swiper-slide--tile {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 500;
}
.is-mobile .info {
    margin-top: 1.5rem;
}
.is-mobile .list-logo {
    width: 65%;
}
.is-mobile .list-logo li{
    margin-bottom: 10px;
    padding: 0 15px;
}
.is-mobile .list-logo > li:nth-child(2) {
    margin-top: 4rem;
}
.is-mobile .about-us .description {
    line-height: unset;
    font-size: 15px;
}

.is-mobile .distribution .nav-tabs .nav-item img {
    height: 40px !important;
    min-height: 40px;
}

.is-mobile .section-history .col-12 {
    overflow-x: scroll;
}
.is-mobile .box-history {
    width: 195%;
    padding-left: 25px;
}
.is-mobile .item-history {
    padding: 200px 0;
}
.is-mobile .item-history .year:before {
    height: 50px;
    bottom: -60px;
}
.is-mobile .item-history:nth-child(odd) .year:before {
    top: -60px;
}

.is-mobile .bg-news-home > .container > .row > div {
    flex: 0 0 100%;
    max-width: 100%;
}
.is-mobile .list-small .article-title {
    margin-bottom: 0;
}

.is-mobile .distribution .swiper {
    min-height: 100px;
}

.is-mobile footer {
    background-color: var(--light);
}

.is-mobile #google_translate_element {
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 10;
}
.share-buttons{
    z-index: 9;
}
.is-mobile .page-detail > .container > .row {
    flex-direction: column-reverse;
}
.is-mobile .page-detail > .container > .row > div {
    flex: 0 0 100%;
    max-width: 100%;
}
.font-avo{
    font-family: "UTM Avo" !important;
}
.product-image-detail .inner-image{
    padding-top: 75%;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1570px !important;
    }
}


@media (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    header .logo-section img {
        width: 140px;
    }
    .menu-section > ul > li {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 758px;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .is-mobile .list-small > .row > div:last-child .article-item {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }
}

@media (max-width: 576px) {
    .is-mobile .swiper-slide--tile {
        font-size: 2rem;
    }
    .title-section {
        font-size: 3rem;
    }
    
    .is-mobile .list-logo {
        width: 75%;
    }
    
    
    .is-mobile .box-history {
        width: 240%;
    }
    .is-mobile .item-history {
        padding: 160px 0;
    }
    .item-history .year {
        width: 50px;
        height: 50px;
        font-size: 16px;
        font-weight: 500;
    }
    .is-mobile .item-history:nth-child(odd) .year:before {
        top: -30px;
    }
    .is-mobile .item-history .year:before {
        height: 30px;
        bottom: -30px;
    }
    .item-history .content {
        padding: 10px;
        width: 165%;
    }
    .box-history .item-history .description {
        font-size: 12px;
    }
    
    .distribution .nav-tabs .nav-item {
        max-width: 33%;
    }
    .distribution .nav-tabs .nav-link {
        padding: 5px;
    }
    .distribution .nav-tabs .name {
        font-size: 14px;
        line-height: 1.2;
    }
    
    .swiper-navigation [role="button"] {
        width: 38px;
        height: 38px;
    }
    
    .title-page {
        font-size: 2.5rem;
        width: 100%;
        padding: 0 20px;
    }
    
    .breadcrumbs-section a,
    .breadcrumbs-section h1 {
        font-size: 1.3rem;
        line-height: 1.3;
    }
    
    .article-item .article-title {
        margin-bottom: 0 !important;
        height: 50px !important;
        line-height: 1.3;
    }
    .article-item .article-description {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    footer ul li {
        margin-bottom: 5px;    
    }
    
    #back_to_top {
        bottom: 50px;
    }
}






