/* Main */
:root { --color-red: #ec2d3f; --color-medium-red: #cc2c32; --color-dark-red: #c31829; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #212529; --color-gray: #6c757d; } 

body { font-size: 14px; font-family: 'RobotoRegular'; } 

/* Chong coppy */
/* body { -moz-user-select: none !important; -webkit-touch-callout: none!important; -webkit-user-select: none!important; -khtml-user-select: none!important; -moz-user-select: none!important; -ms-user-select: none!important; user-select: none!important; } */
img { max-width: 100%; height: auto; vertical-align: top; object-fit: cover; } 

a,input,textarea { outline: none; padding: 0px; } 

a { color: inherit; } 

a:hover { text-decoration: none; color: #d90810; } 

input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } 

.w-clear:after { display: block; content: ""; clear: both; } 

.hidden { display: none; } 

.clear { clear: both; } 

.none { display: none; } 

.hidden-seoh { visibility: hidden; height: 0px; margin: 0px; overflow: hidden; } 

.wrap-main,.wrap-content { max-width: 1300px; margin: 40px auto; padding: 0px 15px; } 

.wrap-home { max-width: 100%; padding: 0px; } 

.wrap-content { margin: auto; } 

.containerr {/* overflow: hidden; *//* position: relative; *//* background-color: #fff; */background: #fff;} 

.padding30 { padding: 30px 0px; } 

.padding50 { padding: 50px 0px; } 

.bwcolor { background-color: #fff; padding: 20px; } 

.mgt30 { margin-top: 30px; } 

.mgb30 { margin-bottom: 30px; } 

.mgb50 { margin-bottom: 50px; } 

.pd10 { padding-right: 10px; padding-left: 10px; } 

.mgb1r { margin-bottom: 1rem; } 

.t-center { text-align: center; } 



.slogan { font-size: 14px; color: #333; } 

.title-main .line { background: url('../images/line-all.png') no-repeat; /* width: 136px; */
 /* height: 75px; */
 /* margin: auto; */ } 

.textshadow { text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff; } 

.color-w { color: #fff !important; } 

.time-main { margin-bottom: 0.75rem; color: #999999; } 

.time-main i { vertical-align: top; margin: 3px 7px 0px 0px; } 

.time-main span { vertical-align: top; display: inline-block; } 

.share { padding: 17px 15px 10px 15px; line-height: normal; background: rgba(128,128,128,0.15); margin-top: 15px; border-radius: 5px; } 

.share b { display: block; margin-bottom: 5px; } 

.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 45px/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: 20px; top: 0px; } 

.control-owl button.owl-next { right: 20px; top: 0px; } 

.form-control,.form-control-plaintext:not(textarea),.custom-select { height: calc(1em + 1.25rem + 8px); } 

.text-sm { font-size: .875rem!important; padding: 10px; /* color: #fff; */ } 

/* Lazyload */
img.lazy { opacity: 0; } 

img:not(.initial) { transition: opacity 1s; } 

img.initial,img.loaded,img.error { opacity: 1; } 

img:not([src]) { visibility: hidden; } 

/* Header */
.header {background: #fff;position: relative;padding: 5px;z-index: 12;top: 0;width: 100%;box-shadow: 0 0 8px rgba(0,0,0,.282);} 
.slogan-header { margin-bottom: 0px; width: 90%; margin: auto; } 

.info-header { display: flex; justify-content: space-between; width: 65%; height: 40px; color: #000; align-items: center; clip-path: polygon(5% 0%, 100% 0, 100% 100%, 0% 100%); background: #b2881e; padding: 20px; } 

.info-header span { font-size: 14px; color: #fff; font-family: 'MuliRegular'; } 

.banner-header { margin: auto; text-align: center; } 

.info-headerr { font-size: 15px; display: flex; justify-content: space-between; width: 26%; font-family: 'nunito-r'; color: #fff; } 

.info-headerr span { font-size: 15px; font-family: 'nunito-r'; color: #fff; width: 75%; } 

.info-headerr img { display: flex; justify-content: center; align-items: center; } 

.pic-hotline { display: flex; align-items: center; justify-content: center; } 

.info-header img { } 

.edit-search { display: flex; align-items: center; } 

.edit-search span { font-size: 14px; font-family: 'RobotoRegular'; } 

/* Menu */
.menu {display: block;position: relative;z-index: 12;padding: 0;} 
.menu.fixed_menu { width: 100%; bottom: unset; right: unset; position: fixed; top: 0px; z-index: 999; left: 0px; background: #F0F0F0; padding: 4px; } 
.menu ul {width: 105%;padding: 0px;margin: auto;list-style: none;position: relative;left: -15px;} 
.menu ul li {position: relative;z-index: 99;transition: 0.2s;} 
.menu ul li a:hover, .menu ul li a.active { background: none; transition: 0.2s; color: #d90810; } 
.menu ul li a {display: inline-block;vertical-align: top;position: relative;z-index: 1;text-align: center;text-decoration: none!important;font-size: 15px;color: #000;margin: 0px;font-family: 'RobotoRegular';text-transform: uppercase;/* line-height: 36px; *//* border: solid 1px #DDD; border-radius: 0px; */} 
.menu ul li ul li a:hover, .menu ul li ul li a.active { background: #d90810; transition: 0.2s; color: #fff; } 
.menu ul li:nth-child(1):after { content:''; display:none } 
.menu ul li.li-search { position: absolute; top: 6px; right: 0px; } 
.menu ul li > ul { position: absolute; min-width: 285px; -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 .5s; border-top: none; text-align: left; left: -50px; } 
.menu ul li:hover > ul , .menu ul li.active > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all .7s; } 
.menu ul li ul li { width: 100%; display: inline-block; text-align: left; position: relative; margin: 2px 0; } 
.menu ul li ul li:first-child { border-top: none; } 
.menu ul li ul li:last-child { border-bottom: none; } 
.menu ul li ul li a { text-align: left; display: block; font-size: 15px; line-height: 25px; color: #000; position: relative; padding: 6px 15px; text-transform: uppercase; background: #fff; border-radius:35px; border: none; margin-top: 2px; } 
.menu ul li ul li a i { line-height: 25px; display: inline-block; vertical-align: top; margin-right: 5px; } 
.menu ul li ul li ul { left: 100%; top: 0px; } 
.menu ul li ul li ul li a { padding-left: 15px; font-size: 15px; } 
.menu ul li ul li ul li a i { position: relative; top: auto; right: auto; display: inline-block; vertical-align: top; line-height: 25px; font-size: 8px; color: #C22938; margin-right: 5px; } 
/* .menu ul .line-menu > a:before { animation: line_menu infinite 6s; position: absolute; content: ''; width: 0%; right: 50%; bottom: 0px; height: 3px; background: #FFC700; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out } 
.menu ul li:hover > a:before,
.menu ul li.active > a:before { width: 25%; } 
.menu ul .line-menu > a:after { animation: line_menu infinite 6s; position: absolute; content: ''; width: 0%; left: 50%; bottom: 0px; height: 3px; background: #FFC700; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out } 
.menu ul .line-menu:hover > a:after,
.menu ul .line-menu.active > a:after { width: 25%; } */
.menu ul li a::before { position: absolute; content: ''; background: #d90810; border-radius: 50px; height: 2px; } 

.menu ul li>a.active::before, .menu ul li:hover>a::before { animation: line_menu infinite 6s; } 

.menu ul li:hover>a.has-child::before, .menu ul li a.active.has-child::before { animation: line_menu infinite 6s; } 

@keyframes line_menu { 
 0% { right: 95%; left: 5%; bottom: 0; transition: all ease .6s; } 

 25% { right: 5%; left: 5%; bottom: 0; transition: all ease .6s; } 

 50% { right: 5%; left: 95%; bottom: 0; transition: all ease .6s; } 

 75% { right: 5%; left: 5%; bottom: 0; transition: all ease .6s; } 

 100% { right: 95%; left: 5%; bottom: 0; transition: all ease .6s; } 
 }



/* Danh muc trong trang trong product */
.hdanhmucdrops {position:relative;} 
.hdanhmucdrops .title {padding: 15px 10px;height:100%;cursor:pointer;font-size: 15px;text-transform:uppercase;text-align:center;color:#fff;background-color: #002d95;width: 100%;display: block;} 
.hdanhmucdrops ul { padding:0; margin:0; list-style:none; text-align:left; background-color:#fff } 
.hdanhmucdrops .nicescl { position:absolute; box-sizing:border-box; width:100%; left:0; top:100% } 
.hdanhmucdrops ul.content { overflow:hidden; height:424px; border:1px solid #e6e6e6 } 
.hdanhmucdrops.ver1 .nicescl {position:relative;} 
.hdanhmucdrops.ver1 ul.content { height:auto } 
.hdanhmucdrops ul img { margin-right:10px } 
.hdanhmucdrops li a { position:relative; display:block; padding:10.5px 30px 10.5px 20px; background:url(../images/bg-h-danhmuc.jpg); background-size:100% 100% } 
.hdanhmucdrops ul ul li a { padding-left:35px } 
.hdanhmucdrops ul.content > li:not(:last-child) > a { border-bottom:1px solid #d9d9d9 } 
.hdanhmucdrops ul ul { display:none } 
.hdanhmucdrops li { position:relative } 
.hdanhmucdrops ul > li:last-child { border-bottom:none } 
.hdanhmucdrops li:hover > a { background-color:#00000008 } 
.hdanhmucdrops .icon-drop { cursor:pointer; position:absolute; right:6px; top:12px; width:20px; height:20px; line-height:20px; font-size:20px; text-align:center }


/* Click Menu */
.icon-menu { cursor: pointer; } 
.icon-menu .far.fa-bars { background: url("../images/icon_menu.png") no-repeat; width: 55px; height: 104px; line-height: revert; } 
.grid-menu { position: fixed; opacity: 0; top: 0px; right: -300px; height: 100%; width: 290px; text-align: center; z-index: 999; padding: 55px 20px 40px; box-shadow: rgba(34, 34, 34, 0.3) -2px 0px 5px; transition: all 0.3s ease-out 0s; background: #ffa9b0; } 
.grid-menu.active { right: 0px; opacity: 1; } 
.grid-exit { position: absolute; top: 15px; left: 20px; color: rgb(255, 255, 255); font-size: 24px; cursor: pointer; } 
.grid-exit i { vertical-align: top; } 
.grid-exit:hover { color: rgb(255, 255, 255); } 
.grid-inner-menu ul li p .dropdown-plus { display: none; width: 25px; height: 25px; line-height: 25px; font-size: 11px; padding-left: 3px; cursor: pointer; text-align: center; } 
.grid-menu-logo { display: table; padding: 5px; margin: 0px auto; } 
.grid-inner-menu ul { padding: 0px; } 
.grid-inner-menu ul li { list-style: none; padding: 5px 0px; } 
.grid-inner-menu ul li a { /* color: rgb(255, 255, 255); */font-size: 15px; position: relative; font-weight: 400; display: block; text-decoration: none; text-transform: uppercase; z-index: 3; transition: all 1.5s ease 0s; } 
.grid-inner-menu ul li:hover { } 

.icon-mucluc { cursor: pointer; } 
.icon-mucluc .far.fa-bars { background: url("../images/icon_menu.png") no-repeat; width: 55px; height: 104px; line-height: revert; } 
.grid-mucluc { position: fixed; opacity: 0; top: 140px; right: -300px; height: 100%; width: 350px; text-align: center; z-index: 9999; padding: 10px 15px 35px; box-shadow: rgba(34, 34, 34, 0.3) -2px 0px 5px; transition: all 0.3s ease-out 0s; background: #d5d5d5; } 
.grid-mucluc.active { right: 0px; opacity: 1; } 
.grid-exits { color: rgb(255, 255, 255); font-size: 24px; cursor: pointer; } 
.grid-exits i { width: 30px; height: 29px; background: #000; border-radius: 50%; display: flex; justify-content: center; align-items: center; border: solid 4px #fff; font-size: 17px; } 
.grid-exits:hover { color: rgb(255, 255, 255); } 
.grid-inner-menu ul li p .dropdown-plus { display: none; width: 25px; height: 25px; line-height: 25px; font-size: 11px; padding-left: 3px; cursor: pointer; text-align: center; } 
.grid-menu-logo { display: table; padding: 5px; margin: 0px auto; } 
.grid-inner-menu ul { padding: 0px; } 
.grid-inner-menu ul li { list-style: none; padding: 5px 0px; } 
.grid-inner-menu ul li a { /* color: rgb(255, 255, 255); */font-size: 15px; position: relative; font-weight: 400; display: block; text-decoration: none; text-transform: uppercase; z-index: 3; transition: all 1.5s ease 0s; } 
.grid-inner-menu ul li:hover { } 
.grid-inner-menu .box-readmore { display: block; width: auto; background-color: #a0a0a0; } 
.icon-mucluc i { font-size: 35px; background: #fff; display: block; width: 65px; height: 65px; right: 20px; z-index: 1000; display: flex; justify-content: center; align-items: center; } 

.grid-inner-menu .box-readmore ul li a { color: #fff !important; } 

.grid-inner-menu .box-readmore ul li:before { color: #fff; } 
.flex_mucluc >div:nth-child(1) { font-size: 20px; font-family: 'RobotoBold'; text-transform: capitalize; padding-right: 25%; } 

/* .icon-menu { cursor: pointer; } 
.icon-menu .far.fa-bars { background: url("../images/icon-menu.png") no-repeat; width: 22px; height: 22px; margin: 0 auto; } 
.grid-menu { position: fixed; opacity: 0; top: 0px; right: -300px; height: 100%; height: auto; width: 70%; text-align: left; z-index: 98; padding: 20px; box-shadow: rgba(34, 34, 34, 0.3) -2px 0px 5px; transition: all 0.3s ease-out 0s; background: rgb(53 50 50 / 30%); background: #1faf65; } 
.grid-menu.active { right: 0px; opacity: 1; } 
.grid-exit { position: absolute; top: 15px; left: 20px; color: rgb(255, 255, 255); font-size: 24px; cursor: pointer; } 
.grid-exit i { vertical-align: top; } 
.grid-exit:hover { color: rgb(255, 255, 255); } 
.grid-inner-menu ul li p .dropdown-plus { display: none; width: 25px; height: 25px; line-height: 25px; font-size: 11px; padding-left: 3px; cursor: pointer; text-align: center; } 
.grid-menu-logo { display: table; padding: 5px; margin: 0px auto; } 
.grid-inner-menu ul { padding: 0px; } 
.grid-inner-menu ul li { list-style: none; padding: 5px 0px; } 
.grid-inner-menu ul li a { color: rgb(255, 255, 255); font-size: 15px; position: relative; font-weight: 400; display: block; text-decoration: none; text-transform: uppercase; z-index: 3; transition: all 1.5s ease 0s; } 
.grid-inner-menu ul li:hover { } */

/* Head fixed */
.header.fixed {width: 100%;/* background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9999999999999999) 100%); *//* padding: 5px; */height: auto;padding-bottom: 5px;box-shadow: 0 0 8px rgba(0,0,0,.282);} 
.header.fixed .logo-header { zoom:0.6 } 
.header.fixed .menu_header { font-size: 14px; top: auto; } 
.header.fixed .menu { } 


/* Menu Fixed { } */
.menu.fixed .img_logo { } 
.menu.fixed { z-index: 999; background: #fff; } 
.menu.fixed .menu ul li:hover > ul , .menu ul li.active > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 0; visibility: visible; transition: all .5s; } 

/* Search */
.search { width: 220px; height: 45px; color: #333333; border-bottom: solid 1px #333333; } 
.search p { float: left; line-height: 45px; cursor: pointer; text-align: center; margin: 0px; color: #333333; width: 50px; font-size: 20px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; } 
.search input { width: calc(100% - 50px); height: 45px; float: left; outline: none; padding: 0px; border: 0px; background: transparent; text-indent: 10px; font-size: 14px; color: #333333; font-family: "iCielPony"; } 
.search input::-webkit-input-placeholder { color: #333333; } 
.search input:-moz-placeholder { color: #ccc; } 
.search input::-moz-placeholder { color: #ccc; } 
.search input:-ms-input-placeholder { color: #ccc; } 
.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: 50px;cursor: pointer;text-align: center;margin: 0px;color: #fff;background: #1f69f6;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; } 

/* 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; } 
.slideshow a img { width: 100% !important; } 

@-webkit-keyframes sliderZoom { 
 0% { -webkit-transform : scale(1); transform : scale(1); -webkit-transition: -webkit-transform 20000ms linear 0s; transition : -webkit-transform 20000ms linear 0s; transition : transform 20000ms linear 0s; transition : transform 20000ms linear 0s, -webkit-transform 20000ms linear 0s; } 

 100% { -webkit-transform : scale(1.2); transform : scale(1.2); -webkit-transition: -webkit-transform 20000ms linear 0s; transition : -webkit-transform 20000ms linear 0s; transition : transform 20000ms linear 0s; transition : transform 20000ms linear 0s, -webkit-transform 20000ms linear 0s; } 
 }

@keyframes sliderZoom { 
 0% { -webkit-transform : scale(1); transform : scale(1); -webkit-transition: -webkit-transform 20000ms linear 0s; transition : -webkit-transform 20000ms linear 0s; transition : transform 20000ms linear 0s; transition : transform 20000ms linear 0s, -webkit-transform 20000ms linear 0s; } 

 100% { -webkit-transform : scale(1.2); transform : scale(1.2); -webkit-transition: -webkit-transform 20000ms linear 0s; transition : -webkit-transform 20000ms linear 0s; transition : transform 20000ms linear 0s; transition : transform 20000ms linear 0s, -webkit-transform 20000ms linear 0s; } 
 }

.group-slider .slideshow-item .slideshow-image img { -webkit-animation: sliderZoom 20000ms linear 0s infinite alternate; animation : sliderZoom 20000ms linear 0s infinite alternate; } 

.slideshow .slideshow-item .slideshow-image img { -webkit-animation: sliderZoom 20000ms linear 0s infinite alternate; animation : sliderZoom 20000ms linear 0s infinite alternate; } 

/* @-webkit-keyframes fadeInDown1 { 
 0% { opacity:0; -webkit-transform:translate3d(0,-600px,0); transform:translate3d(0,-600px,0) } 
 to { opacity:1; -webkit-transform:translateZ(0); transform:translateZ(0) } 
 }
@keyframes fadeInDown1 { 
 0% { opacity:0; -webkit-transform:translate3d(0,-600px,0); transform:translate3d(0,-600px,0) } 
 to { opacity:1; -webkit-transform:translateZ(0); transform:translateZ(0) } 
 }
.slideshow .owl-item.active .name-slider { animation: fadeInDown1 1.4s linear 0.4s forwards; } 
.slideshow .owl-item.active .desc-slider { animation: fadeInDown1 1.2s linear 0.2s forwards; } 
.slideshow .owl-item.active .content-slider { animation: fadeInDown1 1s linear 0s forwards; } */
@-webkit-keyframes fadeInDown1 { 
 0% { opacity: 0; -webkit-transform: translate3d(0,-600px,0); transform: translate3d(0,-600px,0) } 
 
 to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) } 
 }
 
 @keyframes fadeInDown1 { 
 0% { opacity: 0; -webkit-transform: translate3d(0,-600px,0); transform: translate3d(0,-600px,0) } 
 
 to { opacity: 1; -webkit-transform: translateZ(0); transform: translateZ(0) } 
 }



.slideshow .owl-item.active .name_slider { animation: fadeInDown1 1.6s linear 0.6s forwards; } 
.slideshow .owl-item.active .name_slider1 { animation: fadeInDown1 1.4s linear 0.6s forwards; } 
.slideshow .owl-item.active .btn_slider { animation: fadeInDown1 1.2s linear 0.6s forwards; } 
.position_slider { position: absolute !important; top: 30%; left: -35%; right: 0%; text-align: center; } 
.box_slider { display: block; } 
.name_slider { color: #fff; font-size: 100px; text-transform: uppercase; position: relative; filter: drop-shadow(2.5px 4.33px 2.5px rgba(0,0,0,0.75)); font-family: 'SFUShadowBTBlackCondensed'; } 
.name_slider1 { color: #fff; font-size: 30px; font-family: 'MontserratRegular'; position: relative; } 
 

/* Mmenu */
.menu-res {display: none;height: 65px;z-index: 999;filter: drop-shadow(0px 5px 2.5px rgba(0,0,0,0.75));background-color: #1f69f6;position: relative;line-height: normal;} 
.menu-bar-res { height: 65px; padding: 0px 15px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; justify-content: space-between; } 
#menu { display: none; } 
#hamburger { display: block; width: 45px; height: 23px; position: relative; } 
#hamburger:before,#hamburger:after,#hamburger span { background: #fff; content: ''; display: block; width: 100%; height: 3px; 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; transition-property: transform,top,bottom,left,opacity; } 
.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 { transform: rotate(45deg); } 
.mm-wrapper_opening #hamburger:after { transform: rotate(-45deg); } 
.mm-menu_opened { display: block!important; } 

/* #menu { display:none; } 
#hamburger { display:block; width:20px; height:15px; position:relative; } 
#hamburger:before,#hamburger:after,#hamburger span { background:#ffffff; content:''; display:block; width:100%; height:3px; position:absolute; left:0px; } 
#hamburger:before { top:0px; } 
#hamburger span { top:5px; } 
#hamburger:after { top:10px; } 
#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; transition-property:transform,top,bottom,left,opacity; } 
.mm-wrapper_opening #hamburger:before,.mm-wrapper_opening #hamburger:after { top:5px; } 
.mm-wrapper_opening #hamburger span { left:-50px; opacity:0; } 
.mm-wrapper_opening #hamburger:before { transform:rotate(45deg); } 
.mm-wrapper_opening #hamburger:after { transform:rotate(-45deg); } 
.mm-menu_opened { display:block!important; } 
.res-pc #hamburger:before,.res-pc #hamburger:after,.res-pc #hamburger span { background-color: #4b4e51 !important; } 
.res-pc #hamburger { width:40px; height:25px; } 
.res-pc #hamburger span { top:10px; } 
.res-pc #hamburger:after { top:20px; } */

/* Search Responsive */
.search-res { position: relative; } 
.search-res .icon-search { width: 40px; height: 40px; cursor: pointer; text-align: center; line-height: 40px; color: #000; margin: 0px; border-radius: 50%; font-size: 22px; } 
.search-res .icon-search.active { color: #fff; background: rgba(0, 0, 0, .7); /* border-radius:100%; */ } 
.search-res .search-grid { position: absolute; top: 55px; right: 0px; width: 0px; height: 40px; overflow: hidden; background: #ffffff; border: 1px solid #6e4e16; z-index: 999; opacity: 0; border-radius: 50px; line-height: normal; } 
.search-res .search-grid p { float: left; width: 35px; height: 38px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: #0c471a; line-height: 40px; text-align: center; } 
.search-res .search-grid input { width: calc(100% - 35px); float: right; line-height: 38px; outline: none; border: none; color: var(--color-red); } 
.search-res .search-grid input::-webkit-input-placeholder { color: #ccc; } 
.search-res .search-grid input:-moz-placeholder { color: #ccc; } 
.search-res .search-grid input::-moz-placeholder { color: #ccc; } 
.search-res .search-grid input:-ms-input-placeholder { color: #ccc; } 

/* Partner */
.wrap-partner { padding: 0px 15px; background: #eee; } 
.wrap-partner .wrap-content { position: relative; } 
.partner { display: block; border-radius: 50%; margin: 10px; box-shadow: 0px 0px 12px 0px #939393; } 

/* Breadcrumb */
.breadCrumbs { background-color: #eee; } 
.breadCrumbs .wrap-content { padding: 0.75rem 15px; } 
.breadCrumbs .wrap-content .breadcrumb { padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 0; } 
.breadCrumbs .wrap-content .breadcrumb-item a { color: var(--color-black); } 
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: var(--color-gray); } 

/* Intro */
/* .wrap-intro { padding: 50px 0px; } */
.news-scroll { list-style: none; } 
.news-scroll ul li { margin-bottom: 10px !important; } 
.news-shadow-name { font-size: 15px; font-family: 'MulishBold'; } 
.news-shadow-name a { color: #232323;; line-height: 1.6; } 
.news-shadow-name a:hover { color: #ec2d3f; } 
.news-shadow-desc { font-size: 14px; color: #575757; line-height: 1.8; } 
.news-shadow-name a.text-split { -webkit-line-clamp: 2; } 

/**/
.news-home-scroll ul li { margin-bottom: 2px !important; padding: 0px; } 
.news-home { display: flex; } 
.news-home-image { } 
.news-home-info { text-align: left; padding: 10px; padding-top: 28px; padding-bottom: 16px; padding-right: 12px; background: #f2f2f2; margin-left: 0px; /* box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 0px 5px 0 rgb(0 0 0 / 19%); */margin-top: -19px; } 
.news-home-name { font-size: 14px; font-family: 'RobotoBold'; } 
.news-home-name a { color: #000; font-size: 14px; font-family: 'RobotoBold'; width: 300px; /* text-transform: uppercase; */ } 
.news-home-name a:hover { color: #ec2d3f; font-family: 'RobotoBold'; } 
.news-home-desc { font-size: 14px; color: #000; margin-bottom: 0.5rem; font-family: 'RobotoRegular'; /* text-align: left; */width: 265px; } 
.news-home-name a.text-split { -webkit-line-clamp: 2; } 
.news-home-desc.text-split { -webkit-line-clamp: 3; } 
.news-time-home { margin-bottom: 0px; font-size: 14px; text-align: left; margin-bottom: 10px; color: #000; font-family: 'RobotoRegular'; height: 40px; display: flex; justify-content: center; align-items: center; margin-left: 3px; } 

/* Video */
.video { cursor: pointer; margin-bottom: 1rem; } 
.video-image { position: relative; margin-bottom: 0.75rem; } 
.video-image:before { content: ""; position: absolute; width: 110px; height: 110px; top: calc(50% - 110px/2); left: calc(50% - 110px/2); z-index: 1; background-repeat: no-repeat; background-image: url(../images/icon_play.png); } 
.video-name { text-align: center; font-size: 16px; color: var(--color-black); margin-bottom: 0px; } 

.much_slider .video-image:before { content: ""; position: absolute; width: 50px; height: 35px; top: calc(50% - 35px/2); left: calc(50% - 45px/2); z-index: 1; background-repeat: no-repeat; background-image: url(../images/play.png); zoom: 0.85; } 

/* Album */
.album { cursor: pointer; margin-bottom: 1rem; } 
.album-image { margin-bottom: 0.75rem; } 
.album-name { margin-bottom: 10px; text-align: center; } 
.album-name a { display: block; font-size: 16px; color: #000; margin-bottom: 0px; font-family: 'arsenal-Regular'; } 

/* Brand */
.wrap-brand { padding: 50px 0; } 
.wrap-brand .wrap-content { position: relative; } 
.brand { display: block; /* max-width: 160px; */
 /* max-height: 100px; */
 /* padding: 5px; */
 /* margin: 10px auto; */
 /* background: #fff; */
 /* border: solid 1px #666666; */ } 

.brand img { /* box-shadow: 0 0px 1px 0 rgb(0 0 0 / 20%), 0 0px 5px 0 rgb(0 0 0 / 19%); */
 /* border-radius: 15px; */
 border: solid 2px #eee; } 

/* Product */
.title-sanpham { color: #4a9549; font-family: 'mont-b'; font-size: 40px; text-align: center; text-transform: uppercase; position: relative; margin-left: 0px; /* filter: drop-shadow(3.857px 4.596px 0px rgba(0,0,0,0.32)); */ } 
.lineall { text-align: center; /* padding-top: 20px; */ } 
.info-sanpham { margin-bottom: 45px; } 
.list-product .wrap-product:nth-child(2n) .title-product { flex-flow: row-reverse; } 
.topsale { background-color: #f1f3f4; } 
.title-product { text-align: left; position: relative; display: flex; justify-content: flex-start; align-items: center; gap: 15px; } 
.title-product span { position: relative; font-size: 28px; line-height: 48px; color: #ed2651; font-family: "iCielPony"; } 
.title-product-cat { list-style: none; /* padding: 0px 20px; */position: relative; margin: 0; padding: 0; /* max-width: 390px; *//* margin-right: 100px; */display: flex; justify-content: center; flex-wrap: wrap; align-items: center; } 
.title-product-cat li { margin: 10px 10px; position: relative; } 
.title-product-cat li a { cursor: default; display: inline-block; font-size: 15px; text-transform: capitalize; /* font-family: 'SegoeUISemibold'; *//* background: #47bb72; *//* border: solid #ececec; *//* padding: 10px 15px; */color: #333333 !important; border-radius: 0px; } 
.title-product-cat li.active a, .title-product-cat li a:hover { background: none !important; transition: all ease 0.4s; color: #CA8F07 !important; } 

.title-product-list {list-style: none;margin: 0;padding: 0;/* text-align: right; */position: relative;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;z-index: 10;} 
.title-product-list li { margin: 10px 15px; display: inline-block; text-align: center; } 
.title-product-list li p { margin:0 } 
.title-product-list li a { cursor: default; display: inline-block; text-align: center; font-size: 16px; font-family: 'RobotoBold'; color: #1c66b5 !important; background: #fff; text-transform: capitalize; padding: 10px 25px; border: solid 1px #1c66b5; } 
.title-product-list li.active a, .title-product-list li a:hover { transition: all ease 0.2s; background: #1c66b5 !important; color: #fff !important; } 
.title-product-list li.active .group-product .logo-pro, .title-product-list li .group-product .logo-pro:hover { transition: all ease 0.2s; background: #ffcc1f; border: none; } 
.title-product-list li.active .group-product .name-pro, .title-product-list li .group-product .name-pro:hover { transition: all ease 0.2s; color: #ffcc1f; border: none; } 

/* .title-product-list li a::after { content:''; display: block; width: 100%; background: #000; height: 5px; border-radius: 35px; margin-top: 5px; transition:all .3s } 
.title-product-list li.active a::after, .title-product-list li a:hover:after { content:''; background:#148f35 } */
/* .title-product-list li .box-list.active , .title-product-list li .pic-list:hover { transition: all ease 0.2s; color: #ec2d3f; background: blue; } */
/* .box-list.active, .box-list:hover { transition: all ease 0.2s; color: #f50f26; background: #f7bf00; width: 95px; height: 95px; border-radius: 50%; } */

.title-product-lists { list-style: none; margin: 0; padding: 0; /* text-align: right; */position: relative; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; z-index: 99; } 
.title-product-lists li { margin: 10px 15px; display: inline-block; } 
.title-product-lists li a { cursor: default; display: inline-block; text-align: center; font-size: 15px; font-family: 'RobotoRegular'; color: #000 !important; background: #fff; text-transform: uppercase; padding: 10px 25px; border-top-left-radius: 150px; border-bottom-right-radius: 150px; } 
.title-product-lists li.active a, .title-product-lists li a:hover { transition: all ease 0.2s; background: #005128 !important; color: #fff !important; } 
.btn-viewpro { /* color: #004b23 !important; */
 /* text-decoration: underline; */ } 

.btn-viewpro:hover { color: #ec2d3f !important; text-decoration: underline; } 
.product.add{float: left;width: 18%;margin: 0 2% 2% 0;}
.product.add:nth-child(5n+1) { clear: none !important; } 
.product.add:nth-child(5n) { margin-right: 20px !important; }

.pro_intralox {float: left;width: 32%;margin: 0 2% 2% 0;} 
.pro_intralox:nth-child(3n+1) { clear: both; } 
.pro_intralox:nth-child(3n) { margin-right: 0px; } 



.product.addz{float: left;width: 31%;margin: 0 2% 2% 0;}
.product.addz:nth-child(3n+1) { clear: none !important; } 
.product.addz:nth-child(3n) { margin-right: 20px !important; }

.img_product img {
    width: 100%;
    display: block;
}
.product {float: left;width: 18%;margin: 0 2% 2% 0;} 
.product:nth-child(5n+1) { clear: both; } 

.product:nth-child(5n) { margin-right: 0px; } 

.home-product .product { float: left; width: 32%; margin: 0 2% 2% 0; } 

.home-product .product:nth-child(3n+1) { clear: both; } 

.home-product .product:nth-child(3n) { margin-right: 0px; } 

.box-product { position: relative; display: block; margin-bottom: 0.85rem; text-align: center; padding: 10px; border-radius: 15px; /* background: #d9d9d94d; */border: solid 1px #DECF00; /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */ } 

.pic-product { margin-bottom: 0px; display: block; background: #fff; } 

.pic-product img { width: 100% !important; } 

.info-product {padding: 10px 15px;text-align: center;} 

.name-product a { font-size: 13px; text-transform: capitalize; font-family: 'SourceSansPro-Regular'; margin-bottom: 0rem; color: #373737; text-transform: capitalize; } 
.name-product.text-split { -webkit-line-clamp: 2; font-size: inherit; } 
.name-product a:hover { color: #ca0505 !important; } 
.desc-sampham.text-split { -webkit-line-clamp: 3; } 

.desc-sampham { font-size: 14px; font-family: 'RobotoRegular'; color: #393939; } 

.price-product { margin-bottom: 0px; display: flex; justify-content: center; align-items: center; gap: 10px; } 

h3.name-sanpham.text-split { -webkit-line-clamp: 2; font-size: inherit; } 

.desc-product.text-split { -webkit-line-clamp: 2; } 

.desc-product { font-size: 14px; } 

/* .price-product span { font-weight:700; } */
.price-new { font-size: 22px; color: #f30404; text-transform: capitalize; font-family: 'SourceSansPro-Regular'; padding-bottom: 2px; } 
.price-old { text-decoration: line-through; color: #666666; font-size: 15px; text-align: center; font-family: 'SourceSansPro-Regular'; } 
.price-per { position: absolute; top: 15px; right: 15px; width: 60px; height: 35px; padding-left: 5px; margin: 0 auto; display: flex; justify-content: center; align-items: center; color: #fff; background: url("../images/icon_sale.png")no-repeat; background-size: 100% 100%; font-size: 15px; font-family: 'QuicksandMedium'; z-index: 99; } 
.guarantee { font-size: 14px; color: #666; font-family: 'MuliRegular'; } 
.cart-product { margin-bottom: 0px; } 
.cart-product span { cursor: pointer; width: 49%; float: left; color: #ffffff; text-transform: capitalize; text-align: center; padding: 7px 5px; border-radius: 3px; } 
.cart-add { margin-right: 2%; background-color: var(--color-red); } 
.cart-add:hover { background-color: var(--color-dark-red); } 
.cart-buy { background-color: var(--color-green); } 
.cart-buy:hover { background-color: var(--color-dark-green); } 

.btn-product { text-align: center; background: #000; color: #fff; font-size: 14px; font-family: 'QuicksandRegular'; padding: 10px 20px; display: inline-block; } 
.btn-product:hover { padding: 10px 35px; transition: all .5s; color: #fff; } 
.btn-product a { /* background-color: #028700; */
 padding: 10px 25px; font-size: 15px; color: #000; position: relative; font-family: 'opensans-b'; /* border-radius: 0.25rem; */
 text-transform: uppercase; /* width: 189px; */
 /* height: 55px; */
 line-height: 35px; box-shadow: inset 0 0 1px rgba(255,255,255,0.37); background-image: linear-gradient(0deg, #e58100 0%, #ffd700 100%); } 

.btn-product a:hover { background: #cc1717; color: #fff; transition: all ease 0.3s; } 

/* Product Detail */
.grid-pro-detail { margin-bottom: 3rem; } 
.left-pro-detail { position: relative; text-align: center; } 
.left-pro-detail .MagicZoom { border: 1px solid #eee; padding: 7px; border-radius: 5px; background-color: #ffffff; } 
.gallery-thumb-pro { position: relative; margin-top: 10px; } 
.owl-pro-detail { padding: 0px 30px; } 
.control-pro-detail button { background-color: transparent; color: #222222; opacity: 1; width: 25px; font-size: 23px; } 
.control-pro-detail button:hover { opacity: 0.7; } 
.control-pro-detail button.owl-prev { left: 0px; } 
.control-pro-detail button.owl-next { right: 0px; } 

.thumb-pro-detail { display: block!important; border: 1px solid #eee; padding: 5px; border-radius: 3px; cursor: pointer; background-color: #ffffff; } 
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: #cecfd2; } 
.thumb-pro-detail img { box-shadow: none!important; filter: brightness(100%)!important; border-bottom: 0px!important; padding-bottom: 0px!important; } 
.title-pro-detail {text-transform: capitalize;font-size: 20px;display: block;font-weight: 700;color: #00449c;position: relative;padding-bottom: 10px;} 
.comment-pro-detail { display: flex; align-items: center; justify-content: flex-start; } 
.social-plugin-pro-detail { margin-bottom: 1rem; margin-top: 0px!important; } 
.desc-pro-detail { margin-bottom: 1rem; } 
.attr-pro-detail { list-style: none; padding: 0px; } 
.attr-pro-detail li { margin-bottom: 0.5rem; } 
.attr-label-pro-detail { margin: 0px 5px 0px 0px; } 
.attr-label-pro-detail.d-block { display: block; margin: 0px 0px 5px 0px; } 
.attr-content-pro-detail { display: inline-block; margin-bottom: 0px; } 
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: var(--color-red); } 
.price-old-pro-detail { font-weight: 500; color: var(--color-gray); text-decoration: line-through; padding-left: 10px; } 
.color-pro-detail { cursor: pointer; display: inline-block; vertical-align: top; position: relative; width: 35px; height: 30px; margin: 0px 0px 3px 0px; border: 1px solid transparent; background-repeat: no-repeat; background-size: contain; background-position: center center; } 
.size-pro-detail { cursor: pointer; border: 1px solid #ccc; padding: 3px 10px 4px 10px; display: inline-block; position: relative; } 
.size-pro-detail.active,.color-pro-detail.active { border-color: #e5101d; color: #e5101d; } 
.size-pro-detail.active:after,.color-pro-detail.active:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 13px; height: 13px; background-repeat: no-repeat; background-image: url(../images/check-cart.png); } 
.color-pro-detail input[type=radio],.size-pro-detail input[type=radio] { display: none; } 
.quantity-pro-detail { width: 100%; max-width: 110px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; } 
.quantity-pro-detail span { line-height: 25px; padding: 0px; width: 30px; height: 30px; color: #5f5f5f; cursor: pointer; font-size: 22px; border: 1px solid #cccccc; } 
.quantity-pro-detail span.quantity-plus-pro-detail { border-left: 0px; } 
.quantity-pro-detail span.quantity-minus-pro-detail { border-right: 0px; } 
.quantity-pro-detail input { height: 30px; border: 1px solid #cccccc; width: calc(100% - 60px); text-align: center; font-size: 14px; padding: 5px; } 
.cart-pro-detail { margin-bottom: 1rem; } 
.cart-pro-detail a { font-size: 14px; color: #ffffff!important; text-transform: uppercase; } 
.tags-pro-detail a { float: left; font-size: 13px; padding-bottom: 0.375rem; margin: 0px 5px 5px 0px; } 
.tags-pro-detail a i { font-size: 11px; margin: 5px 5px 0px 0px; } 
.tabs-pro-detail { margin-top: 2rem; } 
.tabs-pro-detail .nav-tabs .nav-link { border-top-width: 3px; font-size: 13px; } 
.tabs-pro-detail .nav-tabs .nav-link.active,.tabs-pro-detail .nav-tabs .nav-item.show .nav-link { border-top-color: #555555; } 

/* News */
.news { margin-bottom: 2rem; } 
.news-name { margin-bottom: 0.5rem; } 
.news-name a {font-family: 'RobotoBold';font-size: 15px;text-transform: uppercase;} 
.news-name a.text-split { -webkit-line-clamp: 2; } 
.news-name a:hover { color: var(--color-red); } 
.news-time {color: #333333;font-size: 14px;font-style: italic;display: flex;justify-content: center;align-items: center;gap: 5px;margin: 0;} 
.news-desc {color: #333333;margin-top: 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: var(--color-red); } 

/* Contact */
.contact-article { margin-bottom: 3rem; } 

.contact-input { position: relative; margin-bottom: 15px; } 

.contact-input textarea { resize: none; height: 150px; } 

.contact-input .custom-file-label::after { content: attr(title); } 

.contact-map { position: relative; height: 250px; } 

.contact-map iframe { top: 0px; left: 0px; width: 100%!important; height: 100%!important; } 

/* form dang ky / tuyen dung */
.advise-news { width: 49.7%; padding: 30px; background-color: #fff; position: relative; box-shadow: 0px 0px 5px #ccc; } 

.advise-news:nth-child(1)::after { position: absolute; content: ''; background: url('../images/gg.png') no-repeat; width: 30px; top: 30px; bottom: 30px; right: -18px; z-index: 2; } 

.title-intro { margin-bottom: 1.5rem; } 

.color-r { color: #e10a00 !important; } 

/* Newsletter */
.newsletter-input { margin-bottom: 2%; position: relative; display: block; } 
.newsletter-input input { height: 50px; width: 100%; border: none; border-bottom: solid 2px #959595; /* background: rgb(216 202 202 / 50%) !important; */color: #2e2e2e !important; border-radius: 0px; background: #ffffff9e !important; position: relative; } 

.newsletter-input input::placeholder, .newsletter-textarea textarea::placeholder { font-size: 14px; color: #2e2e2e; } 
.newsletter-input input::placeholder, .newsletter-textarea input::placeholder { font-size: 14px; color: #2e2e2e; } 
 
.newsletter-textarea { /* margin: 0 auto; */margin-bottom: 1%; position: relative; display: block; } 
.newsletter-textarea textarea::placeholder { font-size: 14px; color: #484848; } 
.newsletter-textarea textarea { width: 100%; height: 50px; border: none; border-bottom: solid 2px #959595; color: #000 !important; background: #fff !important; border-radius: 0px; } 
.newsletter-button:nth-child(1) { /* margin-right:10px; */ } 
.newsletter-button input { color: #fff !important; height: 50px; border: none; position: relative; outline: none; text-transform: uppercase; /* border: solid 2px #fff; */font-size: 15px; font-family: 'RobotoBold'; background: #dd0000 !important; padding: 10px 30px; opacity: 1; text-align: center; z-index: 10; border-radius: 35px; } 
.newsletter-button:nth-child(1) input { } 
.newsletter-button:nth-child(2) input { opacity: 1; } 
.newsletter-button input:hover { color: #fff !important; transition: all .5s; background: #d01e2c; } 
.newsletter-email input::placeholder, .newsletter-email input::placeholder { font-size: 14px; color: #fff; font-family: 'RobotoRegular'; } 
.newsletter-email input { background: none; height: 48px; width: 287px; border: solid 1px #fff; color: #8f8f8f !important; border-radius: 0px; background: #e3e3e3; } 
.newsletter-email { } 
input#phone-newsletter { background: none; } 
input#fullname-newsletter { background: none; } 
input#address-newsletter { background: none; } 
textarea#content-newsletter { background: none; } 

/* Footer */
.footer-article { position: relative; padding: 35px 15px; } 
.footer-article .wrap-content { /* padding: 35px 15px; */ } 
.footer-name { text-transform: uppercase; /* text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff; */
 /* filter: drop-shadow(2.06px 3.429px 0px #ed1c24); */
 /* -webkit-background-clip: text; */
 /* -webkit-text-fill-color: transparent; */
 position: relative; z-index: 10; font-size: 18px; font-family: 'RobotoBold'; color: #d91b24; /* filter: drop-shadow(0 0 2.5px rgba(0,0,0,0.75)); */ } 

.footer-title { text-transform: uppercase; color: #000; font-size: 15px; margin-bottom: 0rem; font-family: 'MuliBold'; } 
.footer-info { font-size: 15px; color: #333333; font-family: 'RobotoRegular'; } 
.footer-ul { list-style: none; padding: 0px; margin: 0px; } 
.footer-ul li { margin-bottom: 10px; color: #fff; } 
.footer-ul li:last-child { margin-bottom: 0px; } 
.footer-ul li a { color: #fff; font-family: "nunito-r"; font-size: 16px; } 
.footer-ul li a:hover { text-decoration: none; color: #fff600; } 
.footer-tags { /* background: rgb(51 90 20 / 50%); */
 /* display: flex; */
 align-items: center; justify-content: flex-start; flex-wrap: wrap; /* padding: 20px; */
 padding-top: 30px; padding-bottom: 1rem; /* border-radius: 35px; */
 gap: 20px; } 
.footer-tags .wrap-content { padding: 30px 15px; } 
.footer-tags-lists { list-style: none; padding: 0px; margin: 0px; display: flex; justify-content: space-between; flex-wrap: wrap; } 
.footer-tags-lists li { float: left; } 
.footer-tags-lists li a { padding-bottom: 0.375rem; padding-left: 10px; } 
.footer-powered { position: relative; background: #d90810; background-size: cover; } 
.footer-powered .wrap-content { padding: 15px; } 
.footer-statistic { font-size: 15px; color: #fff; text-align: center; font-family: 'RobotoRegular'; } 
.footer-statistic span { padding-right: 10px; } 
.footer-statistic span:last-child { padding-right: 0px; } 
.footer-copyright { font-size: 15px; color: #fff; text-align: left; } 
.footer-copyright span { font-family: 'RobotoBold'; } 
.title-footer { padding-bottom: 0.75rem; color: #000; font-size: 18px; font-family: 'RobotoBold'; text-transform: uppercase; } 
.desc_footer { color: #fff; text-align: center; font-size: 14px; padding: 10px 0; } 

.footer_info { padding-right: 10%; position: relative; } 
#footer-map { height: 200px; } 
#footer-map iframe { /* position: absolute!important; */width: 100%!important; height: 100%!important; top: 0%!important; left: 0px!important; right: 0px !important; } 
.chinhanhmap { position: relative; height: 410px; } 
.chinhanhmap iframe { position: absolute!important; width: 100%!important; height: 100%!important; top: 0px!important; left: 0px!important; } 

/* Like Share */
.social-plugin { display: flex; justify-content: flex-start; margin-top: 10px; } 

.social-plugin .at-share-btn { margin-bottom: 0px!important; } 

.social-plugin .zalo-share-button { margin-left: 3px; } 

/* Ckeditor */
.ckeditor { overflow-x: auto; } 
.ckeditor:after { content:''; clear: both; display:block; } 
.ckeditor *:not(iframe) { max-width: 100% !important; height: auto !important; } 
.ckeditor iframe { max-width: 100% !important; } 
.ckeditor p { margin-bottom: 0.5rem; } 

/* Paging */
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: .875rem; } 

.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: #555555; border-color: #555555; } 

/* Paging Ajax */
.pagination-ajax { text-align: center; /* padding-bottom: 35px; */margin: 0; } 

.pagination-ajax a { display: inline-block; vertical-align: top; margin: 0px 3px 3px 3px; width: 35px; height: 35px; line-height: 32px; color: #000!important; border-radius: 5px; border: 1px solid #e6e6e6; font-size: 13px; cursor: pointer; text-decoration: none!important; background-color: #ffffff; border-radius: 25%; box-shadow: 0 0px 8px 0 rgb(0 0 0 / 20%), 0 0px 2px 0 rgb(0 0 0 / 19%); } 

.pagination-ajax a.current,.pagination-ajax a:hover { color: #000 !important; border-color: #4a4a4a; /* border-radius: 50%; */
 background-color: #FFC700; border: 1px solid #cccccc; } 

.pagination-ajax a.first,.pagination-ajax a.last,.pagination-ajax a.prev,.pagination-ajax a.next { text-indent: -9999px; position: relative; background-color: #ffffff!important; } 

.pagination-ajax a.first:before,.pagination-ajax a.last:before,.pagination-ajax a.prev:before,.pagination-ajax a.next:before { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; background-color: transparent; background-repeat: no-repeat; background-position: center; } 

.pagination-ajax a.first:before { background-image: url(../images/page-first.png); } 

.pagination-ajax a.last:before { background-image: url(../images/page-last.png); } 

.pagination-ajax a.prev:before { background-image: url(../images/page-prev.png); } 

.pagination-ajax a.next:before { background-image: url(../images/page-next.png); } 

/* Popup */
#popup .modal-body { padding: 0px; } 

/* Hidden Google Captcha */
.grecaptcha-badge { display: none!important; width: 0px!important; height: 0px!important; visibility: hidden!important; overflow: hidden; } 

/* Hidden Check Grammar Coccoc */
coccocgrammar { display: none; } 

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

/* 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; } 
/* Transition All */
.transition { -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; } 

/* Scale IMG */
.scale-img { overflow: hidden; display: block; position: relative; /* z-index: 99; */ } 

.scale-img img { -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; -moz-transform: scale(1,1); -webkit-transform: scale(1,1); -o-transform: scale(1,1); -ms-transform: scale(1,1); transform: scale(1,1); } 

.scale-img:hover > img { -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; -moz-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1); transform: scale(1.1,1.1); } 

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

@-moz-keyframes blink { 
 0% { opacity: 1.0; } 

 50% { opacity: 0.0; } 

 100% { opacity: 1.0; } 
 }

@-webkit-keyframes blink { 
 0% { opacity: 1.0; } 

 50% { opacity: 0.0; } 

 100% { opacity: 1.0; } 
 }

@keyframes blink { 
 0% { opacity: 1.0; } 

 50% { opacity: 0.0; } 

 100% { opacity: 1.0; } 
 }

/* Button Frame */
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 999; cursor: pointer; } 

.btn-frame i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; background: #DB1E24; width: 50px; height: 50px; border-radius: 50%; position: relative; } 

.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; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(7,41,103,0.8); opacity: .1; border-color: #1182FC; opacity: .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; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(7,41,103,0.35); opacity: .4; } 

.btn-frame .pulse { animation-name: pulse; } 

.btn-framee { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 12; cursor: pointer; } 

.btn-framee i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; width: 50px; height: 50px; background: #fff; border-radius: 50%; position: relative; z-index: 99; } 

.btn-framee i img { vertical-align: middle; width: 40%; } 

.btn-framee .animated.infinite { animation-iteration-count: infinite; } 

.btn-framee .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(7,41,103,0.8); opacity: .1; border-color: #fff; opacity: .5; } 

.btn-framee .zoomIn { animation-name: zoomIn; } 

.btn-framee .animated { animation-duration: 1s; animation-fill-mode: both; } 

.btn-framee .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: #ffff; opacity: .4; } 

.btn-framee .pulse { animation-name: pulse; } 

.btn-frame1 { display: block; width: 50px; height: 50px; position: fixed; right: 20px; /* z-index: 10; */
 cursor: pointer; } 

.btn-frame1 i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; width: 50px; height: 50px; background: #213f99; border-radius: 50%; position: relative; z-index: 1; } 

.btn-frame1 i img { vertical-align: middle; width: 70%; } 

.btn-frame1 .animated.infinite { animation-iteration-count: infinite; } 

.btn-frame1 .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(7,41,103,0.8); opacity: .1; border-color: #14c021a6; opacity: .5; } 

.btn-frame1 .zoomIn { animation-name: zoomIn; } 

.btn-frame1 .animated { animation-duration: 1s; animation-fill-mode: both; } 

.btn-frame1 .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: #14c021a6; opacity: .4; } 

.btn-frame1 .pulse { animation-name: pulse; } 

.hotline-btn .btn-frame1 { position: relative; right: unset; left: 0; } 

/* Zalo */
.btn-zalo { bottom: 315px; } 
.btn-zalo.btn-frame i { background: rgba(0, 175, 242, 0.5); } 
.btn-zalo .animated.infinite.pulse.kenit-alo-circle-fill { background-color: rgba(0, 175, 242, 0.5); } 
.btn-zalo.btn-frame .kenit-alo-circle { border-color: rgba(0, 175, 242, 0.5); } 

/* Maps */
.btn-maps { bottom: 400px; } 

/* Phone */
.btn-phone { bottom: 230px; } 

/* Icon Cart */
.box-giohang-fix { display: block !important; height: 35px !important; width: 46px !important; background: url("../images/icon-giohang-top.png") no-repeat left center !important; padding-left: 60px; font-size: 14px; text-transform: uppercase; line-height: 45px; font-weight: bold; text-decoration: none !important; color: #f30c0c !important; } 
.box-giohang-fix b { display: block; color: #fff; font-size: 13px; position: absolute; left: 31px; top: 3px; height: 14px; width: 9px; z-index: 9; line-height: 17px; } 

/* Messenger */
.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed { display: none!important } 

.js-facebook-messenger-tooltip { bottom: 97px; right: 97px } 

.js-facebook-messenger-tooltip { color: #404040; background: #fff } 

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip { z-index: 999 } 

.js-facebook-messenger-tooltip { display: none; position: fixed; text-align: center; border-radius: 10px; overflow: hidden; font-size: 12px; line-height: 1; padding: 10px; border: 1px solid rgba(0,0,0,0.1); box-shadow: rgba(0,0,0,0.15) 0 2pt 10pt; z-index: 1.0E+30 } 

.js-facebook-messenger-close-tooltip { width: 10px; height: 10px; display: inline-block; cursor: pointer; margin-left: 10px } 

.js-facebook-messenger-box.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand } 

.js-facebook-messenger-box.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both } 

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip { z-index: 999 } 

.js-facebook-messenger-box { display: block; position: fixed; cursor: pointer; bottom: 150px; right: 17px; width: 56px; height: 56px; text-align: center; background: linear-gradient(
 45deg,
 rgba(63, 94, 251, 1) 0%,
 rgba(252, 70, 70, 1) 100%
 ); border-radius: 100%; overflow: hidden; z-index: 99; -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3); -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3); box-shadow: 1px 1px 4px 0rgba(0,0,0,0.3) } 

.js-facebook-messenger-box.rotate svg#fb-msng-icon { transform: rotate(0deg) } 

.js-facebook-messenger-box svg#fb-msng-icon { width: 32px; height: 33px; position: absolute; top: 13px; left: 12px; opacity: 1; overflow: hidden; -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; } 

.js-facebook-messenger-box.rotate svg#close-icon { transform: rotate(-45deg) } 

.js-facebook-messenger-box svg#close-icon { opacity: 0; width: 19px; height: 20px; position: absolute; top: 19px; left: 19px; -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; transition: opacity 160ms ease-in-out,transform 160ms ease-in-out; } 

.js-facebook-messenger-container,.js-facebook-messenger-container-button { z-index: 1000 } 

.js-facebook-messenger-container { position: fixed; opacity: 0; transform: translateY(50px); bottom: 110px; right: 90px; border-radius: 10px; pointer-events: none; box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16); -webkit-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out; -moz-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out; -o-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out; transition: transform 160ms ease-in-out,opacity 160ms ease-in-out } 

.js-facebook-messenger-top-header { width: 220px } 

.js-facebook-messenger-top-header { color: #ffffff; background: #1182FC } 

.js-facebook-messenger-top-header { display: block; position: relative; width: 220px; background: #1182FC; color: #ffffff; text-align: center; line-height: 1; padding: 10px; font-size: 14px; border-top-left-radius: 10px; border-top-right-radius: 10px } 

.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px } 

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip { z-index: 999 } 

.js-facebook-messenger-container,.js-facebook-messenger-container-button { z-index: 1000 } 

.js-facebook-messenger-top-header { color: #ffffff; background: #1182FC } 

.js-facebook-messenger-top-header { width: 220px } 

.js-facebook-messenger-tooltip { color: #404040; background: #fff } 

.js-facebook-messenger-container.open { transform: translateY(0px); opacity: 1; pointer-events: all } 

.js-facebook-messenger-tooltip { bottom: 97px; right: 97px } 

.js-facebook-messenger-box.open svg#fb-msng-icon { opacity: 0 } 

.js-facebook-messenger-box.rotate.open svg#close-icon { transform: rotate(0deg) } 

.js-facebook-messenger-box.open svg#close-icon { opacity: 1 } 

/* Cart Fix */
.cart-fixed { position: fixed; right: 5px; bottom: 480px; z-index: 99; background: #52A346; width: 50px; height: 50px; text-align: center; color: #fff!important; border-radius: 100%; display: flex; align-items: center; justify-content: center; } 

.cart-fixed i { font-size: 20px; } 

.cart-fixed span { position: absolute; top: 0px; right: -5px; color: #ffffff; width: 25px; height: 25px; background: var(--color-red); text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; } 

/* Toolbar */
.toolbar {background-color: #1f69f6;width: 100%;padding: 2vw;bottom: 0px;position: fixed;z-index: 500;height: auto;left: 0px;} 

.toolbar ul { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 0px; margin: 0px; } 

.toolbar ul li { text-align: center; width: 25%; } 

.toolbar ul li a { display: block; width: 100%; cursor: pointer; } 

.toolbar ul li a img { height: 6vw; width: auto; } 

.toolbar ul li a span { font-weight: 400; color: #fff; font-size: 2.5vw; } 

/* Fixbar */
.fixbar { bottom: 0; display: block; background: #f0eff4; border-top: 1px solid #ddd; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: fixed; margin: 0; z-index: 500; -webkit-backface-visibility: hidden; backface-visibility: hidden; height: 50px; } 

.fixbar ul { margin: 0px; padding: 0px; list-style: none; } 

.fixbar ul li { display: inline-block; margin: 0 auto 10px; text-align: center; width: 25%; float: left; } 

.fixbar .icon-cart-mobile,.fixbar .icon-cart-new,.fixbar .icon-home-new,.fixbar .icon-hotdeal-new { width: 20px; height: 20px; display: block; margin: 8px auto 0; } 

.fixbar .icon-cart-mobile { background: url(../images/cart-mobile.png) no-repeat; } 

.cart-total-header-mobile { font-size: 10px; position: absolute; background: red; color: #fff!important; border-radius: 50%; height: 15px; width: 15px; line-height: 15px; top: 5px; margin-left: 5px; } 

.fixbar ul li a { font-size: 11px; text-decoration: none; color: #333; } 

.fixbar ul li a i { font-size: 20px; } 

/* Plugbar */
.plugbar { position: fixed; bottom: 0; left: 0; border-top: 1px solid #eae6e6; width: 100%; right: 0; max-width: 767px; margin: 0 auto; background: #ffffff; padding: 9px 10px 10px 7px; z-index: 10; } 

.plugbar ul { list-style: none; padding: 0; margin: 0px; display: -webkit-flex; display: -moz-flex; display: flex; justify-content: space-between; align-items: center; } 

.plugbar ul li { width: 20%; float: left; } 

.plugbar ul li a { display: block; color: #696969; font-size: 12px; text-align: center; position: relative; } 

.plugbar ul li a i { font-size: 20px; color: #696969; } 

.plugbar ul li a span { position: absolute; width: 50px; height: 50px; top: -40px; left: calc(50% - 50px/2); font-size: 14px; display: block; border: 1px solid rgba(234,230,230,0.5); border-radius: 100%; } 

/* Combo Phone */
.support-online { position: fixed; z-index: 999; left: 10px; bottom: 0px; } 
.support-online a { position: relative; margin: 20px 10px; text-align: left; width: 40px; height: 40px; } 
.support-online i { width: 40px; height: 40px; background: #43a1f3; color: #ffffff; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; } 
.support-online a span { border-radius: 2px; text-align: center; background: rgb(103,182,52); padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; transition: all 0.2s ease-in-out 0s; -moz-animation: headerAnimation 0.7s 1; -webkit-animation: headerAnimation 0.7s 1; -o-animation: headerAnimation 0.7s 1; animation: headerAnimation 0.7s 1; } 
.support-online a:hover span { display: block; } 
.support-online a { display: block; } 
.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent rgb(103,182,52) transparent transparent; position: absolute; left: -10px; top: 10px; } 
.support-online .kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(0,175,242,0.5); opacity: .75; right: -10px; } 
.support-online .kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(30,30,30,0.4); opacity: .1; border-color: #0089B9; opacity: .5; } 
.support-online .support-online .btn-support { cursor: pointer; } 
.support-online .mes i { background: orange; } 
.support-online .sms i { background: red; } 
.support-online .call-now i { background: green; } 
/* Phone Switch */
.widget-mobile { position: fixed; left: 50%; transform: translateX(-50%); bottom: 10px; z-index: 9999999; } 
#my-phone-circle { position: relative; width: 50px!important; height: 50px!important; } 
.wcircle-open .wcircle-icon i:before { content: '\f00d'; } 
.wcircle-icon { background: #1282fc; border-radius: 50%; display: flex!important; display: -ms-flex!important; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative!important; } 
.wcircle-icon:before { position: absolute; content: ''; width: 60px; height: 60px; background: rgba(18,130,252,.5); border: 1px solid #ffffff; border-radius: 50%; left: -5px; top: -5px; -webkit-animation: pulse 1s infinite ease-in-out; -moz-animation: pulse 1s infinite ease-in-out; -ms-animation: pulse 1s infinite ease-in-out; -o-animation: pulse 1s infinite ease-in-out; animation: pulse 1s infinite ease-in-out; } 
.wcircle-icon:after { position: absolute; content: ''; width: 80px; height: 80px; background: rgba(18,130,252,.5); border-radius: 50%; left: -15px; top: -15px; -webkit-animation: zoomIn 2s infinite ease-in-out; -moz-animation: zoomIn 2s infinite ease-in-out; -ms-animation: zoomIn 2s infinite ease-in-out; -o-animation: zoomIn 2s infinite ease-in-out; animation: zoomIn 2s infinite ease-in-out; } 
.wcircle-menu { position: absolute!important; left: 0; top: 0; display: none; } 
.wcircle-menu-item { width: 50px; height: 50px; background: #1282fc; border-radius: 50%; display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } 
.wcircle-menu-item img { width: 50px; height: 50px; display: block; border-radius: 50%; } 
.wcircle-menu-item i,.wcircle-icon i { font-size: 25px; color: #ffffff; position: relative; z-index: 9999; } 
.shake-anim { -webkit-animation: shake-anim 1s infinite ease-in-out; -moz-animation: shake-anim 1s infinite ease-in-out; -ms-animation: shake-anim 1s infinite ease-in-out; -o-animation: shake-anim 1s infinite ease-in-out; animation: shake-anim 1s infinite ease-in-out; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50% } 

@-moz-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) } 
 }

@-webkit-keyframes shake-anim { 0%,100%,50% { -webkit-transform: rotate(0) scale(1) skew(1deg) } 

 10%,30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg) } 

 20%,40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg) } 
 }

@-o-keyframes shake-anim { 0%,100%,50% { -o-transform: rotate(0) scale(1) skew(1deg) } 

 10%,30% { -o-transform: rotate(-25deg) scale(1) skew(1deg) } 

 20%,40% { -o-transform: rotate(25deg) scale(1) skew(1deg) } 
 }

/* Text quay doc */
.text-rotate { -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg); transform: translateX(-50%) translateY(-50%) rotate(-90deg); } 

/* Chon ngon ngu */
div#google_language_translator { display: none; } 

/* Hover thanh truot */
.img_hover { overflow: hidden; position: relative; padding: 0; z-index: 0; } 

.img_hover:before { position: absolute; top: 0; left: -85%; z-index: 22; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%); background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); } 

.img_hover:hover:before { -webkit-animation: shine .6s; animation: shine .6s; } 

@-webkit-keyframes shine { 100% { left: 125%; } 
 }

@keyframes shine { 100% { left: 125%; } 
 }

.logo-footer { display: block; position: relative; margin: auto; /* text-align: center; */ } 
/* .logo-footer::after { content: ''; background: #502600 right center; width: 44%; height: 5px; left: 44%; position: absolute; top: 50%; margin-left: 150px; } 
.logo-footer::before { content:''; background: #502600 left center; width: 44%; height: 5px; right: 50%; position: absolute; top: 50%; margin-right: 75px; } */

.header-bottom { background: #fff; padding: 10px 0; } 


.footer {position: relative;background: #fff;border-top: solid 1px #2b2b2b;} 
.invalid-dangkynt { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #fff; font-family: 'RobotoBold'; } 

.d-footer { display: flex; justify-content: space-between; flex-wrap: wrap; position: relative; padding-bottom: 35px; } 

.footer-end { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } 

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

/* Policy */
ul.policy li { line-height: 30px; list-style: none; margin: 0; padding: 0; color: #000; } 
ul.policy li a { font-size: 15px; color: #000; } 
ul.policy li a:hover { color: #d02128; } 
ul.policy { padding: 0; margin: 0; } 
/* Scrollbars */
.scrollbars { height: 100%; overflow-y: auto; } 
/* width */
.scrollbars::-webkit-scrollbar { width: 5px; } 

/* Track */
.scrollbars::-webkit-scrollbar-track { background: #ABABAB; } 

/* Handle */
.scrollbars { overflow-y: scroll; overflow-x: hidden; } 

.scrollbars::-webkit-scrollbar { width: 5px; background: #C1C1C1; } 

.scrollbars::-webkit-scrollbar-thumb { width : 5px; background: #d02128; } 

.scrollbars::-webkit-scrollbar-thumb:hover, .scrollbars::-webkit-scrollbar-thumb:active { width: 2px; } 

/* scrollTop footer custom */
.edit-scroll-len { display: block; margin: auto; } 
a#scrollDiLen:hover { color: #000; } 
.edit-scroll-len i { margin-bottom: -12px; } 
.edit-scroll-len span { margin-top: -15px; font-size: 13px; font-family: 'RobotoBold'; } 
a#scrollDiLen { width: 17%; font-size: 20px; } 

/* Centermodel slider */
.product_slick .slick-slide { padding: 0px 0px; transition: all 400ms ease-in; transform: scale(0.85); margin-left: 30px; } 
.product_slick .slick-center { padding: 0px 0px !important; zoom:1.1; } 
.product_slick .slick-track { display: flex; justify-content: center; align-items: center; } 
.center_slider .slick-slide { /* display: flex; *//* justify-content: center; */ } 

/* Centermodel slider hinh giua de` */
.center-gioithieu .slick-center .pic-gioithieu { padding: 0px 0px !important; transform: scale(0.9); transform-origin: center bottom; } 
.center-gioithieu .slick-active:not(.slick-center) .pic-gioithieu { padding: 0px 0px; transition: all 400ms ease-in; transform: scale(1.4); } 
.center-gioithieu .slick-slide { z-index: -1; position: relative; } 
.center-gioithieu .slick-center { z-index: 10; } 

/* hover khung */
/* .info-dichvu { position:absolute; transition:0.2s all; border:#fff solid 1px; width:calc(100% - 30px)!important; height:calc(100% - 30px)!important; left:15px; top:100%; display:flex; align-items:flex-end; clip-path:polygon(0% 0%,100% 0%,100% 100%,60% 100%,60% calc(100% - 2px),1px calc(100% - 2px),1px 70%,0 70%); z-index: 99; } 
.name-dichvu a { color: #ffffff; font-family: 'opensans-semib'; font-size: 17px; text-transform: uppercase; margin-left: 35px; margin-bottom: -10px; } 
.pic-dichvu:hover .info-dichvu { top:15px; } 
.name-dichvu a:hover { color: #c21616; } */

/* hover keo */
.info-map { overflow: hidden; position: relative; } 

.title-map { list-style: none; width: 50%; height: 100%; background: rgb(0 59 149 / 79%); position: absolute; z-index: 99; top: 0; right: -50%; transition: all 400ms ease-in; top: 30px; left: 0; right: 0; display: flex; justify-content: center; gap: 15px; } 
.footer_map_tab { position: relative; } 
ul.title-map li a { padding: 10px 15px; background: #fff !important; font-size: 15px; font-family: 'RobotoBold'; color: #ed2651 !important; border-radius: 35px; border: solid #ed2651; } 
.title-map li.active a, .title-map li a:hover { transition: all ease 0.2s; background: #ed2651 !important; color: #fff !important; } 
.title-map:hover { right: 0%; } 
.title-map:hover .mui-ten-map { transform: rotate(0deg); -webkit-transform: rotate(-0deg); -moz-transform: rotate(0deg); } 
.mui-ten-map { transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); position: absolute; left: -26px; top: 0px; bottom: 0px; margin: auto; line-height: 58px; text-align: center; background: rgb(0 59 149 / 79%); width: 44px; height: 44px; border-radius: 50%; overflow: hidden; } 
.mui-ten-map img { vertical-align: unset; } 

/* Flipbook */
.f-flipbook { display: inline-block; position: relative; margin: 20px 0px 30px 0px; } 
.flipbook { margin: auto !important; } 
.f-flipbook button { position: absolute; top: 50%; border: none; background: transparent; width: 55px; height: 35px; filter: invert(1); } 
.f-flipbook .turn-next { left: calc(100% + 60px); left: -moz-calc(100% + 60px); left: -webkit-calc(100% + 60px); } 
.f-flipbook .turn-prev { right: calc(100% + 60px); right: -moz-calc(100% + 60px); right: -webkit-calc(100% + 60px); } 
.f-flipbook:before { content: ""; position: absolute; top: -10px; bottom: -60px; left: -15px; right: -15px; background: url(../images/bg_book.png) no-repeat top center; background-size: 100% auto; } 
.flipbook-viewport .page { width: 461px; height: 600px; background-color: #fff; background-repeat: no-repeat; background-size: 100% 100%; } 
.flipbook .page { -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); } 
.flipbook-viewport .page img { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin: 0; } 
.flipbook-viewport .shadow { -webkit-transition: -webkit-box-shadow 0.5s; -moz-transition: -moz-box-shadow 0.5s; -o-transition: -webkit-box-shadow 0.5s; -ms-transition: -ms-box-shadow 0.5s; -webkit-box-shadow: 0 0 20px #ccc; -moz-box-shadow: 0 0 20px #ccc; -o-box-shadow: 0 0 20px #ccc; -ms-box-shadow: 0 0 20px #ccc; box-shadow: 0 0 20px #ccc; } 

/* Album */
.album { cursor:pointer; margin-bottom:1rem; } 
.album-image { margin-bottom:0.75rem; } 
.album-name { margin-bottom:0px; text-align:center; } 
.album-name a { display:block; font-size:16px; color:var(--color-black); margin-bottom:0px; } 


/* Icon Phone */
.hotline-btn { bottom: 235px; width: auto; height: auto; position: fixed; right: 20px; z-index: 999; } 
.hotline-btn .btn-frame { position: relative; right: unset; left: 0; } 
.hotline-btn:hover span { width: 160px; transition: all 400ms ease-in; } 
.hotline-btn span { width: 0; height: 40px; padding: 7px 2px; font-size: 18px; background: #14c021a6; font-family: 'MuliExtraBold'; color: #fff; border-radius: 43px; display: flex; justify-content: center; align-items: center; margin-left: 28px; margin-top: -44px; padding-left: 15px; white-space: nowrap; overflow: hidden; } 
.hotline-btn i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; width: 50px; height: 50px; background: #14c021a6; border-radius: 50%; position: relative; z-index: 1; } 
span.number-hotline { font-family: 'inter-b'; color: #ff0303; } 

.main {margin: auto;/* overflow: hidden; */display: block;position: relative;text-align: center;/* z-index: 10; */padding-top: 10px;} 
/* Dot Slider */
.owl-carousel .owl-dot { } 
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #1f69f6 !important; border-radius: 0px; opacity:1 } 
.owl-theme .owl-dots .owl-dot span { width: 45px; height: 3px; border-radius: 0px; background: #000; opacity: .25; } 
.owl-page.owl-carousel { text-align: center; } 
.owl-dots { position: absolute; bottom: -7%; width: 100%; display: flex; align-items: center; justify-content: center; } 


/* Tags */
.row-tags { padding: 10px 0; } 
.tags { color: #fff; font-size: 16px; font-family: 'RobotoRegular'; margin-bottom: 1rem; } 
.tags a { display: inline-block; border-radius: 5px; background: #f0f0f0; color: #6e6e6e; padding: 3px 5px; margin-bottom: 2px; border: none; font-family: 'RobotoRegular'; font-size: 14px; } 
.tags a:hover { background: #fe6d4c; color: #fff } 

/* Category */

/* logo */
.img_logoo { width: 100%; display: block; position: relative; z-index: 99; } 
.header.fixed .img_logo { display: block; position: relative; zoom: 0.65; top: auto; } 

/* General */
.title-main { text-align: center; padding-bottom: 20px; margin: auto; } 
.title-main span {position: relative;z-index: 10;font-size: 30px;color: #111111;text-align: center;/*filter: drop-shadow(0 0 2.5px rgba(0,0,0,0.75)); text-shadow: 1px 1px #fff, 1px -1px #fff, -1px 1px #fff, -1px -1px #fff; */text-transform: uppercase;font-family: 'ArialBold';background: url(../images/bg_title.png)no-repeat;background-size: 100% 100%;display: inline-block;width: 345px;height: 65px;padding-left: 35px;} 
.title-main p { font-size: 15px; color: #000; margin: 0; } 
.line-main { font-size: inherit; } 

/* Intoduce */
.wrap_intoduce { position: relative; padding: 75px 0; background: url("../images/bg_intoduce.png")no-repeat; background-size: cover; overflow: hidden; } 
.flex_intoduce { display:flex; justify-content: space-between; flex-wrap: wrap; align-items: center; } 
.flex_intoduce >div:nth-child(1) { width: 40%; } 
.flex_intoduce >div:nth-child(2) { width: 55%; } 
.photo_intoduce { position: absolute; left: 0; top: 0; width: 570px; } 
.pic_intoduce { display:block; position:relative; } 
.pic_intoduce:first-child { } 
.pic_intoduce:last-child { } 
.desc_intoduce { color: #fff; font-size: 15px; } 
.title_intoduce { text-align: left; } 
.title_intoduce span { font-family: 'UTMASSignwriter'; font-size: 80px; color: #fff; } 
.info_intoduce { display:block; } 
.name_intoduce { display: block; text-align: center; padding-bottom: 20px; } 
.see_more:hover { box-shadow: 0px 0px 5px 1px #000; color: #fff; background: #d90810; border: none; } 
.see_more { padding: 10px 25px; border: solid 1px #cccc; display: inline-block; border-radius: 0px; margin-top:15px; transition:all 0.8s; text-align: center; color: #00449c; font-size: 16px; } 


/* Criteria */
.wrap_criteria { padding-bottom: 150px; } 
.bg_criteria { background: #CA8F07; padding-top: 50px; height: 200px; } 
.box_criteria { display: block; text-align: center; position: relative; } 
.info_criteria { text-align: center; padding: 10px 0; } 
.criteria-image { margin-bottom: 1rem; display: inline-block; } 
.name_criteria { font-size: 18px; color: #000; text-transform: uppercase; } 
.desc_criteria { font-size: 14px; color: #000; } 
.img_criteria { display: block; } 
.pic_criteria { background: #fff; border-radius: 50%; width: 115px; height: 115px; display: flex; justify-content: center; align-items: center; margin: auto; } 

/* Service */
.wrap_service { padding:50px 0; position: relative; } 
.pic_service { display: block; position: relative; } 
.img_service img { display:block; width:100%; } 
.box_service { position: relative; } 
.img_service { border-radius: 15px; overflow: hidden; } 
.info_service { } 
.name_service.text-split { font-size:inherit; text-align: center; } 
.name_service a { font-size: 15px; color: #fff; text-transform:uppercase; transition: all 0.6s; } 
.name_service a:hover { letter-spacing: 2px; } 
.desc_service { font-size:15px; color: #000; } 
.panel-title.name { font-size: inherit; line-height: initial; margin: 0; margin-bottom: 1rem; } 
.panel-title.name a { display: flex; justify-content: start; align-items: center; gap: 20px; font-size: 22px; color: #2e2e2e; } 
.panel-title.name a span { } 
.panel-body.desc { display: inline-block; padding-bottom: 20px; padding: 20px; } 
.panel-body.desc span { font-size: 15px; } 
.panel-body.desc a { display: inline-block; } 
.flex_service { display: flex; justify-content: space-between; flex-wrap: wrap; } 
.flex_service >div:nth-child(1) { width:49% } 
.flex_service >div:nth-child(2) { width:49% } 


/* Banner */
.wrap_banner { position: relative; padding-bottom: 50px; } 

/* Product */
.flex_product { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; } 
.wrap_product { padding: 50px 0; background: #eeeeee; position: relative; } 
.foo::after { position: absolute; border-bottom: 3px solid #ca0505 !important; border-left: 3px solid #ca0505 !important; -webkit-transform-origin: 0 100%; width: 100%; height: 100%; z-index: 1; content: ''; position: absolute; top: 0; left: 0; box-sizing: border-box; -webkit-transform: scale(0); transition: 0.5s; pointer-events: none; } 
.foo::before { position: absolute; border-top: 3px solid #ca0505 !important; border-right: 3px solid #ca0505 !important; -webkit-transform-origin: 100% 0%; width: 100%; height: 100%; z-index: 1; content: ''; position: absolute; top: 0; left: 0; box-sizing: border-box; -webkit-transform: scale(0); transition: 0.5s; pointer-events: none; } 
.wrap_product_main { padding: 50px 0; background: #000; position: relative; } 
.price_nb { color: #000; font-family: 'MulishRegular'; font-size: 15px; } 
.wrap_product_list { background: #fff; padding: 50px 0; display: block; position: relative; } 
.flex_intralox_list { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; position: relative; } 
.flex_intralox_list >div:nth-child(1) { width:49% } 
.flex_intralox_list >div:nth-child(2) { width:49%; } 
.block_product:nth-child(2n) .flex_intralox_list { flex-direction:row-reverse } 
.flex_cambright_list { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; position: relative; } 
.flex_cambright_list >div:nth-child(1) { width:49% } 
.flex_cambright_list >div:nth-child(2) { width:49% } 
.block_product:nth-child(2n) .flex_cambright_list { flex-direction:row-reverse } 
.photo_intralox { display: block; text-align: center; } 
.info_product_list { text-align: center; position: relative; z-index: 10; padding: 10px 0; } 
.desc_product_list { font-size: 16px; color: #343434; padding: 25px 0; line-height: 30px; } 
.see_list {display: inline-block;padding: 10px 15px;background: #1c66b5;color: #fff;font-size: 15px;transition: all .5s;margin-top: 20px;} 
.see_list:hover { box-shadow: 0px 0px 5px 1px #000; color: #fff; } 
.bgintralox { position: absolute; z-index: 1; top: 0; } 
.bgcambright { position: absolute; z-index: 1; top: 0; } 
.wrap_product_lists { padding: 50px 0; background: #f8f8f8; } 
.name_product_list.text-split { font-size: inherit; } 
.name_product_list a { font-size: 16px; font-family: 'RobotoBold'; text-transform: uppercase; } 
.pic_product { border: solid 1px #535353; } 
.box_product { display: block; background: #fff; } 
.name-product a:hover { color: #005bac !important; } 
.flex_price { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } 
.price_product { display: grid; } 
.see_product { padding: 5px 10px; border: solid 1px #005bac; } 
.box_add {
    padding-bottom: 20px;
}

/* Album */
.wrap_album_nb { position: relative; padding: 50px 0; } 
 /* .box_album { display: grid; grid-gap: 15px; grid-template-columns: auto auto auto; } 
 .photo_album:nth-child(1) { grid-column: 1 / span 2; grid-row: 1 / span 2; } */
.img_album { display: block; position: relative; /* background: #000; */ } 
.img_album img { display:block; } 
.info_album { display: none; position:absolute; z-index: 10; text-align: center; bottom: 20px; left: 0; right: 0; } 
.name_album.text-split { -webkit-line-clamp:2 } 
.name_album a { font-family: 'MuliBold'; color: #fff; font-size:20px; text-transform:capitalize; } 
.name_album a:hover { color: #ca0505; } 
.img_album:hover img { opacity:.6 } 
.photo_album { position: relative; } 
.img_album { display: block; overflow: hidden; position: relative; } 
.photo_album:hover .info_album { display:block; -webkit-animation:tracking-in-expand-fwd .8s cubic-bezier(0.215,0.610,0.355,1.000) both; animation:tracking-in-expand-fwd .8s cubic-bezier(0.215,0.610,0.355,1.000) both } 
@-webkit-keyframes tracking-in-expand-fwd { 
 0% { letter-spacing:-.5em; -webkit-transform:translateZ(-700px); transform:translateZ(-700px); opacity:0 } 
40% { opacity:.6 } 
100% { -webkit-transform:translateZ(0); transform:translateZ(0); opacity:1 } 
 }
@keyframes tracking-in-expand-fwd { 
 0% { letter-spacing:-.5em; -webkit-transform:translateZ(-700px); transform:translateZ(-700px); opacity:0 } 
40% { opacity:.6 } 
100% { -webkit-transform:translateZ(0); transform:translateZ(0); opacity:1 } 
 }


/* News */
.wrap_newsnb { padding: 50px 0; background: #000; } 
.box_newsnb { display: block; position: relative; border: solid 1px #8D8D8D; } 
.info_newsnb { text-align: left; padding: 15px 10px; } 
.name_newsnb { font-size: inherit; } 
.name_newsnba { font-size: 18px; color: #000; text-transform: uppercase; font-family: 'MuliBold'; } 
.name_newsnba:hover { color:#f00; } 
.flex_newsnb { display: flex; justify-content: space-between; } 
.flex_newsnb >div:nth-child(1) { width:480px } 
.flex_newsnb >div:nth-child(2) { width:calc(100% - 500px) } 
.desc_newsnb { color: #000; font-size: 15px; padding: 10px 0; } 
.img_newsnb { display: block; } 
.title_newsnb { display: block; text-align: center; overflow: hidden; color: #CA8F07; font-size: 20px; position: relative; } 
.title_newsnb::before { content:''; position: absolute; left: 0; top: 50%; margin-left: -58%; display: inline-block; min-width: 1200px; background: #BABABA left center; height: 1px; } 
.title_newsnb::after { content:''; position: absolute; right: 0; top: 50%; margin-right: -58%; display: inline-block; min-width: 1200px; background: #BABABA right center; height: 1px; } 
.name_newsnb a { font-size: 20px; font-family: 'MuliBold'; color: #000; } 

/* Solution */
.title_solution { text-align: left; font-size: 30px; font-family: 'SheliaVNF'; padding-bottom: 1rem; color: #111111; } 
.wrap_solution {padding: 50px 0;background: url("../images/bg_solution.png")no-repeat;background-size: cover;position: relative;} 
.box_solution { display: flex; justify-content: end; flex-wrap: wrap; position: relative; } 
.info_solution { background: #fff; text-align: center; padding: 50px 35px; width: 50%; position: absolute; z-index: 10; top: 50%; left:0%; transform:translate(0%, -50%); width:50%; } 
.name_solution.text-split { font-size: inherit; } 
.name_solution a {color: #000;font-size: 30px;font-family: 'ArialBold';text-transform: uppercase;} 
.desc_solution { font-size: 15px; color: #393939; line-height: 30px; padding: 10px 0; } 
.pic_solution { display: block; } 
.img_solution { border-radius: 35px; } 
.see_more1 { display: inline-block; text-align: center; padding: 10px 20px; background: #D90810; border-radius: 35px; color: #fff; } 
.see_more1:hover { box-shadow: 0px 0px 5px 1px #000; background: #1c66b5; color:#fff } 
.flex_title { display: flex; justify-content: space-between; align-items: center; width: 100%; border-bottom: solid 1px #2e2e2e; padding-bottom: 5px; } 
.flex_newsletter { display: flex; justify-content: space-between; align-items: center; } 
.info_hotline {display: flex;justify-content: start;align-items: center;gap: 10px;flex-wrap: wrap;font-size: 22px;color: #000;font-family: 'UTMHelvetIns';} 
.info_hotline span { color: #ed1c24; } 
.flex_service .title-main { text-align: left; } 
.flex_service .title-main span {padding-left: 60px;width: 440px;}

/* Brand */
.wrap_brand { background: url("../images/bg_brand.png")no-repeat; background-size: cover; padding: 50px 0; } 
.wrap_brand .title-main { text-align: left; } 
.wrap_brand .title-main span {width: 450px;padding-left: 55px;}
/* music */
.music-item { width: calc((100% - 5px*3)/4); margin-right: 5px; height: 390px; /* filter: grayscale(1); */position: relative; } 
.music-item.transition { transition: .4s; } 
.music-itemimg { object-fit: cover; height: 100%; margin-right: 0; width: 100%; } 
.music-info { position: absolute; left: 0; right: 0; bottom: 0; text-align: center; padding:10px 20px 20px 20px; } 
.music-name { font-family: 'SegoeUIBold'; font-size: 16px; color: #fff; text-transform: uppercase; } 
.music-name.text-split { -webkit-line-clamp: 1; } 
.music-desc { opacity: 0; font-size: 14px; color: #fff; height: 0; } 
.music-desc.text-split { -webkit-line-clamp: 2; } 
.music-item.active { width: 45% !important; filter: grayscale(0); } 
.music-item.active .music-info { padding: 10px; /* background: #000000b3; */background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9999999999999999) 100%); } 
.music-item.active .music-name { font-size: 20px; } 
.music-item.active .music-desc { opacity: 1; height: unset; } 

/* Custem*/
.control-main { position: absolute; width: 100%; z-index: 2; left: 0px; right: 0; top: calc(50% - -75px/2); } 
.control-mainbutton { 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: none; 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-mainbutton:hover { opacity: 1; } 
.control-mainbutton.owl-prev { left: 65px; top: 0px; } 
.control-mainbutton.owl-next { right: 65px; top: 0px; } 
.flex_header {display: flex;justify-content: space-between;align-items: center;border-bottom: solid 1px #cccccc;padding-bottom: 11px;flex-wrap: wrap;} 
.lang a img { width: 20px; } 
.lang { gap: 10px; align-items: center !important; } 
.lang a { display: flex; justify-content: start; align-items: center; gap: 5px; } 
.lang a:hover { color: #d90810; } 
.info_header {width: 72%;} 
.intralox {display: flex;justify-content: space-between;align-items: center;gap: 15px;} 
.social-footer { gap: 10px; } 
div#accordion { height: 305px; padding-right: 10px; } 
.newsnb {float: left;width: 32%;margin: 0 2% 2% 0;} 
.newsnb:nth-child(3n+1) { clear: both; } 
.newsnb:nth-child(3n) { margin-right: 0px; } 
.box_news{display: block;text-align: center;}
.title-main.add span {background: none;height: auto;width: auto;color: #1c66b5;}
.title_tags {  padding-bottom: 6px; border-bottom: solid 1px #2b2b2b;}
.flex_hotline_pro { display: flex; justify-content: start; gap: 20px; align-items: center;flex-wrap: wrap;}
.flex_hotline_pro a { border-radius: 5px; background-image: linear-gradient(0deg, #c8c8c8 0%, #f0f0f0 100%); padding: 10px 15px; color: #1f69f6; font-size: 16px;font-family: 'RobotoBold';}
.title_tags span { border: solid 1px; border-radius: 10px; border-bottom: none; padding: 10px 15px; color: #1f69f6; font-size: 16px; font-family: 'RobotoBold'; text-transform: uppercase;}
.slogan_tags { padding: 15px 0;color: #232323; font-size: 16px; font-family: 'RobotoBold';}
.info_tags { padding: 10px;}
.box_tags {background: #f0efef;text-align: center;display: block;margin: 10px;}
.name_tag { display: block; margin-bottom: 40px;margin-top: 20px;margin-right: 10px;}
.name_tag span { padding: 10px 25px; border-radius: 35px;border: solid  1px #1f69f6;font-family: 'RobotoBold';color: #1F69F5;}
h3.name_tags.text-split.row2 { font-size: inherit;}
.name_tags a { color: #111111; font-family: 'RobotoBold'; font-size: 18px;}
.desc_tags {  color: #282828;  line-height: 30px;}
.news-info { padding: 10px;}
.title-pro-detail::after{content:'';background: #000 bottom left;display: inline-block;width: 50%;height:1px;position: absolute;left: 0;bottom: 0;}
.flex_product_ajax {display: flex;justify-content: space-between;flex-wrap: wrap; position: relative; /* overflow: hidden; */ align-items: flex-start;}
.flex_product_ajax >div:nth-child(1) { width: 240px;overflow: hidden;position: sticky;  top: 100px;}
.flex_product_ajax >div:nth-child(2) {width: calc(100% - 250px);}
.pro_intralox .name {}
.pro_intralox .name-product a {font-size: 18px;font-family: 'RobotoBold';}
.pro_intralox .info-product { text-align: left;}
.pro_intralox .box_product { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);border-radius: 15px;}
.pro_intralox .img_product {border-top-left-radius: 15px;border-top-right-radius: 15px;}
.pro_intralox .pic_product { border: none;}
.control-main2 {position: absolute;width: 100%;z-index: 2;left: 0px;right: 0;top: calc(50% - 35px/2);} 
.control-main2 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: #000;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-main2 button:hover { opacity: 1; } 
.control-main2 button.owl-prev {left: 30px;top: 0px;} 
.control-main2 button.owl-next {right: 30px;top: 0px}
.d_flex .title-pro-detail::after {content: '';display: none;}
.d_flex .title-pro-detail {padding: 0;}
.d_flex { display: flex; justify-content: start; flex-wrap:wrap; gap: 15px; align-items: center; padding-bottom: 20px;}

@-webkit-keyframes rotating {
	from {
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
  
	to {
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  
  @keyframes rotating {
	from {
	  -ms-transform: rotate(0deg);
	  -moz-transform: rotate(0deg);
	  -webkit-transform: rotate(0deg);
	  -o-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
  
	to {
	  -ms-transform: rotate(360deg);
	  -moz-transform: rotate(360deg);
	  -webkit-transform: rotate(360deg);
	  -o-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  
  .hotline-fix {
	position: fixed;
	left: 20px;
	bottom: 90px;
	z-index: 11;
	}
  
  .hotline-fix:before {
	position: absolute;
	left: -14px;
	top: -14px;
	content: "";
	width: 76px;
	height: 76px;
	background: url(../images/dt1.png) no-repeat;
	-webkit-animation: rotating 5s linear infinite;
	-moz-animation: rotating 5s linear infinite;
	-ms-animation: rotating 5s linear infinite;
	-o-animation: rotating 5s linear infinite;
	animation: rotating 5s linear infinite;
  }
  
  .hotline-fix a {
	display: block;
	width: 208px;
	padding: 6px 0 6px 55px;
	border-radius: 24px;
	height: 48px;
	background: var(--color-red);
	color: #fef4f4;
	font-size: 13px;
	line-height: 1.2;
	position: relative;
	z-index: 1;
	}
  
  .hotline-fix a:before {
	position: absolute;
	left: 4px;
	top: 4px;
	content: "";
	width: 40px;
	height: 40px;
	background: #fff url(../images/dt2.png) no-repeat;
	-webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	border-radius: 50%;
  }
  
  @-moz-keyframes coccoc-alo-circle-img-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);
	}
  }
  
  @-webkit-keyframes coccoc-alo-circle-img-anim {
	0%,
	100%,
	50% {
	  -webkit-transform: rotate(0) scale(1) skew(1deg);
	}
  
	10%,
	30% {
	  -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}
  
	20%,
	40% {
	  -webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}
  }
  
  @-o-keyframes coccoc-alo-circle-img-anim {
	0%,
	100%,
	50% {
	  -o-transform: rotate(0) scale(1) skew(1deg);
	}
  
	10%,
	30% {
	  -o-transform: rotate(-25deg) scale(1) skew(1deg);
	}
  
	20%,
	40% {
	  -o-transform: rotate(25deg) scale(1) skew(1deg);
	}
  }
  
  .hotline-fix a span {
	display: block;
	color: #ffd500;
	overflow: hidden;
	font-size: 17px;
	font-family: "RobotoBold";
	}
  
  .hotline_dprd {
	display: block;
	width: 100%;
	padding: 10px 10px 5px;
	text-align: center;
	color: #fff !important;
	border-radius: 4px;
	margin: 10px 0;
	cursor: pointer;
	background: #d60000;
	background: -webkit-linear-gradient(top, #d60000, #d60000);
	background: -moz-linear-gradient(top, #d60000, #d60000);
	background: -ms-linear-gradient(top, #d60000, #d60000);
	background: -o-linear-gradient(top, #d60000, #d60000);
	text-decoration: none !important;
  }
  
  .hotline_dprd p {
	margin-bottom: 0;
	line-height: 1.3;
  }
  
  .hotline_dprd .linephone {
	font-size: 25px;
	font-family: "RB";
	display: block;
	line-height: 1.3;
  }
.col-md-2.add {
    max-width: 27%;
    flex: 0 0 30%;
}
.col-md-2.add2 {
    flex: 0 0 9.666667%;
    max-width: 9.666667%;
}

.col-md-2.add1 {
    flex: 0 0 10.666667%;
    max-width: 11.666667%;
}
.wrap_product .title-main span {
    background: none;
}
/* Responsive */
@media(max-width:1001px){
	.header{display: block;}
	.menu{display:none;}
	.menu-res{display:block;}
	.btn-frame{display: none;}
	.btn-framee{display: none;}
	#messages-facebook{display: none;}
	.search{display: none;width: 0px;}
	.info-header{display: none;}
	.slideshow{margin-top: 0px;}
	.mxh-header{width:25%}
	.detail-gioithieu > div:nth-child(1){width: 100%;position: relative;}
	.detail-gioithieu > div:nth-child(2){width: 100%;position: relative;}
	.phannhanh-product > div:nth-child(1){display: none;}
	.phannhanh-product > div:nth-child(2){width: 100%;}
	.title-logo-footer{font-size: 23px;}	
	.footer-powered{/* text-align: center; */display: flex;justify-content: center;}
	.footer-statistic{text-align: center;width: 100%;}
	.logo-res{display: none;}
	.hotline-btn{display: none;}
	.name_slider {  font-size: 40px; text-transform: uppercase; position: relative; filter: drop-shadow(2.5px 4.33px 2.5px rgba(0,0,0,0.75)); font-family: 'SFUShadowBTBlackCondensed'; } 
    .name_slider1 {font-size: 20px;}
    .position_slider{left: 0;top: 10%;}
    .scroll_main{display: none;}
    .flex_intralox_list { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; position: relative;gap:20px } 
   .flex_intralox_list >div:nth-child(1) { width:100% } 
   .flex_intralox_list >div:nth-child(2) { width:100%; } 
   .block_product:nth-child(2n) .flex_intralox_list { flex-direction:row-reverse } 
   .flex_cambright_list {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;position: relative;gap:20px;flex-direction: column-reverse;} 
   .flex_cambright_list >div:nth-child(1) { width:100% } 
   .flex_cambright_list >div:nth-child(2) { width:100% } 
   .block_product:nth-child(2n) .flex_cambright_list { flex-direction:row-reverse } 
   .see_list{margin:10px 0}
   .box_solution {display: flex;justify-content: center;flex-wrap: wrap;position: relative;flex-direction: column-reverse;} 
   .info_solution { background: #fff; text-align: center; padding: 50px 35px; width: 100%; position: relative; z-index: 10; top: auto; left:auto; transform:none; } 
   .img_solution{border-radius:0}
   .flex_service { display: flex; justify-content: space-between; flex-wrap: wrap; } 
   .flex_service >div:nth-child(1) { width:100% } 
   .flex_service >div:nth-child(2) { width:100% } 
   .footer-copyright{text-align:center;width: 100%;}
   .flex_product_ajax >div:nth-child(1) { display: none;}
	.title-main span {background:none;width:auto;height:auto}
	.flex_product_ajax >div:nth-child(2) {width: 100%;}
	.search-res .icon-search{color:#fff}
	.header.fixed{ position: relative !important;}
	.content_header {justify-content: center !important;gap: 5px;flex-wrap: wrap;}
	.flex_header{justify-content: center !important;gap: 5px;}
  .col-md-2.add {
     max-width: 100%;
     flex: 0 0 100%;
 }
.col-md-2.add2 {
    flex: 0 0 100%;
    max-width: 100%;
}

.col-md-2.add1 {
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media(max-width:850px){
	.header-bottom{}
	.header{display: block;}
	.in-mxh{display: none;}
	.hotline-header{display: none !important;}
	.padding50{padding: 30px 0px;}
	.mgb50{margin-bottom: 30px;}
	.title-product span{font-size: 26px;}
	.pic-productlist{display: none;}
	.btn-product a{padding: 10px 30px;}
	.title-main span{font-size: 24px;}
	.title-intro span{font-size: 20px;}
	.footer-name{font-size: 22px;}
	.footer-news{margin-bottom: 30px;}
	.footer-article .wrap-content{padding: 30px 15px;}
	
	.product{width: 32%;}
	.product:nth-child(4n+1){clear: unset;}
	.product:nth-child(4n){margin-right: 2%;}
	.product:nth-child(3n+1){clear: both;}
	.product:nth-child(3n){margin-right: 0px;}

	.newsnb{width: 32%;}
	.newsnb:nth-child(4n+1){clear: unset;}
	.newsnb:nth-child(4n){margin-right: 2%;}
	.newsnb:nth-child(3n+1){clear: both;}
	.newsnb:nth-child(3n){margin-right: 0px;}
	

}

@media(max-width:789px){
	.header-bottom{}
	.header{display: block;}
	.in-mxh{display: none;}
	.hotline-header{display: none !important;}
	.padding50{padding: 30px 0px;}
	.mgb50{margin-bottom: 30px;}
	.title-product span{font-size: 26px;}
	.pic-productlist{display: none;}
	.btn-product a{padding: 10px 30px;}
	.title-main span{font-size: 24px;background: none;height: auto;width: auto !important;padding-left: 0 !important;text-align: center;padding-bottom: 5px;}
	.title-intro span{font-size: 20px;}
	.footer-name{font-size: 22px;}
	.footer-news{margin-bottom: 30px;}
	.footer-article .wrap-content{padding: 30px 15px;}
	.flex_service .title-main{text-align:center}
	.product{width: 32%;}
	.product:nth-child(4n+1){clear: unset;}
	.product:nth-child(4n){margin-right: 2%;}
	.product:nth-child(3n+1){clear: both;}
	.product:nth-child(3n){margin-right: 0px;}

	.newsnb{width: 32%;}
	.newsnb:nth-child(4n+1){clear: unset;}
	.newsnb:nth-child(4n){margin-right: 2%;}
	.newsnb:nth-child(3n+1){clear: both;}
	.newsnb:nth-child(3n){margin-right: 0px;}

}


@media(max-width:576px){
	.news-image{margin-bottom:1rem;}
	.intro-news{width: 100%;margin-bottom: 30px;}
	.intro-news:last-child{margin-bottom: 0px;}
	.advise-news{width: 100%;padding: 10px;}
	.advise-news:nth-child(1){margin-bottom: 30px;}
	.advise-news:nth-child(1)::after{display: none;position: relative;}
	.line-footer{}
	.news-home-info{padding: 17px;}
	.footer-news.col-md-2{justify-content: normal;}
	.name-gt{font-size: 21px;}
	.text-slide{font-size: 20px;left: 20%; top: 22%;}
	.mxh-header{display: none;}
	.email-header{display: none;}
	.control-owl button.owl-prev{display: none;}
	.control-owl button.owl-next{display: none;}
	.footer-news:nth-child(1){width: 100%;}
	.footer-news:nth-child(2){width: 100%;}
	.footer-news:nth-child(3){width: 100%;}
	.footer-news:nth-child(4){width: 100%;}
	.product{width: 49%;}
	.product:nth-child(3n+1){clear: unset;}
	.product:nth-child(3n){margin-right: 2%;}
	.product:nth-child(2n+1){clear: both;}
	.product:nth-child(2n){margin-right: 0px;}
    .pro_intralox{width: 49%;}
	.pro_intralox:nth-child(3n+1){clear: unset;}
	.pro_intralox:nth-child(3n){margin-right: 2%;}
	.pro_intralox:nth-child(2n+1){clear: both;}
	.pro_intralox:nth-child(2n){margin-right: 0px;}
	.newsnb{width: 49%;}
	.newsnb:nth-child(3n+1){clear: unset;}
	.newsnb:nth-child(3n){margin-right: 2%;}
	.newsnb:nth-child(2n+1){clear: both;}
	.newsnb:nth-child(2n){margin-right: 0px;}
	.control-owl button.owl-prev{display: none;}
	.control-owl button.owl-next{display: none;}
	.title-product-list li{width:calc(50% - 30px)}
    .title-product-list li a{font-size:14px;padding:10px}
    .panel-title.name a{font-size:16px}
    .control-main2{top: calc(50% - 265px/2);}
    .name_solution a{font-size:20px}
}

@media(max-width:420px){
	.news-image{margin-bottom:1rem;}
	.intro-news{width: 100%;margin-bottom: 30px;}
	.intro-news:last-child{margin-bottom: 0px;}
	.advise-news{width: 100%;padding: 10px;}
	.advise-news:nth-child(1){margin-bottom: 30px;}
	.advise-news:nth-child(1)::after{display: none;position: relative;}
	
	.name-sanpham {font-size: 17px;}
	.product{width: 49%;}
	.product:nth-child(3n+1){clear: unset;}
	.product:nth-child(3n){margin-right: 2%;}
	.product:nth-child(2n+1){clear: both;}
	.product:nth-child(2n){margin-right: 0px;}
    .pro_intralox{width: 100%;}
	.newsnb{width: 100%;}
	.control-owl button.owl-prev{display: none;}
	.control-owl button.owl-next{display: none;}
	
}
@media(max-width:394px){

	
}
@media(max-width:380px){

}
@media(max-width:369px){
	.cart-pro-detail a{width:100%;}
	.cart-pro-detail a:first-child{margin-right:0px;margin-bottom:0.5rem;}
	.cart-pro-detail a i{display:none;}
	
}

@media(max-width:290px){
	.cart-pro-detail a{width:100%;}
	.cart-pro-detail a:first-child{margin-right:0px;margin-bottom:0.5rem;}
	.cart-pro-detail a i{display:none;}
	
}