html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}
    
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 8px;
    padding-left: 8px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 8px;
    padding-left: 8px;
}

.bg-blue {
    background-color: var(--color-main);
    color: var(--white);
    padding: 1rem 1rem;
}

.logo-section img {
    height: 85px;
    object-fit: contain;
}

.news-home .slick-list {
    padding: 2rem 0;
}
.sticky-menu.fix .logo-section img {
    height: 50px;
}
.slider-section .slick-dots {
    bottom: 15px;
}

.slider-section .slick-dots li button:before {
    width: 14px;
    height: 14px;
    background: var(--white);
    opacity: 1;
}

.slider-section .slick-dots li.slick-active button:before {
    opacity: 1;
    background: var(--color-hightlight);
}

.slider-section .slick-dots li {
    margin: 0 10px;
}
.title-year {
    right: 90px;
    top: 60px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 23px 0;
}
.number-year {
    font-size: 85px;
    line-height: 70px;
    text-shadow: 1px 0px var(--white);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--color-main);
    font-weight: 900;
}
.info-about .title-section {
    margin: 0;
}
.info-about .article-category:before {
    content: "";
    width: 15px;
    height: 2px;
    background: var(--color-main);
    position: absolute;
    left: 0;
    top: 12px;
}
.color-hightlight {
    color: var(--color-hightlight);
}
.img-about .ratio-4-3{
    padding-top:85%;
}
.bg-image-about {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.title-section .title-head{
    color: var(--color-text);
    display: inline-block;
}
.title-section .title-head:before, .title-section .title-head:after {
    content: "";
    width: 15px;
    height: 2px;
    background: var(--color-main);
    position: absolute;    
    top: 12px;
}
.title-section .title-head:before{
    left: -20px;
}
.title-section .title-head:after{
    right: -20px;
}
.product-item .inner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgb(0 0 0 / 50%);
    color: white;
    padding: 15px 10px;
    width: 100%;
    border-radius: 0 0 10px 10px;
}

.product-item:hover, .product-item-list:hover {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0px 10px 5px rgb(116 116 116 / 10%);
    cursor: pointer;
}
.product-item:hover *{
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.product-item:hover .inner-content{
    background: var(--color-main);
}
.btn-detail {
    border: 2px solid white;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    border-radius: 0px;
    padding: 10px;
    width: 100%;
    background: white;
    max-width: 160px;
}

.btn-detail a {
    color: white;
}

.btn-detail:hover {
    background: var(--color-main);
}
.btn-detail a i {
    font-size: 22px;
    vertical-align: middle;
    opacity: 0;
    width:0;
}
.btn-detail:hover a i{
    opacity:1;
    width:auto;
    margin-left: 10px;
    transition: margin-left 0.4s;
}
.btn-detail.btn-big {
    border-color: var(--color-main);
}

.btn-detail.btn-big a {
    color: var(--color-main);
    text-transform: uppercase;
}

.btn-detail.btn-big:hover a {
    color: white;
}
.video-home .title-section .title-head {
    color: white;
}

.video-home .title-section .title-head:before, .video-home .title-section .title-head:after {
    background: white;
}

.video-home .title-section {
    color: white;
}
.ytp-button {
    position: absolute;
    width: 65px;
    height: 65px;
    -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
    z-index: 63;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
}
.video-home .inner-image {
    position: relative;
    margin: 0;
    padding-top: 70%;
    border-radius: 10px;
}
.video-home .inner-image>a> img {
    border-radius: 10px;
    border: 5px solid white;
}
.video-home .album-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
    margin: 0;
    padding: 50px 0;
}
.video-home .slick-center {
    -webkit-transform: scale(1.40);
    -ms-transform: scale(1.40);
    transform: scale(1.40);
    z-index: 1;
    position: relative;
}

.video-home .slick-center .opacity-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    z-index: 1;
    opacity: 0.4;
    border-radius: 10px;
    border: 4px solid white;
}
.video-home .slick-dots li button:before {
    width: 14px;
    height: 14px;
    background: white;
    opacity: 1;
}
.video-home .slick-center .inner-image>a> img{
    border:none
}

.gallery-home .video-home .slick-dots li button:before {
    background: #bbb;
}

.video-home .slick-dots li.slick-active button:before {
    background: var(--color-hightlight);
}

.video-home .slick-center .ytp-button {
    width: 78px;
    height: 78px;
}

/*.news-home .title-section {*/
/*    text-align: left !important;*/
/*    max-width: 450px;*/
/*}*/

.news-home .article-item .inner-image img {
    object-fit: contain;
}

.news-home .article-item .inner-image img {
    padding: 2rem 2rem 0 2rem;
}

.news-home .title-section .title-head:after {
    opacity: 0;
}

