/* 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'; min-width: 1200px; margin: auto; overflow: auto; } 

/* 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;z-index: 99;background: #ff0018;} 

/* Menu */
.menu {display: block;position: relative;z-index: 30;padding: 0;background: #0a75b9;} 
.menu.fixed_menu { width: 100%; bottom: unset; right: unset; position: fixed; top: 0px; z-index: 999; left: 0px; } 
.menu ul { padding: 0px; margin: auto; list-style: none; position: relative; } 
.menu ul li { position: relative; z-index: 99; transition: 0.2s; } 
.menu ul li a:hover, .menu ul li a.active { transition: 0.2s; color: #fff; background: #FB4C17; } 
.menu ul li a { display: inline-block; vertical-align: top; position: relative; z-index: 1; text-align: center; text-decoration: none!important; font-size: 16px; color: #fff; font-family: 'RobotoRegular'; margin: 0px; padding: 10px 15px; text-transform: uppercase; border-radius: 0px; } 
.menu ul li ul li a:hover, .menu ul li ul li a.active { color: #fff; background:#FB4C17; transition: 0.2s; } 
.menu ul li.li-search { position: absolute; top: 6px; right: 0px; } 
.menu ul li > ul { position: absolute; min-width: 250px; -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all .5s; border-top: none; text-align: left; } 
.menu ul li:hover > ul , .menu ul li.active > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all .7s; } 
.menu ul li ul li { width: 100%; display: inline-block; text-align: left; position: relative; margin: 2px 0; } 
.menu ul li ul li:first-child { border-top: none; } 
.menu ul li ul li:last-child { border-bottom: none; } 
.menu ul li ul li a { text-align: left; display: block; font-size: 15px; line-height: 25px; color: #000; position: relative; padding: 5px 15px; text-transform: uppercase; background: #f7f6eb; border-radius:0px; border: none; margin-top: 1px; } 
.menu ul li ul li a i { line-height: 25px; display: inline-block; vertical-align: top; margin-right: 5px; } 
.menu ul li ul li ul { left: 100%; top: -2px; margin-left:5px } 
.menu ul li ul li ul li a { padding-left: 15px; font-size: 15px; } 
.menu ul li ul li ul li a i { position: relative; top: auto; right: auto; display: inline-block; vertical-align: top; line-height: 25px; font-size: 8px; color: #be0003; margin-right: 5px; } 
.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: #be0003; border-radius: 50px; height: 2px; } 
.menu ul li>a.active::before, .menu ul li:hover>a::before { animation: line_menu infinite 6s; } 
.menu ul li:hover>a.has-child::before, .menu ul li a.active.has-child::before { animation: line_menu infinite 6s; } */

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

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

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

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

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

/* Dmuc menu product*/
/* .hdanhmucdrops { position: relative; width: 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: 15px; cursor:pointer; font-size: 18px; text-transform:uppercase; text-align:center; color: #3E4095; font-family: 'MontserratExtraBold'; /* background-color: #002d95; */ } 
.hdanhmucdrops ul { padding:0; margin:0; list-style: none; text-align:left; background-color:#fff } 
.hdanhmucdrops .nicescl { position:absolute; box-sizing:border-box; width:100%; left:0; top:100% } 
.hdanhmucdrops ul.content { overflow:hidden; height:424px; /* border:1px solid #e6e6e6; */ } 
.hdanhmucdrops.ver1 .nicescl { position:relative; margin-top: 12px; } 
.hdanhmucdrops.ver1 ul.content { height:auto } 
.hdanhmucdrops ul img { margin-right:10px } 
.hdanhmucdrops li a { position:relative; display:block; padding: 15px 25px 15px 15px; background:url(../images/bg-h-danhmuc.jpg); background-size:100% 100%; font-size: 14px; font-family: 'MontserratBold'; text-transform: uppercase; } 
.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:#3E4095 } 
.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%); */height: auto; padding: 0; } 
.header.fixed .logo-header { zoom: 0.85; } 
.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: 270px; height: 35px; color: #000; background: #fff; border-radius: 0px; } 
.search p { float: left; line-height: 40px; cursor: pointer; text-align: center; margin: 0px; color: #000; /* width: 40px; *//* height: 40px; *//* background: #005BAC; *//* border-radius: 35px; */position: relative; text-transform: uppercase; font-size: 20px; } 
.search input { width: calc(100% - 35px); height: 35px; float: left; outline: none; padding: 0px; border: 0px; background: transparent; text-indent: 10px; font-size: 13px; color: #000; } 
.search input::-webkit-input-placeholder { color: #333333; } 
.search input:-moz-placeholder { color: #ccc; } 
.search input::-moz-placeholder { color: #ccc; } 
.search input:-ms-input-placeholder { color: #ccc; } 
.search1 { /* background: rgba(0, 0, 0, 0.5); */width: 100%; height: 55px; /* border-radius: 50px; */margin-left: 15px; border: solid 1px #d9d9d9; background-color: #fff; } 
.search1 p { float: left; line-height: 45px; cursor: pointer; text-align: center; margin: 0px; color: #fff; background: #ab0407; border-radius: 50%; width: 45px; height: 45px; font-size: 23px; margin-top: 4px; margin-left: -3px; } 
.search1 input { width: calc(100% - 46px); height: 53px; float: left; outline: none; padding: 0px; border: 0px; background: transparent; text-indent: 10px; font-size: 13px; color: #000; } 
.search1 input::-webkit-input-placeholder { color: #ccc; } 
.search1 input:-moz-placeholder { color: #ccc; } 
.search1 input::-moz-placeholder { color: #ccc; } 
.search1 input:-ms-input-placeholder { color: #ccc; } 

/* Slideshow */
.slideshow { position: relative; z-index: 10; } 
.slideshow-item { display: block; cursor: pointer; } 
.slideshow:hover .control-slideshow { opacity: 1; } 
.control-slideshow { opacity: 0; } 
.slideshow a { position: relative; display: block; cursor: pointer; overflow: hidden; 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%; left: -35%; right: 0%; text-align: center; } 
.box_slider { display: block; } 
.name_slider { color: #fff; font-size: 70px; font-family: 'UTMImpact'; text-transform: uppercase; position: relative; } 
.name_slider1 { color: #fff; font-size: 20px; font-family: 'OswaldRegular'; position: relative; top: -19px; } 
 

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

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

/* Search Responsive */
.search-res { position: relative; } 
.search-res .icon-search { width: 40px; height: 40px; cursor: pointer; text-align: center; line-height: 40px; background: #0000009e; color: #fff; margin: 0px; border-radius: 50%; font-size: 20px; } 
.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; margin-bottom: 0.75rem; } 
.video-image:before { content: ""; position: absolute; width: 50px; height: 35px; top: calc(50% - 35px/2); left: calc(50% - 50px/2); z-index: 1; background-repeat: no-repeat; background-image: url(../images/play.png); } 
.video-name { text-align: center; font-size: 16px; color: var(--color-black); margin-bottom: 0px; } 
.slider-inner video { object-fit: cover; } 

/* Album */
.album { cursor: pointer; margin-bottom: 1rem; } 
.album-image { margin-bottom: 0.75rem; } 
.album-name { margin-bottom: 10px; text-align: center; } 
.album-name a {display: block;font-size: 16px;color: #fff;margin-bottom: 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; 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 } 
.album { float: left; width: 32%; margin: 0 2% 2% 0; } 
.album:nth-child(3n+1) { clear: both; } 
.album:nth-child(3n) { margin-right: 0px; } 

/* Brand */
.wrap-brand { padding: 35px 0; background: #f7f6eb; margin-top: 50px; } 
.wrap-brand .wrap-content { position: relative; } 
.brand { display: block; } 
.brand img { } 

/* 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: center; flex-wrap: wrap; align-items: center; gap: 20px; padding-bottom: 20px; } 
.title-product-cat li { margin: 0px 10px; /* position: relative; */display: inline-grid; justify-content: center; align-items: center; text-align: center; gap: 5px; } 
.title-product-cat li a { cursor: default; display: inline-block; text-align: center; font-size: 18px; color: #fff !important; font-family: 'JosefinSansMedium'; text-transform: uppercase; } 
.title-product-cat li.active a, .title-product-cat li a:hover { transition: all ease 0.4s; color: #B40800 !important; background: none; } 

.title-product-list { list-style: none; margin: 0; padding: 0; position: relative; z-index: 99; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 10px; } 
.title-product-list li { /* margin: 3px; */display: inline-block; text-align: center; } 
.title-product-list li p { margin:0 } 
.title-product-list li a { cursor: default; display: inline-block; text-align: center; font-size: 20px; font-family: 'MulishBold'; color: #000 !important; text-transform: uppercase; padding: 15px 65px; border: solid #CFCFCF; border-bottom: none; } 
.title-product-list li.active a, .title-product-list li a:hover { transition: all ease 0.4s; color: #005BAC !important; border: solid #005BAC; border-bottom: none; } 
.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: 23.5%; margin: 0 2% 2% 0; } 
.product:nth-child(4n+1) { clear: both; } 
.product:nth-child(4n) { margin-right: 0px; } 

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

.box-product { position: relative !important; display: block; text-align: center; background: #fff; padding:10px; box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19); margin: 10px 0; } 
.pic-product { margin-bottom: 0px; } 
.pic-product img { width: 100% !important; } 
.info-product { padding: 10px 0px; text-align: center; } 
.name-product.text-split { -webkit-line-clamp: 2; font-size: inherit; /* margin: 0; */ } 
.name-product a {color: #0a75b9;text-align: center;font-family: 'RobotoBold';font-size: 14px;text-transform: uppercase;transition:all 0.5s} 
.name-product a:hover { color: #FB4C17 !important; letter-spacing:0.5px } 
.price-product { margin-bottom: 10px; } 
.name-sanpham.text-split { -webkit-line-clamp: 2; font-size: inherit; margin: 0; } 
.name-sanpham a { font-size: 20px; font-family: 'RobotoMedium'; color: #fff; text-transform: uppercase; } 
.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 {color: #ff0018;text-align: center;font-size: 15px;font-family: 'RobotoBold';text-transform: uppercase;} 
.price-old { text-decoration: line-through; color: #322d2d; font-size: 13px; } 
.price-per { position: absolute; top: 10px; right: 10px; 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: 0%; position: relative; display: block; width: 90%; } 
.newsletter-input input { height: 52px; width: 100%; color: #495057 !important; background: #fff !important; position: relative; border: none; border: 1px solid #495057; border-radius: 5px; } 
.newsletter-input input::placeholder, .newsletter-textarea input::placeholder { font-size: 14px; color: #495057; } 
.newsletter-textarea { /* margin: 0 auto; */margin-bottom: 0%; position: relative; display: block; width: 100%; top: 0px; } 
.newsletter-textarea textarea::placeholder { font-size: 14px; color: #858585; } 
.newsletter-textarea textarea { width: 100%; height: 50px; border: none; color: #858585 !important; background: #fff !important; border-radius: 5px; border: 1px solid #858585; } 
.newsletter-button:nth-child(1) { /* margin-right:10px; */ } 
.newsletter-button input {color: #fff !important;border: none;position: relative;outline: none;text-transform: uppercase;background: #fff;font-size: 15px;font-family: 'MuliBold';padding: 15px 20px;opacity: 1;text-align: center;z-index: 10;border-radius: 5px;background: #ff0018;line-height: inherit;} 
.newsletter-button:nth-child(1) input { } 
.newsletter-button:nth-child(2) input { } 
.newsletter-button input:hover { color: #fff !important; transition: all .5s; background: #d01e2c; } 
.newsletter-email input::placeholder, .newsletter-email input::placeholder { font-size: 14px; color: #000; 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; } 

/* Footer */
.footer-article {position: relative;padding: 50px 15px;background: #0a75b9;} 
.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)); */
 padding-bottom: 15px;
 color: #ffffff;
 font-family: 'SVNRevolution';
 font-size: 30px;
 font-style: normal;
 font-weight: 400;
 line-height: 44px;
 text-transform: uppercase;
 } 

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

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

.pagination-ajax a.current,.pagination-ajax a:hover { color: #fff !important; border-color: #4a4a4a; border-radius: 50%; background-color: #4A90E2; border: 1px solid #4A90E2; } 

.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: 50%; } 

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

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

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

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

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

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

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

/* Scroll Top */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; } 

/* Text Hide */
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; } 

/* Text split */
.row1 { -webkit-line-clamp: 1; } 
.row2 { -webkit-line-clamp: 2; } 
.row4 { -webkit-line-clamp: 4; } 
.row5 { -webkit-line-clamp: 5; } 
.row6 { -webkit-line-clamp: 6; } 
.row7 { -webkit-line-clamp: 7; } 
/* Transition All */
.transition { -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; } 

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

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

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

/* Blink */
.blink { -webkit-animation-name: blink; -webkit-animation-duration: 1s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: blink; -moz-animation-duration: 1s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; animation-name: blink; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; } 

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

 50% { opacity: 0.0; } 

 100% { opacity: 1.0; } 
 }

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

 50% { opacity: 0.0; } 

 100% { opacity: 1.0; } 
 }

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

 50% { opacity: 0.0; } 

 100% { opacity: 1.0; } 
 }

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

.btn-frame i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; background: #1182FC; 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; } 

.btn-edit { bottom: 485px; } 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-moz-keyframes shake-anim { 
 0% { transform: rotate(0) scale(1) skew(1deg) } 

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

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

 100%,50% { -moz-transform: rotate(0) scale(1) skew(1deg) } 
 }

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

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

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

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

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

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

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

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

/* Hover thanh truot */
.img_hover { overflow: hidden; position: relative; padding: 0; z-index: 0; } 
.img_hover:before { position: absolute; top: 0; left: -85%; z-index: 22; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%); background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); } 
.img_hover:hover:before { -webkit-animation: shine .6s; animation: shine .6s; } 

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

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

.header-bottom { position: relative; padding: 5px 0; background: url("../images/bg_header.png")no-repeat; background-size: cover; } 
.footer { position: relative; background: url("../images/bg_footer.png")no-repeat; background-size: 100% 100%; } 
.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: 15px; color: #fff; } 
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: 5px; background: #C1C1C1; } 
.scrollbars::-webkit-scrollbar-thumb { width : 5px; background: #3E4095; } 
.scrollbars::-webkit-scrollbar-thumb:hover, .scrollbars::-webkit-scrollbar-thumb:active { width: 2px; } 

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

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

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

/* Album Main */
.album { cursor:pointer; margin-bottom:1rem; } 
.album-image { margin-bottom:0.75rem; } 
.album-name { margin-bottom:0px; text-align:center; } 
.album-name a {display:block;font-size: 18px;color: #fff;margin-bottom:0px;text-transform: capitalize;} 
.giaca { color: #000; font-family: 'MulishRegular'; font-size: 15px; } 

/* Icon Phone */
.hotline-btn { bottom: 235px; width: auto; height: auto; position: fixed; right: 20px; z-index: 999; } 
.hotline-btn .btn-frame { position: relative; right: unset; left: 0; } 
.hotline-btn:hover span { width: 160px; transition: all 400ms ease-in; opacity:1 } 
.hotline-btn span { width: 0; height: 40px; padding: 7px 2px; font-size: 18px; background: #1182FC; 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; } 

/* Category */

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

/* General */
.title-main { text-align: center; padding-bottom: 20px; margin: auto; display:grid; justify-content: center; } 
.title-main span {color: #333333;font-family: 'RobotoBold';font-size: 30px;font-style: normal;text-transform: uppercase;background: var(--linear, linear-gradient(90deg, #FF5C00 0%, #F7941D 100%));-webkit-background-clip: text;-webkit-text-fill-color: transparent;} 
.title-main p { margin: 0; position: relative; } 
.title-main h2 { position: relative; z-index: 10; margin:0; } 
.line_main { font-size: inherit !important; padding: 0 !important; padding-bottom: 5px !important; } 
.slogan { color: #5c5c5c; text-align: center; font-size: 15px; letter-spacing: 1px; } 
/* Intoduce */
.wrap_intoduce { position: relative; padding: 50px 0; } 
.flex_intoduce { display:flex; justify-content: space-between; flex-wrap: wrap; align-items: center; position: relative; z-index: 5; filter: drop-shadow(2.5px 4.33px 12.5px rgba(0,0,0,0.1)); background-color: #ffffff; padding: 20px; } 
.flex_intoduce >div:nth-child(1) { width: 49%; position: relative; } 
.flex_intoduce >div:nth-child(2) { width: 49%; } 
.photo_intoduce { display: flex; justify-content: start; align-items: end; flex-wrap: wrap; gap: 20px; } 
.pic_intoduce { display:block; position:relative; z-index: 10; } 
.pic_intoduce:first-child { } 
.pic_intoduce:first-child .img_intoduce { padding: 0; } 
.pic_intoduce:last-child { } 
.desc_intoduce { color: #1E1E1E; font-size: 14px; line-height: 25px; margin-bottom: 1rem; } 
.info_intoduce { display:block; position: relative; z-index: 10; text-align: left; } 
.name_intoduce { color: #333333; font-size: 40px; text-transform: capitalize; font-family: 'UTMYenTu'; padding-bottom: 10px; } 
.see_more { display: inline-flex; justify-content: space-between; align-items: center; gap: 5px; padding: 10px; border: solid 1px #000; color: #1560CD; border-radius: 5px; } 
.see_more:hover { color: #fff; padding: 10px 25px; letter-spacing:0.5px; } 
.see_more i { position: relative; top: 2px; } 
.intoduce { position: relative; top: -85px; margin-bottom: -50px; } 
.title_intoduce { text-align: left; padding-bottom: 20px; } 
.title_intoduce p { margin: 0; font-size: 40px; color: #4F4F4F; font-family: 'UTMYenTu'; } 
.title_intoduce span { font-size: 38px; text-transform: uppercase; color: #1E1E1E; font-family: 'JosefinSansBold'; } 
.zoom_hinh:first-child { position: relative; animation: quayvong 6s infinite linear; clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%); } 
.zoom_hinh1:last-child { position: absolute; right: 0px; bottom: 0px; z-index: 2; animation: quayvong2 6s infinite linear; clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%); } 

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

 
/* Criteria */
.wrap_criteria { padding: 50px 0; position: relative; background: url("../images/bg_choose.png")no-repeat; background-size: cover; } 
.bg_criteria { background: #CA8F07; padding-top: 50px; height: 200px; } 
.box_criteria { display: inline-grid; position:relative; justify-content: center; align-items: center; gap: 5px; border-radius: 10px; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); padding: 75px 15px 30px 15px; margin-top: 75px; } 
.info_criteria { margin: auto; text-align: center; } 
.criteria-image { margin-bottom: 1rem; display: inline-block; } 
.pic_criteria { display: inline-flex; justify-content: center; align-items: center; margin: auto; text-align: center; background: url("../images/boxx.png")no-repeat; background-size: 100% 100%; padding: 30px; position: absolute; top: -70px; z-index: 10; left: 0; right: 0; text-align: center; width: 135px; } 
.name_criteria { font-size: inherit; } 
.desc_criteria { font-size: 14px; color: #000; } 
.info_criteria p {color: #0a75b9;font-family: 'RobotoBold';text-transform: uppercase;font-size: 16px;} 
.info_criteria span { color: #4D4D4D; font-size: 14px; line-height: 25px; } 

/* Service */
.wrap_service { padding: 50px 0; position: relative; background: #FFF8F1; } 
.box_service { display: block; } 
.pic_service { display: block; position: relative; } 
.img_service img { display:block; width:100%; } 
.box_service { position: relative; } 
.img_service { overflow: hidden; position: relative; } 
.info_service { padding: 10px; text-align: center; background: #000; } 
.name_service.text-split { font-size:inherit; margin: 0; } 
.name_service a { transition: all 0.6s; color: #fff; font-family: 'RobotoBold'; font-size: 16px; font-style: normal; text-transform: uppercase; } 
.name_service a:hover { color:#F7941D; letter-spacing: 1px; } 
.desc_service { font-size:15px; color: #fff; } 


/* Banner */
.wrap_banner { position: relative; padding-bottom: 50px; } 
.title_brand { text-align: center; padding-bottom: 20px; } 
.title_brand span { color: #333333; font-size: 18px; font-family: 'MuliSemiBold'; text-transform: uppercase; } 

/* Product */
/* .wrap_product:nth-child(2n) { padding: 50px 0; } */
.foo::after { position: absolute; border-radius:0px; border-bottom: 3px solid #FB4C17 !important; border-left: 3px solid #FB4C17 !important; -webkit-transform-origin: 0 100%; width: 100%; height: 100%; z-index: 1; content: ''; position: absolute; top: 0; left: 0; box-sizing: border-box; -webkit-transform: scale(0); transition: 0.5s; pointer-events: none; } 
.foo::before { position: absolute; border-radius:0px; border-top: 3px solid #FB4C17 !important; border-right: 3px solid #FB4C17 !important; -webkit-transform-origin: 100% 0%; width: 100%; height: 100%; z-index: 1; content: ''; position: absolute; top: 0; left: 0; box-sizing: border-box; -webkit-transform: scale(0); transition: 0.5s; pointer-events: none; } 
.price-new span { color: #333333; font-size: 15px; } 
.wrap_product { text-align: center; display:block; position:relative; padding: 50px 0; } 
.desc_product { color: #232323; } 
.wrap_products { padding-bottom: 50px; } 


/* Album */
.wrap_album { position: relative; padding: 50px 0; } 
.box_album { display: flex; justify-content: start; flex-wrap: wrap; align-items: center; gap: 10px; } 
.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: 0px; 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: 'RobotoBold'; color: #fff; font-size: 18px; text-transform:capitalize; } 
.name_album a:hover { color: #1560CD; } 
.img_album:hover img { opacity:.6 } 
.photo_album { position: relative; } 
.img_album { display: inline-block; overflow: hidden; position: relative; border-radius: 10px; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); } 
.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 } 
 }
.box_album >div:nth-child(1) { display: block; } 
.box_album >div:nth-child(1) .layout_album:nth-child(2) { margin-top:10px } 
.box_album >div:nth-child(2) { display: block; } 
.box_album >div:nth-child(3) .layout_album:nth-child(2) { margin-top:10px } 
.box_album >div:nth-child(3) { display: block; } 
.box_layout { margin-top: 10px; display: flex; justify-content: start; gap: 10px; align-items: flex-start; } 
.layout_album { display: block; } 
/* Whychoose */
.wrap_why { padding: 50px 0; background-size: cover; } 
.body_why { display: block; position: relative; text-align: center; } 
.img_why { display: inline-block; border-radius: 50%; } 
.photo_why { display: inline-block; position: relative; } 
.flex_why { display: flex; justify-content: space-between; align-items: center; } 
.box_why { display: flex; justify-content: end; align-items: center; gap: 15px; width: 38%; position: absolute; } 
.box_why:nth-child(2n) { flex-direction: row-reverse; justify-content: start; } 
.box_why:nth-child(2n) .info_why { text-align: left; } 

/* News */
.wrap_newsnb { padding: 50px 0; background: #FFF8F1; } 
.box_newsnb { display: inline-block; position: relative; filter: drop-shadow(0 0 9px rgba(0,0,0,0.15)); background-color: #ffffff; margin-bottom: 1rem; border-radius: 10px; } 
.info_newsnb { text-align: left; padding: 10px; } 
.name_newsnb { font-size: inherit; margin: 0; } 
.name_newsnb a {font-size: 16px;color: #0a75b9;text-transform: uppercase;font-family: 'RobotoBold';} 
.name_newsnb a:hover { color:#FF5C00; } 
.flex_newsnb { display: flex; justify-content: space-between; flex-wrap: wrap; } 
.flex_newsnb >div:nth-child(1) { width: 49%; } 
.flex_newsnb >div:nth-child(2) { width: 49%; } 
.desc_newsnb { color: #333; margin: 5px 0; padding-bottom: 1rem; border-bottom: dashed 1px #ccc; } 
.img_newsnb { display: block; border-radius: 10px; } 
.item_newsnb { display: inline-flex !important; justify-content: start; align-items: center; gap: 15px; position: relative; margin-bottom: 5px; } 
.pic_newsnb { position: relative; } 
.time_newsnb {display: inline-flex;justify-content: center;gap: 5px;align-items: center;padding: 10px;font-size: 14px;color: #fff;filter: drop-shadow(2.5px 4.33px 2.5px rgba(0,0,0,0.08));background-color: #0a75b999;position: absolute;bottom: 10px;left: 10px;border-radius: 10px;} 
.btn_news {color: #ff0018;font-size: 15px;display: inline-block;transition: all 0.5s;} 
.btn_news:hover { letter-spacing:1px; color:#FB4C17 } 
.time_newsnb span { width: 5px; height: 5px; border-radius: 50%; background: red; } 


/* Quote */
.wrap_quote { padding:50px 0 } 
.quote { float: left; width: 49%; margin: 0 2% 2% 0; } 
.quote:nth-child(2n+1) { clear: both; } 
.quote:nth-child(2n) { margin-right: 0px; } 
.box_quote { display: flex; justify-content:start; align-items: center; position: relative; } 
.info_quote { border-radius: 10px; background: #FFF; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25); text-align: left; padding:35px 15px; position: absolute; width: 60%; right: 0; } 
.name_quote { font-size: inherit; } 
.name_quote a { color: #FF5C00; text-align: justify; font-family: 'RobotoBold'; font-size: 14px; text-transform: uppercase; transition: all 0.5s; } 
.name_quote a:hover { letter-spacing: 1px; } 
.desc_quote { color: #4D4D4D; margin-bottom: 0.5rem; } 
.pic_quote { width: 65%; } 
.img_quote { border-radius: 10px; } 

/* Custem*/
.control-main { position: absolute; width: 100%; z-index: 2; left: 0px; right: 0; top: calc(50% - 50px/2); } 
.control-main button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 45px; height: 45px; background: none; text-align: center; display: flex; align-items: center; justify-content: center; font-size: 25px; margin: 0px; border-radius: 3px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; } 
.control-main button:hover { opacity: 1; } 
.control-main button.owl-prev { left: -50px; top: 0px; } 
.control-main button.owl-next { right: -50px; top: 0px; } 
.search input::placeholder { color: #000; } 
.design_footer { } 
.main { margin: auto; display: block; position: relative; text-align: center; padding-top: 15px; } 
.owl-carousel .owl-dot { } 
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #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: left; text-transform: uppercase; } 
.banner p { color: #333333; font-family: 'SVNYipes'; font-size: 30px; margin: 0; } 
.banner h2 { color: #333333; font-family: 'SVNYipes'; font-size: 16px; margin: 0; } 
.logo_banner { display: flex; justify-content: start; gap: 5px; align-items: center; } 
.photo_footer { padding-bottom: 1rem; } 
.social-footer { padding-top: 15px !important; } 
.info_header { display: flex; justify-content: start; align-items: center; gap: 5px; color: #fff; } 

.hotline_header { display: flex; justify-content: start; align-items: center; gap: 10px; } 
.info_hotline { text-align: left; display: inline-grid; } 
.info_hotline p { margin: 0; color: #000; font-family: 'UTMAlterGothic'; font-size: 25px; text-transform: capitalize; margin-bottom: -10px; } 
.info_hotline a { color: #F00; font-family: 'SVNZero'; font-size: 28px; text-transform: capitalize; } 
.social-header { gap: 20px; } 
.social-header li { position:relative; } 
.social-header li:before { content:''; display:inline-block; background: #D9D9D9 left center; width:1px; height: 45px; position: absolute; top: -10px; left: -12px; opacity: 1; } 
.wrap_criteria .title-main span { } 
.wrap_criteria .slogan { color:#fff } 
.hotline_phone { display: flex; justify-content: start; align-items: center; gap: 10px; } 
.info_phone { text-align: left; display: inline-grid; } 
.info_phone p { margin: 0; color: #000; font-family: 'UTMAlterGothic'; font-size: 25px; text-transform: capitalize; margin-bottom: -10px; } 
.info_phone a {color: #1e4cff;font-family: 'SVNZero';font-size: 25px;text-transform: capitalize;} 

/* form */
.wrap_form {background: #b1b1b1;padding: 35px 0;} 
.flex_form { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap } 
.title_form {text-align: left;color: #00609d;width: 25%;} 
.title_form span { font-family: 'RobotoBold'; font-size: 30px; text-transform: uppercase; } 
.flex_newsletter { display: flex; justify-content: start; align-items: center; gap: 10px; } 
.form { width: 55%; } 
.news { float: left; width: 32%; margin: 0 2% 2% 0; } 
.news:nth-child(3n+1) { clear: both; } 
.news:nth-child(3n) { margin-right: 0px; } 

.bg_form .newsletter-input { margin-bottom:2%; width: auto; } 
.bg_form .title_form { color: #FF5C00; width: 100%; text-align: center; } 
.newsetter-box { text-align: center; } 
.bg_form { background: #fff; } 
.btn-edit i { font-size: 20px; color: #fff; } 
.btn-edit { bottom: 485px; }
.bg_form .logo_banner{text-align: center;justify-content: center;}
.hotline_detail {background: #71bf44 !important;border-radius: 5px;font-weight: 400;text-transform: none;padding: 10px;display: inline-block;}
.chat_detail {background: #1664b2 !important;border-radius: 4px;font-weight: 400;text-transform: none;padding: 10px;display: inline-block;}
.hotline_detail span {font-size: 20px;font-family: 'RobotoBold';color: #fff; transition:all 0.5s;}
.hotline_detail span:hover{letter-spacing:0.5px}
.chat_detail span:hover{letter-spacing:0.5px}
.chat_detail span {font-size: 20px; font-family: 'RobotoBold';color: #fff;transition:all 0.5s;}
.contact_detail { display: flex; justify-content: start; align-items: center; flex-wrap: wrap; gap: 10px;}