:root{
    --color-main: #02A9FD;--color-social:#2557ae;--color-hover:#036191;--color-text:#2557ae;--m1:#0393DC;--m2:#02a9fd;--color-red: #c00;--background-hover: #02A9FD;--background-static: #02A9FD;
    --color-2: #2261d0;--color-3: #0f0f0f;
}
@font-face{font-family:'SVN-Gilroy';font-display:block;src:url('../fonts/SVN-Gilroy Medium.otf');}
@font-face{font-family:'SVN-Gilroy';font-display:block;src:url('../fonts/SVN-Gilroy Bold.otf');font-weight: 700;}
@font-face{font-family:'SVN-Tungsten';font-display:block;src:url('../fonts/SVN-TUNGSTEN SEMIBOLD.OTF');}

@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;}
}
.blinking {
    animation: blink-animation 3s infinite;
}
@keyframes blink-animation{
    0% {
        box-shadow: var(--background-hover) 1px 2px 10px;
    }
    20% {
        box-shadow: var(--background-static) 1px 2px 10px;
    }
    40% {
        box-shadow: #fff 1px 2px 10px;
    }
    
    60% {
        box-shadow: var(--background-static) 1px 2px 10px;
    }
    80% {
        box-shadow: var(--background-hover) 1px 2px 10px;
    }
    100% {
        box-shadow: #fff 1px 2px 10px;
    }
}
@keyframes heartBeat{
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.w-clear::after{
    content: '';
    position: relative;
    clear: both;
    display: block;
}
button.owl-next,button.owl-prev{width:30px;height:30px;border:1px solid #ebebeb!important;border-radius:3px!important;font-size:30px!important;display:flex;justify-content:center;align-items:center;color:#999!important;position:absolute;top:calc(50% - 15px);background:#FFF;}
button.owl-prev{left:-35px;}
button.owl-next{right:-35px;}
button.owl-next span,button.owl-prev span{top:-3px!important;position:relative;}
.slick_photo2 a.thumb-pro-detail{border:1px solid #eee;padding:5px;border-radius:3px;cursor:pointer;margin: 2px 2px;}
.slick_photo2 a.thumb-pro-detail.slick-current{border:1px solid #9D9D9D;}
.slick_photo2 a.thumb-pro-detail.mz-thumb-selected{border-color:#ccc!important;}
.slick_photo2 button.owl-prev{left:0px}
.slick_photo2 button.owl-next{right:0px}
.hidden-seoh{visibility:hidden;height:0px;margin:0px;overflow:hidden}
.blink {
    animation: blink 1s infinite;
}

/* hover xam */
.hover_xam { position: relative; overflow: hidden; display: block; } 
.hover_xam:before { content: ""; background: rgba(255,255,255,.5); bottom: 0; left: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 3; } 
.hover_xam:after { content: ""; background: rgba(255,255,255,.5); top: 0; right: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2; } 
.hover_xam:hover:before, .hover_xam:hover:after { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition-duration: 1.3s; -moz-transition-duration: 1.3s; -ms-transition-duration: 1.3s; -o-transition-duration: 1.3s; transition-duration: 1.3s; -khtml-opacity: 0; -o-opacity: 0; -ms-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; height: 100%; width: 100%; } 

body{font-size:14px;font-family: 'SVN-Gilroy';overflow-x: auto;background: #f3f3f3;color: #0f0f0f;top: 0 !important;}
.body-main{background: #ffff;}
.max-width{width: 93%;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);}
.albumHome:hover img, .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;}

/* 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;}
/* Text Hide */
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; } 

/* Text split */
.row1 { -webkit-line-clamp: 1; } 
.row2 { -webkit-line-clamp: 2; } 
.row4 { -webkit-line-clamp: 4; } 
.row5 { -webkit-line-clamp: 5; } 
.row6 { -webkit-line-clamp: 6; } 
.row7 { -webkit-line-clamp: 7; } 

.social li:hover{
    transition: 0.7s ease;
    transform: rotateY(180deg);
}

.wrap-content-1300 {
    margin: auto;
    width: calc(100% - 20px);
    max-width: 1300px;
    padding: 0px;
}

/*   Header   */
.header{
    position: relative;
}
.header .wrap-content{
    padding: 6px 0;
}
.cart-head{border:1px solid #fff;padding:10px;border-radius:5px;position:relative;color:#fff;}
.cart-head:hover{color:#fed402;}
.cart-head i{font-size:20px;}
.cart-head .count-cart{position:absolute;z-index:999;color:#fff;background:#f00;border-radius:50%;top:-10px;right:20px;width:20px;height:20px;text-align:center;}
.menu-head{display:flex;gap:20px;justify-content:space-between;align-items:center;margin: 0;padding: 0;}
.menu-head a{color:#fff;font-size: 18px;display: inline-block;}
.menu-head li.line{
    position: relative;
    display: inline-block;
    background: #fff;
    width: 1px;
    height: 20px;
}
.menu-head .li-hoso a{
    background: var(--color-main);
    padding: 2px 10px;
    border-radius: 3px;
}
.menu-head a:hover{color:#fed402;}
.line-head{background-color:#72b2fd;height:32px;width:1px;}
.menu-fix{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #ffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.menu-fix .wrap-content{padding: 0;}
.menu-fix .logo-header{zoom: 0.8;}
.header-top{background: var(--color-main);}
.header-top .wrap-content{padding: 8px 0;}
.info-header{font-weight: 500;margin-bottom: 0;color: #fff;width: 30%;}
.info-header:nth-child(2){font-weight: 800;font-size: 16px;width: auto;}
.info-header marquee{display: block;}
.info-header i{
    margin-right: 7px;
}
.header-bottom{}
.lang-header{
}
#google_language_translator{
    height: 31px;
    overflow: hidden;
}
#google_language_translator select{
    height: 30px;
    padding: 0 5px;
    background: var(--color-main);
    color: #fff;
    border: 0;
    border-radius: 50vw;
    text-align: center;
    width: 150px;
    margin: 0;
}


/* Slideshow */
.slideshow { position: relative; z-index: 10; } 
.slideshow-item { display: block; cursor: pointer; } 
.slideshow:hover .control-slideshow { opacity: 1; } 
.control-slideshow { opacity: 0; } 
.slideshow a { position: relative; display: block; cursor: pointer; overflow: hidden; height: 100%; } 
.slideshow a img { width: 100% !important; height: 100% !important; } 
.slideshow-image p img { width: 100%; height: 100%; object-fit: cover; } 

/* Search */
.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 !important;color:#333;text-transform: unset !important;}
.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);height: 350px;overflow-y: auto;}
.box-search .price-product{width:100%;margin:0px;text-align:left;border: 0;line-height: inherit;height: auto;}
.box-search .price-product .price-new{color:#f00;font-size:14px;font-family: 'SFProDisplayRegular';}
.box-search .price-product .price-old{color:#999;text-decoration-line:line-through;}
.search {width: 0;height: 42px;color: #000;background: #fff;position: absolute;border: 1px solid rgba(0, 0, 0, 0.38);opacity: 0;right: 0;top: calc(100% + 15px);} 
.search p {float: left;line-height: 40px;cursor: pointer;text-align: center;margin: 0px;color: #9E9E9E;width: 40px;height: 40px;position: relative;top: 0px;text-transform: uppercase;font-size: 15px;margin-right: 3px;} 
.search input {width: calc(100% - 50px);height: 42px;float: left;outline: none;padding: 0px;border: 0px;background: transparent;text-indent: 10px;font-size: 13px;color: #333;} 
.search input::-webkit-input-placeholder { color: #9E9E9E; } 
.search input:-moz-placeholder { color: #9E9E9E; } 
.search input::-moz-placeholder { color: #9E9E9E; } 
.search input:-ms-input-placeholder { color: #9E9E9E; } 
.search input:focus{--tw-ring-color: transparent;}
.search1 { /* background: rgba(0, 0, 0, 0.5); */width: 100%; height: 55px; /* border-radius: 50px; */margin-left: 15px; border: solid 1px #d9d9d9; background-color: #fff; } 
.search1 p { float: left; line-height: 45px; cursor: pointer; text-align: center; margin: 0px; color: #fff; background: #ab0407; border-radius: 50%; width: 45px; height: 45px; font-size: 23px; margin-top: 4px; margin-left: -3px; } 
.search1 input { width: calc(100% - 46px); height: 53px; float: left; outline: none; padding: 0px; border: 0px; background: transparent; text-indent: 10px; font-size: 13px; color: #000; } 
.search1 input::-webkit-input-placeholder { color: #ccc; } 
.search1 input:-moz-placeholder { color: #ccc; } 
.search1 input::-moz-placeholder { color: #ccc; } 
.search1 input:-ms-input-placeholder { color: #ccc; } 
.fsearch-show {z-index: 10112313;width: 580px;height: 40px;position: relative;z-index: 9;} 
.fsearch-show input[type="search"],.fsearch-show button { background-color: #fff; box-shadow: none; border: solid 2px #dd3333; height: 100%; } 
.fsearch-show input[type="search"] { color: #000; padding: 0 15px; width: calc(100% - 580px); width: -moz-calc(100% - 580px); width: -webkit-calc(100% - 50px); } 
.fsearch-show button { width: 35px; padding: 0; text-align: center; color: #757575; margin-left: -5px; } 


/* Menu */
#menu{display:none;}
#hamburger{display:none;width:35px;height:23px;position:relative;}
#hamburger:before,
#hamburger:after,
#hamburger span{background: #000;content:'';display:block;width:100%;height:2px;position:absolute;left:0px;}
#hamburger:before{top:0px;}
#hamburger span{top:10px;}
#hamburger:after{top:20px;}
#hamburger:before,
#hamburger:after,
#hamburger span{-webkit-transition:none 0.5s ease 0.5s;transition:none 0.5s ease 0.5s;-webkit-transition-property:transform,top,bottom,left,opacity;-webkit-transition-property:top,bottom,left,opacity,-webkit-transform;transition-property:top,bottom,left,opacity,-webkit-transform;transition-property:transform,top,bottom,left,opacity;transition-property:transform,top,bottom,left,opacity,-webkit-transform;}
.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after{top:10px;}
.mm-wrapper_opening #hamburger span{left:-50px;opacity:0;}
.mm-wrapper_opening #hamburger:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);}
.mm-wrapper_opening #hamburger:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);}
.mm-menu_opened{display:block!important;}
.mm-slideout{z-index:unset;}
.wrap-menu{display:flex;justify-content:space-between;align-items:center;gap:10px;}
.menu-head-left{position:relative;}
.title-menu{color:#fff;font-size:14px;font-weight:500;cursor:pointer;line-height:40px;display:block;}
.menu-product-list{position:absolute;z-index:99;top:100%;width:250px;background:#fff;border-radius:2px;}
.menu-product-list ul{padding:0px;margin-bottom:0px;}
.menu-product-list ul ul{position:absolute;width:750px;background:#fff;left:100%;top:0px;border:1px solid #999;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;height:100%;overflow-x:hidden;}
.menu-product-list ul ul ul{position:relative;left:0px;top:0px;width:100%;border:none;display:block;height:auto;}
.menu-product-list ul li a{position:relative;display:block;color:#333;font-size:14px;font-weight:500;padding:5px 10px 5px 10px;border-bottom:1px solid #ddd;}
.menu-product-list ul li a .icon-down{position:absolute;right:10px;top:10px;}
.menu-product-list ul ul li a span{position:absolute;right:10px;font-size:13px;font-weight:500;color:#00a3ff;}
.menu-product-list ul li a:hover{color:#f00;}
.menu-product-list ul ul li a{border-bottom:none;font-weight:bold;}
.menu-product-list ul ul ul li a{font-weight:normal;}
.menu{position: sticky;z-index:99;left: 0;right: 0;top: 8px;background: #333;}
.menu2{position: relative !important;}
.menu3{position: fixed;}
.menu .wrap-content{position:relative;display: flex;flex-wrap: wrap;align-items: center;justify-content: space-between;padding: 16px 0;}
.fix_menu{position:fixed!important;box-shadow:0 0 1px #999;background:#fff;}
.menu ul.menu-ul{display: flex;justify-content: space-between;gap: 5px;align-items: center;width: 76%;position: relative;padding-left: 2%;}
.menu.menu-fix{position: fixed;top: 0px;left: 0px;width: 100%;background: #333}
.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.li-mobi{display: none;}
.menu ul li.li-home i{font-size: 17px;}
.menu ul li.li-search{
    width: 30%;
    text-align: right;
}
.menu ul li .li-tim{
    display: inline-block;
}
.menu ul li .li-tim a{
    width: 48px;
    justify-content: center;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    font-size: 0;
    background: url(../images/tk.png)center no-repeat;
}
.menu ul li.line{width: 1px;height: 50px;background: #1B62CB;}
.menu ul li a{color: #ffffff;position:relative;z-index:1;text-decoration:none!important;padding: 9px 5px;font-size: 24px;display: flex;align-items: center;text-transform: uppercase;border-radius: 10px;border: 1px solid transparent;font-family: SVN-Tungsten;letter-spacing: 1.2px;}
.menu ul li a:hover:before, .menu ul li a.active:before{opacity: 1;transition: 0.5s;}
.menu ul li a img{vertical-align:middle}
.menu ul li a.active,
.menu ul li:hover > a{transition: 0.2s;color: var(--color-2);}
.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: 14px;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%;justify-content: flex-start !important;gap: 10px;}
.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: var(--color-main);}
.menu ul li ul li a:hover{visibility:visible;border-color: transparent;}
.menu2 ul li a, .menu.menu-fix ul li a{}
.menu2 ul li a, .menu.menu-fix ul li a{
}
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}
.left-menu, .right-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-menu{
    width: 30%;
}
.right-menu{
    width: 39%;
}
.header-bottom{
    position: relative;
}

/*   SLider */
.slideshow .control-owl{position:absolute;width:100%;z-index:2;left:0px;top:calc(50% - 22.5px);}
.slideshow .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:#000;display:flex;align-items:center;justify-content:center;}
.slideshow .control-owl button:hover{opacity:1;}
.slideshow .control-owl button.owl-prev{left:20px;}
.slideshow .control-owl button.owl-next{right:20px;}
.box-photo-ct{border-radius:20px;overflow:hidden;}
.title-detail{position:relative;}
.title-detail h1{font-size: 21px;color: var(--color-3);font-weight:700;text-transform:uppercase;}
.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;}
/* General */
.title-main { text-align: center; padding-bottom: 20px; margin: auto; display:grid; justify-content: center; } 
.title-main span {position: relative;z-index: 10;font-size: 25px;text-align: center;color: var(--color-main);text-transform: uppercase;margin:0;font-weight: 800;} 
.title-main p { margin: 0; position: relative; color: #333333; font-size: 15px; } 
.title-main h2 { position: relative; z-index: 10; font-size: 35px; text-align: center; font-family: 'UTMAmericanSans'; color: #333333; text-transform: uppercase; margin:0 } 
.line-main { font-size: inherit !important; padding: 0 !important; } 

/* 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: var(--color-3);}
.list-news-other li a:hover{color: var(--color-main);}
.flex-news-detail{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.left-newsDetail{
    width: 75%;
}
.right-newsDetail{
    width: 23%;
}
.box-news-detail{
    display: block;
    border: 1px solid var(--m1);
    border-radius: 10px;
    padding: 10px 10px;
    margin-bottom: 20px;
}
.info-news-detail{
    font-weight: 400;
    font-size: 16px;
    border: 0 !important;
    padding: 5px 0 !important;
    margin: 0 !important;
    color: var(--color-3);
    word-wrap: break-word;
    width: 100%;
}
.info-news-detail i{
    color: var(--m1);
}
.contact-news-detailDm{
    display: block;
    background: var(--m1);
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 6px;
    padding: 7px 10px;
    margin-top: 11px;
}
.contact-news-detailDm:hover{transition: 0.5s ease;color: #fff;}
.newsHome{
    position: relative;
    display: flex;
    margin: 15px 5px;
    width: calc(50% - 10px);
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
}
.pic-newsHome{position: relative;margin-bottom: 0;width: 38%;margin-right: 2%;}
.box-pic-newsHome{position: relative;margin-bottom: 20px;}
.info-newsHome{flex: 1;}
.time-newsHome{
    position: relative;
    color: #6E6E64;
    font-size: 11px;
    margin-bottom: 5px;
}
.time-newsHome i{color: var(--m1);font-size: 16px;margin-right: 2px;}
.time-newsHome span{
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.name-newsHome{
    font-size: 16px;
    color: var(--color-3);
    font-weight: 700;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    line-height: normal;
}
.newsHome:hover .name-newsHome{transition: 0.7s ease;color: var(--color-main);}
.desc-newsHome{
    line-height: 29px;
    margin-bottom: 0;
    color: #fff;
    -webkit-line-clamp: 2;
}
.view-newsHome{
    position: relative;
    display: inline-block;
    text-align: center;
    color: #000;
    margin-top: 10px;
    font-weight: 500;
    background: var(--color-main);
    padding: 5px 10px;
    border-radius: 5px;
}
.view-newsHome svg{
    display: inline-block;
}
.newsHome:hover .name-newsHome{transition: 0.5s ease;color: var(--color-main) !important;}
.newsHome:hover .view-newsHome{transition: 0.5s ease;color: var(--color-red);}
.newsHome:hover .view-newsHome path{fill: #fff;}

/* Toc */
.box-readmore{padding:8px 15px;}
.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;}
.meta-toc:not(.meta-toc-fixed) .box-readmore {
    display: none;
}
.meta-toc{
    border-radius: 5px;
    background-color: #ceeafd;
    display: block;
    padding: 8px 15px;
}
.mucluc-dropdown-list_button {
    cursor: pointer;
    font-size: 20px;
    font-family: 'RobotoBold';
    color: #000;
    text-transform: uppercase;
    display: block;
}
.mucluc-dropdown-list_button svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 45px;
    height: 40px;
    line-height: 20px;
    border-radius: 5px;
    background-color: #015AFF;
    text-align: center;
    padding: 10px;
}
.mucluc-dropdown-list_button svg path{fill: #fff;}
.meta-toc-fixed {
    position: fixed;
    left: 10px;
    top: 125px;
    z-index: 99;
    background: transparent;
    padding: 0;
    display: none;
}
.meta-toc-fixed .box-readmore {
    width: 350px;
    display: none;
    margin-top: 2px;
    border: 1px solid #dedede;border-radius: 5px;
    background: #ceeafd;
}
.meta-toc-fixed.active {
    display: block;
}

/* Partner */
.info-partner{background:#f8f8f8;padding:15px 0px;}

/* Footer */
.info-footer .flex-footer{display:flex;justify-content:space-between;gap:20px;}
.info-footer .flex-footer .box-footer .social-footer{display:flex;gap:5px;margin:10px 0px;}
.info-footer .flex-footer .box-footer:nth-child(1){width:33.3%;}
.info-footer .flex-footer .box-footer:nth-child(2){width:40%;}
.info-footer .flex-footer .box-footer:nth-child(3){width:25%;}
.info-footer .flex-footer .title-footer{text-transform:uppercase;margin-bottom:20px;font-weight:700;font-size:14px;}
.info-footer .flex-footer .service-footer{margin-top:20px;}
.info-footer .flex-footer .service-footer ul{padding:0px;margin:0px;}
.info-footer .flex-footer .service-footer ul li{list-style:none;padding:5px 0px;}
.info-footer a{color:#fff;}
.ul-footer{}
.ul-footer li{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 16px;
    font-size: 16px;
}
.ul-footer li i{
    width: 38px;
    color: var(--color-main);
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
}
.ul-footer li p{
    flex: 1;
    margin-bottom: 0;
}

/* 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;}
.footer-powered{
    background: var(--color-main);
}
/* 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-wrap: wrap;}
.wr-search p{font-weight:bold;text-transform:uppercase;}
.product{
    display:block;
    position:relative;
    text-align: center;
    overflow: hidden;
    padding-bottom: 12px;
    }
.product:hover .name-product{color: var(--m2);}
.product .pic-product{display:block;position:relative;margin-bottom: 15px;}
.product .pic-product::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/line-soc.png)center no-repeat;
    height: 5px;
}
.pic-product > div{border-radius: 7px}
.product .pic-product img{width:100%;-webkit-transform-style:preserve-3d;height:100%;object-fit:cover;}
.product .pic-product > a{display:flex;width:100%;align-items:center;justify-content:center;text-align:center;}
.first_img{position:absolute;top:0;transition:all 0.5s ease;height:100%;}
.product:hover .first_img{transform:scale(0);}
.second_img{display:block;position:absolute;top:0;right:100%;transition:all 0.5s ease;height:100%;}
.product:hover .second_img{right:0;top:0;transition:all 0.5s ease;}
.info-product{padding: 0 10px;}
.product .name-product{margin-bottom: 5px;}
.product .name-product a{font-size: 16px;color: #fff;line-height: 24px;font-weight: 400;text-transform: capitalize;}
.product .name-product a:hover{color: var(--color-main);}
.product .name-product .text-split{-webkit-line-clamp:2;}
.product .desc-product.text-split{-webkit-line-clamp: 2;}
.product .desc-product{color: #0932cf;font-weight: 400;margin: 5px 0;line-height: 25px;text-transform: uppercase;}
.product .desc-product p{margin-bottom: 0;}
.product .price-product{margin-bottom: 5px;color:#555;overflow:hidden;display: flex;flex-wrap: wrap;align-items: center;justify-content: center;}
.product .price-new{
    text-align: center;
    font-family: "SVN-Tungsten";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    display: inline-block;
}
.product .price-new i:nth-child(1){
    text-shadow: 2px 0 #00283D, -2px 0 #00283D, 0 2px #00283D, 0 -2px #00283D, 1px 1px #00283D, -1px -1px #00283D, 1px -1px #00283D, -1px 1px #00283D, 0px 0px 43px rgba(0, 0, 0, 0.55), 0px 1px 4px #02A9FD;
    display: inline-block;
    position: relative;
    font-style: normal;
}
.product .price-new i:nth-child(2){
    background: -webkit-linear-gradient(90deg, #02A9FD 42%, #fff 44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: transparent;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: -2px;
    font-style: normal;
}
.product .price-new b{
    font-weight: normal;
}
.product .price-old{padding:0 10px;font-size:14px;text-decoration:line-through;display:block;color: #d9c7c7;}
.product .price-per{color: #fff;font-size: 12px;text-align:center;position: absolute;top: 20px;right: 20px;background: var(--color-main);background-size: 100%;width: 47px;height: 21px;line-height: 21px;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;}
.grid-product{display:grid;grid-template-columns: repeat(3,1fr);gap: 20px;}
.grid-product .product .product-info{margin-top:10px;color:#333;}
.grid-product .product .product-info h3{font-size:17px;color:#333;}
.grid-product .product .product-info .price span{color:#f00;}
.grid-product .product .pic-product{display: block;}
.box-btn-product-detail{
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}
.box-btn-product-detail a{
    display: inline-block;
    background: #1182fc;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    min-width: 170px;
    text-align: center;
}
.box-btn-product-detail a:nth-child(3){background: var(--color-red);}
.box-btn-product-detail a:hover{transition: 0.7s ease;background: #074d97;}
.box-btn-product-detail a:hover:nth-child(3){background: var(--color-main);}

/* product detail */
.grid-pro-detail{display:flex;justify-content:space-between;align-items:start;flex-wrap: wrap;}
.grid-pro-detail .left-pro-detail{width: 55%;display: flex;flex-wrap: wrap;align-items: flex-end;}
.slick_photo1{
    flex: 1;
}
.album-product{width: 70px;margin-left: 10px;}
.grid-pro-detail .right-pro-detail{width: 43%;}
.grid-pro-detail .right-right-pro-detail{width: 26%;}
.detail-product{display:flex;justify-content:space-between;}
.detail-product .left-pro-detail{width:40%;border:1px solid #ddd;}
.detail-product .right-pro-detail{width:57%;}
.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;}
.policy_intuitive{border:1px solid #e0e0e0;border-radius:5px;margin-bottom:25px;}
.policy{margin:20px 16px 0 16px;}
.policy__list{display:flex;flex-wrap:wrap;padding:0px;}
.policy__list > li{border-bottom:1px solid #f1f1f1;position:relative;padding:12px 0 12px 35px;width:50%;display:inline-block;}
.policy__list > li:nth-child(2n + 1){padding-right:20px;}
.policy__list li > div.iconl{left:0;position:absolute;top:15px;}
.policy__list li .iconl{width:32px;}
.policy__list li p{line-height:20px;padding-left:5px;margin:0px;}
.policy__list li:last-child{border-bottom:0;}
.policy__list > li:nth-child(2n + 1):nth-last-child(2){border:0;}

/* 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;}

/*css CT */
.box-ct{display:flex;justify-content:start;align-items:center;background-color:rgb(233,230,230);padding:10px;border-radius:10px;}
.box-ct img{border-radius:50%;margin-right:10px;}
.ds-ct h3 a{font-size:17px;color:#333;}
.ds-ct h3 a:hover{color:#f00;}

/*css khuyen mai*/
.block__promo{border:1px solid #e0e0e0;border-radius:4px;margin-bottom:10px;}
.promoadd__list{padding:10px;}
.promoadd__list li{margin-bottom:15px;background:url(../images/tick.png) no-repeat 0px 3px;background-size:15px;padding-left:25px;}
.pr-top{background-color:#f6f6f6;border-bottom:1px solid #e0e0e0;padding:8px 10px;}
.pr-txtb{font-weight:bold;}
.pr-top .pr-txt{color:#666;font-size:12px;line-height:1.4;margin-top:5px;font-style:normal;}
.pr-content .pr-item:last-child{border:none;}
.pr-content .pr-item{padding:15px 10px 10px 10px;}
.divb{margin-bottom:-10px;}
.divb .nb{background-color:#4a90e2;border-radius:50%;color:#fff;display:inline-block;font-size:11px;float:left;height:16px;line-height:16px;margin-top:2px;text-align:center;width:16px;}
.divb-right{padding-left:26px;}
.pr-content .pr-item p{margin:0px 0px 0px 0px;}
.divb-right a{color:#4a90e2;}

/* Tien ich */
.wrap-ti{padding:20px 0px;}
.box-ti{background:#f1f1f1;padding:15px;border-radius:10px;display:flex;justify-content:space-between;min-height:135px;}
.wrap-ti .owl-item:nth-child(n + 1) .box-ti{background-color:rgb(220,238,255);}
.wrap-ti .owl-item:nth-child(n + 2) .box-ti{background-color:rgb(254,245,207);}
.wrap-ti .owl-item:nth-child(n + 3) .box-ti{background-color:rgb(255,239,219);}
.wrap-ti .owl-item:nth-child(n + 4) .box-ti{background-color:rgb(225,254,207);}
.ds-ti{width:calc(100% - 45px);}
.ds-ti h3{font-size:15px;}
.ds-ti h3 a{color:#333;}
.ds-ti h3 a:hover{color:#f00;}

/* Contact */
.contact-map{position:relative;margin-top:30px;height: 300px;}
.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;}
.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:#1182fc;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 rgba(7,41,103,0.8);opacity:0.1;border-color:#1182fc;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:rgba(7,41,103,0.35);opacity:0.4;}
.btn-frame .pulse{animation-name:pulse;}
.grid-properties{display:flex;gap:10px;}
.grid-properties span{position:relative;border:1px solid #ddd;padding:5px 15px;cursor:pointer;}
.grid-properties span:hover,
.grid-properties span.active{border:1px solid #f00;color:#f00;}
.grid-properties span:hover:after,
.grid-properties span.active:after{content:'';border:0.9375rem solid transparent;border-bottom:0.9375rem solid var(#d0011b,#ee4d2d);bottom:0;position:absolute;right:-0.9375rem;}
.grid-properties span.outstock{pointer-events:none;background-color:#fafafa;color:rgba(0,0,0,0.26);cursor:not-allowed;}

/* Xu huong */
.wrap-xh{background:linear-gradient(90deg,#ffecd2 0%,#fcb69f 100%);padding:10px;border-radius:10px;}
.title-xh{font-size:25px;margin:20px 0px;color:#333;font-weight:700;text-align:left;text-transform:uppercase;}
.image-xh{border-radius:10px;overflow:hidden;}
.name-xh{text-align:center;color:#333;font-size:16px;margin:10px 0px 0px;}

/* 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;}
.product-page a.active::after, .product-page a:hover::after{background: var(--m1);}
.product-page{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}
.product-page a{width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#0f0f0f;cursor:pointer;position: relative;}
.product-page a::after{
    content: '';position: absolute;border: var(--m1) solid 1px;width: 67%;transform: rotate(45deg);aspect-ratio: 1/1;z-index: -1;transition: 0.2s all;
}
.product-list {}
.product-list a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--color-main);
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease;
    display: none;
}
.product-list a:hover::after, .product-list a.active::after{opacity: 1;transition: 0.5s ease;}
.product-list a:hover,
.product-list a.active{background: #ffd500;transition: 0.5s ease;}
.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;}
.footer-layout .wrap-content{display: flex;flex-wrap: wrap;justify-content: space-between;background: linear-gradient(105deg, rgba(0, 0, 0, 0.80) -0.78%, rgba(0, 0, 0, 0.80) 100%);box-shadow: 0px 0px 30px 0px rgba(2, 169, 253, 0.20);backdrop-filter: blur(27px);padding: 30px 35px;color: #ffff;}
.footer-title{font-size: 18px;position: relative;text-transform: uppercase;margin-bottom: 18px;font-weight: 700;}
.footer-title:after{content:'';width: 62px;height: 3px;background: #ffff;bottom: 0;left: 0;position: absolute;display: none;}
.footer-title-2{}
.footer-info:nth-child(1) .footer-title span{display: block;font-size: 48px;color: var(--color-red);}
.footer-ul{height: 210px;overflow-y: auto;padding: 0 10px 0 0;}
.footer-ul::-webkit-scrollbar {background:#fff;width:5px;height:11px;}
.footer-ul::-webkit-scrollbar-thumb {background:#BBBBBB;}
.footer-ul li{
    margin-bottom: 15px;
}
.footer-ul li a{
    font-size: 14px;
    color: #fff;
}
.footer-ul li a:hover{transition: 0.5s ease;color: var(--color-main);}
.footer-fanpage iframe{width: 100%;}
.footer-layout{padding: 73px 0 10px;background: url(../images/bgft.jpg)no-repeat;position: relative;background-size: cover;}
.product-d{display: grid;grid-template-columns: repeat(3, 1fr);gap: 20px}
.header-company-name{
    color: #212529;
    font-size: 22px;
    flex: 1;
    font-family: 'bm';
}
.header-company-name span{color: var(--m2);font-family:'bb'}
.menu-social{display: flex;align-items: center;gap: 15px;margin-left: auto;}
.menu-social a{display: flex;}
.header-box{flex: 1;}
.box-logo{
    display: inline-block;
}
.product-info{margin-top: 15px;}
.product-number{
	font-size: 64px;
	font-family: 'dw';
	color: #E79108;
}
.productmenu-slide{margin:0px -22px}
.productmenu-item {
    background: #F9F2E7;
    margin: 0px 22px;
    display: grid;
    justify-items: center;
    border-radius:250px;
    padding: 60px 30px 30px 45px;
}
.productmenu-box:nth-child(1){position: absolute;left: 30px;}
.productmenu .wrap-content{position: relative;}
.productmenu-title{font-size: 52px;font-family: 'dw';writing-mode: vertical-lr;position: relative;}
.productmenu-title:before{content: '';position: absolute;width: 1px;height: 150px;background-color: #000;top: -30px;}
.productmenu{background:url("../images/menu.png");background-position: center;background-size: cover;background-color: var(--m1);padding: 105px 0px 100px 0px;position: relative;}
.productmenu-txt-1{font-size: 30px;font-family: 'mm';text-transform: uppercase;margin: 10px 0px 0px 0px;}
.productmenu-box:nth-child(1){}
.productmenu-box:nth-child(2){margin: 0px 10%}
.productmenu-menu{height: 250px;overflow-y: auto;gap: 20px;display: grid;margin: 10px 0px 15px 0px;width: 100%;}
.productmenu-txt-2{
    font-size: 16px;
    font-family: 'mm';
    -webkit-line-clamp: 1;
}
.productmenu-txt-3{
    position: relative;
    white-space: nowrap;
}
.productmenu-pricenew{font-size: 17px}
.productmenu-priceold{text-decoration: line-through;position: absolute;bottom: -15px;width: 100%;left: 0px;text-align: right;font-size: 11px;}
.productmenu-product {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding-right: 10px;
    color: #000;
}
.productmenu-product:hover{color: var(--m1);}
.productmenu-line{min-width: 10%;border-bottom: #000 dashed 1px;flex: 1;}
.productmenu1,
.productmenu2{position: absolute;width: 100%;left: 0px}
.productmenu1{
    top: 0px;
}
.productmenu2{
	bottom: 0px
}
.footer-info:nth-child(1){
    width: 45%;
}
.footer-info:nth-child(2){
    width: 47%;
}
.footer-info:nth-child(3){
    width: 23%;
}
.footer-info:nth-child(4){
    width: 11%;
}
.footer-info:nth-child(5){
    width: 24%;
}
.footer-social{display: flex;flex-wrap: wrap;gap: 7px;margin-top: 10px;align-items: center;}
.footer-social span{
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}
.footer-social a{display: inline-block;}
.footer-social a:hover{transition: 1s ease;transform: rotateY(180deg);}
.footer-policy {display: grid;gap: 15px;}
.footer-policy a{color: #1E1E1E;display: flex;align-items: center;gap: 10px;font-size: 14px;}
.footer-policy a:hover{transition: 0.5s ease;color: #c00;}
.footer-policy a:before{content: '';width: 5px;height: 5px;background-color: #1E1E1E;border-radius: 50%;}
.footer-powered .wrap-content{display: flex;color: #fff;align-items: center;justify-content: center;padding: 20px 0px;position: relative;font-size: 13px;}
.footer-line{width: 1px;height: 60px;background: #fff;margin: 0px 27px;}
.copyright {
    background: url(../images/p6.png) center top no-repeat;
}
.copyright b{}
.copyright-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 100px 0 30px;
    flex: 1;
    color: #fff;
    margin-top: 45px;
}
.copyright__text{font-size: 13px;}
.copyright__thongke{box-sizing:border-box;display:flex;flex-wrap:wrap;justify-content:flex-end;position:relative;padding: 0;margin: 0;}
.copyright__thongke li{font-size:14px;font-weight:400;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;position:relative;margin:5px 0;}
.copyright__thongke li span{margin-left:5px;}
.copyright__thongke li + li{margin-left:20px;}
.copyright__thongke li + li:before{content:'';position:absolute;width:1px;height:10px;background-color: #fff;left:-10px;}

footer{position: relative;}
.header-mobile{display: none;}
.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;border-bottom:1px solid #e7e7e7;}
.tabs-pro-detail .ul-tabs-pro-detail li{cursor:pointer;float:left;margin-right:5px;margin-bottom:5px;background:#eee;padding: 10px 20px;text-transform: uppercase;}
.tabs-pro-detail .ul-tabs-pro-detail li.active{background: var(--color-main);}
.tabs-pro-detail .ul-tabs-pro-detail li:last-child{margin-right:0px;}
.tabs-pro-detail .content-tabs-pro-detail{display:none;}
.tabs-pro-detail .content-tabs-pro-detail.active{display:block;}
.content-tabs-pro-detail2{
    background: #fff;
    width: 70%;
    margin: auto;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    padding: 30px;
    border-radius: 10px;
}
.info_nd{
    text-align: center;
}

#footer-map{
    position: relative;
    height: 390px;
}
#footer-map iframe{
    width: 100%;
    height: 100%;
    display: block;
}

.main { margin: auto; display: block; position: relative; text-align: center; padding-top: 15px; } 
.pic-banners { padding-bottom:16px } 
.control-owl {position: absolute;width: 100%;z-index: 2;left: 0px;top: calc(50% - 30px/2);} 

.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 45px; height: 45px; background: rgb(0 0 0 / 50%); text-align: center; display: flex; align-items: center; justify-content: center; font-size: 25px; margin: 0px; border-radius: 3px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; } 

.control-owl button:hover { opacity: 1; } 

.control-owl button.owl-prev {left: -30px;top: 0px;} 

.control-owl button.owl-next {right: -30px;top: 0px;} 
/* Brand */
.wrap-brand {padding: 50px 0 60px;background: url(../images/p1.jpg);} 
.wrap-brand .wrap-content { position: relative; } 
.brandHome {display: block;background: #fff;border: 1px solid #D9D9D9 !important;margin: 10px 5px 10px;padding: 5px 10px;} 
.brandHome img { } 

.title-product {text-align: left;position: relative;display: flex;justify-content: space-between;align-items: center;gap: 2px;background: #e3f5e4;margin-bottom: 20px;/* padding-right: 5px; */flex-wrap: wrap;margin-top: 10px;} 
.title-product span {position: relative;font-size: 15px;color: #fff;background: var(--color-main);font-family: 'RobotoSemiBold';text-transform: capitalize;border-top-right-radius: 50px;border-bottom-right-radius: 50px;padding: 5px;padding-right: 5px;display: flex;justify-content: center;align-items: center;gap: 5px;} 
.flex_product {display: flex;justify-content: space-between;flex-wrap: wrap;} 
.title-product-cat { list-style: none; position: relative; margin: 0; padding: 0; max-width: 90%; } 
.control-products2, .control-products{top: 0;}
.product-list .control-owl.add button.owl-prev, .product-list-2 .control-owl.add button.owl-prev{ display: none;}
.product-list .control-owl.add button.owl-next, .product-list-2 .control-owl.add button.owl-next {
    right: 0px;
    top: 0px;
    background: none;
}
.product-list .control-owl.add{
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px / 2);
}
.header .wrap-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.logo-header{
    position: relative;
    display: block;
}
.wrap-about{
    padding: 60px 0;
}
.wap-about{}
.left-about{
    width: 44%;
    background: #f2f2f2;
    padding: 20px;
}
.right-about{
    width: 53%;
}
.welcome-1{
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 6.6px;
    position: relative;
    display: flex;
    align-items: center;
}
.welcome-1::after{
    content: '';
    position: relative;
    width: 80px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px #02A9FD;
    height: 1px;
    display: inline-block;
    margin-left: 10px;
    display: none;
}
.name-about{margin-bottom: 8px !important;}
.name-about span:nth-child(1){font-size: 90px !important;line-height: 90px !important;}
.name-about span:nth-child(2){font-size: 90px !important;line-height: 90px !important;}
.slogan-about{
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 6.6px;
    display: block;
    text-align: right;
    margin-bottom: 2rem;
}
.desc-about{
    color: var(--color-3);
    line-height: 24px;
    text-align: justify;
}
.view-about{
    background: url(../images/xt.png)center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 23px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    min-width: 194px;
    text-align: center;
    margin-top: 15px;
}
.view-about:hover{
    transition: 0.5s ease;
    color: var(--color-red);
}
.box-pic-about{position: relative;margin-left: auto;}
.pic-about{
    width: 89%;
    border-radius: 0px 40px;
}
.pic2-about{
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 3;
    border-radius: 0px 40px;
}
.wrap-albumHome{overflow: hidden;}
.albumHome{
    position: relative;
    display: block;
    width: calc(100%/3);
}
.pic-albumHome{
    margin-bottom: 0;
}
.info-albumHome{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(2, 169, 253, 0.00) 74.65%, #02A9FD 100%);
    padding: 20px 10px 84px;
    text-align: center;
    display: flex;
    align-items: flex-end;
}
.info-albumHome::after{
    content: '';
    position: absolute;
    background: url(../images/p3.png)bottom center no-repeat;
    left: 0;
    right: 0;
    bottom: 40px;
    height: 32px;
}
.name-albumHome{
    color: #FFF;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.55), 0px 2px 4px #02A9FD;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #02A9FD;
    font-size: 40px;
    font-weight: 700;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 0;
    font-family:'SVN-Tungsten';
}
.name-albumHome:hover{transition: 0.5s ease;color: var(--color-main);}
.wrap-criteria{
    background: url(../images/bg.jpg)no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.criteria{
    position: relative;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 90px 45px;
}
.criteria::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/khung.png)center bottom no-repeat;
    background-size: 100% auto;
    z-index: -1;
}
.criteria:nth-child(2n){
    flex-direction: row-reverse; 
}
.criteria:nth-child(2n)::after{
    content: '';
    transform: scaleX(-1);
}
.pic-criteria{
    border-radius: 50%;
    width: 50%;
}
.info-criteria{
    width: 45%;
    margin-top: 18%;
}
.name-criteria{
    color: #FFF;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.55), 0px 0px 10px #02A9FD;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00283D;
    font-family: "SVN-Tungsten";
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.name-criteria:hover{transition: 0.5s ease;color: var(--color-main);}
.desc-criteria{
    color: #DADADA;
    text-align: justify;
    line-height: 24px;
    -webkit-line-clamp: 5;
}
.wrap-product{
    padding: 60px 0;
    background: #1d1d1d;
}
.slick-product .product{margin: 0 10px;}
.title-main-index{text-align: center;}
.title-main-index span{
    display: inline-block;
    color: #FFF;
    text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.55), 0px 0px 10px #02A9FD;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00283D;
    font-family: "SVN-Tungsten";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    background: url(../images/p4.png)left center no-repeat, url(../images/p5.png)right center no-repeat;
    padding: 0 71px;
    margin-bottom: 1.2rem;
}
.logo-footer{display: block;margin-bottom: 15px;}
.wap_recruitment {
    padding: 60px 0px 80px;
    position: relative;
    background: url(../images/line-soc.png) no-repeat bottom center;
}
.div_flex {
    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;
}
.left_recruitment {
    width: 38%;
}
.right_recruitment {
    width: 59%;
}
.hinh-td {
    border-radius: 0px 40px;
    display: table;
}
.hinh-td img{border-radius: 0px 40px;width:100%;}
.title-recruitment {
    position: relative;
    margin-bottom: 30px;
}
.title-recruitment span:nth-child(1) {
    color: #2261d0;
    font-family: "SVN-Tungsten";
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 1.5px;
}
.title-recruitment span:nth-child(2) {}
.desc-recruitment {
    color: #0f0f0f;
    text-align: justify;
    font-family: SVN-Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.wap_baivietnoibat {
    padding: 80px 0px;
    padding-bottom: 50px;
}
.box-itemtd {
    padding-bottom: 50px;
    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;
}
.pic-itemtd {
    width: 39%;
    position: relative;
}
.pic-itemtd a {
    display: block;
    position: relative;
}
.pic-itemtd a img {
    width: 100%;
    clip-path: polygon(8% 0, 100% 0, 100% 0, 100% 92%, 94% 100%, 0 100%, 0 100%, 0 10%);
}
.pic-itemtd:after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    background: url(../images/item2.png) no-repeat;
    background-size: 100% 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: none;
}
.info-itemtd {
    width: 58%;
}
.name-td {
    margin-bottom: 23px;
}
.name-td a {
    display: block;
    color: #0f0f0f;
    text-align: justify;
    font-family: SVN-Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.name-td:hover a{transition: 0.5s ease;color: var(--color-main);}
.thoigian-cv {
    border-radius: 4px;
    background: #02A9FD;
    margin-bottom: 25px;
    color: #FFF;
    font-family: SVN-Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 10px;
}
.diachi-cv {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    margin-bottom: 25px;
}
.diachi-cv span {
    color: #0f0f0f;
    font-family: SVN-Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid var(--color-main, #0393DC);
    padding: 6px 10px;
}
.ungtuyen-lh {
    background: url(../images/xt.png) no-repeat;
    background-size: 100% 100%;
    width: 202px;
    height: 70px;
    line-height: 7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}
.ungtuyen-lh:hover{
    transition: 0.5s ease;
    color: var(--color-red);
}
.box-itemtd:nth-child(2n) .pic-itemtd{order: 1;padding-right: 0;padding-left: 20px;}
.box-itemtd:nth-child(2n) .pic-itemtd img{clip-path: polygon(0 0, 92% 0, 100% 12%, 100% 100%, 100% 100%, 6% 100%, 0 92%, 0 0);}
.box-itemtd:nth-child(2n) .pic-itemtd:after{
    background: url(../images/item1.png) no-repeat;
    padding-right: 0px;
    right: unset;
    left: 0;
    bottom: 0;
    background-size: 100% 100%;
}
.title-recruitment.text-center{display: table;margin: auto;margin-bottom: 5px;}
.form_ungtuyen {
    background: #fff url(../images/form.png) no-repeat center top;
    background-size: 100% 100%;
    max-width: 980px;
    margin: auto;
    text-align: center;
    padding: 40px 100px;
}
.tt_form {
    margin-top: 10px;
    margin-bottom: 25px;
}
.left_form {display: grid;grid-template-columns: 1fr 1fr;gap: 10px;}
.right_form {}
.main_form {}
.newsletter {
    width: 100%;
}
.newsletter input,.newsletter textarea, .newsletter select {
    width: 100%;
}
.newsletter input, .newsletter select {
    background-color: #F5F5F7;
    height: 44px;
    border: 0;
    border-radius: 0;
    margin-bottom: 10px;
    font-family: SVN-Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #212529;
}
.newsletter select option{}
.newsletter textarea {
    background: #F5F5F7;
    height: 98px;
    border: 0;
    border-radius: 0;
    color: #717171;
    font-family: SVN-Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}
.newsletter-btn input {
    background: var(--color-main, #0393DC);
    width: 100%;
    height: 44px;
    border-radius: 0;
    color: #FFF;
    font-family: SVN-Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.button-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 15px;
    color: #0f0f0f;
    font-family: SVN-Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.button-form span input {
    margin-right: 10px;
}
.slideshow-layout{background:url('../images/slide-bg.webp');background-size:cover;padding: 100px 0px 70px 0px;}
.w-slick{display: grid !important;grid-template-columns:830fr 370fr;}
.giaidau-box{background:url('../images/giaidau-bg.webp');border:var(--m1) solid 1px;position:relative;display:grid;justify-items:center;align-content:center;padding:0px 30px;}
.giaidau-box:before,
.giaidau-box:after{content:'';width:177px;height:15px;position:absolute;background:var(--m1);left:50%;transform:translateX(-50%);clip-path:polygon(0 0,100% 0,calc(100% - 15px) 100%,15px 100%);}
.giaidau-box:before{top:0px;}
.giaidau-box:after{bottom:-1px;transform:translateX(-50%) rotate(180deg);}
.giaidau-txt-1{border-radius:4px;padding:6px 10px;min-width:135px;height:26px;background:#fd1f02;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;text-transform: uppercase;font-size: 15px;}
.giaidau-txt-2{font-size:30px;line-height:1.25;text-align:center;color:#fff;margin:22px 0px 25px 0px;font-family:'SVN-Tungsten';background:#00283D;background-clip:text;-webkit-text-stroke:transparent 2px;text-shadow:0 0 10px #02A7FE;max-width: 100%;display: block;}
.giaidau-txt-2:hover{
    color: #fff;
}
.giaidau-txt-3{border:1px solid var(--m2);background:var(--m1);border-radius:4px;min-width:97px;height:32px;font-size:15px;color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:29px;padding: 0 4px;}
.giaidau-txt-4{width:100%;display:grid;gap:20px;}
.giaidau-info{display:grid;}
.giaidau-info-img{width:41px;height:41px;border-radius:50%;background:#fff;border:solid 2px var(--m1);display:flex;align-items:center;justify-content:center;margin-bottom:-12px;position:relative;z-index:1;margin-left:10px;}
.giaidau-info-txt{border-radius:6px;background:rgba(0,0,0,0.5);color:#fff;display:flex;justify-content:space-between;padding:15px 20px 10px 20px;}
.dsgiaidau{grid-column:1/3;}
.dsgiaidau-slide{margin:0px -20px;padding:0px 20px;}
.dsgiaidau-item{display: flex !important;align-items:center;color:#fff;gap:20px;padding:10px;background:url('../images/dsgiaidau-item.png');box-shadow:0 0 12px rgba(3,147,220,0.5);margin: 30px 15px 10px;}
.dsgiaidau-img{border-radius:10px;overflow:hidden;display:flex;width: 40%;}
.dsgiaidau-txt{font-size:18px;flex:1;-webkit-line-clamp:3;font-family: SVN-Tungsten;}
.dsgiaidau-item:hover .dsgiaidau-txt{color:var(--m1);}
.newsmy-layout{padding: 75px 0px 80px 0px;}
.newsmy-layout .wrap-content{display: grid;gap: 70px}
.newsmy-box{}
.newsmy-title{text-align: center;margin-bottom:39px;}
.newsmy-title span{}
.newsmy-title span:nth-child(2){right: 0;}
.newsmy-d{display:grid;grid-template-columns:1fr 1fr;gap:30px}
.newsmy-item{background: #fff;padding:10px;display:flex;gap:20px;border-radius: 10px;}
.newsmy-item:hover .newsmy-txt-1{color: var(--m1);}
.newsmy-img{display:flex;width: 40%;border-radius: 10px;}
.newsmy-txt{flex:1;}
.newsmy-txt-1{font-size:24px;line-height:1.44444;color: var(--color-3);margin-bottom: 25px;margin-top: 10px;font-family: SVN-Tungsten;letter-spacing: 0.7px;}
.newsmy-txt-2{border-radius:4px;min-width:192px;height:26px;background:var(--m2);display:inline-flex;align-items:center;justify-content:center;font-weight: 500;color:#fff;text-transform:uppercase;font-size:13px;margin-bottom: 20px;padding: 0 5px;}
.newsmy-txt-3{border:1px solid var(--m1);border-radius:4px;width:fit-content;height:26px;display:flex;align-items:center;padding:0px 10px;color:var(--m1);margin-bottom: 20px;}
.newsmy-paging{display: flex;flex-wrap: wrap;justify-content: center;gap: 10px;margin-top: 40px;}
.newsmy-paging div{position: relative;width: 50px;aspect-ratio: 1/1;color: #fff;font-weight: 600;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.newsmy-paging div:after{content: '';position: absolute;border: var(--m1) solid 1px;width: 67%;transform: rotate(45deg);aspect-ratio: 1/1;z-index: -1;transition: 0.2s all;}
.newsmy-paging div.active:after,
.newsmy-paging div:hover:after{
    background: var(--m1);
}
.box-cn {
    margin-bottom: 80px;
}
.cn-arrow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.arrow-left {
    background: url(../images/arr_left.png)center no-repeat;
    width: 64px;
    height: 64px;
    margin-right: -10px;
    cursor: pointer;
}
.arrow-right {
    background: url(../images/arr_right.png) center no-repeat;
    width: 64px;
    height: 64px;
    cursor: pointer;
}
.line-throught {
    background: url(../images/line-soc.png);
    flex-grow: 1;
    height: 10px;
}
.title-cn-arrow {
    gap: 20px;
    margin-bottom: 43px;
}
.cn-name {
    margin-right: 20px;
    font-size: 40px;
    line-height: 46px;
    color: #2261d0;
    text-transform: capitalize;
    font-family: "SVN-Tungsten";
    margin-bottom: unset;
}
.cont-cn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.cn-flex {
    width: calc(100% - 42.2% - 54px);
    margin: 0 -10px;
}
.cn-bigpic {
    width: 42.2%;
    position: relative;
}
.cni {
    width: calc(100% - 20px) !important;
    margin: 10px 10px 20px;
    padding: 12px 19px 15px;
    background: #ffffff;
    display: block !important;
    border-radius: 10px;
    transition: 0.5s ease;
}
.cni-name {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #0f0f0f;
    margin-bottom: 2px;
    font-family: 'SVN-Tungsten';
}
.cni-desc {
    font-size: 14px;
    line-height: 24px;
    color: #0f0f0f;
    -webkit-line-clamp: 2;
    height: calc(24px * 2);
    margin-bottom: 6px;
}
.cni:hover{
    background: #0f0f0f;
    transition: 0.5s ease;
}
.cni:hover .cni-name{
    transition: 0.5s;
    color: #f3f3f3;
}
.cni:hover .cni-desc{
    color: #f3f3f3;
}
a.cni-chiduong {
    display: flex;
    background: var(--color-main);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 9px;
    padding: 3.5px 10px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
}
a.cni-chiduong:hover{transition: 0.5s;background: var(--color-hover);}
.cni-hotline {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 700;
    color: #02a9fd;
    align-items: center;
    gap: 6px;
}
.cn-bigpic:before {
    content: '';
    background: url(../images/cn-border.png) no-repeat;
    width: 526px;
    height: 468px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.title-main{position:relative;}
.title-main-3{padding: 0;}
.box-title{display:flex;gap:40px;border-bottom:2px solid #ccc;padding-bottom:16px;margin-bottom:30px;}
.title-main.active::before{position:absolute;content: '';width:100%;height:2px;left:0;background: #2261d0;box-shadow:0px 1px 10px 1px #02A9FD;bottom:-18px;}
.title-main span:nth-child(1){color: #2261d0;font-family:"SVN-Tungsten";font-size:40px;line-height:46px;}
.title-main span:nth-child(2){background:-webkit-linear-gradient(270deg,#02A9FD 42%,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:transparent;font-family:"SVN-Tungsten";font-size:40px;line-height:46px;position:absolute;display:none;top:0;left:0;}
.title-main.active span:nth-child(2){display:block;}
.title-main-3 span:nth-child(1), .title-main-3 span:nth-child(2){font-size: 36px;text-transform: capitalize;cursor: pointer;}
.grid-branch-detail{display:grid;grid-template-columns:626px calc(100% - 670px);justify-content:space-between;margin-bottom:30px;}
.grid-branch-detail > div:nth-child(1) a{position:relative;display: block;}
.box-branch-detail{padding: 30px 10px 0 10px;}
.grid-branch-detail > div:nth-child(1) a::before{position:absolute;content: '';width:100%;height:100%;background:url(../images/kay_3.png) center no-repeat;left:0;top:0;display: none;}
.gia_gio,.title-main-2 span,.name-branch-detail{position:relative;color: #2261d0;font-family:"SVN-Tungsten";font-size:40px;line-height:46px;margin-bottom:26px;margin-top:21px;text-transform:capitalize;}
.desc-branch-detail{color: #0f0f0f;text-align:justify;font-family:SVN-Gilroy;font-size:14px;font-weight:400;line-height:24px;margin-bottom:38px;}
.info-branch-detail p{margin:0;margin-bottom:4px;color: #0f0f0f;font-size:18px;line-height:24px;text-transform:uppercase;font-family: 'SVN-Tungsten';}
.info-branch-detail span{color: #0f0f0f;font-family:SVN-Gilroy;font-size:14px;font-weight:700;line-height:24px;display:block;margin-bottom:18px;}
.info-branch-detail div{display:flex;align-items:center;gap:20px;}
.info-branch-detail div a{display:flex;align-items:center;gap:10px;}
.info-branch-detail div a:nth-child(1){color:#FFF;font-family:SVN-Gilroy;font-size:14px;font-weight:700;line-height:24px;padding:1.25px 10px 2.75px 10px;border-radius:4px;background:var(--color-main,#02A9FD);}
.info-branch-detail div a:nth-child(1):hover{transition: 0.5s ease;background: var(--color-hover);}
.info-branch-detail div a:nth-child(2){color:var(--color-main,#02A9FD);font-family:SVN-Gilroy;font-size:14px;font-weight:700;line-height:14px;}
.info-branch-detail{padding:14px 20px 23px 20px;background: #fff;border-radius: 10px;}
.info-branch-detail:hover{
    background: #0f0f0f;
    transition: 0.5s ease;
}
.info-branch-detail:hover p{
    color: #fff;
}
.info-branch-detail:hover span{
    color: #fff;
}
.album-branch-detail{}
.container-news-branch-detail{display: block;}
.name-news-branch-detail a{color: #0f0f0f;font-family:SVN-Gilroy;font-size:18px;font-weight:600;line-height:26px;}
.name-news-branch-detail a:hover{color:#0393DC;}
.desc-news-branch-detail span{color: #0f0f0f;text-align:justify;font-family:SVN-Gilroy;font-size:14px;font-weight:400;line-height:24px;}
.date-event-branch-detail,.date-news-branch-detail{color:var(--color-main,#0393DC);text-align:justify;font-family:SVN-Gilroy;font-size:14px;font-weight:400;line-height:14px;padding:6px 10px;border-radius:4px;border:1px solid var(--color-main,#0393DC);display:inline-block;}
.desc-news-branch-detail{padding:13px 0 16px 0;}
.content-news-branch-detail{padding:16px 20px 18px 20px;background: #fff;}
.item-news-branch-detail{display: block;margin: 10px 15px;}
.item-news-branch-detail a{max-height:240px;}
.item-news-branch-detail a img{width: 100%;}
.box-news-branch-detail{padding:82px 10px 0 10px;}
.box-title-main-2 > span{height:10px;background:url(../images/kay_5.png) center repeat-x;display:block;flex: 1;}
.box-title-main-2{display:flex;align-items:center;gap:30px;margin-bottom: 10px;}
.name-event-branch-detail a{color: #0f0f0f;font-size:18px;font-weight:600;line-height:26px;text-transform: uppercase;}
.name-event-branch-detail a:hover{color:#0393DC;}
.tags-event-branch-detail{display:table;padding:6px 10px;color:#FFF;text-align:justify;font-family:SVN-Gilroy;font-size:14px;font-weight:600;line-height:14px;text-transform:uppercase;border-radius:4px;background:#02A9FD;min-width: 104px;text-align:center;margin:19px 0 28px 0;}
.item-event-branch-detail{display: grid !important;grid-template-columns:285px calc(100% - 305px);justify-content:space-between;padding:10px;background: #fff;margin: 20px 10px;width: calc(100% - 20px) !important;border-radius: 10px;}
.content-event-branch-detail{padding-top:8px;}
.item-event-branch-detail > a{max-height:285px;border-radius: 10px;}
.container-event-branch-detail{/* display:grid; *//* grid-template-columns:1fr 1fr; *//* gap:30px; */}
.box-event-branch-detail{padding:81px 10px 0 10px;}
.box-adver{padding:80px 0 0 0;}
.box-adver a{max-height:700px;}
.box-title-main-2 a{display:inline-flex;align-items:center;gap:15px;border:1px solid #02A9FD;box-shadow:0px 0px 4px 0px #02A9FD;color:var(--color-main,#0393DC);font-family:SVN-Gilroy;font-size:16px;font-weight:700;line-height:24px;text-transform:uppercase;width:177px;height:45px;justify-content:center;}
.box-class-diagram .box-title-main-2{gap:28px;margin-bottom: 30px;}
.box-class-diagram{padding:70px 10px 0 10px;}
.container-class-diagram{position:relative;}
.tab-class-diagram{background:rgba(0,0,0,0.60);backdrop-filter:blur(12px);position:absolute;width:350px;height:calc(100% - 50px);top:10px;right: 10px;overflow-y:scroll;padding:15px 0;}
.item-class-diagram p{color:#00283D;font-family:SVN-Gilroy;font-size:16px;font-weight:700;line-height:16px;text-transform:uppercase;margin:0;}
.item-class-diagram div{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 26px;background:#fff;clip-path:polygon(4.5% 0%,100% 0%,100% 0%,100% 74.5%,96% 100%,0 100%,0% 100%,0% 25%);cursor: pointer;}
.item-class-diagram span{color:#00283D;text-align:right;font-family:SVN-Gilroy;font-size:16px;font-weight:700;line-height:16px;}
.item-class-diagram{position:relative;padding:9px 6px 9px 9px;margin:1px 15px;}
.item-class-diagram::before{position:absolute;content: '';background:url(../images/kay_6.png) center;width:322px;height:70px;left:0;top:0;}
.item-class-diagram.active div{background: var(--color-main);}
.item-class-diagram.active p{color: #fff;}
.item-class-diagram.active span{color: #fff;}
.tab-class-diagram::-webkit-scrollbar{width:0px;}
.tab-class-diagram::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);border-radius:10px;}
.tab-class-diagram::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.5);}
.item-class-diagram .active p,.item-class-diagram .active span{color:#fff;}
.item-class-diagram .active{background:#02A9FD;}
.box-giochoi{}
.item-giochoi{background: #ffff;text-align:center;padding: 30px 15px;margin: 0 10px;}
.name-giochoi{position:relative;display:table;margin:auto;margin-bottom:20px;text-transform: uppercase;}
.name-giochoi span:nth-child(1){color: var(--color-main);font-family:"SVN-Tungsten";font-size:34px;line-height:normal;letter-spacing: 1.2px;}
.name-giochoi span:nth-child(2){background:-webkit-linear-gradient(270deg,#02A9FD 42%,#fff );-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:transparent;font-family:"SVN-Tungsten";font-size:34px;line-height:normal;position:absolute;display:block;top:0;left:0;letter-spacing: 1.2px;}
.detail-giochoi{text-align:left;background:url(../images/line-x.png) no-repeat center bottom;margin-bottom:16px;padding-bottom:16px;font-size:20px;display: flex;color: #0f0f0f;justify-content: space-between;}
.detail-giochoi span{width:100px;display:inline-block;}
.detail-giochoi:last-child{background:none;}
.gia_gio{font-size:32px;margin:18px 0;text-transform: unset;font-family: SVN-Gilroy;font-weight: 700;}
.combo{
    display:table;margin:auto;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding: 1px 34px;
    margin-bottom: -10px;
    z-index: 1;
}
.combo span{
    display:block;
    animation: heartBeat;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.combo::before {
    content: "";
    position: absolute;
    background: var(--color-main);
    transform: skewX(-38deg);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.combo2{background:linear-gradient(100deg,#00283D 9.55%,#02A9FD 90.46%);background-blend-mode:screen;mix-blend-mode:screen;display:block;padding:10px;transform:skew(-40deg);padding-top:20px;width:84%;margin: -6px auto 0;}
.combo2 span{color:#FFF;text-align:center;font-family:SVN-Gilroy;font-size:32px;font-style:normal;font-weight:700;text-transform:uppercase;line-height: 28px;display:block;transform:skew(40deg);}
.box-configuration .box-title-main-2{margin-bottom:30px;}
.box-configuration .box-title-main-2 > span{width:738px;}
.box-configuration{padding:80px 10px;}
.contact-form{color: #333;}
.slick-prev{
    background: url(../images/arr_left.png)center no-repeat !important;
    width: 64px;
    height: 64px;
    left: -60px;
} 
.slick-next{
    background: url(../images/arr_right.png) center no-repeat !important;
    width: 64px;
    height: 64px;
    right: -60px;
}
.slick-prev:before, .slick-next:before{display: none;}
.modal{color: #333;}
.skiptranslate{display:none!important;}.lang-header-top{position:relative;}
.lang-header-top .lang-header-main{border: 1px solid #cfcfcf;width: 56px;height: 33px;border-radius: 26px;text-align:center;padding:0px 7px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;margin-bottom: 0;    background: rgb(255 255 255 / 75%);color: #000;}
.lang-header-top .lang-header-main strong{display:flex;align-items:center;justify-content:space-between;font-weight:normal;width: 87%;}
.lang-header-top .lang-header-main strong span{font-size:12.5px;width: 90px;text-align:left;padding-right:5px;}
.lang-header-top .lang-header-main strong img{width: 23px;height: 15px;margin-top:1px;}
.lang-header-top .lang-header-main i{margin-top: -1px;color: #a5a4a4;margin-right: 5px;}
.lang-header-top .lang-header-ul{display:none; position:absolute;width:100%;top: 37px;left:0px;background: #464646;font-size:13px;padding:3px;opacity: 1;min-width: 100%;border-radius: 10px;}
.lang-header-top .lang-header-ul.active{display:block;-webkit-transform: perspective(600px) rotateX(0);transform: perspective(600px) rotateX(0);transform-origin: 0 0 0;-webkit-transform-origin: 0 0 0;opacity: 1;visibility: visible;}
.lang-header-top .lang-header-ul li{cursor:pointer;margin-bottom:5px;padding: 5px 8px;display:flex;align-items:center;justify-content:space-between;width: 100%;height: 26px !important;z-index: 999999;color: #fff;}
.lang-header-top .lang-header-ul li img{display: inline-block; max-width: 27px !important;}
.lang-header-top .lang-header-ul li:hover{background: var(--color-main);color: #000;}
.lang-header-top .lang-header-ul li:last-child{margin-bottom:0px;}
.lang-header-top .lang-header-ul li span{width:80px;text-align:left;padding-right:5px;display: block;}
.view-recruitment{
    display: inline-block;
    background: var(--color-main);
    color: #fff;
    padding: 8px 17px;
    border-radius: 5px;
    text-transform: uppercase;
}
.newsHome2{
    width: calc(50% - 10px) !important;
    margin: 10px 5px !important;
}
.newsletter-form2 .newsletter textarea{
    height: 44px;
    margin-bottom: 10px;
}