.news-home .title-section .title-head:before {
    left: 0;
}

.news-home .title-section .title-head {
    padding-left: 20px;
}

.news-home .title-section h3 {
    line-height: 55px;
}
.news-home .slick-slider {
    position: inherit;
}
.news-home .slide-opacity .slick-prev {
    left: unset !important;
    right: 55px;
}
.news-home .slide-opacity .slick-next {
    right: 8px !important;
}
.news-home .slick-next, .news-home .slick-prev {
    top: 70px !important;
}
.color-red {
    color: var(--red);
}
.slick-slide {
    margin: 0 8px;
}

.slick-list {
    margin: 0 -8px;
}
.album-home .item-album .img-album{
    padding-top: 90%;
}
.img-album img {
    border-radius: 10px;
}
.article-item {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    box-shadow: 0 0px 4px 4px rgb(116 116 116 / 10%);
    /* border-radius: 10px; */
    position: relative;
    padding-bottom: 1rem;
}

.article-item .inner-content {
    padding: 0 15px 15px;
}
.img-album:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--black);
    z-index: 1;
    opacity: 0;
    border-radius:10px ;
}
.item-album i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: white;
    font-size: 30px;
    text-align: center;
    z-index: 2;
    opacity: 0;
}
.item-album:hover .img-album:before{
    opacity: 0.4;
}
.item-album:hover.item-album i{
    opacity: 1;
}
.item-album:hover * {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.bg-slide-footer {
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
    bottom: -1px;
}
.bg-intro {
    position: relative;
    background:#f4f4f4;
}

.product-home .bg-product , .album-home{
    position: absolute;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
}

.title-section .h3-before:before {
    content: '';
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -1px;
    width: 117px;
    height: 1px;
    background-color: var(--color-hightlight);
}

.post-date {
    color: var(--gray);
    font-size: 13px;
}
.video-item .wrp-effect-album .effect-video::before {
    opacity: 0 !important;
}
.slide-opacity .slick-next, .slide-opacity .slick-prev {
    opacity: 1;
    filter: opacity(1);
    background: rgb(0 0 0 / 40%) !important;
    top: 25%;
    color: #fff;
}

.slide-opacity .slick-next {
    right: 0 !important;
}

.slide-opacity .slick-prev {
    left: 0 !important;
}

.slide-opacity .slick-next:before, .slide-opacity .slick-prev:before {
    color: var(--white);
}


.brand-item img {
    border-radius: 0px;
    object-fit: cover;
    opacity: 1 !important;
    border: none !important;
}

.bg-flex>.container>.row>div {
    display: flex;
    align-items: center;
}
.form-footer span.required {
    right: 10px;
    top: 11px;
}
.form-footer i {
    color: var(--color-hightlight);
}

footer .entire-info-website {
    display: block !important;
    color: white;
}

.title-footer:before {
    content: "";
    vertical-align: middle;
    border-bottom: 1px solid var(--white);
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    zoom: 1;
    filter: alpha(opacity=10);
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    opacity: 0.1;
    left: 0;
    height: 2px;
    z-index: 1;
}

.title-footer:after {
    content: "";
    vertical-align: middle;
    border-bottom: 1px solid var(--white);
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 250px;
    height: 1px;
    width: 100px;
}
.bg-footer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.back-footer{
    position: relative;
    padding-top: 38%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    opacity: 0.1;
}

.thu-vien .album-entry-info, .thu-vien .read-more {
    display: none;
}

.view-small .star-rating{
    margin:0;
}

#socials{
    display: inline-block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    /* transform: translateY(-50%); */
    z-index: 100;
    width: 40px;
}
#socials>a{
    width: 40px;
    height: 40px;
    display: block;
    margin-bottom: 10px;
}
#socials a.phone{
    padding: 5px;
    border-radius: 50%;
    background-color: #64bc46;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
}

#socials a.phone img{
    padding: 5px;
}

