:root{--color-main:#E5002B;--color-social:#E5002B;--color-hover:#E5002B;--color-text:#E5002B;--m1: #F8A509;--m2: #FFCE31}
@font-face{font-family:'SVN-Gilroy';font-display:block;src:url('../fonts/SVN-Gilroy Regular.otf');font-weight: 400;}
@font-face{font-family:'SVN-Gilroy';font-display:block;src:url('../fonts/SVN-Gilroy SemiBold.otf');font-weight: 600;}
@font-face{font-family:'SVN-Gilroy';font-display:block;src:url('../fonts/SVN-Gilroy Medium.otf');font-weight: 500;}
@font-face{font-family:'SVN-Gilroy';font-display:block;src:url('../fonts/SVN-Gilroy Bold.otf');font-weight: 700;}
@font-face{font-family:'Nunito-Regular';font-display:block;src:url('../fonts/Nunito-Regular.ttf');}
@font-face{font-family:'Nunito-Bold';font-display:block;src:url('../fonts/Nunito-Bold.ttf');}
@font-face{font-family:'Nunito-SemiBold';font-display:block;src:url('../fonts/Nunito-SemiBold.ttf');}
@font-face{font-family:'FTV VIP Geofanny';font-display:block;src:url('../fonts/1FTV-VIP-Geofanny.otf');}
@font-face{font-family:'iCiel Cadena';font-display:block;src:url('../fonts/iciel Cadena.ttf');}
@keyframes spin{
    to{transform:rotate(360deg);}
}
@keyframes blink{
    0%{opacity:1;}
    50%{opacity:0;}
    100%{opacity:1;}
}
@keyframes shake-anim{
    0%{transform:rotate(0) scale(1) skew(1deg);}
    10%,
    30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg);}
    20%,
    40%{-moz-transform:rotate(25deg) scale(1) skew(1deg);}
    100%,
    50%{-moz-transform:rotate(0) scale(1) skew(1deg);}
}
@keyframes rotate{
    from{transform:rotate(0);}
    to{transform:rotate(360deg);}
}
@keyframes fadeup{
    from{opacity:0;transform:translateX(-20px);}
    to{opacity:1;transform:translateX(0);}
}
@keyframes pulse-animation{
    0%{transform:scale3d(1,1,1);opacity:0;}
    10%{transform:scale3d(1.1,1.1,1.1);opacity:1;}
    100%{transform:scale3d(1.6,1.6,1.6);opacity:0;}
}
@keyframes border-animation{
    0%{transform:scale3d(0.6,0.6,0.6);opacity:0;}
    20%{transform:scale3d(1.2,1.2,1.2);opacity:1;}
    100%{transform:scale3d(1.4,1.4,1.4);opacity:0;}
}
.w-clear::after{
    content: '';
    position: relative;
    clear: both;
    display: block;
}
body{font-size:14px;font-family: 'SVN-Gilroy'!important;max-width: 1920px;margin: auto;}
.max-width{width:94%;max-width:1200px;margin:0px auto;}
img{max-width:100%;}
*{box-sizing:border-box;}
a{text-decoration:none;}
.social-plugin{display:flex;margin-top:10px;}
.scale-img{overflow: hidden;}
.scale-img img{transform:scale(1,1);}
.scale-img:hover > img{transform:scale(1.1,1.1);}
.hover-img{position:relative;overflow:hidden;display:block;}
.text-split{overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;display:-webkit-box;}
.p-relative{position:relative;}
.hover_sang2{position:relative; overflow:hidden}
.hover_sang2:before{position: absolute;top: 0;left: -85%;z-index: 10;display: block;content: '';width: 50%;height: 100%;background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);-webkit-transform: skewX(-25deg);transform: skewX(-25deg)}
.hover_sang2:hover:before {transition: 1s;left: 100%}
.xoay_hinh{ overflow:hidden;}
.xoay_hinh img{transition:all 1s ease 0s;}
.xoay_hinh:hover img{transform:rotate(360deg);}
.blink{-webkit-animation-name:blink;-webkit-animation-duration:1s;-webkit-animation-timing-function:linear;-webkit-animation-iteration-count:infinite;-moz-animation-name:blink;-moz-animation-duration:1s;-moz-animation-timing-function:linear;-moz-animation-iteration-count:infinite;animation-name:blink;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}
/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill{transition:0.3s all;}
/*   Header   */
.header{
    width: 100%;
    background: var(--color-main);
    padding: 5px 0px;
    position: relative;
    z-index: 9;
}
.header .wrap-content{padding: 5px 0;}
.header-top{
    background: var(--color-main);
    padding: 5px 0px;
}
.header-top .wrap-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-header{
    margin-bottom: 0;
    color: #FFF;
}
.info-header:nth-child(1){
    width: 30%;
    font-weight: 700;
    font-size: 16px;
}
.info-header i{
    display: inline-block;
    margin-right: 7px;
}
.logo-header{margin:3px 0px;}
/* slideshow */
.slideshow{position:relative;background: url(../images/bg-hd.png) no-repeat top center;}
.wrap-page{
    width: 96%;
    margin: auto;
}
.slideshow-slide {
    border-radius: 35px;
    overflow: hidden;
}
.slideshow-next,
.slideshow-prev{z-index:9;position:absolute;top:50%;transform:translateY(-50%);width:40px;height:50px;background:#00000085;border-radius:5px;color:#fff;font-size:1.875rem;display:flex!important;align-items:center;justify-content:center;opacity:30%;cursor:pointer;transition:0.2s all;}
.slideshow-next:hover,
.slideshow-prev:hover{opacity:90%;}
.slideshow-next{right:10px;}
.slideshow-prev{left:10px;}
/* Search */
.icon-search {
    width: 37px;
    height: 37px;
    cursor: pointer;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
}
.search{
    max-width: 225px;
    margin-left: auto;
    display: flex;
    align-items: center;
    width: 0;
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
}
.search input{width:calc(100% - 35px);font-size:13px;color:#333;border-radius:10px;border:none;padding: 0px 10px;background: transparent;}
.search input:focus{border:none;box-shadow:none;}
.search p{width: 30px;height:30px;cursor:pointer;text-align:center;font-size:16px;}
.box-search{padding:10px;border-bottom:1px solid #f1f1f1;display:flex;justify-content:space-between;align-items:center;}
.ds-item-search{width:calc(100% - 70px);}
.ds-item-search a{font-size:14px;color:#333;}
.show-search{position:absolute;z-index:9999;top:100%;background:#fff;width:100%;border-radius:10px;box-shadow:0 1px 8px rgba(0,0,0,0.3);}
.box-search .price-product{width:100%;margin:0px;text-align:left;}
.box-search .price-product .price-new{color:#f00;font-size:14px;font-weight:bold;}
.box-search .price-product .price-old{color:#999;text-decoration-line:line-through;}
/* Menu */
.menu{position:relative;z-index:99;width: 50%;}
.menu .wrap-content{position:relative;}
.menu-ul{display: flex;justify-content: space-between;gap: 30px;align-items: center;}
.menu ul{width:100%;padding:0px;margin:0;list-style:none}
.menu ul li{position:relative;z-index:99}
.menu ul.ulmn > li{}
.menu ul li.line{width:5px;height:5px;background-color:#aaa;border-radius:50%;flex:none}
.menu ul li a{color: #fff;position:relative;z-index:1;text-decoration:none!important;padding: 10px 0px;text-transform: uppercase;font-size: 17px;font-style: normal;font-weight: 600;display: block;}
.menu-list a:before{content:'';}
.menu ul li a img{vertical-align:middle}
.menu ul li a.active,
.menu ul li:hover > a{color:var(--m2);}
.menu ul li ul{position:absolute;min-width:250px;left:0;box-shadow:0 3px 11px 0 rgba(0,0,0,0.3);-webkit-transform:perspective(600px) rotateX(-90deg);transform:perspective(600px) rotateX(-90deg);-webkit-transform-origin:0 0 0;transform-origin:0 0 0;opacity:0;visibility:hidden;transition:all 0.5s;background:#fff;}
.menu ul li:hover > ul{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0);-webkit-transform-origin:0 0 0;opacity:1;visibility:visible;}
.menu ul li ul li{text-align:left;border-bottom:1px solid rgb(173 173 173 / 32%);display:flex;align-items:center;}
.menu ul li ul li:last-child{border-bottom:0px}
.menu ul li ul li a{font-size:16px;padding:10px;text-decoration:none!important;line-height:20px;text-align:left;font-weight:500;text-transform:capitalize;color:#000!important;background:unset!important;transition:0.2s all;width:100%;}
.menu ul li ul li ul{top:0px;left:100%}
.menu ul li ul li a:before{content:'';opacity:0;height:1px;width:0px;transition:0.3s all;}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before{left:0;opacity:1;width:20px;background:cadetblue;}
.menu ul li ul li a:hover{visibility:visible;}
a.cart-header{position:relative;}
a.cart-header span{position:absolute;top:0px;right:0px;color:#fff;font-size:11px;width:17px;height:17px;text-align:center;border-radius:50%;}
.menu_mobi_add,.menu_mobi{display: none}
.menu-fix{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-animation: fadeInDown 1.3s ease backwards;-moz-animation: fadeInDown 1.3s ease backwards;-o-animation: fadeInDown 1.3s ease backwards;-ms-animation: fadeInDown 1.3s ease backwards;
}
.menu-fix .logo-header img{zoom: 0.66;}
/*   SLider */
.control-owl{position:absolute;width:100%;z-index:2;left:0px;top:calc(50% - 22.5px);}
.control-owl button{opacity:0.5;top:0px;position:absolute;outline:none;border:2px solid #fff;padding:0px;margin:0px;display:block;cursor:pointer;color:#ffffff;width:30px;height:30px;border-radius:50%;overflow:hidden;text-align:center;font-size:25px;margin:0px;background-color:#00a3ff;display:flex;align-items:center;justify-content:center;}
.control-owl button:hover{opacity:1;}
.control-owl button.owl-prev{left:20px;}
.control-owl button.owl-next{right:20px;}
.box-photo-ct{border-radius:20px;overflow:hidden;}
.title-detail{position:relative;margin:20px 0px;}
.title-detail h1{font-size:20px;color:#333;font-weight:700;text-align:center;text-transform:uppercase;}
.title-main{margin-bottom:20px;position:relative;text-align:center}
.title-main span{
    color: var(--color-main);
    text-align: center;
    text-shadow: 2px 2px 0px var(--color-main);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: "iCiel Cadena";
    font-size: 50px;
    font-style: normal;
    line-height: normal;
}
.tt-week{font-size:25px;text-align:center;margin:20px 0px;color:#fff;font-weight:700;text-transform:uppercase;}
.title-cat-main{display:flex;flex-wrap:wrap;justify-content:center;margin:20px 0px;gap:20px;}
.title-cat-main span{display:block;color:#999;background:linear-gradient(64.85deg,#fca600 23.67%,#ffd41d 106.12%);background-color:#fff;padding:10px;border-radius:10px;cursor:pointer;}
.title-cat-main span:hover,
.title-cat-main span.active{background:linear-gradient(64.85deg,#ffd41d 23.67%,#fca600 106.12%);color:#000;}
/* News */
.grid-tintuc{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;flex-flow:row wrap;-webkit-flex-flow:row wrap;justify-content:space-between;}
.news{display:block;margin-bottom:20px;display:block;}
.pic-news{border-radius:10px;display:block;overflow:hidden;position:relative;}
.pic-news img{width:100%;}
a.views{display:inline-block;text-decoration:none;margin-top:10px;border:solid 1px #ccc;padding:7px 20px;border-radius:20px;color:#000;font-size:16px;}
a.views:hover{border:solid 1px #fed402;color:#fed402;}
.info-news{}
.info-news h3{}
.name-news{color:#1b1b1b;font-size:18px;line-height:22px;max-height:40px;-webkit-line-clamp:2!important;font-weight:400;}
a.name-news.name1{font-size:25px;line-height:32px;max-height:64px;}
.name-news:hover{color:#fed402;}
.time-news{color:#fed402;margin-bottom:0px;font-size:12px;margin:7px 0;font-style:italic;font-weight:500;}
.desc-news{color:#333333;margin-top:0px;line-height:20px;height:60px;}
.share{padding:17px 10px 10px 10px;line-height:normal;background:rgba(128,128,128,0.15);margin-top:15px;border-radius:5px;}
.share b{display:block;margin-bottom:5px;}
.othernews b{margin-bottom:10px;}
.list-news-other{padding-left:17px;list-style:square;}
.list-news-other li{margin-bottom:2px;}
.list-news-other li a{text-transform:none;color:#333333;}
.list-news-other li a:hover{color:#fed402;}
/* Toc */
.box-readmore{padding:8px 15px;border:1px solid #dedede;margin-bottom:2rem;border-radius:5px;background-color:#eeeeee;}
.box-readmore li ul > li{margin:0;margin-bottom:8px;}
.box-readmore li ul > li:before{content:counters(item,'.') ' ';}
.box-readmore ul{list-style-type:none;counter-reset:item;margin-bottom:0px;padding-left:0px!important;margin-top:8px;}
.box-readmore ul li{display:table;counter-increment:item;margin-bottom:5px;}
.box-readmore ul li:before{content:counters(item,'.') '. ';display:table-cell;padding-right:5px;}
.box-readmore ul li a{color:#333333;cursor:pointer;font-weight:600;}
.box-readmore ul li a:hover{color:#767676;}
/* Tags */
.title-tags{position:relative;font-size:1em;font-weight:600;padding-bottom:15px;margin-bottom:15px;color:#777;}
.title-tags:after{content:'';position:absolute;left:0px;bottom:0px;background-color:rgba(0,0,0,0.1);display:block;height:3px;width:30px;}
.flex-tags{display:flex;gap:5px;}
.flex-tags a{color:#333;border:1px solid;border-radius:3px;display:inline-block;font-size:0.8em!important;opacity:0.8;padding:2px 5px;}
.flex-tags a:hover{background-color:#446084;border-color:#446084;color:#fff;opacity:1;}
/* Sort */
.sort-select{display:flex;justify-content:end;margin:20px 0px;position:relative;}
.sort-select .click-sort{border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;font-size:14px;padding:6px 10px 6px 8px;margin:0px;}
.sort-select-main{display:grid;background-color:#fff;border-radius:4px;box-shadow:0 4px 6px rgb(0 0 0 / 20%);position:absolute;padding:0 7px;top:30px;right:0;width:160px;z-index:2;}
.sort-select-main p{border-bottom:1px solid #f1f1f1;margin:0px;order:2;}
.sort-select-main p:has(.check){order:1;}
.sort a{color:#000;font-size:14px;line-height:17px;padding:11px 3px;display:block;cursor:pointer;}
.sort a.check i{box-sizing:border-box;position:relative;display:inline-block;transform:scale(var(--ggs,1));width:22px;height:16px;border:2px solid transparent;border-radius:100px;vertical-align:middle;}
.sort a.check i::after{content:'';display:block;box-sizing:border-box;position:absolute;left:3px;top:-4px;width:6px;height:10px;border-width:0 2px 2px 0;border-style:solid;transform-origin:bottom left;transform:rotate(45deg);}
.sort-select .sort-show{padding-right:12px;position:relative;}
.sort-select .sort-show::before{content:'';border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #333;content:'';height:0;position:absolute;top:6px;right:0;width:0;}
/* Product */
.filter{position:absolute;right:0px;top:0px;padding:5px 10px;background:#f1f1f1;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;text-transform:uppercase;border-radius:5px;cursor:pointer;border:1px solid #ddd;display:none;}
.flex-product-main{display:flex;gap:20px;}
.flex-product-main .left-product{width:250px;border:1px solid #f1f1f1;padding:20px;border-radius:5px;}
.flex-product-main .right-product{width:calc(100% - 250px);}
.wrap-product-sale{background-color:#ffa09e;border-radius:10px;overflow:hidden;}
.wr-search p{font-weight:bold;text-transform:uppercase;}
.grid-product{display: grid;grid-template-columns: repeat(4,1fr);gap:20px;}
.product{display:block;position:relative;border-radius: 10px;background: var(--7, #151515);padding: 1px 9px 9px 1px;text-align: center;}
.product:hover .name-product{color: var(--color-main);}
.box-product {
    border-radius: 10px;
    background: #FFF;
}
.product-info {
    padding: 15px 5px;
    padding-top: 5px;
}
.product .pic-product{display:block;position:relative;padding: 10px;border-radius: 10px;overflow: hidden;}
.product .pic-product img{width:100%;-webkit-transform-style:preserve-3d;height:100%;object-fit:cover;border-radius: 10px;}
.product .name-product{
    color: var(--7, #151515);
    text-align: center;
    font-family: Nunito-SemiBold;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    margin: 0;
}
.product .price-product{margin-bottom: 0;display: flex;justify-content: flex-end;margin-top: -50px;margin-right: 10px;position: relative;z-index: 3;}
.product .price-new{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--color-main);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "iCiel Cadena";
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}
.product .price-new b{color: var(--color-main);}
.product .price-old{padding:0 10px;font-size:14px;text-decoration:line-through;display:block;color: #333;display: none;}
.product .price-per{color: #fff;font-size: 11px;text-align:center;font-weight:700;position: absolute;top: 20px;right: 20px;background: var(--m2);padding: 4px 5px;border-radius: 5px;}
.box-cat{text-align:center;}
.box-cat h3{font-size:14px;color:#333;margin-top:10px;}
.box-cat:hover h3{color:#f00;}
.cart-product{margin:5px 0 0 0px;}
.cart-product span{cursor:pointer;color:#fff;text-align:center;padding:0px 5px;border-radius:5px;display:inline-block;line-height:34px;font-size:13px;font-weight:700;}
.cart-add{margin-left:10px;background-color:#00a5d9;width:155px;}
.cart-add:hover{background-color:#fed402;}
.cart-buy{background-color:#ff2e00;width:93px;height:33px;}
.cart-buy:hover{background-color:#fed402;}
/* product detail */
.grid-pro-detail{display:flex;justify-content:space-between;align-items:start;margin-bottom: 20px;border: 2px solid var(--color-hover);padding: 15px;border-radius: 20px;}
.grid-pro-detail .left-pro-detail{width: 50%;padding-right:30px;}
.grid-pro-detail .right-pro-detail{width: 50%;}
.detail-product{display:flex;justify-content:space-between;}
.detail-product .right-pro-detail ul{list-style:none;padding:0px;}
.detail-product .right-pro-detail ul li{margin-bottom:20px;}
.detail-product .right-pro-detail ul li .title-pro-detail{font-size:18px;}
.detail-product .right-pro-detail ul li .attr-content-pro-detail{display:inline-block;margin-bottom:0px;}
.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail{font-weight:700;font-size:20px;color:#f00;}
/* css block actions  */
.ul-actions{display:flex;justify-content:center;margin:20px;gap:15px;align-items:flex-start;}
.ul-actions li,
.ul-actions > div{list-style-type:none;margin:0;padding:0;width:80px;text-align:center;}
.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover{border-color:#fd6e1d;}
.ul-actions .box__tabr{align-items:center;border:1px solid #e0e0e0;border-radius:2px;display:flex;justify-content:center;min-height:55px;padding:4px;height:60px;width:80px;}
.icon-action{background-image:url('../images/icon_chitiet@2x-min.png');background-repeat:no-repeat;display:inline-block;height:30px;width:30px;line-height:30px;vertical-align:middle;background-size:300px 180px;}
.icon-dnb{background-position:0 0;height:28px;width:28px;}
.icon-tskt{background-position:-105px 0;height:30px;width:30px;}
.icon-ttsp{background-position:-140px 0;height:19px;width:23px;}
.ul-actions p{font-size:14px;line-height:1.3;margin-top:5px;white-space:normal;color:#000;}
/* modal-detail */
.modal-detail::-webkit-scrollbar{width:10px;}
.modal-detail::-webkit-scrollbar-thumb{width:10px;background:#4d90e0;border-radius:10px;height:50px;}
.modal-detail{position:fixed;z-index:999;background:#000000c4;top:0px;left:0px;width:100%;height:100%;overflow-y:scroll;}
.content-modal-detail{background:#fff;max-width:1200px;margin:0px auto;min-height:100vh;}
.content-modal-detail .tabs{display:flex;cursor:pointer;padding:0;list-style:none;justify-content:center;border-bottom:1px solid #e0e0e0;position:sticky;top:0px;background:#fff;z-index:99;}
.content-modal-detail .tabs li{padding:20px 20px;margin-right:5px;font-weight:bold;position:relative;border-bottom:4px solid #fff;}
.content-modal-detail .tabs li.active{color:#2d9cdb;border-bottom:4px solid #2d9cdb;}
.content-modal-detail .tab-content{padding:20px;max-width:900px;margin:0px auto;}
.content-modal-detail .tab-content.active{display:block;}
.close-tab{position:fixed;top:15px;right:20px;z-index:10;}
.btn-closemenu{position:fixed;top:10px;right:20px;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;color:#333;cursor:pointer;line-height:21px;padding:7px;text-align:right;width:72px;}
.btn-closemenu::before{transform:rotate(45deg);}
.btn-closemenu::after{transform:rotate(-45deg);}
.btn-closemenu::before,
.btn-closemenu::after{background-color:#333;content:'';left:13px;height:14px;position:absolute;top:10px;width:1px;}
.cursor-pointer{cursor:pointer;}
/* Contact */
.contact-map{position:relative;height:500px;margin-top:30px;}
.contact-map iframe{position:absolute;left:0px;top:0px;width:100%;height:100%;}
/*  breadCrumbs */
.breadCrumbs{padding:10px 0px;background:#ddd;}
.breadCrumbs ol{margin:0px;}
.breadCrumbs ol li a{color:#333;}
.breadCrumbs ol li a:hover{color:#f00;}
/* paging */
.pagination{margin:20px 0px;border: 1px solid #fff;border-radius: 4px;}
.pagination li a{cursor:pointer;}
.btn-frame{display:block;width:50px;height:50px;position:fixed;right:20px;z-index:10;cursor:pointer;}
.btn-frame i{width:50px;height:50px;border-radius:50%;background: #a70725;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;}
.btn-frame i img{vertical-align:middle;width:70%;}
.btn-frame .animated.infinite{animation-iteration-count:infinite;}
.btn-frame .kenit-alo-circle{width:60px;height:60px;top:-5px;right:-5px;position:absolute;background-color:transparent;border-radius:100%;border: 2px solid #a70725;opacity:0.1;border-color: #a70725;opacity:0.5;}
.btn-frame .zoomIn{animation-name:zoomIn;}
.btn-frame .animated{animation-duration:1s;animation-fill-mode:both;}
.btn-frame .kenit-alo-circle-fill{width:70px;height:70px;top:-10px;right:-10px;position:absolute;border-radius:100%;border:2px solid transparent;background-color: #a70725;opacity:0.4;}
.btn-frame .pulse{animation-name:pulse;}
.btn-phone{bottom:14rem}
.btn-zalo{bottom:9rem}
.btn-mess{bottom:19rem}
.btn-chiduong{bottom:24rem}
.btn-css i{font-size:30px;color:#fff}
.cart-fixed.btn-frame{bottom:29rem;}
.cart-fixed.btn-frame span{position:absolute;top:0;right:0;z-index:1;background:#f7630c;color:#FFF;width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:13px}
.cart-fixed.btn-frame i{font-size:18px;color:white;background:#000;}
.toolbar{background:var(--color-main);width:100%;padding: 2vw;bottom:0px;position:fixed;z-index:500;height:auto;left:0px;display: none;}
.toolbar ul{list-style:none;padding:0px;margin:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.toolbar ul li{text-align:center;width:20%}
.toolbar ul li a{display:block;width:100%;cursor:pointer}
.toolbar ul li a img{height:22px !important;width:auto;animation: tada 1.2s infinite;}
.toolbar ul li a span{font-weight:400;color:#ffffff;font-size:12px;display: block;margin-top: 3px;}
.toolbar ul li a i{color: #f3f3f3;font-size: 22px;}
@keyframes tada {
    0% {
        transform: scaleX(1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.3, 1.3, 1.3) rotate(3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg)
    }
    to {
        transform: scaleX(1)
    }
}
/* scrollToTop */
.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}
/* Hidden Google Captcha */
.grecaptcha-badge{display:none!important;width:0px!important;height:0px!important;visibility:hidden!important;overflow:hidden;}
[x-cloak]{display:none!important;}
/* footer */
.footer{position: relative;overflow:hidden;}
.footer:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 566px;
    max-height: 335px;
    background: url(../images/footer1.png) no-repeat;
    left: 0;
    bottom: 0;
    z-index: 7;
}
.footer:after{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 317px;
    max-height: 317px;
    background: url(../images/footer3.png) no-repeat;
    right: 0;
    bottom: 0;
    z-index: 6
}
.footer-layout{background: #ffe3e9;padding-bottom: 65px;position: relative;z-index: 6;}
.footer-layout .wrap-page{width: 100%;max-width: 1366px;background: #FFF;border: 5px solid var(--color-main);border-radius: 50px;position: relative;padding: 35px;}
.footer-box{}
.footer-layout:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    z-index: -1;
    background: url(../images/footer2.png) no-repeat center bottom;
}
.main_footer{display: flex;flex-wrap: wrap;justify-content: space-between;background: url(../images/img31.png) no-repeat right bottom,url(../images/img30.png) no-repeat right 40px top 40px var(--color-main);border-radius: 40px;color: #fff;padding: 40px;position: relative;}
.main_footer:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -30px;
    width: 236px;
    height: 73px;
    background: url(../images/img28.png) no-repeat;
}
.main_footer:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 273px;
    height: 89px;
    background: url(../images/img29.png) no-repeat;
}
.footer-title{
    color: #FFF;
    font-family: SVN-Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-fanpage iframe{width: 100%;}
.footer-info:nth-child(1){width: 42%;text-align: center;}
.footer-info:nth-child(2){
    width: 52%;
}
.footer-info:nth-child(3){
    width: 42%;
    position: relative;
    padding-right: 60px;
}
.footer-info:nth-child(4){}
.main_footer2{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
}
.fanpage {
    background: #fff;
    padding: 10px;
    width: 40%;
    border-radius: 0px 40px 40px 40px;
    margin-top: -130px;
    z-index: 9;
    position: relative;
    padding-left: 0;
}
.fanpage:after {
    content: '';
    position: absolute;
    top: -41px;
    left: 0;
    width: 45px;
    height: 41px;
    background: url(../images/cut.png) no-repeat;
    z-index: -1;
}
.thoongtin-ft {
    width: 20%;
}
.mangxahoi {
    display: flex;
    flex-flow: wrap;
    gap: 10px 30px;
    margin-top: 40px;
}
.mangxahoi a {
    display: inline-block;
    vertical-align: text-bottom;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 3px;
}
.footer-lienket a {
    border: 1px solid #fff;
}
.footer-social{}
.fb-page {
    border-radius: 40px;
    overflow: hidden;
}
.giolv {
    color: #000;
    font-family: SVN-Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 10px;
}
.button-fb {
    border-radius: 7px;
    background: var(--color-main);
    display: block;
    color: #fff;
    margin-bottom: 12px;
    border: 2px solid var(--color-main);
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    padding: 10px;
}
.button-fb:hover {
    background: #fff;
    color: #333;
}
.footer-policy {display: grid;gap: 15px;}
.footer-policy a{color: #fff;display: flex;align-items: center;gap: 15px;}
.footer-policy a:hover{transition: 0.5s ease;color: var(--color-main);}
.footer-policy a:before{content: '';width: 3px;height: 3px;background-color: #fff;border-radius: 50%;}
.footer-powered{
    color: var(--6, #363533);
    font-family: SVN-Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.footer-powered span{
    text-transform: uppercase;
    font-weight: 700;
}
#footer-map{
    position: relative;
    height: 245px;
    border-radius: 40px;
    width: 36%;
}
#footer-map iframe{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 40px;
}
.album-d{display: grid;gap: 20px;grid-template-columns: repeat(4, 1fr);}
.pbThumbs li{width: 100px !important;}
.intro-info-box{position: absolute;left: 111px;top: 104%;white-space: nowrap;display: grid;gap: 17px;}
.tabs-pro-detail .ul-tabs-pro-detail{padding:0px;list-style:none;margin-bottom:1rem;}
.tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;float:left;margin-right:5px;background:#eee;padding:5px 10px;border-radius: 7px;font-size: 15px;font-weight: 500;text-transform: uppercase;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background: var(--color-main);color: #fff;}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child{margin-right:0px;}
.tabs-pro-detail .content-tabs-pro-detail{display:none;border: 1px solid #ddd;padding: 10px;border-radius: 10px;}
.tabs-pro-detail .content-tabs-pro-detail.active{display:block;}
.title-pro {
    color: var(--color-main);
    font-size: 27px;
    font-family: "iCiel Cadena";
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    flex-flow: wrap;
}
.thumb-pro-detail {
    border: 1px solid #dddd;
    border-radius: 10px;
    padding: 5px;
}
.thumb-pro-detail img {
    border-radius: 10px;
}
.tabs-pro-detail {}
.page1{
    background: url(../images/bg1.jpg) no-repeat bottom center;
    background-size: cover;
}
.wrap-about-index{padding: 90px 0px;background: url(../images/img1.png) no-repeat top -80px right  20%,url(../images/img2.png) no-repeat bottom 36% left -40%;position: relative;z-index: 6;padding-bottom: 50px;overflow: hidden;}
.wrap-about-index:after {
    content: '';
    position: absolute;
    inset: 0;
    background: url(../images/may1.png) no-repeat right -20% top -30%,url(../images/img3.png) no-repeat left 3% top 25%;
    z-index: -1;
}
.wap-aboutHome{
    display: flex;
    justify-content: space-between;
    align-items: start;
    background: url(../images/img25.png) no-repeat left top 20px;
}
.leftAbout{
    width: 65%;
    position: relative;
    height: 800px;
}
.leftAbout:after {
    content: '';
    position: absolute;
    left: 0;
    top: 21%;
    width: 210px;
    height: 221px;
    background: url(../images/img4.png) no-repeat;
    z-index: 5;
    animation:heartbeat 1s;animation-iteration-count:infinite;
}
@keyframes heartbeat{
    0%{animation-timing-function:ease-out;transform:scale(1);transform-origin:center center;}
    10%{animation-timing-function:ease-in;transform:scale(0.91);}
    17%{animation-timing-function:ease-out;transform:scale(0.98);}
    33%{animation-timing-function:ease-in;transform:scale(0.87);}
    45%{animation-timing-function:ease-out;transform:scale(1);}
}
.hinh-gt {
    border-radius: 10px;
    display: table;
    background: #151515;
    padding: 2px 10px 10px 2px;
    position: relative;
}
.box-hinhgt{
    padding: 10px;
    background: #FFF;
    border-radius: 10px;
}
.hinh-gt span {
    border-radius: 10px;
    display: block;
}
.hinh-gt span img {
    border-radius: 10px;
    width: 100%;
}
.title-gt {
    text-align: right;
    padding: 3px 0px;
    padding-bottom: 16px;
}
.hinh1 {
    margin: auto;
    transform: rotate(3.429deg);
    z-index: 4;
    position: relative;
}
.hinh1:after {
    content: '';
    position: absolute;
    left: -110px;
    top: -50px;
    width: 117px;
    height: 258px;
    background: url(../images/img5.png) no-repeat;
    z-index: -1;
}
.hinh2 {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-8.736deg);
}
.hinh3 {
    position: absolute;
    right: -160px;
    bottom: 60px;
    transform: rotate(8.58deg);
    z-index: 2;
}
.hinh3:after {
    content: '';
    position: absolute;
    right: -140px;
    bottom: 20px;
    width: 169px;
    height: 247px;
    background: url(../images/img6.png) no-repeat;
    z-index: 1;
}
.hinh1 .title-gt img {
    transform: rotate(-3.429deg);
}
.hinh2 .title-gt img {
    transform: rotate(-3deg);
}
.hinh3 .title-gt img {
    transform: rotate(-3deg);
}
.title-1{width: 250px;height: 101px;background: url(../images/title-gt.png) no-repeat;display: flex;align-items: center;justify-content: center;color: var(--color-main);text-align: center;font-family: "iCiel Cadena";font-size: 60px;font-style: normal;font-weight: 900;line-height: 20px;margin: auto;}
.name-about{color: var(--7, #151515);text-align: center;font-family: Nunito-Bold;font-size: 40px;font-style: normal;line-height: normal;margin-top: -18px;margin-bottom: 15px;}
.desc-about{color: var(--6, #363533);text-align: center;font-family: SVN-Gilroy;font-size: 15px;font-style: normal;font-weight: 500;line-height: 24px;}
.view-about{width: 157px;height: 55px;margin: auto;background: url(../images/xthem.png) no-repeat center center;display: flex;align-items: center;justify-content: center;color: #FFF;text-align: center;font-family: SVN-Gilroy;font-size: 15px;font-style: normal;font-weight: 600;text-transform: uppercase;padding-top: 10px;position: relative;z-index: 5;}
.view-about:hover{
    transition: 0.7s ease;
    color: var(--m2);
}
.rightAbout{
    width: 35%;
    padding-top: 60px;
    text-align: center;
}
.wrap-product-index{
    background: url(../images/bg3.png) no-repeat bottom center;
    padding: 80px 0;
    position: relative;
    padding-top: 220px;
    background-size: cover;
}
.wrap-product-index:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url(../images/bg2.png) no-repeat top center;
    height: 300px;
}
.wrap-product-index:before {
    content: '';
    position: absolute;
    right: 100px;
    top: -80px;
    width: 228px;
    background: url(../images/img12.png) no-repeat top center;
    height: 200px;
    z-index: 1;
}
.title-2{
    background: url(../images/title2.png) no-repeat right 14% top 10px;
}
.title-company {
    color: var(--1, #FFF);
    font-family: 'Nunito-Bold';
    font-size: 30px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    margin-bottom: -18px;
}
.title-main-index{
    text-align: center;
    margin-bottom: 30px;
}
.title-main-index h2{
    color: var(--1, #FFF);
    text-align: center;
    text-shadow: 2px 2px 0px #000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: "iCiel Cadena";
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    background: url(../images/title1.png) no-repeat left top;
    line-height: normal;
    display: table;
    margin: 0px auto;
    padding-left: 30px;
    padding-top: 10px;
}
.btn-primary {
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.btn-primary:hover {
    color: #fff;
    background-color: var(--m1);
    border-color: var(--m1);
}
.wap_video{position: relative;background: url(../images/img8.png) no-repeat top right,url(../images/img25.png) no-repeat bottom 140px right;padding-top: 40px;}
.wap_video .wrap-content{position: relative;}
.wap_video .wrap-content:after{
    content: '';
    position: absolute;
    background: url(../images/img9.png) no-repeat top right;
    z-index: 6;
    width: 120px;
    height: 120px;
    right: 40px;
    top: 50px;
}
.wap_video .wrap-content:before{
    content: '';
    position: absolute;
    background: url(../images/img10.png) no-repeat top right;
    z-index: 76;
    width: 230px;
    height: 250px;
    left: 0px;
    bottom: 0px;
}
.main_video {
    position: relative;
    z-index: 6;
}
.main_video:after{
    content: '';
    position: absolute;
    inset:0;
    background: url(../images/img7.png) no-repeat top left;
    z-index: -1;
    top: -60px;
}
.mask1 {
    max-width: 1190px;
    margin: auto;
    position: relative;
    -webkit-mask-image: url(../images/video2.png);
      mask-image: url(../images/video2.png);
      mask-size: 100%;
      mask-repeat: no-repeat;
}
.hinh1__link{position: relative;}
.hinh1__link iframe{
    width: 100%;
    height: 660px;
    object-fit: cover;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--color-main);
    border-color: var(--color-main);
}
.page-link:hover,.page-link{color: var(--color-main);}
.wrap-albumHome {
    padding: 60px 0px;
    background: linear-gradient(180deg, #FFF 3.75%, #FCEFF2 84.27%);
    position:relative;
    z-index: 6;
    overflow: hidden;
    padding-bottom: 200px;
}
.wrap-albumHome:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url(../images/img15.png) no-repeat left -40px bottom 40%;
}
.main_album{
    background: url(../images/bg4.png) no-repeat center top;
    position: relative;
}
.main_album:after {
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    width: 227px;
    height: 183px;
    background: url(../images/img14.png) no-repeat;
}
.wap-albumHome {  
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 55px 55px 55px 55px 55px 55px 55px 55px;
  grid-auto-columns: 1fr;
  gap: 15px 15px;
  grid-auto-flow: row;
  grid-template-areas:
    "lt0 lt0 lt0 lt0 lt0 lt1 lt1 lt1 lt3 lt3 lt3 lt4 lt4 lt4 lt4"
    "lt0 lt0 lt0 lt0 lt0 lt1 lt1 lt1 lt3 lt3 lt3 lt4 lt4 lt4 lt4"
    "lt0 lt0 lt0 lt0 lt0 lt1 lt1 lt1 lt3 lt3 lt3 lt4 lt4 lt4 lt4"
    "lt0 lt0 lt0 lt0 lt0 lt1 lt1 lt1 lt3 lt3 lt3 lt4 lt4 lt4 lt4"
    "lt0 lt0 lt0 lt0 lt0 lt2 lt2 lt2 lt3 lt3 lt3 lt4 lt4 lt4 lt4"
    "lt0 lt0 lt0 lt0 lt0 lt2 lt2 lt2 lt3 lt3 lt3 lt5 lt5 lt5 lt5"
    "lt0 lt0 lt0 lt0 lt0 lt2 lt2 lt2 lt3 lt3 lt3 lt5 lt5 lt5 lt5"
    "lt0 lt0 lt0 lt0 lt0 lt2 lt2 lt2 lt3 lt3 lt3 lt5 lt5 lt5 lt5";
}
.lt0 {grid-area: lt0;margin-top: 160px;margin-bottom: 60px;border-radius: 10px;border: 1px solid #000;background: var(--1, #FFF);}
.lt1 { grid-area: lt1; }
.lt2 { grid-area: lt2; }
.lt3 {grid-area: lt3;margin-top: 95px;margin-bottom: 35px;border-radius: 10px;border: 1px solid #000;background: var(--1, #FFF);}
.lt4 {grid-area: lt4;margin-top: 50px;border-radius: 10px;border: 1px solid #000;background: var(--1, #FFF);}
.lt5 {grid-area: lt5;margin-bottom: -20px;}
.albumHome {
    display: block;
    position: relative;
    background: #fff;
    z-index: 4;
}
.lt0:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 15px;
    background: url(../images/bong1.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.lt3:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 15px;
    background: url(../images/bong1.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.lt4:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 14px;
    background: url(../images/bong1.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}
.pic-albumHome {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    height: 100%;
}
.pic-albumHome img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}
.box-title {
    max-width: 390px;
    margin-bottom: -120px;
    padding: 0px 30px;
}
.title-main-album {
    margin-bottom: 15px;
}
.title-main-album h2 {
    color: var(--color-main);
    text-shadow: 2px 2px 0px #E5002B;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #FFF;
    font-family: "iCiel Cadena";
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
}
.slogan-index {
    color: var(--6, #363533);
    font-family: SVN-Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.name-albumHome{
    color: var(--7, #151515);
    font-family: Nunito-SemiBold;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0;
    position: relative;
    -webkit-line-clamp: 1;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: calc(24px*1);
    line-height: 24px;
}
.info-albumHome {
    padding: 10px 0px;
    display: none;
}
.lt0,.lt3,.lt4{padding-bottom: 50px;}
.lt0 .info-albumHome,.lt3 .info-albumHome,.lt4 .info-albumHome{display: block;}
.lt0 .name-albumHome{padding-left:65px;padding-right: 10px;}
.lt0 .name-albumHome:after{
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    background: #000;
    width: 60px;
    height: 1px;
}
.lt4 .name-albumHome{padding-right:28%;padding-left: 10px;}
.lt4 .name-albumHome:after{
    content: '';
    position: absolute;
    right: 0;
    top:50%;
    background: #000;
    width: 25%;
    height: 1px;
}
.lt3 .name-albumHome{text-align: center;padding: 0px 10px;}
.lt0 .pic-albumHome,.lt3 .pic-albumHome,.lt4 .pic-albumHome{padding: 9px;}
.wap_1300{
    max-width: 1300px;margin:auto;width: 100%;
}
.wrap-content-1300{position: relative;background: url(../images/img16.png) no-repeat right 33% top 24px,url(../images/vang.png) no-repeat left 33% bottom;padding-bottom: 60px;}
.wrap-content-1300:after {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 39%;
    width: 83px;
    height: 99px;
    background: url(../images/img16.png) no-repeat;
    z-index: -1;
}
.name-albumHome:hover{color: var(--color-main)}
.slogan-album {
    max-width: 650px;
    float: right;
    width: 100%;
}
.clear{clear: both;}
.slogan-album p {
    color: var(--7, #151515);
    font-family: "FTV VIP Geofanny";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0px;
    padding-right: 20px;
}
.slogan-album p img {
    margin-right: 10px;
}
.slogan-album span {
    color: var(--color-main);
    font-family: Nunito-Regular;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    display: block;
}
.main_slogan{display: table;margin: auto;}
.wrap-albumHome .wap_1300 {
    background: url(../images/img32.png) no-repeat center bottom;
}
.wrap-newsHome{
    padding-bottom: 60px;
    background: #FFE3E9 url(../images/img23.png) no-repeat bottom 30px right -10%;
    position: relative;
    z-index: 7;
}
.wrap-newsHome:after {
    content: '';
    position: absolute;
    left: 0;
    top: -270px;
    width: 100%;
    height: 273px;
    background: url(../images/bg6.png) no-repeat center top;
    z-index: -2;
}
.main-newsHome{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    position: relative;
    z-index: 5;
}
.main-newsHome:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(../images/vector.png) no-repeat top left;
    left: -15%;
    top: -20px;
    z-index: -1;
}
.left-newsHome{
    width: 44%;
}
.right-newsHome{
    width: 50%;
}
.newsHome1 {
    max-width: 518px;
    margin: auto;
    display: block;
}
.newsHome{
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    align-items:center;
    text-align: left;
}
.name-newsHome{
    color: var(--7, #151515);
    font-family: SVN-Gilroy;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    -webkit-line-clamp: 2;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: calc(24px*2);
    line-height: 24px;
    text-transform: uppercase;
}
.desc-newsHome{
    color: #363533;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    -webkit-line-clamp: 3;
    white-space: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: calc(24px*3);
    line-height: 24px;
}
.newsHome:hover .name-newsHome{transition: 0.5s ease;color: var(--color-main);}
.pic-newsHome {
    width: 46%;
}
.info-newsHome{width: 52%;}
.mask-news{position: relative;border-radius: 80px 60px 80px 50px;}
.mask-news:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/mask1.png) no-repeat;
  background-size: 100% 100%;
}
.mask2 {
  -webkit-mask-image: url(../images/mask2.png);
  mask-image: url(../images/mask2.png);
  mask-size: 100%;
  mask-repeat: no-repeat;
}
.view-tt {
    margin: 0;
    margin-top: 10px;
}
.right-newsHome .slick-slide:nth-child(2n+1) .pic-newsHome{order: 1}
.wrap-newsHome:before {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img22.png) no-repeat top right -20%;
    z-index: -1;
    top: -40%;
}
.newsHome-box {
    position: relative;
    z-index: 5;
}
.newsHome-box:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(../images/img20.png) no-repeat top left;
    top: -62%;
}
.listProductMenuTab {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 10px;
    margin-bottom: 25px;
}
.listProductMenuTab_i {
    cursor: pointer;
}
.listProductMenuTab_i a {
    display: block;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 15px;
}
.listProductMenuTab_i a:hover,.listProductMenuTab_i a.active {
    color: var(--color-main);
    background: #fff;
}
.grid-news{display: grid;grid-template-columns: 1fr 1fr;gap:30px 20px;}
.album-item{display: block;}
.album-img{border-radius: 15px;overflow: hidden;}
.album-txt-1{text-align: center;margin-top: 15px;font-size: 16px;font-weight: 500;margin-bottom: 0;color: #333;}
.album-txt-1:hover{color: var(--color-main)}
.background-pro{background: var(--color-main);margin-bottom: 10px;}
.footer-fixed{position: fixed;left: 5px;bottom: 150px;z-index: 9}
.footer-fixed a{display: block;border-radius: 50%;overflow: hidden;margin: 5px 0px;}
.footer-fixed a img{border-radius: 50%;border: 2px solid #fff;}