html, body{
    overflow-x: hidden;
}
/*Css header pc*/
.btn-menu-mobile{
    display: block !important;
    margin: auto;
    width: 32px;
    height: 20px;
    cursor: pointer;
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.bar {
    position: relative;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
    background: var(--white);
    border-radius: 100px;
}

.bar, .bar:after, .bar:before {
    width: 32px;
    height: 3px;
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: var(--white);
    border-radius: 100px;
    -webkit-transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -o-transition: bottom .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: var(--white);
    border-radius: 100px;
    -webkit-transition: top .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -o-transition: top .3s cubic-bezier(.23,1,.32,1) .3s,transform .3s cubic-bezier(.23,1,.32,1);
}

.bar.animate {
    background: rgba(255,255,255,0);
}

.bar.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    -o-transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;
    background: #fff;
}

.bar.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .3s;
    -o-transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1) .3s;
    background: #fff;
}
/*Css header pc*/


.language-section{
    font-family: "Rift";
    font-size: 17px;
}

.title-block{
    font-size: 55px;
    font-family: 'Rift';
    line-height: 1.2;
    text-transform: uppercase;
}

/*Module danh muc tin tuc trang chu*/
.list_cate_home{
    padding-left: 35%;    
}

.list_cate_home .slick-slider{
    width: 130%;
}
.list_cate_home .slick-list{
    overflow: visible;
}

.infoCate{
    width: 35%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 35px 15px;
    transition: all .4s;
    opacity: 1;
}
.infoCate:before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 4000px;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background: #f7f7f7;
}

.infoCate.hide{
    display: none;
}

.aos-animate-pc .aos-init{
    /*opacity: 1;*/
    /*transform: translateZ(0);*/
    -webkit-animation: turn_right forwards 1s;
    animation: turn_right forwards 1s;
}


@-webkit-keyframes turn_right {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}



#list_cate .list_item{
    background-color: var(--white);
    padding: 100px 50px 50px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    position: relative;
    cursor: pointer;
}


#list_cate .list_item .title-cate{
    font-family: 'RiftBold';
    font-size: 60px;
    text-transform: uppercase;
    line-height: 1.2;
    min-height: 145px;
}
#list_cate .list_item:before{
    content: '';
    display: inline-block;
    width: 100%;
    height: 5px;
    background: #d13138;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#list_cate .list_item .content{
    position: relative;
    padding-top: 60%;
    overflow: hidden;
    transition: all .4s;
}
#list_cate .list_item .content img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: all .4s;
}
#list_cate .list_item .content .info{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#list_cate .list_item .btn-view-more{
    color: var(--white);
    font-family: 'RiftBold';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: flex;
    align-items: center;
}

#list_cate .list_item:hover:before{
    height: 100%;
}

.position{
    position: relative;
    z-index: 1;
}
#list_cate .list_item:hover .img-cate{
    opacity: 0;
    display: none;
}
#list_cate .list_item:hover .content{
    /*padding-top: 100%;*/
}
#list_cate .list_item:hover .title-cate a{
    color: var(--white);
}
#list_cate .list_item:hover .btn-view-more,
#list_cate .list_item:hover .info{
    /*display: block;*/
    opacity: 1;
    transition: all .4s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}


.icon img{
    width: auto;
}

.dragMouse{
    text-align: center;
    display: inline-block;
    margin-top: 60px;
}
.dragMouse img{
    width: 21px;
    -webkit-animation: 2s cubic-bezier(.215,.61,.355,1) 1s infinite both rotateMouse;
    animation: 2s cubic-bezier(.215,.61,.355,1) 1s infinite both rotateMouse;
}
.dragMouse p{
    font-family: 'Rift';
    font-weight: 500;
    color: #a7a7a7;
    display: flex;
    align-items: center;
}

@-webkit-keyframes rotateMouse {
    0%, 100%, 30% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    10% {
        -webkit-transform: rotateZ(10deg);
        transform: rotateZ(10deg);
    }
    20% {
        -webkit-transform: rotateZ(-10deg);
        transform: rotateZ(-10deg);
    }
}
/*Module danh muc tin tuc trang chu*/