@-webkit-keyframes quick-alo-circle-img-anim{
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.view-small .product-item .inner-content .product-title a {
    font-weight: 600;
}
.edit-comment span.btn {
    margin-top: 20px;
}
.slider-thumbs .thumb-item.slick-current {
    border-color: var(--color-hightlight);
}
.product-detail-footer .nav li a.active{
    color:var(--color-hightlight);
}
.product-image-detail .slider-thumbs .thumb-item.slick-current img {
    height: 100%;
    object-fit: contain;
}
.logo-footer img {
    height: 86px;
    object-fit: scale-down;
}
.bg-breadcrums {
    background: var(--light);
}
.comment-section .list-comment:empty{
    margin: 0;
    padding: 0;
    border: 0;
}
.comment-section .list-comment:empty+.total-comment{
    display: none;
}
.entry-topbar .left-topbar {
    line-height: 40px;
    height: 40px;
}

.is-mobile .product-item .inner-content{
    position: relative;
    /* padding: 0; */
    color: var(--color-text);
    opacity: 1;
    margin-top: 15px;
    border-radius: 10px;
}
.is-mobile .product-item .inner-content .product-title{
    font-size: 18px;
}
.video-home .slick-dots li {
    margin: 0 5px;

}
.video-home .slick-slider .slick-dots li, .video-home .slick-slider .slick-dots li button,.video-home .slick-dots li button:before {
    width: 16px;
    height: 16px;
}

.video-home .slick-dots li button:before {
    width: 16px;
    height: 16px;
}

.video-home .slick-slider .slick-dots li.slick-active, .video-home .slick-slider .slick-dots li.slick-active button, .video-home .slick-slider .slick-dots li.slick-active button::before {
    width: 22px;
    height: 22px;
}
.video-home .slick-slider .slick-dots li.slick-active button::before{
    border:1px solid white
}
.view-small .article-item .inner-content{
    padding: 0;
}
.album-title {
    bottom: 25px;
    right: 0;
    left: 0;
}
.item-album:hover .album-title{
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    z-index: 99;
}
.product-item-list{
    border-radius: 10px;
}
.product-item-list .inner-image img{
    border-radius: 10px 10px 0 0;
}
footer .entire-info-website .title-footer {
    display: block !important;
}
footer .entire-map {
    padding: 0;
}
footer .entire-map iframe {
    height: 240px;
    position: relative;
}
.gallery-home .title-section .title-head {
    color: var(--color-text);
    display: inline-block;
}
.gallery-home .title-section .title-head:before, .gallery-home .title-section .title-head:after{
    background: var(--color-main);
}

.gallery-home .title-section {
    color: var(--color-main);
}

.gallery-home .video-home {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
}
.slick-next, .slick-prev {
    top: 40%;
    transform: translateY(-40%);
}
.nang-luc>.row>div:nth-child(2n)>.posts-item>.row {
    flex-direction: row-reverse;
}
.nang-luc .posts-item {
    background: var(--light);
}
.nang-luc>.row>div:nth-child(2n)>.posts-item {
    background: #c7c7c7;
}
.nang-luc>.row>div:nth-child(2n)>.posts-item>.row .inner-content{
    text-align: left !important;
}
.posts-title:before {
    content: '';
    background: var(--color-text);
    position: absolute;
    height: 2px;
    width: 150px;
    right: 0;
    bottom: 0;
}
.nang-luc>.row>div:nth-child(2n)>.posts-item>.row .inner-content .posts-title:before {
    left: 0;
}

.tomtat-tskt td,.tomtat-tskt table th {
    padding: .25rem .75rem;
	border:1px solid #ddd
}
@media (max-width:1200px) and (min-width:1024px){
    .info-website-header ul li.pr-20 {
        padding-right: 10px !important;
    }
    
    .info-website-header {
        font-size: 13px !important;
    }
    .title-section h3 {
        font-size: 35px;
    }
}
@media (min-width:1024px){
    .video-home .slick-list .slick-track {
        padding-top: 40px;
    }
    /*.album-home .item-album:first-child, .album-home .item-album:last-child {*/
    /*    flex: 0 0 50%;*/
    /*    max-width: 50%;*/
    /*}*/
    
    /*.album-home .item-album:first-child .img-album, .album-home .item-album:last-child .img-album{*/
    /*    padding-top: 44%;*/
    /*}*/
    
    .menu-section > ul > li > a:before {
        content: "";
        position: absolute;
        background: var(--color-hightlight);
        width: 50px;
        height: 3px;
        bottom: 0;
        margin: 0 auto;
        right: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .menu-section > ul > li > a.active:before{
        opacity:1
    }
}
@media (min-width:768px){
    .img-about {
        -webkit-mask-image: url(/templates/fashion01/assets/media/template/sharp.svg);
        -webkit-mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
    }
}
@media (max-width:991px){
    header .logo-section img {
        height: 50px;
    }
    .menu-container {
        padding: 5px 0;
    }
    .breadcrumbs-section {
        overflow-x: scroll;
        white-space: nowrap;
    }
    .album-item .album-title {
        font-size: 13px;
    }
    .video-home .inner-image {
        box-shadow: none;
    }
    
    .article-item .article-title {
        font-size: 14px;
        height: 44px;
        overflow: hidden;
    }
    .product-home, .album-home {
        padding: 40px 0 !important;
    }
    .form-footer {
        padding: 20px 0 0 !important;
    }
    header {
        box-shadow: 0 2px 3px rgb(0 0 0 / 15%);
    }
    .bg-breadcrums {
        margin-bottom: 30px !important;
    }
    .article-title-detail {
        font-size: 20px;
    }
    .title-year {
        top: 10px;
        right: 40px;
        width: 110px;
        height: 110px;
        padding: 18px 0;
    }
    
    .number-year {
        font-size: 68px;
        line-height: 49px;
    }
    
    .title-year p {
        font-size: 14px !important;
    }
    .video-home .album-item {
        padding: 0;
        -webkit-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }
    .product-item .inner-content {
        position: relative;
        /* padding: 0; */
        color: var(--color-text);
        opacity: 1;
        margin-top: 15px;
        border-radius: 10px;
    }
    
    .product-item .inner-content .product-title {
        font-size: 18px;
    }
    .btn-detail {
        border-color: var(--color-main);
    }
    .btn-detail a {
        color: var(--color-main);
    }
    
    .btn-detail a i {
        opacity: 1;
        padding-left: 5px;
    }
}
@media (max-width:768px){
    .title-section h3 {
        font-size: 28px;
    }
    .title-footer {
        font-size: 16px;
    }
    
    .title-footer:after {
        width: 75px;
    }
    
    .left-about img {
        object-fit: contain;
    }
}
@media (max-width:767px){
    .slider-section, .slider-section .item img {
        /* height: 62vw; */
    }
    .about-us .info-about {
        margin-top: 30px;
    }
    .entire-map {
        padding-top: 100%;
    }
}
@media (max-width:480px){
  .video-home .album-item {
        -webkit-transform: scale(0.80);
        -ms-transform: scale(0.80);
        transform: scale(0.80);
    }
}

.title-cate-product {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    padding: 0 1rem;
}

.title-cate-product:before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 30px;
    background-color: #E3052A;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title-cate-product:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /* right: 0; */
    width: 100%;
    height: 1px;
    background-color: #707070;
}

.brand-img-custom img {
    width: 100%;
    height: 80px;
    object-fit: contain;
}
.project-hot-main .row {
    margin: 0 -15px;
}
.project-hot-main .row > div {
    padding: 0 15px;
}
.brand-img-custom {
    margin-bottom: 30px;
    padding: 5px 5px 5px 5px;
    border: 2px solid #0264a5;
    border-radius: 5px;
}
.product-item-list .product-description {
    display: none;
}
.title-section p {
    color: var(--color-text);
}
.box-support-customer{
    position: relative;
}
.inner-support-customer{
    position: absolute;
    background: #fff;
    width: 320px;
    top: 0;
    right: -340px;
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
#support_customer {
    position: absolute;
    appearance: none;
    cursor: pointer;
    left: -100%;
    top: -100%;
}
#support_customer + label{
    width: 40px;
    text-align: center;
    cursor: pointer;
    height: 40px;
    background: var(--red);
    border-radius: 50%;
    color: white;
    line-height: 40px;
    font-size: 12px;
}
#support_customer:checked ~ .inner-support-customer {
  right: 50px;
}
.inner-support-customer h3{
    font-weight:bold;
}

