/* 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: 'PlayfairDisplayRegular' } 

/* 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 !important;vertical-align: top;object-fit: cover;} 

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

a { color: inherit; } 

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

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: 1200px; 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; } 

.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: 30px; font-family: 'FzPhotograph'; background: linear-gradient(175deg, rgba(220,169,60,1) 0%, rgba(250,242,140,1) 25%, rgba(220,169,60,1) 50%, rgba(250,242,140,1) 75%, rgba(220,169,60,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 

.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: url("../images/bg_header.png")no-repeat; background-size: cover; position: relative; padding: 5px 0; } 

 
/* Menu */
.menu { display: block; position: relative; z-index: 12; background: url("../images/bg_menu.png")no-repeat; background-size: 100% 100%; margin-bottom: -6px; } 
.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: 93%; padding: 0px; margin: auto; list-style: none; position: relative; } 
.menu ul li { position: relative; z-index: 99; transition: 0.2s; } 
.menu ul li a:hover, .menu ul li a.active { transition: 0.2s; color: #E71616; background: none; } 
.menu ul li a { display: inline-block; vertical-align: top; position: relative; z-index: 1; text-align: center; text-decoration: none!important; font-size: 16px; color: #000; font-family: 'PlayfairDisplaySemiBold'; margin: 0px; padding: 5px; text-transform: capitalize; border-radius: 0px; } 
.menu ul li ul li a:hover, .menu ul li ul li a.active { background: #E71616; transition: 0.2s; color: #fff; } 
.menu ul li:nth-child(7):after { content: ''; display: none; } 
.menu ul li ul li:after{ content: ''; display: none; } 
.menu ul li ul li a:before{ content: ''; display: none; }
.menu ul li ul li ul li:after{ content: ''; display: none; } 
.menu ul li:after {content:'';background: url('../images/star.png')no-repeat right center;display: inline-block;width: 14px;height: 13px;position: absolute;right: -23px;top: 32%;} 
.menu ul li.li-search { position: absolute; top: 6px; right: 0px; } 
.menu ul li > ul {position: absolute;min-width: 250px;-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: #fff; position: relative; padding: 6px 15px; text-transform: uppercase; background: #FBBC1C; border-radius:5px; border: none; margin-top: 1px; } 
.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: -2px;margin-left: 5px;} 
.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: #E71616; 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; } 
 }

/* Dmuc menu product*/
.hdanhmucdrops { position: relative; width: 273px; z-index: 19; background-color: #ffca02; left: 20px; } 

.hdanhmucdrops > .nicescl { top: 100%; position: relative; } 

.fixed .hdanhmucdrops > .nicescl, .hdanhmucdrops.ver1 > .nicescl { display: none; top: 100% } 

.fixed .hdanhmucdrops:hover .nicescl { display: block; } 

.hdanhmucdrops.ver1 > .nicescl { display: none; top: 100% } 

.hdanhmucdrops .title { display: block; line-height: 35px; height: 100%; cursor: pointer; font-size: 20px; text-transform: uppercase; text-align: center; color: #FFF; font-family: 'RobotoBold'; } 

.click-icon-menu { height: 100%; margin-bottom: 0px; } 

.click-icon-menu > span i:nth-child(1) { position: unset; } 

.click-icon-menu span { height: 51%; width: 100%; padding: 10px 5px; } 

.click-icon-menu span i { margin-right: 10px; margin-top: -2px; position: relative; color: #fff; } 

.hdanhmucdrops ul { padding: 0; margin: 0; list-style: none; text-align: left; } 

.hdanhmucdrops ul > li { padding: 0 0% 0% 8%; } 

.hdanhmucdrops ul > li.line { border-bottom: solid 1px #a7a4a4 !important; width: 90%; margin: 0 auto; } 

.hdanhmucdrops .nicescl { position: absolute; box-sizing: border-box; width: 100%; height: 390px; left: 0px; top: 100%; /* background: url("../images/hdanhmuc.png")no-repeat; */
 /* background-size: 100% 100%; */
 background: #fff; margin: auto; margin-top: 0px; padding-top: 0px; border: solid 1px #e5e5e5; border-top: none; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } 

.hdanhmucdrops ul.content { overflow: auto; font-size: 16px; min-height: auto; height: 390px; } 

.hdanhmucdrops li a { display: inline-flex !important; align-items: center; width: 100%; position: relative; padding: 20px 0px !important; font-size: 14px !important; font-family: 'RobotoBold' !important; color: #4e4e4e !important; text-transform: uppercase !important; line-height: 0px !important; } 

.hdanhmucdrops li a i { margin-right: 10px; } 

.hdanhmucdrops ul ul { -webkit-transform: scaleX(0); transform: scaleX(0); width: 100%; display: none; position: absolute; left: calc(100% - 7px); left: -moz-calc(100% - 7px); left: -webkit-calc(100% - 7px); z-index: 9999; background: #fff; } 

.hdanhmucdrops ul ul li { position: relative; border-bottom: dashed 1px #6666; } 

.hdanhmucdrops ul > li:hover > ul { display: block; -webkit-animation: scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both; animation: scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both } 

.hdanhmucdrops ul > li:last-child { border-bottom: none } 

.hdanhmucdrops ul ul ul { left: 100%; top: 0!important } 

.hdanhmucdrops i.right { position: absolute; right: 13px; font-size: 16px; } 

.hdanhmucdrops i.left { font-size: 6px; margin-right: 10px; } 

.hdanhmucdrops li:hover > a { color: #ffca02!important; background: none !important; } 

.hdanhmucdrops .fa-angle-right:before { font-size: 15px; } 

.hdanhmucdrops li a img { margin-right: 10px; } 

/* Dmuc product detail */
/* .hdanhmucdrops { position:relative; width:285px } 
.hdanhmucdrops .title { padding: 15px 58px; height:100%; cursor:pointer; font-size: 16px; text-transform:uppercase; text-align:center; color:#fff; background-color: #002d95; } 
.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; margin-top: 12px; } 
.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 { } 


/* Head fixed */
.header.fixed { width: 100%; /* background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9999999999999999) 100%); */height: auto; } 
.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-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9999999999999999) 100%); */ } 
.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: 410px; height: 45px; color: #000; border-radius: 35px; background: #fff; } 
.search p { float: left; line-height: 45px; cursor: pointer; text-align: center; margin: 0px; color: #000; font-size: 20px; } 
.search input { width: calc(100% - 30px); height: 45px; float: left; outline: none; padding: 0px; border: 0px; background: transparent; text-indent: 10px; font-size: 12px; color: #fff !important; } 
.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: 45px; cursor: pointer; text-align: center; margin: 0px; color: #fff; background: #ab0407; border-radius: 50%; width: 45px; height: 45px; font-size: 23px; margin-top: 4px; margin-left: -3px; } 
.search1 input { width: calc(100% - 46px); height: 53px; float: left; outline: none; padding: 0px; border: 0px; background: transparent; text-indent: 10px; font-size: 13px; color: #000; } 
.search1 input::-webkit-input-placeholder { color: #ccc; } 
.search1 input:-moz-placeholder { color: #ccc; } 
.search1 input::-moz-placeholder { color: #ccc; } 
.search1 input:-ms-input-placeholder { color: #ccc; } 

/* 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; } 
.slideshow-image p img { width: 100%; height: 100%; object-fit: cover; } 

@-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: 70px; font-family: 'UTMImpact'; text-transform: uppercase; position: relative; } 
.name_slider1 { color: #fff; font-size: 20px; font-family: 'OswaldRegular'; position: relative; top: -19px; } 
 

/* 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: #FBBC1C;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: #000;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); } 

/**/
.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: 92px; height: 92px; top: calc(50% - 92px/2); left: calc(50% - 92px/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; } 

.slider-inner video { object-fit: cover; } 

/* 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; padding: 10px; } 

/* 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;position: relative;z-index: 99;display: flex;justify-content: center;align-items: center;flex-wrap: wrap;gap: 10px;padding-bottom: 20px;} 
.title-product-list li { margin: 3px; 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: 17px; font-family: 'MulishBold'; color: #000 !important; text-transform: capitalize; background: #FBBC1C; padding: 10px 15px; border-radius: 5px; } 
.title-product-list li.active a, .title-product-list li a:hover { transition: all ease 0.2s; color: #fff !important; background:#CA0303; } 
.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; } 

.btn-viewpro { } 

.btn-viewpro:hover { color: #ec2d3f !important; text-decoration: underline; } 

.product { float: left; width: 23.5%; margin: 0 2% 2% 0; } 
.product:nth-child(4n+1) { clear: both; } 
.product:nth-child(4n) { 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: 0px; background: #fff; border: solid 1px #D0D0D0; /* 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; } 
.pic-product img { width: 100% !important; } 
.info-product { padding: 15px; text-align: center; border-bottom: solid 1px #D6D6D6; } 
.name-product.text-split { -webkit-line-clamp: 2; font-size: inherit; } 
.name-product a { font-size: 17px; text-transform: capitalize; font-family: 'MulishSemiBold'; margin-bottom: 0rem; color: #333333; } 
.name-product a:hover { color: #F7AC37 !important; } 
.desc-sampham.text-split { -webkit-line-clamp: 3; } 
.desc-sampham { font-size: 14px; font-family: 'RobotoRegular'; color: #393939; } 
.price-product { margin-bottom: 0px; } 
.name-sanpham.text-split { -webkit-line-clamp: 2; font-size: inherit; } 
.name-sanpham a { font-size: 15px; font-family: 'RobotoBold'; } 
.name-sanpham a:hover { transition: all .5s; color:#009933 } 
.desc-product.text-split { -webkit-line-clamp: 2; } 

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

/* .price-product span { font-weight:700; } */
.price-new { font-size: 16px; color: #d60c0c; text-transform: capitalize; font-family: 'MulishBold'; padding-bottom: 2px; } 
.price-old { text-decoration: line-through; color: #666666; font-size: 14px; text-align: center; font-family: 'MulishRegular'; } 
.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); } 

/* 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; } 
.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 { /* color: #5c982c; */font-family: 'MuliBold'; font-size: 17px; } 
.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: flex-start; align-items: center; gap: 5px; } 
.news-desc { color: #333333; margin-top: 5px; line-height: 22px; font-family: 'MuliRegular'; text-align: left; } 
.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%; color: #838383 !important; border-radius: 5px; background: none !important; position: relative; border: none; background: #fff !important; } 
.newsletter-input input::placeholder, .newsletter-textarea input::placeholder { font-size: 14px; color: #838383; } 
.newsletter-textarea { /* margin: 0 auto; */margin-bottom: 0%; position: relative; display: block; } 
.newsletter-textarea textarea::placeholder { font-size: 14px; color: #838383; } 
.newsletter-textarea textarea { width: 100%; height: 100px; border: none; color: #838383 !important; background: #fff !important; border-radius: 5px; } 
.newsletter-button:nth-child(1) { /* margin-right:10px; */ } 
.newsletter-button input { color: #fff !important; height: 45px; border: none; position: relative; outline: none; text-transform: uppercase; font-size: 16px; font-family: 'MulishBold'; background: url("../images/btn_form.png")no-repeat; padding: 5px 30px; opacity: 1; text-align: center; z-index: 10; border-radius: 5px; width: 104px; height: 105px; display: flex; justify-content: center; align-items: center; border-radius: 50%; } 
.newsletter-button:nth-child(1) input { } 
.newsletter-button:nth-child(2) input { } 
.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: 50px 15px; } 
.footer-article .wrap-content { /* padding: 35px 15px; */ } 
.footer-name { /* text-shadow: 1px 1px #fff, 1px -1px #fff, -1px;; -1px #fff; */
 /* filter: drop-shadow(2.06px 1.429px 0px #fff); */
 position: relative; z-index: 10; font-size: 40px; color: #FBBC1C; font-size: 70px; font-family: 'MTD'; color: #ffcc00; /* filter: drop-shadow(0 0 2.5px rgba(0,0,0,0.75)); */
 padding-bottom: 15px; } 

.footer-title { text-transform: uppercase; color: #000; font-size: 15px; margin-bottom: 0rem; font-family: 'MuliBold'; } 
.footer-info {font-size: 14px;color: #fff;font-family: 'RobotoRegular';line-height: 27px;} 
.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: linear-gradient(90deg, rgba(251,188,28,1) 0%, rgba(254,212,106,1) 80%, rgba(251,188,28,1) 100%); } 
.footer-powered .wrap-content { padding: 10px; } 
.footer-statistic { font-size: 15px; color: #000; text-align: center; font-family: 'MulishRegular'; } 
.footer-statistic span { padding-right: 10px; } 
.footer-statistic span:last-child { padding-right: 0px; } 
.footer-copyright { font-size: 15px; color: #000; text-align: center; font-family: 'MulishRegular'; } 
.footer-copyright span { font-family: 'RobotoBold'; } 
.title-footer { padding-bottom: 0.5rem; color: #fff; font-size: 15px; font-family: 'RobotoBold'; text-transform: uppercase; position: relative; } 
.desc_footer { color: #fff; text-align: center; font-size: 14px; padding: 10px 0; } 
.line_footer { width: 50px; height: 2px; background: #fff; margin-bottom: 0.5rem; } 
.footer_info { padding-right: 10%; position: relative; } 
#footer-map { height: 465px; } 
#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: 50%; 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: #fff !important; border-color: #4a4a4a; /* border-radius: 50%; */
 background-color: #CA0303; 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: 60%;} 

.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: #FBBC1C;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: #000;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: #FAF1E2; background-size: cover; padding: 10px 0; position: relative; } 
.footer { position: relative; background: url("../images/bg_footer.png")no-repeat; background-size: cover; } 
.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; position: relative; } 

/* 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: #fff; } 
ul.policy li a:hover { color: #FBBC1C; } 
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: #E53E34; } 
.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; */ } 


/* 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: -15px; bottom: -70px; left: -31px; right: -32px; 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 Main */
.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; } 
.giaca { color: #000; font-family: 'MulishRegular'; font-size: 15px; } 

/* 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; opacity:1 } 
.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; opacity: 0; } 
.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; } 

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

/* Intro */
.wrap-intro { background-color:#EEEADD; } 
.news-intro:before { content:''; position:absolute; width:1px; height:calc(100% - 50px); top:10px; left:90px; background-color:#CACACA; } 
.news-scroll:before,.news-scroll:after { content:''; position:absolute; width:10px; height:10px; left:85px; border-radius:100%; background-color:#CACACA; } 
.news-scroll:before { top:10px; } 
.news-scroll:after { bottom:40px; } 
.news-control { left:85px; font-size:13px; opacity:0.5; z-index:1; cursor:pointer; } 
.news-control:hover { opacity:1; color:var(--color-main); } 
.news-control#up { top:-10px; } 
.news-control#down { bottom:20px; } 
.news-shadow { padding-bottom: 30px; } 
.news-shadow-time { font-size:13px; width:75px; margin-right:45px; } 
.news-shadow-time:after { content:''; position:absolute; width:20px; height:20px; top:calc(50% - 20px/2); right:-26px; background-repeat:no-repeat; background-position:center; background-image:url(../images/pattern-news.png); } 
.news-shadow-article { width:calc(100% - 120px); padding: 10px 15px; border-radius:10px; background-color:#ffffff; border:1px solid #cecabb; } 
.news-shadow-article:before { content:''; position:absolute; top:calc(50% - 26px/2); left:-13px; z-index:0; border-top:13px solid transparent; border-right:13px solid #cecabb; border-bottom:13px solid transparent; } 
.news-shadow-article:after { content:''; position:absolute; top:calc(50% - 24px/2); left:-11px; z-index:1; border-top:12px solid transparent; border-right:11px solid #ffffff; border-bottom:12px solid transparent; } 
.news-shadow-image { margin-right:10px; width:90px; } 
.news-shadow-info { width:calc(100% - 100px); } 
.news-shadow-name { height:36px; font-size:15px; font-weight:700; } 
.news-shadow-name a { color:#222222; } 
.news-shadow-name a:hover { color:var(--color-main); } 
.news-shadow-desc { font-size:13px; } 
.news-shadow-name a.text-split,.news-shadow-desc.text-split { -webkit-line-clamp:2; } 

/* Category */

/* logo */
.header.fixed .logo_header { display: block; position: relative; zoom: 0.65; top: auto; } 

/* General */
.title-main { text-align: center; padding-bottom: 20px; display: grid; margin: auto; justify-content: center; } 
.title-main span { position: relative; z-index: 10; font-size: 35px; text-transform: capitalize; text-align: center; font-family: 'PlayfairDisplayBold'; color: #CA0303; } 
.title-main p {margin: 0;position: relative;color: #FBBC1C;font-size: 55px;font-family: 'MTD';} 
.line-main { font-size: inherit; } 
.title-main p::before { content:''; background: url('../images/union.png')no-repeat; background-size: 100% 100%; display: inline-block; width: 79px; height: 14px; position: relative; left: -10px; top: -5px; } 
.title-main p::after { content:''; background: url('../images/union.png')no-repeat; background-size: 100% 100%; display: inline-block; width: 79px; height: 14px; position: relative; right: -10px; top: -5px; } 
/* Intoduce */
.wrap_intoduce { position: relative; padding: 50px 0; background: url("../images/bg_intoduce.png")no-repeat; background-size: cover; } 
.flex_intoduce { display:flex; justify-content: space-between; flex-wrap: wrap; align-items: center; position: relative; } 
.flex_intoduce >div:nth-child(1) { width: 55%; } 
.flex_intoduce >div:nth-child(2) { width: 40%; } 
.photo_intoduce { display: flex; justify-content: start; align-items: center; flex-wrap: wrap; } 
.pic_intoduce { display:block; position:relative; z-index: 10; } 
.pic_intoduce:first-child { } 
.pic_intoduce:last-child { } 
.desc_intoduce { color: #fff; font-size: 14px; padding-left: 30%; font-family: 'MontserratMedium'; } 
.info_intoduce { display:block; position: relative; } 
.name_intoduce { display: block; text-align: center; color: #fff; font-family: 'MulishMedium'; font-size: 20px; } 
.see_more:hover { /*box-shadow: 0px 0px 5px 1px #000; */ } 
.see_more { display: inline-block; transition:all 0.8s; text-align: center; padding: 10px 15px; border-radius: 5px; color: #fff; font-family: 'MontserratSemiBold'; text-transform: uppercase; background: #CA0303; } 
.intoduce { display: flex; justify-content: center; gap: 25px; align-items: center; /* flex-wrap: wrap; */ } 
.title_intoduce { text-align: left; padding-bottom: 20px; padding-left: 10%; } 
.title_intoduce p { margin: 0; font-size: 17px; color: #fff; text-transform: capitalize; } 
.title_intoduce span { font-size: 80px; text-transform: capitalize; text-align: center; font-family: 'FzPhotograph'; background: linear-gradient(175deg, rgba(220,169,60,1) 0%, rgba(250,242,140,1) 25%, rgba(220,169,60,1) 50%, rgba(250,242,140,1) 75%, rgba(220,169,60,1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding-left: 15%; } 
.zoom_hinh:first-child { position: relative; animation: quayvong 6s infinite linear; } 
.zoom_hinh1:last-child { position: absolute; right: 0px; bottom: 0px; z-index: 2; animation: quayvong2 6s infinite linear; } 

@keyframes quayvong { 
 0% { transform: translate(0%, 0%); } 
 25% { transform: translate(25%, 0%); } 
 50% { transform: translate(25%, 10%); z-index: 3; } 
 75% { transform: translate(0%, 10%); z-index: 3; } 
 100% { transform: translate(0%, 0%); } 
 }
 
 @keyframes quayvong2 { 
 0% { transform: translate(0%, 0%); } 
 25% { transform: translate(-25%, 0%); } 
 50% { transform: translate(-25%, -10%); z-index: 1; } 
 75% { transform: translate(0%, -10%); z-index: 1; } 
 100% { transform: translate(0%, 0%); } 
 }

.zoom_hinh { border: solid 5px #fff; display:inline-block } 
.zoom_hinh1 { border: solid 5px #fff; } 
.img_intoduce { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } 
.desc_intoduce ul { padding: 0; margin: 0; } 
.desc_intoduce p { margin: 0; } 



/* Criteria */
.wrap_criteria { padding: 20px 0; } 
.bg_criteria { background: #CA8F07; padding-top: 50px; height: 200px; } 
.box_criteria { } 
.info_criteria { text-align: left; padding: 10px 0; width: 75%; } 
.criteria-image { margin-bottom: 1rem; display: inline-block; } 
.name_criteria { font-size: 15px; color: #fff; text-transform: uppercase; font-family: 'RobotoBold'; } 
.desc_criteria { font-size: 14px; color: #fff; } 
.img_criteria { display: block; } 
.pic_criteria { position: relative; display: inline-block; } 
.flex_video { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; } 
.flex_video >div:nth-child(1) { width: 45%; } 
.flex_video >div:nth-child(2) { width:49% } 
.flex_criteria { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px; } 
.wrap_criteria .title-main p { color: #fff; } 
.video-image { border-radius: 10px; } 

/* Service */
.wrap_service { padding:50px 0; position: relative; } 
.service { float: left; width:32%; margin: 0 2% 2% 0; } 
.service:nth-child(3n+1) { clear: both; } 
.service:nth-child(3n) { margin-right: 0px; } 
.box_service { display: block; background: #F7AC37; padding: 15px; border-radius: 25px; } 
.pic_service { display: block; position: relative; } 
.img_service img { display:block; width:100%; } 
.box_service { position: relative; } 
.img_service { overflow: hidden; position: relative; border-radius: 25px; } 
.info_service { position: absolute; bottom:0; padding:10px 0; text-align: center; left: 0; right: 0; background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9999999999999999) 100%); } 
.name_service.text-split { font-size:inherit; text-align: center; } 
.name_service a { font-size: 22px; color: #fff; text-transform:uppercase; transition: all 0.6s; font-family: 'iCielCuchoBold'; } 
.name_service a:hover { color:#E53E34 } 
.desc_service { font-size:15px; color: #fff; } 


/* Banner */
.wrap_banner { position: relative; } 

/* Product */
.flex_product { display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; } 
.wrap_product:nth-child(2n) { } 
.foo::after { position: absolute; border-radius:0px; border-bottom: 3px solid #FBBC1C !important; border-left: 3px solid #FBBC1C !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-radius:0px; border-top: 3px solid #FBBC1C !important; border-right: 3px solid #FBBC1C !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; } 
.price-new span { color: #626262; } 
.wrap_product { padding: 50px 0; } 

/* Album */
.wrap_album { position: relative; padding: 90px 0; background: url("../images/bg_album.png")no-repeat; background-size: cover; } 
.box_album { display: flex; justify-content: start; gap: 15px; align-items: center; flex-wrap: wrap; } 
.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: 'MontserratSemiBold'; color: #fff; font-size:20px; text-transform:capitalize; } 
.name_album a:hover { color: #680E12; } 
.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 } 
 }

/* Whychoose */
.wrap_why { padding: 50px 0; } 
.body_why { display: block; position: relative; text-align: center; } 
.img_why { display: inline-block; border-radius: 50%; } 
.photo_why { display: inline-block; } 
.flex_why { display: flex; justify-content: space-between; align-items: center; } 
.box_why { display: flex; justify-content: end; align-items: center; gap: 15px; flex-direction:row-reverse } 
.box_why:nth-child(2n) { flex-direction:row; justify-content: start; } 
.box_why:nth-child(2n) .info_why { text-align: left; } 

/* News */
.wrap_newsnb { padding: 50px 0; background: url("../images/bg_gameplay.png")no-repeat; background-size: cover; } 
.info_newsnb { text-align: left; padding: 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-wrap: wrap; } 
.flex_newsnb >div:nth-child(1) { width: 60%; } 
.flex_newsnb >div:nth-child(2) { width: 35%; } 
.desc_newsnb { color: #555555; font-size: 14px; font-family: 'MulishReuglar'; } 
.img_newsnb { display: block; } 
.box_newsnb { display: inline-block; position: relative; } 
.name_newsnb a { font-size: 14px; font-family: 'MulishBold'; color: #333333; text-transform: capitalize; } 
.name_newsnb a:hover { color: #E71616; letter-spacing:inherit !important } 
.pic_newsnb { position: relative; } 
.time_newsnb { display: flex; justify-content: start; align-items: center; gap: 5px; color: #606060; font-family: 'MulishRegular'; padding: 5px 0; font-size: 13px; } 
.news_nb { display: flex; justify-content: space-between; flex-wrap: wrap; } 
.first_slider { width: 63%; } 
.much_slider { width: 35%; } 
.much_slider .box_newsnb1 { padding-bottom: 15px; } 

 /* Ashes */
.wrap_ashes { padding: 50px 0; } 
.box_ashes { display: inline-block; border: solid 1px #D0D0D0; } 
.info_ashes { padding: 10px 15px; text-align: center; } 
.name_ashes {font-size: inherit;height: 42px;} 
.name_ashes a { font-size: 17px; font-family: 'PlayfairDisplayBold'; } 
.contact_ashes {display: block;padding: 10px 15px;background: #CA0303;font-size: 17px;color: #fff;font-family: 'TimesNewRomanPS-BoldMT';} 
.contact_ashes:hover { color:#000; background:#FBBC1C } 
.name_ashes a:hover { color: #FBBC1C; } 

/* Gameplay */
.wrap_gameplay { padding: 50px 0; background: url("../images/bg_gameplay.png")no-repeat; background-size: cover; } 
.box_gameplay { display: inline-block; margin-bottom: 50px; } 
.info_gameplay { padding: 10px 15px; display: inline-block; background: #fff; position: absolute; bottom: -22px; left: 0; right: 0; text-align: center; width: 90%; margin: auto; } 
.pic_gameplay { position: relative; } 
.name_gameplay { font-size: inherit; margin: 0; } 
.name_gameplay a { font-size: 17px; font-family: 'PlayfairDisplayBold'; text-transform: uppercase; } 
.name_gameplay a:hover { color: #CA0303; } 

/* Feedback */
.wrap_feedback { padding: 50px 0; height: 525px; } 
.bg_feedback { background: url("../images/bg_feedback.png")no-repeat; background-size: cover; height: 290px; padding-top: 50px; } 
.wrap_feedback .title-main span { color: #fff; } 
.desc_feedback { background: url("../images/box_chatbox.png")no-repeat; background-size: 100% 100%; padding: 20px; text-align: left; } 
.flex_feedback { display: flex; justify-content: start; align-items: center; gap: 15px; position: relative; left: 25px; } 
.img_feedback { border-radius: 50%; border: solid 3px #FBBC1C; } 
.flex_feedback p { margin: 0; } 
.info_feedback { text-align: left; } 
.info_feedback p { margin: 0; font-size: 15px; font-family: 'MulishRelugar'; } 
.info_feedback span { font-size: 17px; font-family: 'MulishBold'; text-transform: capitalize; } 

/* Custem*/
.control-main { position: absolute; width: 100%; z-index: 2; left: 0px; right: 0; top: calc(50% - 50px/2); } 
.control-main 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: 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-main button:hover { opacity: 1; } 
.control-main button.owl-prev { left: -50px; top: 0px; } 
.control-main button.owl-next { right: -50px; top: 0px; } 
.search input::placeholder { color: #000; } 
.main { margin: auto; display: block; position: relative; text-align: center; padding-top: 15px; } 
.owl-carousel .owl-dot { } 
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #DECF00 !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; } 
.flex_hotline { display: flex; justify-content: start; align-items: center; gap: 10px; } 
.info_hotline { text-align: left; } 
.info_hotline p { margin: 0; font-family: 'MulishMedium'; font-size: 17px; color: #fff; } 
.info_hotline a { display: inline-block; color: #FBBC1C; font-size: 30px; font-family: 'TimesNewRomanPS-BoldMT'; } 
.banner { text-align: center; } 
.banner h2 { color: #FBBC1C; font-size: 70px; font-family: 'MTD'; margin: 0; } 
.banner p { margin: 0; font-size: 17px; color: #fff; font-family: 'PlayfairDisplaySemiBold'; position: relative; padding-left: 15px; } 
.banner p:before { content:''; background:url("../images/icon_address.png")no-repeat left center; display: inline-block; width: 26px; height: 26px; position: relative; top: 8px; left: -10px; } 
li.text { color: #fff; } 
.social-footer { gap: 10px; } 
.hotline_footer { margin: auto; text-align: center; background: url("../images/box_footer.png")no-repeat; background-size: 100% 100%; padding: 10px 85px; display: inline-block; } 
.hotline_footer span {font-size: 25px;font-family: 'MulishBold';display: flex;justify-content: center;align-items: center;gap: 15px;} 
.color_hotline { color: #E71616; } 
.desc_ashes { height: 42px;}
a.btn-tiktok.btn-framee i {
    background: #000;
}

.btn-tiktok {
    bottom: 485px;
}
/* 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;}
	.logo-res{display: none;}
	.hotline-btn{display: none;}
	.flex_hotline{display: none;}
    .banner p{display: none;}
    .banner h2{font-size:50px}
    .flex_newsnb { display: flex; justify-content: space-between; flex-wrap: wrap; } 
    .flex_newsnb >div:nth-child(1) { width: 100%; } 
    .flex_newsnb >div:nth-child(2) { width: 100%; } 
    .hotline_footer span{font-size: 20px;gap: 10px;gap: 6px;}
    .hotline_footer{ padding: 10px 35px;}
    .content_header {flex-wrap: wrap;justify-content: center !important;gap: 10px;}
    .flex_footer { gap: 15px;}
    .much_slider1 .box_newsnb1 { padding: 10px;}
    .news_nb{display: block;}
}
@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;}
	

}

@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;}
	.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;}


}


@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;}
	.control-owl button.owl-prev{display: none;}
	.control-owl button.owl-next{display: none;}
	
}

@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;}
	.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;}
	
}