.link-bold a{
    font-weight: 600;
    font-family: 'sanfranciscotextbold';
}

.menu-footer-horizontal ul li{
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.menu-footer-horizontal ul li:before{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 12px;
    background-color: var(--black);
    transform: translateY(-50%);
}
.menu-footer-horizontal ul li:last-child:before{
    content: none;
}

.search-section .form-dropdown{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 100%;
    height: 100%;
}

.form-dropdown.open{
    padding-top: 15vh;
    opacity: 1; 
    filter: opacity(1);
    visibility: visible;
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
}

.bg-gray{
    background: #f7f7f7;
}

.title-search{
    font-size: 55px;
    font-family: 'Rift';
}
.title-block{
    margin-bottom: 30px;
}

header{
    transition: all .4s;
}
header.background{
   background-color: var(--color-hightlight);
}
header.background .logo-section img{
        /* filter: brightness(0) invert(1); */
}

header.background .entire-action-header .btn-action-header,
header.background .language-section b{
    color: var(--white);
}

header.bg-search .bar:before,
header.bg-search .bar:after,
header.bg-search .bar {
    background-color: var(--white);
}
.box-news-custom .article-item {
    margin-bottom: 0px;
}
.box-news-custom .article-item .article-description {
    margin-bottom: 0px;
}
.scroll{
    position: absolute;
    bottom: 75px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    font-family: 'RiftBold';
    color: var(--white);
}
.scroll img{
    width: 12px;
    display: inline-block;
    position: absolute;
    top: 45px;
    left: 50%;
    margin-left: -6px;
    -webkit-animation: 1.5s infinite sdb05;
    animation: 1.5s infinite sdb05;
}

.scroll:hover{
    color: var(--white);
}

.slick-next, .slick-prev{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #00587187;
    border-radius: 50%;
}
@media (min-width:992px){
    .slick-slider:hover .slick-next{
        right: -40px;
    } 
    .slick-slider:hover .slick-prev{
        left: -40px;
    }
}
.slick-arrow:before{
    color: var(--white);
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
    background-color: var(--color-hightlight) !important;
}

@-webkit-keyframes sdb05{
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0,40px);
        transform: translate(0,40px);
        opacity: 0;
    }
}