@media (max-width: 768px) {
    .brand-img-custom img {
        width: 100%;
        height: 80px;
        object-fit: contain;
    }
    .project-hot-main .row {
        margin: 0 -7.5px;
    }
    .project-hot-main .row > div {
        padding: 0 7.5px;
    }
    .brand-img-custom {
        margin-bottom: 15px;
        padding: 5px 5px 5px 5px;
        border: 2px solid #0264a5;
        border-radius: 5px;
    }
}

.btn-action-header i {
    text-align: center;
    font-size: 25px;
    vertical-align: middle;
}
.btn-absolute {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.input-group-append {
    background: #4141ca;
}

.news-home .article-item .article-title {
    min-height: 3rem;
}
.is-mobile .language-switch > a.language-picker, a.currency-picker {
    line-height: 14px;
    height: 25px;
    display: flex;
    align-items: center;
}

.entire-file iframe {
	width: 100%;
	object-fit: cover;
	height: 30rem;
}

.product-detail-footer a {
    color: var(--color-main);
}

.product-detail-footer a:hover {
    color: var(--color-hightlight);
}

.article-content a {
    color: var(--color-main);
}

.article-content a:hover {
    color: var(--color-hightlight);
}

.product-detail-footer span,
.product-detail-footer p,
.product-detail-footer tr,
.product-detail-footer td,
.product-detail-footer{
    font-size: 18px !important;
}

.article-content span,
.article-content tr,
.article-content td,
.article-content p,
.article-content{
    font-size: 18px !important;
}

.article-content h1 span,
.article-content h2 span,
.article-content h3 span,
.article-content h4 span,
.article-content h5 span,
.article-content h6 span {
    font-size: inherit !important;
}







