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

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

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

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; } 
.paddingbottom50 { padding-bottom:50px } 
.paddingtop50 { padding-bottom:50px } 
.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; } 

.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 { position: relative; padding: 10px 0; background: #84b236; } 

/* Menu */
.menu {/* background-color: #F7941D; */position:relative;z-index: 12;padding: 0;width: 85%;} 
.menu ul { width: 100%; padding:0px; margin:auto; list-style:none; } 
.menu ul li { position:relative; z-index:1; } 
.menu ul li.line { width:1px; height:15px; background-color:rgba(0,0,0,0.1); } 
.menu ul li a {display:block;position:relative;font-size: 14px;font-family: 'RobotoMedium';color: #000;padding:12px 12px 11px 12px;text-transform: uppercase;text-decoration: none !important;} 
.menu ul li a.has-child { padding-right:16px; margin-right:8px; } 
.menu ul li a.has-child:after { content:''; position:absolute; bottom:calc(50% - 4px/2); right:5px; width:5px; height:5px; border:1px solid #fafafa; border-top:0px; border-left:0px; -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -o-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg); -webkit-transition:all 0.4s ease-out; -moz-transition:all 0.4s ease-out; -o-transition:all 0.4s ease-out; -ms-transition:all 0.3s ease-out; transition:all 0.3s ease-out; } 
.menu ul li a.active,.menu ul li:hover > a { background: #84b236; background-size: 100% 100%; color: #000; border-radius: 5px; } 
.menu ul li:hover > a.has-child:after,.menu ul li a.active.has-child:after { } 
.menu ul li ul {position:absolute;min-width: 215px;margin-top: 0px;padding-top: 0.15rem;padding-bottom: 0.15rem;background-color:#fafafa;border-radius:0.25rem;-webkit-box-shadow:1px 1px 15px rgb(0 0 0 / 15%);box-shadow:1px 1px 15px rgb(0 0 0 / 15%);-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;} 
.menu ul li:hover > ul { -webkit-transform:perspective(600px) rotateX(0); transform:perspective(600px) rotateX(0); -webkit-transform-origin:0 0 0; opacity:1; visibility:visible; transition:all .7s; } 
.menu ul li ul li { padding-left:0.75rem; padding-right:0.75rem; } 
.menu ul li ul li a { font-weight:400; font-size:14px; text-align:left; color: #313131; border-bottom:1px solid #ececec; } 
.menu ul li ul li:last-child > a { border-bottom:0px; } 
.menu ul li ul li a.has-child { margin-right:0px; } 
.menu ul li ul li a.has-child:after { border-color:#313131; -moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); -ms-transform:rotate(-45deg); transform:rotate(-45deg); } 
.menu ul li ul li a.active,.menu ul li ul li:hover > a { color:var(--color-red); background:none } 
.menu ul li ul li:hover > a.has-child:after,.menu ul li ul li a.active.has-child:after { border-color:var(--color-red); } 
.menu ul li ul li a { padding:10px 0px 9px 0px; text-transform:capitalize; } 
.menu ul li ul li ul {top: -2px;left: 103%;margin-top:0px;} 
.menu ul li ul li a::before { display:none } 
.menu ul li ul li ul li a::before { display:none } 
/* .menu ul li a::before { position: absolute; content: ''; background: #ff4800; border-radius: 0px; 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: 100%; z-index: 19; background-color: #cc5d7c; } 
.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 { gap: 15px; height: 50%; width: 100%; padding-right: 10px; } 
.click-icon-menu span i { margin-right: 10px; margin-top: -2px; position: relative; color: #fff; background: #973853; padding: 15px; } 
.hdanhmucdrops ul { padding: 0; margin: 0; list-style: none; text-align: left; } 
.hdanhmucdrops ul > li { padding: 0 0% 0% 5%; } 
.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; } 
.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: #dd3333 !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; } 
.hdanhmucdrops .title { display: block; width: 100%; height:100%; padding: 10px 0px; cursor:pointer; font-size: 16px; text-transform:uppercase; text-align:center; color: #fff; font-family: 'MontserratExtraBold'; background-color: #C20000; display: inline-flex; justify-content: center; align-items: center; gap: 10px; border-top-left-radius: 5px; border-top-right-radius: 5px; } 
.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: 445px; /* border:1px solid #e6e6e6; */ } 
.hdanhmucdrops.ver1 .nicescl { position:relative; border: solid 1px #E9E9E9; } 
.hdanhmucdrops.ver1 ul.content { height:auto } 
.hdanhmucdrops ul img { margin-right:10px } 
.hdanhmucdrops li a { position:relative; display:block; padding: 10px 20px 10px 15px; background:url(../images/bg-h-danhmuc.jpg); background-size:100% 100%; font-size: 16px; font-family: 'RobotoRegular'; text-transform: capitalize; display: flex; justify-content: start; align-items: center; } 
.hdanhmucdrops ul ul li a { padding-left:35px; font-family: 'MontserratSemiBold'; text-transform:none } 
.hdanhmucdrops ul.content > li:not(:last-child) > a { border-bottom: 1px solid #EBEBEB; } 
.hdanhmucdrops ul ul { display:block } 
.hdanhmucdrops li { position:relative } 
.hdanhmucdrops ul > li:last-child { border-bottom:none } 
.hdanhmucdrops li:hover > a { background-color:#00000008; color:#C20000 } 
.hdanhmucdrops .icon-drop { cursor:pointer; position:absolute; right:6px; top:12px; width:20px; height:20px; line-height:20px; font-size:20px; text-align:center } 

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


/* Menu Fixed { } */ 
.menu.fixed { z-index: 999; } 
.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: 185px; height: 35px; color: #333; /* margin: auto; */border-radius: 60px; background: #fff; } 
.search p { float: left; line-height: 35px; cursor: pointer; text-align: center; margin: 0px; color: #F7941D; font-size: 15px; width: 40px; } 
.search input { width: calc(100% - 40px); height: 35px; float: left; outline: none; padding: 0px; border: 0px; background: transparent; text-indent: 10px; font-size: 13px; color: #333; } 
.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: #f4bd1c;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; height: 100%; } 
.slideshow a img { width: 100% !important; height: 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%; text-align: center; left: 15%; width: 30%; } 
.box_slider { display: block; text-align: left; padding-left: 5%; border-left: solid 5px #f3b900; } 
.name_slider { color: #f8f49d; font-size: 40px; font-family: 'MuliRegular'; position: relative; } 
.name_slider1 { color: #f3b900; font-size: 80px; font-family: 'SVN-HC-RadiantBoldCond'; } 
 

/* Mmenu */
.menu-res {display: none;height: 65px;z-index: 999;background-color: #fff;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: #84b236;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; /* background: rgb(0 0 0 / 50%); */color: #000; border-radius: 50%; font-size: 20px; background: #84b236; margin: 0; } 
.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; } 
.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'; } 
.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 !important; /* margin-bottom: 0.75rem; */ } 
.video-image:before { content: ""; position: absolute; width: 110px; height: 110px; top: calc(50% - 110px/2); left: calc(50% - 110px/2); z-index: 1; background-repeat: no-repeat; background-image: url(../images/video.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; margin-bottom: 0px; color: #fff; font-family: 'RobotoBold'; } 
.album_main { float: left; width: 32%; margin: 0 2% 2% 0; } 
.album_main:nth-child(3n+1) { clear: both; } 
.album_main:nth-child(3n) { margin-right: 0px; } 
.box-album { display: inline-block; vertical-align: top; position: relative; overflow: hidden; list-style: none; padding: 0 } 
.box-album .album-image { z-index: 0 } 
.box-album .album-image:after { content: ""; position: absolute; top: 50%; left: 0; right: 0; bottom: 0; transition: all 0.6s; background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,0.7) 100%); background: -webkit-linear-gradient(top, transparent 0%, rgba(0,0,0,0.7) 100%); background: -o-linear-gradient(top, transparent 0%, rgba(0,0,0,0.7) 100%); background: -ms-linear-gradient(top, transparent 0%, rgba(0,0,0,0.7) 100%); background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.7) 100%) } 
.box-album .album-name {display: block;opacity: 0;position: absolute;left: 0;bottom: 0;right: 0;z-index: 3;color: #fff;padding: 0 25px 25px 25px;margin: 0;line-height: 1.3;text-shadow: 0.02em 0 rgba(0,0,0,0.5)} 
.box-album:hover .album-image:after { top: 0 } 
.box-album:hover .album-name a { color: #E5CC5F } 
.box-album:hover .album-name{display:block;opacity:1}
/* Brand */
.wrap-brand { padding: 35px 0; background: #F3F3F3; } 
.wrap-brand .wrap-content { position: relative; } 
.brand { display: block; background: #fff; border: solid 1px #d1d1d1; } 
.brand img { border-radius: 5px; } 

/* 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: space-between; align-items: center; gap: 15px; background: #fFFF; margin-bottom: 20px; padding-right: 10px; } 
.title-product span { position: relative; font-size: 18px; color: #fff; background: #dd3333; font-family: 'SFProDisplayBold'; text-transform: uppercase; border-top-right-radius: 50px; border-bottom-right-radius: 50px; padding: 10px; padding-right: 20px; display: flex; justify-content: center; align-items: center; gap: 10px; } 
.title-product-cat { list-style: none; position: relative; margin: 0; padding: 0; /* max-width: 390px; *//* margin-right: 100px; */display: flex; justify-content: start; flex-wrap: wrap; align-items: center; gap: 10px; } 
.title-product-cat li { } 
.title-product-cat li a { cursor: default; display: inline-block; text-align: center; font-size: 16px; font-family: 'MUlishBold'; color: #333 !important; text-transform: uppercase; padding: 10px 15px; border: solid 1px #11857e; border-radius: 50px; } 
.title-product-cat li.active a, .title-product-cat li a:hover { transition: all ease 0.4s; color: #fff !important; background: #11857e; border: solid 1px #ff4800; } 

.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: 15px; border-radius: 60px; background: #3E8C0B; padding: 5px; margin-top: 10px; } 
.title-product-list li { display: inline-block; text-align: center; } 
.title-product-list li p { margin:0 } 
.title-product-list li a { cursor: default; display: inline-block; text-align: center; font-size: 16px; font-family: 'QuicksandBold'; color: #fff !important; text-transform: none; padding: 10px 20px; border-radius: 60px; } 
.title-product-list li.active a, .title-product-list li a:hover { transition: all ease 0.4s; color: #000 !important; background: #ECC700; } 
.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; } 

.product { float: left; width: 32%; margin: 0 2% 2% 0; } 
.product:nth-child(3n+1) { clear: both; } 
.product:nth-child(3n) { 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 !important; display: block; text-align: center; background: #F7941D; /* box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.18); */ } 
.pic-product { margin-bottom: 0px; } 
.pic-product img { /* width: 100% !important; */ } 
.info-product { text-align: center; padding: 15px 10px; display: flex; justify-content: space-between; align-items: center; } 
.name-product.text-split { -webkit-line-clamp: 2; font-size: inherit; margin: 0; } 
.name-product a { text-transform: uppercase; transition:all 0.5s; color: #fff; font-family: 'UTMNokiaStandardBold'; font-size: 15px; } 
.name-product a:hover { color: #283891 !important; } 
.price-product { text-align: center; display: inline-block; } 
.name-sanpham.text-split { -webkit-line-clamp: 2; font-size: inherit; margin: 0; } 
.name-sanpham a { font-size: 15px; font-family: 'RobotoBold'; color: #333; text-transform: capitalize; } 
.name-sanpham a:hover { transition: all .5s; color:#D60F11 } 
.desc-product.text-split { } 
.desc-product { font-size: 14px; } 

/* .price-product span { font-weight:700; } */
.price-new { text-align: center; color: #EB0000; font-size: 15px; font-family: 'RobotoBold'; } 
.price-old { text-decoration: line-through; color: #7c7c7c; } 
.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; font-size: 14px; font-family: 'MulishExtraBold'; 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; } 


/* Newsletter */
.newsletter-input { margin-bottom: 1%; position: relative; display: block; width: calc(50% - 15px); } 
.newsletter-input input { height: 50px; width: 100%; color: #000 !important; background: url("../images/shape.png") no-repeat !important; background-size: 100% 100% !important; position: relative; border: none; border-radius: 0px; } 
.newsletter-input input::placeholder, .newsletter-textarea input::placeholder { font-size: 14px; color: #000; } 
.newsletter-textarea { margin-bottom: 0%; position: relative; display: block; width: 85%; } 
.newsletter-textarea textarea::placeholder { font-size: 14px; color: #000; } 
.newsletter-textarea textarea { width: 100%; height: 80px; border: none; color: #333 !important; border-radius: 0px; background: url("../images/shape.png") no-repeat !important; background-size: 100% 100% !important; } 
.newsletter-button:nth-child(1) { /* margin-right:10px; */ } 
.newsletter-button input { color: #000 !important; border: none; position: relative; outline: none; text-transform: uppercase; font-size: 15px; padding: 5px 15px; opacity: 1; text-align: center; z-index: 10; border-radius: 5px; background-color: #84b236; width: 90px; height: 90px; 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: #680200; } 
.newsletter-email input::placeholder, .newsletter-email input::placeholder { font-size: 14px; color: #fff; font-family: 'RobotoRegular'; } 
.newsletter-email input { background: none; height: 45px; width: 100%; border: solid 1px #e1dcdc; color: #8f8f8f !important; border-radius: 0px; background: #fff; } 
.newsletter-email { } 
input#phone-newsletter { background: none; } 
input#fullname-newsletter { background: none; } 
input#address-newsletter { background: none; } 
textarea#content-newsletter { background: none; padding-left:15px } 

/* Footer */
.footer-article { position: relative; padding-top: 180px; } 
.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; filter: drop-shadow(0 0 2.5px rgba(0,0,0,0.75)); text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff; padding-bottom: 15px; color: #fff; font-family: 'InterBold'; font-size: 30px; font-style: normal; font-weight: 400; line-height: 30px; text-transform: uppercase; } 

.footer-title { text-transform: uppercase; color: #000; font-size: 15px; margin-bottom: 0rem; font-family: 'MuliBold'; } 
.footer-info { color: #000; } 
.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-size: 16px; } 
.footer-ul li a:hover { text-decoration: none; color: #fff600; } 
.footer-tags { padding-top: 30px; padding-bottom: 1rem; 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: url("../images/footer_end.png")no-repeat; background-size: 100% 100%; padding-top: 85px; margin-top: -6%; } 
.footer-powered .wrap-content { } 
.footer-statistic { font-size: 14px; color: #fff; text-align: center; } 
.footer-statistic span { padding-right: 10px; } 
.footer-statistic span:last-child { padding-right: 0px; } 
.footer-copyright { font-size: 14px; color: #000; display: inline-block; text-align: center; padding: 10px 0; padding-bottom: 15px; } 
.footer-copyright span { font-family: 'RobotoBold'; text-transform: capitalize; } 
.title-footer { padding-bottom: 1rem; color: #000; font-family: 'RobotoBold'; font-size: 15px; position: relative; text-transform: uppercase; } 
.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: 400px; position: relative; } 
#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: 25px; } 

.pagination-ajax a { display: inline-block; vertical-align: top; margin: 0px 3px 3px 3px; color: #666 !important; font-size: 13px; padding: 5px 9px; min-width: 35px; border-radius: 3px; box-shadow: inset 0 5px 10px rgb(0 0 0 / 10%), 0 2px 5px rgb(0 0 0 / 13%); cursor: pointer; text-decoration: none!important; background: #fff; text-align: center; } 

.pagination-ajax a.current,.pagination-ajax a:hover { color: #fff !important; border-color: #4a4a4a; background-color: #F7941D; border-radius: 3px; } 

.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-color: #fff; background-repeat: no-repeat; background-position: center; border-radius: 3px; } 

.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; } 
.row8 { -webkit-line-clamp: 8; } 
/* 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: #84b236; 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) !important; opacity: .1; border-color: #1182FC !important; 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; } 

/* Zalo */
.btn-zalo { bottom: 315px; } 

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

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


/* 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: #84b236;width: 100%;padding: 2vw;bottom: 0px;position: fixed;z-index: 500;height: auto;left: 0px;} 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Combo Phone */
.support-online { position: fixed; z-index: 999; left: 10px; bottom: 150px; } 
.support-online a { position: relative; margin: 20px 10px; text-align: left; width: 40px; height: 40px; cursor: pointer; } 
.support-online i { width: 40px; height: 40px; background: #4ba10c; color: #ffffff; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; } 
.support-online a { display: block; } 
.support-online a span { border-radius: 2px; text-align: center; background: #67b634; padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; -webkit-transition: all 0.2s ease-in-out 0s; transition: all 0.2s ease-in-out 0s; -webkit-animation: headAnimation 0.7s 1; animation: headAnimation 0.7s 1; } 
.support-online a:hover span { display: block; } 
.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent #67b634 transparent transparent; position: absolute; left: -10px; top: 10px; } 
.support-online .kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; border-radius: 100%; border: 2px solid #4ba10c; background-color: rgb(75 161 12); opacity: 0.75; right: -10px; } 
.support-online .kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: #4ba10c; border-radius: 100%; border: 2px solid rgba(30, 30, 30, 0.4); opacity: 0.1; border-color: #4ba10c; opacity: 0.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%; } 
 }

.header-bottom { position: relative; padding-top: 10px; background: #fff; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; } 
.footer { position: relative; overflow: hidden; max-width: 100%; margin: auto; background: url("../images/bg_footer.png")no-repeat; background-size: 100% 100%; padding-bottom: 75px; } 
.footer-end { display: flex; justify-content: center; 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: 14px; color: #000; } 
ul.policy li a:hover { color: #be0003; } 
ul.policy { padding: 0; margin: 0; margin-bottom: 1rem; } 
/* 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: 3px; background: #C1C1C1; } 
.scrollbars::-webkit-scrollbar-thumb { width : 3px; background: #A58168; } 
.scrollbars::-webkit-scrollbar-thumb:hover, .scrollbars::-webkit-scrollbar-thumb:active { width: 2px; } 

/* Button Main */
.btn_animation--style { display:flex; justify-content:center; text-decoration:none; border-radius:10px; position:relative; overflow:hidden; transition:all 0.3s ease-in-out; z-index:1; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out } 
.btn_animation--style:hover { transition:all 0.3s ease-in-out; z-index:1; margin:auto 0; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out } 
.btn_animation--style:before { content:""; position:absolute; margin:0 auto; inset:0; width:100%; background-image:linear-gradient(180deg,rgb(0,183,255),rgb(255,48,255)); height:60px; animation:rotate360 4s linear infinite; transition:all 0.2s linear; z-index:0; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; -o-transition:all 0.2s linear; pointer-events:none; -webkit-animation:rotate360 4s linear infinite } 
.btn_animation--style:after { content:""; position:absolute; background:#fff; inset:4px; border-radius:4px; transition:all 0.3s ease-in-out; -webkit-transition:all 0.3s ease-in-out; -moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; -o-transition:all 0.3s ease-in-out; -webkit-border-radius:4px; -moz-border-radius:4px; -ms-border-radius:4px; -o-border-radius:4px } 
.btn_animation--style span { position:relative; z-index:2; color: #1a1a1a; text-transform: uppercase; font-family: 'RobotoBold'; } 
.btn_animation--style:hover { color:#fff; background:#fff } 
.btn_animation--style:hover:after { background:#DB3090 } 
.btn_animation--style:hover span { color:#fff } @keyframes rotate360 { 
 from { transform:rotate(0deg) } 
 to { transform:rotate(360deg); -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg) } 
 }
#ftwp-postcontent blockquote { background:#fff!important; padding:5px 10px 5px 40px!important; margin:20px 0; position:relative; text-align:justify; border-right:2px solid transparent; -moz-box-shadow:2px 2px 15px #ccc; -webkit-box-shadow:2px 2px 15px #ccc; box-shadow:2px 2px 15px #ccc } 
#ftwp-postcontent blockquote::before { content:"\201C"; font-family:Georgia,serif; font-size:60px; font-weight:700; color:#122257; position:absolute; left:10px; top:20px } 
#ftwp-postcontent blockquote p { background:#fff!important } 

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

.slick-slideshow .slick-slide.slick-active:has(+ .slick-center) { transform: translateX(-13px); } 
.slick-slideshow .slick-slide.slick-cloned:has(+ .slick-active) .item-slide:before { display: none; } 
.slick-slideshow .slick-slide.slick-current.slick-active.slick-center + .slick-slide { transform: translateX(13px); } 
.slick-slideshow .slick-slide.slick-current.slick-active.slick-center .item-slide { transform: scale(1.2); } 

/* Flipbook */
.f-flipbook { display: inline-block; position: relative; margin: 20px 0px 30px 0px; border: solid 5px #F5EBF1; background: #fff; } 
.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; } 

/* Icon Phone */
.hotline-btn { bottom: 235px; width: auto; height: auto; position: fixed; right: 20px; z-index: 99; } 
.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: #84b236; 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; } 
 

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

/* logo-header */
.logo { position: relative; } 
.logo a {display: table;margin: 0px auto;position: relative;z-index: 13;top: 40px;margin-top: auto;} 
.logo { transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; max-width: 100%; margin: 0 !important; } 
/* Fix menu */
.header-bottom.fixed { position: fixed; top: 0; right: 0; left: 0; transition: 0.3s all; z-index: 999; box-shadow: 0 0 5px #333333a6; min-width: 1366px; } 
.header-bottom.fixed .menu-bar li > a { height: 80px; line-height: 80px; } 
.header-bottom.fixed .logo {transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;max-width: 70%;transform: scale(0.7);top: -24px;} 
.header.fix .menu-bar > li > .sub_menu { top: 100%; } 


/* General */
.title-main { text-align: center; margin: auto; display: grid; justify-content: center; align-items: center; position: relative; padding-bottom: 20px; z-index: 2; } 
.title-main span { color: #333; text-align: center; font-size: 40px; font-family: "SrirachaRegular"; text-transform: uppercase; position: relative; } 
.title-main p { margin: 0; position: relative; text-align:center; margin-bottom: 10px; } 
.title-main h2 { text-align: center; font-family: 'MulishSemiBold'; font-size: 30px; font-style: normal; line-height: normal; text-transform: uppercase; } 
.line_main { font-size: inherit !important; padding: 0 !important; width: 60px; height: 2px; background: var(--PRI, linear-gradient(90deg, #052FB4 0%, #237FCF 50%, #45CFEF 100%)); margin: 10px auto !important; } 
.slogan { color: #333 !important; letter-spacing: 1px; font-size: 15px !important; } 

/* Intoduce */
.wrap_intoduce { position: relative; padding: 50px 0; } 
.flex_intoduce { display:flex; justify-content: space-between; align-items: start; flex-wrap: wrap; position: relative; } 
.flex_intoduce >div:nth-child(1) { width: 49%; position: relative; padding-top: 50px; } 
.flex_intoduce >div:nth-child(2) { width: 49%; } 
.photo_intoduce { display: flex; justify-content: start; align-items: center; flex-wrap: wrap; gap: 20px; position: relative; } 
.pic_intoduce { display:block; position:relative; z-index: 10; } 
.pic_intoduce:first-child { } 
.pic_intoduce:first-child .img_intoduce { padding: 0; position: relative; border: 8px solid var(--ch-o, #F7941D); } 
.pic_intoduce:last-child { } 
.desc_intoduce { margin-bottom: 1rem; line-height: 25px; font-size: 14px; color: #333; width: 82%; margin: auto; } 
.info_intoduce { display:block; position: relative; z-index: 10; } 
.name_intoduce { color: #000; font-size: 40px; font-family: 'SrirachaRegular'; text-transform: uppercase; position: relative; margin-top: -2%; } 
.see_more { padding: 10px 15px; display: inline-block; transition: all 0.5s; border-radius:5px } 
.see_more span { display: inline-flex; justify-content: center; align-items: center; gap: 5px; color: #333; font-family: 'RobotoMedium'; font-size: 15px; } 
.see_more:hover { color:#fff; letter-spacing: 1px; } 
.intoduce { text-align: center; } 
.title_intoduce { margin-bottom: 1rem; position: relative; } 
.title_intoduce p { margin: 0; font-size: 70px; text-transform: uppercase; font-family: 'MulishExtraBold'; background: linear-gradient(180deg, rgb(244 189 28) 0%, rgb(244 189 28 / 29%) 50%, rgb(255 255 255) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; } 
.title_intoduce span { } 
.zoom_hinh:first-child { position: relative; animation: quayvong 6s infinite linear; border-radius: 10px; } 
.zoom_hinh1:last-child { position: absolute; right: 0px; bottom: 0px; z-index: 2; animation: quayvong2 6s infinite linear; border-radius: 10px; } 

@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%); } 
 }

.desc_intoduce ul { padding: 0; margin: 0; } 
.desc_intoduce p { margin: 0; } 
.lion { position: absolute; top: 15%; left: 4%; } 
.gift { position: absolute; top: 15%; right: 0%; } 
.name_intoduce span { color: #f4bd1c; } 

/* Criteria */
.wrap_criteria { padding-bottom: 35px; position: relative; z-index: 11; margin-top: -65px; } 
.bg_criteria { background: #CA8F07; padding-top: 50px; height: 200px; } 
.box_criteria { display: inline-block !important; position:relative; background: url("../images/bg_criteria.png")no-repeat; background-size: 100% 100%; padding: 50px 35px; } 
.info_criteria { position: relative; z-index: 10; text-align: center; } 
.criteria-image { margin-bottom: 1rem; display: inline-block; } 
.pic_criteria { display: inline-flex; justify-content: center; align-items: center; background: url("../images/cloud.png")no-repeat; background-size: 100% 100%; padding: 15px 25px; margin-bottom: 15px; } 
.info_criteria p { margin: 0; font-family: 'MulishBold'; font-size: 15px; text-transform: uppercase; color: #000; } 
.info_criteria span { } 
.img_criteria { display: inline-flex; justify-content: center; align-items: center; } 
.items_criteria { display: flex; justify-content: start; align-items: center; gap: 15px; box-shadow: -4px 4px 8px 0px rgba(35, 127, 207, 0.40); padding: 20px; border-radius: 15px; background: #FFF; margin-bottom: 10px; margin-left: 5px; margin-right: 5px; } 
.criteria { position: relative; text-align: center; } 

/* Service */
.wrap_service { padding: 50px 0; background: #F5F5F5; } 
.pic_service { display: inline-block; text-align: center; position: relative; } 
.img_service img { display:block; } 
.box_service { position: relative; border-radius: 10px; margin-bottom: 10px; } 
.img_service { overflow: hidden; position: relative; border-radius: 5px; } 
.info_service { padding: 10px 0; text-align: center; position: absolute; bottom: 0; left: 0; right: 0; text-align: center; padding: 10px; background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9999999999999999) 100%); padding-bottom: 15px; } 
.name_service.text-split { font-size:inherit; } 
.name_service a { text-align: center; color: #fff; font-family: 'RobotoMedium'; font-size: 18px; text-transform: uppercase; transition: all 0.5s; } 
.name_service a:hover { color: #fff; letter-spacing: 0.5px; background: var(--PRI, linear-gradient(90deg, #052FB4 0%, #237FCF 50%, #45CFEF 100%)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } 
.desc_service { color: #333; text-align: center; font-size: 15px; } 
.service { float: left; width: 23.5%; margin: 0 2% 2% 0; } 
.service:nth-child(4n+1) { clear: both; } 
.service:nth-child(4n) { margin-right: 0px; } 

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

/* Product */
.wrap_product:nth-child(even) { } 
.foo::after { position: absolute; border-radius: 0px; border-bottom: 2px solid #283891 !important; border-left: 2px solid #283891 !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: 2px solid #283891 !important; border-right: 2px solid #283891 !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; } 
.shadow_product { position: relative; /* margin: 5px 5px 20px 5px; */ box-shadow: 0px 4.226415157318115px 15.8490571975708px 0px rgba(0, 0, 0, 0.10); transition: .4s; border-radius: 0px; overflow: hidden; /* background: #fff; */ } 
.shadow_product:hover { box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px; transform: scale(1.02); } 
.price-new span { font-family: 'MulishRegular'; color: #505050; } 
.wrap_product { display:block; position:relative; padding: 50px 0; } 
.desc_product { color: #232323; font-size: 17px; text-align: right; margin-bottom: 1rem; } 
.img-product { display: block; text-align: center; position: relative; overflow: hidden; } 
.wrap_product_main { padding: 50px 0; } 
.product_aos.aos-init.aos-animate { transition-duration: unset !important; animation: scale-in-center .5s cubic-bezier(.25, .46, .45, .94) both } 
@keyframes scale-in-center { 
 0% { -webkit-transform: scale(0); transform: scale(0); opacity: 1 } 

 100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1 } 
 }

/* Album */
.wrap_album { position: relative; padding-top: 50px; } 
.box_album { display: flex; justify-content: start; flex-wrap: wrap; gap: 11px; } 
.img_album { display: inline-block; position: relative; background: #000; } 
.img_album img { display:block; } 
.info_album { display: none; position:absolute; z-index: 10; text-align: center; bottom: 0; left: 0; right: 0; width: 100%; padding: 15px; } 
.name_album.text-split { -webkit-line-clamp:2; font-size: inherit; margin: 0; } 
.name_album a { font-family: 'MulishBold'; color: #fff; font-size: 17px; text-transform: uppercase; } 
.name_album a:hover { color: #84b236; } 
.img_album:hover img { opacity:.6 } 
.photo_album { position: relative; overflow: hidden; display: table; } 
.img_album { display: inline-block; overflow: hidden; position: relative; border-radius: 10px; } 
.photo_album:hover .info_album { display:block; -webkit-animation:tracking-in-expand-fwd .8s cubic-bezier(0.215,0.610,0.355,1.000) both; animation:tracking-in-expand-fwd .8s cubic-bezier(0.215,0.610,0.355,1.000) both } 
@-webkit-keyframes tracking-in-expand-fwd { 
 0% { letter-spacing:-.5em; -webkit-transform:translateZ(-700px); transform:translateZ(-700px); opacity:0 } 
40% { opacity:.6 } 
100% { -webkit-transform:translateZ(0); transform:translateZ(0); opacity:1 } 
 }
@keyframes tracking-in-expand-fwd { 
 0% { letter-spacing:-.5em; -webkit-transform:translateZ(-700px); transform:translateZ(-700px); opacity:0 } 
40% { opacity:.6 } 
100% { -webkit-transform:translateZ(0); transform:translateZ(0); opacity:1 } 
 }


/* News */
.wrap_newsnb { position: relative; padding: 50px 0; } 
.box_newsnb { display: block; position: relative; text-align: center; margin-bottom: 25%; } 
.info_newsnb { text-align: left; width: 50%; } 
.name_newsnb { font-size: inherit; position: relative; } 
.name_newsnb a { color: #000; font-size: 16px; font-family: 'RobotoBold'; font-size: 16px; } 
.name_newsnb a:hover { color:#84b236 } 
.flex_newsnb { display: flex; justify-content: space-between; flex-wrap: wrap; max-width: 1200px; margin: auto; padding: 0 15px; position: relative; z-index: 1; } 
.flex_newsnb >div:nth-child(1) { width: 47%; padding: 50px; padding-left: 0; padding-right: 0; } 
.flex_newsnb >div:nth-child(2) { width: 53%; position: relative; padding: 50px; padding-right: 0; padding-left: 150px; z-index: 1; } 
.desc_newsnb { line-height: 28px; color: #4d4d4d; font-size: 15px; } 
.img_newsnb { display: block; border-radius: 15px; } 
.items_newsnb { display: inline-flex !important; justify-content: start; align-items: center; gap: 10px; position: relative; margin-bottom: 10px; width: auto !important; border-radius: 20px; border: 2px solid #84b236; padding: 20px; } 
.pic_newsnb { position: relative; display: inline-block; } 
.time_newsnb { font-style: italic; color: #333; padding-bottom: 5px; display: inline-flex; justify-content: start; align-items: center; gap: 5px; background: #84b236; padding: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; } 

.school { position: absolute; top: 0; right: 0; } 
.pic { position: absolute; top: 0%; left: 0; } 

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

/* Study */
.wrap_study { background: url("../images/bg_study.png")no-repeat; background-size: 100% 100%; padding: 50px 0; padding-bottom: 145px; padding-top: 25%; position: relative; margin-top: -25%; } 
.box_study { position: relative; text-align: center; } 
.img_study { border-radius: 20px; } 
.info_study { background: url("../images/box.png")no-repeat; background-size: 100% 100%; padding: 50px 10px; position: absolute; padding-top: 85px; left: -1px; right: 0; text-align: center; bottom: 0; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width: 101%; } 
.name_study { font-size: inherit; margin: 0; } 
.name_study a { font-size: 20px; color: #000; font-family: 'MulishBold'; text-transform: capitalize; } 
.name_study a:hover { color:#84b236 } 
.info_study.add {padding-top: 125px;bottom: -23%;width: 100.2%;} 
.info_study.add .name_study { margin-bottom: 10px; } 
.box_study.add {margin-bottom: 25%;} 

.box_study.add .more a span { display: inline-flex; justify-content: center; align-items: center; gap: 5px; cursor: pointer; } 
.box_study.add .more a span i { position:relative; top: -2px; } 
.box_study.add .more a:hover { color:#f00 } 

/* Form */
.wrap_form { background: url("../images/bg_form.png")no-repeat; background-size: 100% 100%; padding: 50px 0; position: relative; padding-top: 100px; margin-top: -8%; } 
.student { position: absolute; left: 5%; top: 15%; } 
.bird { position: absolute; right: 5%; top: 20%; } 
.flex_newsletter { display: flex; justify-content: space-between; flex-wrap: wrap; } 
.form { width: 70%; margin: auto; border-radius: 20px; background-color: #ffffff; border: 5px dashed #84b236; padding: 30px; } 
.flex_button {display: flex;justify-content: space-between;align-items: center;} 

/* 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: #333; } 
.design_footer { } 
.main { margin: auto; display: block; position: relative; text-align: center; padding-top: 15px; z-index: 10; } 
.owl-carousel .owl-dot { } 
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #3E4095 !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; } 
.banner { text-align: center; } 
.banner p { margin: 0; color:#283891; text-align: center; font-family: 'SVNAndrogyne'; font-size: 25px; } 
.banner h2 { margin:0; color: var(--CH-O, #FB0101); font-family: 'UTMNokia'; filter: drop-shadow(0 0 2.5px rgba(0,0,0,0.75)); font-size: 35px; 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; } 
.logo_banner { display: flex; justify-content: start; align-items: center; gap: 15px; } 
.photo_footer { width: 100%; text-align: center; } 
.social-footer { padding-top: 15px !important; gap:5px; justify-content: center !important; } 
select.listvideos { display: block; width: 100%; height: 40px; } 
.social-header { gap: 10px; justify-content: center !important; } 
.video-main iframe { } 
.slide { position: relative; z-index: 10; } 
.flex_footer { padding: 0; margin: auto; align-items: center; } 
.info_header { display: flex; justify-content: start; align-items: center; gap: 5px; position: relative; border-radius: 100px; border: 1px dashed var(--ch-o, #F7941D); padding: 2px 20px; padding-left: 3px; } 
.info_content_header a { line-height: 30px; } 
.content_header { } 
.logo-header { display: inline-block; } 
.pic_hotline { } 
.info_content_header { text-align: left; } 
.info_content_header p { margin: 0; font-size: 20px; font-family: 'SVNHCYellowtail'; color: #333; text-transform: capitalize; } 
.info_content_header span { font-size: 16px; } 
.info_content_header a { color: var(--CH-O, #FB0101); font-family: 'UTMNokia'; font-size: 18px; filter: drop-shadow(0 0 2.5px rgba(0,0,0,0.75)); 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; } 
.menu .wrap-content { padding: 0; } 
.header::after { content:''; background:url("../images/bottom_header.png")no-repeat; background-size: 100% 100%; display:block; height: 3px; position: absolute; left: 0; right: 0; text-align: center; bottom: -3px; } 
.items_header { display: flex; justify-content: start; align-items: center; gap: 5px; } 
.logo::after { content:''; background: url("../images/bottom_logo.png")no-repeat; background-size: 100% 100%; display: inline-block; width: 260px; height: 55px; position: absolute; z-index: 12; left: -57px; bottom: -50px; } 
.header-bottom.fixed { padding:0; margin-top:-10px; height:80px } 
.title-main span::before { content:''; background:url("../images/ic_lion.png")no-repeat; background-size:100% 100%; display: inline-block; width: 73px; height: 80px; } 
.wrap_album .wrap-content { max-width: 100%; } 
.more {text-align: center;position: relative;z-index: 10;} 
.more a { display: inline-block; padding: 4px 6px; background: #84b236; font-size: 15px; text-transform: uppercase; font-family: 'RobotoMedium'; border-radius: 50px; cursor: pointer; } 
.more a span { border: dashed 1px #fff; display: inline-block; padding: 7px 18px; border-radius: 50px; } 
.more a:hover { color:#f00 } 
.facebook { border: solid 15px #84b236; border-radius: 20px; position: relative; top: -100px; } 
.facebook::after { content:''; background: url("../images/social_bottom.png")no-repeat; background-size: 100% 100%; display: inline-block; width: 205px; height: 53px; position: absolute; bottom: -64px; left: 20%; } 
.logo_form { text-align: center; } 
.title_form { text-align: center; padding: 15px 0; } 
.title_form span { } 
.newsletter-input.add { width: 100%; margin-bottom: 2%; } 
.newsletter-textarea.add { width: 100%; } 
.newsletter-button.add input { border-radius: 5px; width: auto; height: auto; } 
.newsletter-button.add { text-align: center; margin: 15px 0; } 
.title_form span { color: #333; text-align: center; font-size: 40px; font-family: "SrirachaRegular"; text-transform: uppercase; position: relative; } 
.title_form span::before { content:''; background:url("../images/ic_lion.png")no-repeat; background-size:100% 100%; display: inline-block; width: 73px; height: 80px; } 
.wr-datlich-fix-d { width: 90px; height: 90px; background: #84b236; border-radius: 10px; box-shadow: 0px 0px 5px #000; display: flex; justify-content: center; align-items: center; text-align: center; padding: 0px 10px; cursor: pointer; } 
.wr-datlich-fix-2d { position: fixed; right: 2px; bottom: 475px; z-index: 9999; } 
.wr-datlich-fix-d i { font-size: 20px; color: #fff; } 
.datlich-fix-1d { margin: 5px 0 0 0; font-size: 11px; color: #fff; text-align: center; font-family: 'MulishBold'; text-transform: uppercase; transition: all .3s; } 
.logo.add a { top: 0; margin: 0; } 
.logo.add::after { display: none; } 
.header-bottom.add.fixed { padding:0; margin-top:auto; height:auto } 
.header-bottom.add.fixed .logo{top:0}
.header-bottom.fixed .menu {
    top: -15px;
}
.header-bottom.add.fixed .menu {
    top: auto;
}
.wrap_form.add .wrap-content {
    padding: 0;
    margin: 0;
}
.wrap_form.add {
    margin: 0;
    padding: 50px 0;
}
/* Responsive */
@media(max-width:1001px){
	.header{display: none;}
	.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;margin: 0;background-size: cover;padding: 5px 0;background: #84b236;}
	.footer-statistic{text-align: center;}
	.logo-res{display: block;}
	.hotline-btn{display: none;}
	.menu.fixed{position: absolute !important;top: 0;z-index: -1;opacity: 0;}
    .flex_header_bottom {justify-content: center !important;flex-wrap: wrap;gap: 10px;}
	.content_header {justify-content: center !important;}
	.flex_footer {gap: 15px;justify-content: center !important;}
    .logo a{top:auto;margin:10px 0}
    .wrap_criteria{padding: 15px 0;margin: 0;}
    .header-bottom.fixed{position: absolute !important;top:0;}
    .desc_intoduce{width:100%}
    .lion {position: absolute;top: -4%;left: 4%;zoom: 0.4;} 
    .gift {position: absolute;top: 0%;right: 0%;zoom: 0.4;} 
    .title_intoduce p{font-size:60px}
    .name_intoduce{font-size: 21px;}
    .student {position: absolute;left: 50%;top: 3%;zoom:0.4} 
    .bird {position: absolute;right: 5%;top: 20%;zoom: 0.6;} 
    .form{width:auto}
    .newsletter-input{width:100%;margin-bottom:2%}
    .flex_button{flex-wrap:wrap;text-align:center;justify-content: center;}
    .newsletter-textarea{width:100%;margin-bottom:2%}
    .newsletter-button input { border-radius: 5px; width: auto; height: auto; } 
    .newsletter-button{text-align:center}
    .footer-article{padding:0}
    .footer{background-size:cover}
    .facebook{top:auto}
    .wrap_form.add .student {}
    .wrap_form.add .bird {
    right: -2%;
    top: 15%;
}
}
@media(max-width:850px){
	.header-bottom{padding: 0;display: none;}
	.header{display: none;}
	.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;}

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

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

@media(max-width:789px){
	.header-bottom{}
	.header{display: none;}
	.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;}
    .box_album{justify-content:space-between;gap: 10px;}
    .photo_album{width:calc(50% - 5px)}
    .school { position: absolute; top: 0; right: 0;zoom:0.5 } 
    .pic { position: absolute; top: 0%; left: 0; zoom:0.5} 
}


@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;}
    .title_intoduce p{font-size: 30px;}
}

@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;}
	.album_main ,.news{width: 100%;}
    .title_form span{
    font-size: 30px;
}
}

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