@media (min-width: 1024px){
    body{
        font-size: 16px;
    }
    header {
        position: fixed;
        height: 100%;
        width: 100px;
        top: 0;
        left: 0;
        z-index: 10;
        padding: 0;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        transition: all .4s;
        background-color: var(--white);
    }
    
    header > div, header > div > .row{
        height: 100%;
        background: var(--color-hightlight);
    }
    footer > div,
    body > div{
        padding-left: 100px;
    }
    
    .header-fix > .row > div{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .header-fix > .row > div:last-child{
        display: flex;
        flex-flow: column;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 20px;
    }
    
    .menu-section{
        display: none;
        position: fixed;
        top: 0;
        width: calc(100% - 100px);
        height: 100%;
        margin-left: 100px;
        padding-left: 100px;
        background-color: var(--white);
    }
    .menu-section.open{
        display: block;
    }
    
    .menu-section > ul{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-family: 'RiftBold';
    }
    
    .menu-section > ul > li{
        width: 560px;
        cursor: pointer;
        position: relative;
    }
    .menu-section ul > li > a{
        display: block;
        transition: all .4s;
    }
    
    .menu-section .entry-menu.dropdown>li{
        top: 0;
        left: 0;
        transform: translateX(100%);
        transition: all .15s;
    }

    .menu-section .entry-menu.dropdown>li:nth-child(1){
        transition: all .25s;
    }

    .menu-section .entry-menu.dropdown>li:nth-child(2){
        transition: all .35s;
    }

    .menu-section .entry-menu.dropdown>li:nth-child(3){
        transition: all .45s;
    }

    .menu-section .entry-menu.dropdown>li:nth-child(4){
        transition: all .45s;
    }

    .menu-section .entry-menu.dropdown>li:nth-child(5){
        transition: all .65s;
    }

    .menu-section .entry-menu.dropdown>li:nth-child(6){
        transition: all .75s;
    }

    .menu-section .entry-menu.dropdown>li:nth-child(7){
        transition: all .85s;
    }

    .menu-section .entry-menu.dropdown>li:nth-child(8){
        transition: all .95s;
    }
    
    .menu-section .entry-menu.dropdown>li:nth-child(9){
        transition: all .100s;
    }
    
    .menu-section>ul > li:hover > a, .menu-section > ul > li>ul>li:hover>a{
        padding-left: 20px;
    }
    
    .menu-section li.has-child:hover ul>li{
        transform: translateX(0);
    }
    .search-section .form-dropdown{
        width: calc(100% - 100px);
        margin-left: 100px;
    }
    
    .mw-lg-40{
        max-width: 40%;
    }
    
}

@media (max-width: 768px){
    .container, .container-md, .container-sm{
        max-width: 768px;
    }
    
    header {
        transition: all .4s;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
        background-color: var(--white);
    }
    
    
    
    .is-mobile .form-dropdown.open,
    .is-mobile .menu-section.open,
    .is-mobile .back-drop.open{
        margin-top: 86px;
    }
    
    .bg-cate{
        padding: 45px 0;
        background-color: #f7f7f7;
    }
    
    #list_cate .list_item{
        padding: 70px 25px 25px;
    }
    #list_cate .list_item .title-cate{
        font-size: 36px;
        min-height: 90px;
    }
    
    
}
@media (max-width: 576px){
    .title-block{
        font-size: 40px;
    }
    .title-search{
        font-size: 30px;
    }
    
    .article-item .article-title{
        margin-bottom: 0;
    }
    
    .infoCate{
        width: 100%;
        position: unset;
        transform: unset;
    }
    .list_cate_home{
        padding-left: 0;
    }
    .list_cate_home .slick-slider{
        width: 170%;
    }
    #list_cate .list_item .title-cate{
        font-size: 30px;
        min-height: 70px;
    }
    .infoCate.hide{
        display: block;
    }
    .infoCate:before{
        height: 50%;
    }
    .bg-cate{
        background-color: transparent ;
        padding: 0;
    }
    
    .dragMouse{
        margin-top: 0;
    }
    
    .w-mb-100 .container > .row > div,
    footer .container > .row > div{
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .description-3g {
        height: 190px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .content-slide-customs {
        margin-bottom: 25px;
    }
    .slider-section, .slider-section .item img {
        height: 77vh;
    }
    .category-slide .item {
        margin-bottom: 5px;
    }

    .logo-center__no img {
        width: 135px !important;
    }
    .logo-center__no {
        top: 45% !important;
    }
}
.is-mobile nav.menu-section:before {
        background: url(/templates/fashion01/assets/media/template/logo-avi-2.png) right 10% bottom 10%/65% no-repeat #ffffff;
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 52px;
        left: 0;
        content: '';
        z-index: -2;
    }
.slider-section.slider-bg .item.slick-active img {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner_style;
    animation-name: banner_style;
}
@-webkit-keyframes banner_style {
    from {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes banner_style {
    from {
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.slider-section .slick-list .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url({URL_TEMPLATE}assets/media/slider/pattern.png) repeat center center rgba(0,0,0,0.2);
}

   
.content-slide {
    margin: 0 auto;
}

@media (min-width:576px){
    .category-slide {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0;
        padding: 0 15px;
        /* background: rgba(0, 0, 0, 0.27) none repeat scroll 0 0; */
    } 
}
.content-slide {
    /* border: 5px solid var(--white); */
    position: relative;
}
.content-name-slide {
    position: relative;
    
    
    z-index: 1;
padding: 5px 15px;}

.content-slide .content-name-slide a {
    font-size: 25px;
    color: var(--white);
    font-weight: 700;
}

.content-slide .img-category a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #0000001c;
    width: 100%;
    height: 100%;
}

.content-slide span.line:before,
.content-slide span.line:after,
.content-slide:after,
.content-slide:before {
    content: "";
    position: absolute;
    background: white;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 3;
}

.content-slide span.line:before {
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-name: bottom_left;
    animation-name: bottom_left;
}

.content-slide span.line:after {
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -ms-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-delay: 2.5s;
    -webkit-animation-name: bottom_top;
    animation-name: bottom_top;
}

.content-slide:after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 3px;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: top_bottom;
    animation-name: top_bottom;
}

.content-slide:before {
    top: 0;
    left: 0px;
    right: 0px;
    height: 3px;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: top_left;
    animation-name: top_left;
}
@keyframes top_left {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@keyframes top_bottom {
    from {
        height: 0;
    }
    to {
        height: 100%;
    }
}
@keyframes bottom_left {
    from {
        left: 100%;
    }
    to {
        left: 0;
    }
}
@keyframes bottom_top {
    from {
        top: 100%;
    }
    to {
        top: 3px;
    }
}
.content-slide .img-category {
    padding-top: 15%;
}
.logo-light-slide {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 500px;
    transform: translateX(-50%);
}

.logo-light-slide .content-logo {
    margin: 0 auto;
}

.logo-light-slide .content-logo>.row>div {
    padding: 0 30px;
}

.img-slide-1>div   {
    position: relative;
    animation-name: banner-04;
    animation-duration: 2s;
}
@keyframes banner-04 {
  0%   { left:0; top:-300px;}
  100% { left:0px; top:0px;}
}

.item-logo-2 {
    position: relative;
    animation-name: logo-2;
    animation-duration: 2s;
}
@keyframes logo-2 {
  0%   { left: -500px;}
  100% { left:0px;}
}

.item-logo-3 {
    position: relative;
    animation-name: logo-3;
    animation-duration: 2s;
}
@keyframes logo-3 {
  0%   { right: -500px;}
  100% { right:0px;}
}


.item-logo-4 {
    position: relative;
    animation-name: logo-4;
    animation-duration: 3s;
}
@keyframes logo-4 {
  0%   { left: -500px;}
  100% { left:0px;}
}

.item-logo-5 {
    position: relative;
    animation-name: logo-5;
    animation-duration: 3s;
}
@keyframes logo-5 {
  0%   { bottom: -300px;}
  100% { bottom:0px;}
}
.item-logo-6 {
    position: relative;
    animation-name: logo-6;
    animation-duration: 5s;
}
@keyframes logo-6 {
  0%   { right: -500px;}
  100% { right:0px;}
}
.item-logo-6 {
    position: relative;
    animation-name: logo-6;
    animation-duration: 5s;
}
@keyframes logo-6 {
  0%   { right: -500px;}
  100% { right:0px;}
}.item-logo-6 {
    position: relative;
    animation-name: logo-6;
    animation-duration: 3s;
}

.text-logo {
    position: relative;
    animation-name: text-logo;
    animation-duration: 5s;
}
@keyframes text-logo {
  0%   { bottom: -500px;}
  100% { bottom:0px;}
}

.item-logo-1>div {
    transform: rotate(45deg);
}
.item-logo-2>div {
    transform: rotate(225deg);
}
.item-logo-3>div {
    transform: rotate(45deg);
}
.item-logo-4>div {
    transform: rotate(45deg);
}
.item-logo-5>div {
    transform: rotate(45deg);
}
.item-logo-6>div {
    transform: rotate(225deg);
}
.logo-light-slide .content-logo>.row {
    display: flex;
    justify-content: center;
    margin-top: -25px;
}
.text-logo {
    margin-top: 50px;
}


.category-slide .item {
    position: relative;
}

.category-slide .item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000003b;
    z-index: 1;
}

.about-thong-diep {
    padding: 100px 0;
    background-size: cover;
}
.section-about-02 p {
    margin: 0  auto;
    max-width: 850px;
}
.about-03-content.border .about-name {
    font-size: 27px;
    line-height: 1.4;
    height: 113px;
}
.about-03-content.border .about-name:before {
    content: '';
    position: absolute;
    left: -31px;
    height: 100%;
    top: 0;
    width: 2px;
    background: var(--color-hightlight);
}
.about-03-content .about-description {
    height: 133px;
    overflow: hidden;
}
.section-philosophy {
    margin-bottom: -70px;
}
.bg-trademark, .bg-hunger{
    background: #f1f1f1;
}
.slider-banner-about img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.title-hunger span {
    line-height: 1.3;
}
.section-philosophy-article {
    margin-bottom: 160px;
}
.section-philosophy .inner-content .article-title a {
    font-size: 38px;
    color: var(--color-hightlight);
}

.section-philosophy .inner-content .article-title {
    line-height: 1.3;
    width: 190px;
}

.section-philosophy .inner-content .article-description {
    height: 416px;
    overflow: hidden;
}

.section-philosophy article.article-item:hover, .section-about-light-03 .about-03-content:hover {
    background: var(--color-hightlight) !important;
}

.section-about-light-03 .about-03-content:hover .link-about, .section-about-light-03 .about-03-content:hover .about-description, .section-about-light-03 .about-03-content:hover .about-name, .section-philosophy article.article-item:hover .inner-content .article-title a, .section-philosophy article.article-item:hover .link-philosophy a, .section-philosophy article.article-item:hover .article-description {
    color: var(--white) !important;
}

.section-about-light-03 .about-03-content:hover .about-name:before {
    background: var(--white);
}
.title-news {
    font-size: 35px;
}
@media (max-width:992px){
    .is-mobile .logo-section img {
        height: 75px;
    }
    .is-mobile .about-thong-diep {
        padding: 60px 0;
    }
    .about-03-content.border .about-name {
        font-size: 20px;
        height: 81px;
    }
    
    .about-03-content .about-description {
        height: 187px;
    }
    .industry-section .img-industry img {
        height: 50vw !important;
        width: 100%;
    }
    .title-industry {
        font-size: 43px !important;
    }
}

.section-technology-03:before {
    content: '';
    background: #f7f7f7;
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    left: 0;
}
@media (min-width:992px){
    
    .industry-section .img-industry {
        width: 85%;
    }
    
    .industry-section .industry-name {
        position: absolute;
        width: 35%;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
        padding: 30px 0 40px 40px;
    }
    
    .industry-section .industry-name:before {
        content: '';
        display: inline-block;
        width: 1000px;
        height: 100%;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }
    .section-trademark-light-03>.row {
        margin-right: -30px;
        margin-left: -30px;
    }
    
    .section-trademark-light-03>.row>div {
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .item-trademark-03-content {position: relative;}
    
    .item-trademark-03-content:before {
        width: 1px;
        height: 100%;
        background: #ddd;
        position: absolute;
        content: '';
        right: -30px;
    }
    
    .section-trademark-light-03>.row>div:nth-child(3) .item-trademark-03-content:before, .section-trademark-light-03>.row>div:nth-child(6) .item-trademark-03-content:before, .section-trademark-light-03>.row>div:nth-child(9) .item-trademark-03-content:before {
        display: none;
    }
    .contact-info-website {
        position: relative;
        left: -190px;
    }
    .page-article-custom .article-main .row>div:nth-child(1) {
        flex: 0 0 66.66666%;
        max-width: 66.66666%;
    }
    .page-article-custom .article-main .row>div:nth-child(1) .article-item .inner-image {
        padding-top: 48%;
    }
    .page-article-custom .article-main .row>div:nth-child(1) article.article-item {
        position: relative;
    }
    
    .page-article-custom .article-main .row>div:nth-child(1) article.article-item .article-item {
        position: absolute;
    }
    
    .page-article-custom .article-main .row>div:nth-child(1) article.article-item .inner-content {
        position: absolute;
        bottom: 0;
        background: #ffffff9c;
        padding: 30px;
        max-width: 400px;
    }

}
.year {
    font-size: 120px;
    color: #dedede;
    line-height: 1.1;
    font-family: 'RiftBold';
}


.title-industry {
    font-size: 54px;
    text-transform: uppercase;
    margin-top: -50px;
    padding-bottom: 20px;
    font-family: "Rift";
}

.title-industry .title-name-01, .title-industry .title-name-02 {
    line-height: 1.2;
}
.industry-section .img-industry img {
    height: 29vw;
    object-fit: cover;
width: 100%;}
.rounded-30 {
    border-radius: 30px !important;
}
.page-article-custom .article-main .inner-content .article-category a {
    color: var(--red);
}
.page-article-custom .article-main .article-item .article-title a {
    color: var(--black);
}

.page-article-custom .article-main .inner-content .article-category a {
    color: red;
    font-family: 'Rift';
    font-size: 17px;
}
.menu-section > ul > li>ul>li:nth-child(1)>a {
    color: #0067b3;
}
.menu-section > ul > li>ul>li:nth-child(2)>a {
    color: #e5be3b !important;
}
.menu-section > ul > li>ul>li:nth-child(3)>a {
    color: #6e4d21  !important;
}
.menu-section > ul > li>ul>li:nth-child(4)>a {
    color: #fb8527  !important;
}
.menu-section > ul > li>ul>li:nth-child(5)>a {
    color: #d11323  !important;
}
.menu-section > ul > li>ul>li:nth-child(6)>a {
    color: #cf0102  !important;
}
.menu-section > ul > li>ul>li:nth-child(7)>a {
    color: #b0842d !important;
}
body.is-mobile {
    padding-top: 85px;
}
.item-about-03-content>span {position: absolute;width: 200px;left: 50%;top: 50%;transform: translate(-50%, -50%);opacity: 0.5;z-index: -1;}
@media (min-width:1200px){
    .menu-section ul > li:nth-child(7) > a, .menu-section ul > li:nth-child(8) > a {
        font-size: 20px !important;
        line-height: 30px;
        height: 30px;
    }
    nav.menu-section.open:before {
        background: url(/templates/fashion01/assets/media/template/logo-avi-2.png) right 10% bottom 10%/42% no-repeat #ffffff;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 220px;
        content: '';
        z-index: -2;
    }
    
}
.category-slide>.row {
    background: rgb(0 0 0 / 11%) none repeat scroll 0 0;
    padding: 10px 0;
}

.content-slide:hover:before, .content-slide:hover:after, .content-slide:hover span.line:before,  .content-slide:hover span.line:after {
    background: #f1ca90 !important;
}

.content-slide:hover .content-name-slide a {
    color: #f1ca90;
}
.item-about-03-content:after {
    background: #7e7e7e30;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
}

.logo-center__no {
    position: absolute;
    transform: translate(-50% , -50%);
    left: 50.5%;
    top: 50%;
}

.logo-center__no img {
    width: 335px;
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -ms-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner_style__logo;
    animation-name: banner_style__logo;
}
@-webkit-keyframes banner_style__logo {
    from {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes banner_style__logo {
    from {
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .35, .3);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.is-mobile .header-top.header-top-mobile {background: var(--color-hightlight);}
.menu-linh-vuc > ul > li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    list-style: none;
}

.menu-linh-vuc > ul {
    display: flex;
    flex-wrap: wrap;
}

.menu-linh-vuc > ul > li > a {
    font-size: 24px;
    text-align: center;
    display: block;
    color: #424d54;
    padding: 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "RiftBold";
    background: #f7f7f7;
}
.menu-linh-vuc > ul > li > a.active {background: var(--color-hightlight);color: var(--white);}
@media (max-width:576px){
    .category-slide {overflow-x: auto;}
    
    .category-slide>.row>div {
        flex: 0 0 33.333%;
        /* max-width: 160px; */
        position: relative;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;padding: 0 5px;}
    
    .category-slide>.row {/* width: 750px; */
        max-width: unset;
        position: relative;}
    
    .content-slide .content-name-slide a {font-size: 8px;}
    .menu-linh-vuc > ul > li {flex: 0 0 100%;
    max-width: 100%;border-bottom: 1px solid #ddd;}
}
@media (max-width:1200px){
    .section-list-mobile {position: absolute;bottom: 0;z-index: 9;width: 100%;}
}
@media (min-width:576px) and (max-width:1200px){
    .content-slide .content-name-slide a {
        font-size: 15px;
    }
    .logo-center__no img {width: 187px;}
}