@charset "UTF-8"; /* Main */
:root { --color-web: #bb8c3f; --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: SVNPoppinsRegular; font-weight: 400; top: 0 !important; } 
img { max-width: 100%; height: auto; vertical-align: top } 
a, input, textarea { outline: none; padding: 0px; } 
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 { margin: 40px auto; width: calc(100% - 20px); max-width: 1200px; } 
.wrap-content { max-width: 1200px; width: calc(100% - 20px); } 
.wrap-home { max-width: 100%; padding: 0px; width: 100%; margin: 0 auto; } 
.wrap-content { margin: auto; } 
.baonoidung iframe { max-width: 100% !important; } 
.baonoidung img { height: auto !important; } 
.baonoidung * { max-width: 100% !important; } 
.baonoidung table { display: block; overflow-y: auto; } 
.roll::-webkit-scrollbar { width: 1px; } 
.roll::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #ccc; } 
.roll::-webkit-scrollbar-thumb { background-color: #ccc; outline: 2.9px solid #c5c5c5; } 

/* General */
.title-main { margin-bottom: 1.5rem; text-align: center; font-weight: normal; background: url(../images/title.png) no-repeat center bottom; padding-bottom: 30px; } 
.title-main span { text-transform: uppercase; color: #333333; font-size: 45px; display: block; font-family: 'SVNAllogist'; } 
.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; } 
.social { list-style: none; padding: 0px; margin: 0px; } 
.social li { display: inline-block; vertical-align: top; } 
.social li:last-child { margin-right: 0px; } 
.control-carousel { position: absolute; top: calc(50% - 30px/2); margin-bottom: 0px; width: 30px; height: 30px; text-align: center; line-height: 30px; border: 1px solid #eee; z-index: 2; background-color: #fff; color: #ccc; cursor: pointer; } 
.control-carousel:hover { background-color: var(--color-red); border-color: var(--color-red); color: #fff; } 
.prev-carousel { left: 0px; } 
.next-carousel { right: 0px; } 

/* Header */
.header { background-color: #fff; position: relative; z-index: 1000; } 
.header-top { color: #fff; background-color: var(--color-red); } 
.header-top .wrap-content { padding: 6px 0; } 
.logo-header img { max-height: 130px; } 
.logo-header a { display: inline-block; } 
.logo-header { display: block; width: 210px; text-align: center; position: relative; margin-bottom: -30px; padding-bottom: 2px; } 
.logo-header:after { position: absolute; content: ''; bottom: -22px; left: -16px; width: 237px; background: url('../images/logo_after.png') no-repeat; height: 52px; background-size: 100%; z-index: -1; } 
.info-header { margin-bottom: 0px; } 
.info-header i { vertical-align: top; margin: 3px 5px 0px 0px; font-size: 16px; } 
.social-header li { width: 30px; margin-right: 3px; } 
.header-bottom .wrap-content { padding: 20px 0; } 
.hotline-header { display: inline-block; padding-left: 25px; background-image: url(../images/hotline.png); background-repeat: no-repeat; background-position: 0px 1px; } 
.hotline-header p { font-weight: bold; margin-bottom: -2px; text-transform: capitalize; } 
.hotline-header span { font-weight: bold; color: var(--color-red); font-size: 20px; display: block; } 
.user-header a { color: #fff; padding-right: 9px; margin-right: 7px; position: relative; display: inline-block; vertical-align: top; text-decoration: none; } 
.user-header a:after { content: ""; position: absolute; width: 1px; height: 8px; background-color: #fff; top: calc(50% - 7px/2); right: 0px; opacity: 0.7; } 
.user-header a:last-child { padding-right: 0px; margin-right: 0px; } 
.user-header a:last-child:after { display: none; } 
.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: 1; } 
.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%; } 
.hover_circle:hover::before { -webkit-animation: circle .75s; animation: circle .75s; } 
.hover_circle::before { position: absolute; top: 50%; left: 50%; z-index: 2; display: block; content: ''; width: 0; height: 0; background: rgba(255, 255, 255, .2); border-radius: 100%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0; } 
@-webkit-keyframes circle { 
 0% { opacity: 1; } 
 40% { opacity: 1; } 
 100% { width: 200%; height: 200%; opacity: 0; } 
 }
@keyframes circle { 
 0% { opacity: 1; } 
 40% { opacity: 1; } 
 100% { width: 200%; height: 200%; opacity: 0; } 
 }

/* Shine */
.hover_shine figure { position: relative; } 
.hover_shine figure::before { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ""; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); } 
.hover_shine figure:hover::before { -webkit-animation: shine 0.75s; animation: shine 0.75s; } 
@-webkit-keyframes shine { 100% { left: 125%; } 
 }
@keyframes shine { 100% { left: 125%; } 
 }
.btn-11 { position: relative; color: var(--color-web); display: block; overflow: hidden; margin: 1rem auto; text-transform: uppercase; border: 1px solid currentColor; } 
.btn-11:hover { color: #fff; } 
.btn-11:before { left: -20px; transform: translate(-50%, -50%); } 
.btn-11:after { right: -20px; transform: translate(50%, -50%); } 
.btn-11:before, .btn-11:after { position: absolute; top: 50%; content: ""; width: 20px; height: 20px; background-color: var(--color-web); border-radius: 50%; z-index: -1; } 
.btn-11:hover:before { -webkit-animation: criss-cross-left 0.8s both; animation: criss-cross-left 0.8s both; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.btn-11:hover:after { -webkit-animation: criss-cross-right 0.8s both; animation: criss-cross-right 0.8s both; -webkit-animation-direction: alternate; animation-direction: alternate; } 
@-webkit-keyframes criss-cross-left { 
 0% { left: -20px; } 
 50% { left: 50%; width: 20px; height: 20px; } 
 100% { left: 50%; width: 375px; height: 375px; } 
 }
@keyframes criss-cross-left { 
 0% { left: -20px; } 
 50% { left: 50%; width: 20px; height: 20px; } 
 100% { left: 50%; width: 375px; height: 375px; } 
 }
@-webkit-keyframes criss-cross-right { 
 0% { right: -20px; } 
 50% { right: 50%; width: 20px; height: 20px; } 
 100% { right: 50%; width: 375px; height: 375px; } 
 }
@keyframes criss-cross-right { 
 0% { right: -20px; } 
 50% { right: 50%; width: 20px; height: 20px; } 
 100% { right: 50%; width: 375px; height: 375px; } 
 }

/* Menu */
.menu { background: #fff; position: relative; z-index: 999; left: 0; top: 0; width: 100%; } 
.menu .wrap-content { position: relative; } 
.fix_menu { position: fixed !important; box-shadow: 0 0 8px #999; } 
.fix_menu a.logo-header img { max-height: 100px; } 
.fix_menu ul li a { /* line-height: 60px !important; */ } 
.menu ul { width: 100%; padding: 0px; margin: 0; list-style: none; } 
.menu ul.ulmn { width: calc(100% - 300px); } 
.menu ul li { position: relative; z-index: 99; } 
.menu ul.ulmn > li { flex: auto; } 
.menu ul li.line { width: 1px; height: 15px; background-color: rgba(255, 255, 255, 0.5); flex: none; } 
.menu ul li a { font-size: 17px; color: #000; margin: 0px; padding: 0; text-transform: uppercase; position: relative; z-index: 1; text-align: center; text-decoration: none !important; display: block; line-height: 95px; font-family: SVNAllogist; cursor: pointer; } 
.menu ul li a.active, .menu ul li:hover > a { color: #c89b46; } 
.menu ul li ul { position: absolute; min-width: 250px; left: 0; background: #fff; box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all .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 { text-align: left; border-bottom: 1px solid rgb(107 107 107 / 20%); } 
.menu ul li ul li:last-child { border-bottom: 0px; } 
.menu ul li ul li a { font-size: 14px; padding: 10px; display: block; text-decoration: none !important; line-height: 20px; text-align: left; font-family: 'SVNPoppinsRegular'; text-transform: capitalize; } 
.menu ul li ul li ul { top: 0px; left: 100%; } 
.menu ul li ul li a:before { position: absolute; content: ''; top: 50%; left: 0; width: 0; height: 1px; background: #be9041; transition: all .3s linear; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; -o-transition: all .3s linear; -ms-transition: all .3s linear; visibility: hidden; opacity: 0; } 
.menu ul li ul li a:hover:before, .menu ul li ul li>a.active:before { left: 0; visibility: visible; opacity: 1; width: 30px; } 
.menu ul li ul li a:hover { padding-left: 40px; } 

/* Search */
.search { width: 0; position: absolute; right: 50px; top: 0; z-index: 111; border: solid 1px transparent; transition: all 1s; } 
.search p { float: left; width: 35px; height: 35px; cursor: pointer; line-height: 35px; text-align: center; color: var(--color-gray); font-size: 16px; } 
.search input { width: 100%; height: 45px; outline: none; padding: 0px; background: #fff; text-indent: 10px; font-size: 12px; color: #999; border: none; } 
.search input::-webkit-input-placeholder { color: #999; } 
.search input:-moz-placeholder { color: #999; } 
.search input::-moz-placeholder { color: #999; } 
.search input:-ms-input-placeholder { color: #999; } 
.box-search { color: #fff; font-size: 18px; cursor: pointer; position: relative; } 
.clicktk { height: 45px; border-radius: 50%; line-height: 45px; text-align: center; width: 45px; background: linear-gradient(45deg, #DFB656, #B3833A); } 
.clicktk img { vertical-align: middle; } 
.search.active { transition: all 1s; width: 230px; border: solid 1px #e9e9e9; } 

/* Menu RP */
.menu-res { display: none; height: 70px; z-index: 10; background: #fff; position: relative; z-index: 999; line-height: normal; } 
.menu-bar-res { height: 100%; padding: 0px 10px; 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: 35px; height: 23px; position: relative; } 
#hamburger:before, #hamburger:after, #hamburger span { background: #c39644; content: ''; display: block; width: 100%; height: 1px; 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; } 

/* Search RP */
.search-grid { width: calc(100% - 45px); height: 35px; overflow: hidden; background: #fff; z-index: 2; border-radius: 5px; line-height: normal; } 
.search-grid p { float: right; width: 35px; height: 35px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: var(--color-web); line-height: 35px; text-align: center; } 
.search-grid input { width: calc(100% - 35px); float: left; line-height: 35px; outline: none; border: none; text-indent: 10px; color: #999; } 
.search-grid input::-webkit-input-placeholder { color: #999; } 
.search-grid input:-moz-placeholder { color: #999; } 
.search-grid input::-moz-placeholder { color: #999; } 
.search-grid input:-ms-input-placeholder { color: #999; } 

/* Slideshow */
#wowslider-container1 { overflow: hidden; } 
.sl_a { position: relative; width: 1920px; height: 773px; cursor: move; overflow: hidden; margin: auto; } 
.sl_a img { width: 100%; display: block; height: 100%; } 
.jssorb032 { position: relative !important; z-index: 2; margin: auto; width: 100% !important; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } 
.jssorb032 .i { cursor: pointer; position: relative !important; left: 0 !important; border-radius: 50%; border: 4px solid rgba(255, 255, 255, 0); box-sizing: border-box; margin: 0 3px; } 
.jssorb032 .i span { width: 14px; height: 14px; border-radius: 50%; background: #fff; display: block; border: 2px solid rgba(255, 255, 255, 0); box-sizing: border-box; } 
.jssorb032 .i:hover, .jssorb032 .iav { border: 4px solid rgba(255, 255, 255, 0.3); } 
.jssorb032 .i:hover span, .jssorb032 .iav span { border: 2px solid #e8c053; } 
.sl_a .jssora05r { width: 29px; height: 55px; top: calc(50% - 27.5px) !important; background: url(../images/nex.png) no-repeat; right: 58px; opacity: 0; } 
.sl_a .jssora05l { width: 29px; height: 55px; top: calc(50% - 27.5px) !important; background: url(../images/pre.png) no-repeat; left: 58px; opacity: 0; } 
.sl_a:hover .jssora05r { opacity: 1; z-index: 10; } 
.sl_a:hover .jssora05l { opacity: 1; z-index: 10; } 
.slideshow { position: relative; overflow: hidden; } 
.slideshow a { display: block; cursor: pointer; } 
.slideshow img { width: 100%; } 
.slideshow:hover .control-slideshow { opacity: 0.3; } 
.slideshow .control-slideshow:hover { opacity: 0.8; } 
.control-slideshow { opacity: 0; position: absolute; z-index: 2; top: calc(50% - 50px/2); width: 35px; height: 50px; text-align: center; line-height: 50px; font-size: 25px; cursor: pointer; margin: 0px; background-color: #000000; border-radius: 3px; } 
.control-slideshow i { color: #ffffff; } 
.prev-slideshow { left: 20px; padding-right: 3px; } 
.next-slideshow { right: 20px; padding-left: 3px; } 
.slider-items__content { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; color: #fff; text-align: center; } 
.slider-items__content .ttsl { padding: 10px; } 
.slider-items__content .slider-items__name { font-size: 40px; text-transform: capitalize; } 
.slider-items__content .slider-items__desc { font-size: 15px; margin: 20px 0; } 
.slider-items__desc.text-split { -webkit-line-clamp: 2; } 
.slider-items__content .slider-items__button { text-transform: uppercase; color: #fff; font-size: 15px; border: 1px solid #fff; padding: 10px; text-decoration: none; } 
.slider-items__content .slider-items__button:hover { background: #fff; color: #000; } 
.owl-slideshow .owl-item.active .slider-items__name { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: fadeInDown; animation-name: fadeInDown } 
.owl-slideshow .owl-item.active .slider-items__desc { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: zoomIn; animation-name: zoomIn; } 
.owl-slideshow .owl-item.active .slider-items__button { -webkit-backface-visibility: visible !important; backface-visibility: visible !important; -webkit-animation-name: fadeInUp; animation-name: fadeInUp } 

/* Breadcrumb */
.breadCrumbs { background-color: #eee; } 
.breadCrumbs .wrap-content { padding: 0.75rem 0; padding-left: 250px; } 
.breadCrumbs .wrap-content .breadcrumb { padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 0; } 
.breadCrumbs .breadcrumb-item + .breadcrumb-item { padding-left: 0; } 
.breadCrumbs .wrap-content .breadcrumb-item { padding-right: 0.5rem; } 
.breadCrumbs .wrap-content .breadcrumb-item a { color: var(--color-black); } 
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: var(--color-gray); } 
.breadCrumbs .wrap-content .breadcrumb-item a:hover { color: var(--color-red); } 
.effect_button { transform-style: preserve-3d; transform: translateZ(-25px); transition: transform .25s; position: relative; display: inline-flex; z-index: 1; } 
.effect_button:before, .effect_button:after { position: absolute; content: "xem thêm"; height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid transparent; box-sizing: border-box; border-radius: 50px; z-index: -1; } 
.effect_button:before { color: #fff; background: linear-gradient(45deg, #9a6a29, #ffd56e); transform: rotateY(0deg) translateZ(25px); } 
.effect_button:after { color: #b6873d; transform: rotateX(90deg) translateZ(25px); border: solid 1px #b6873d; } 
.effect_button:hover { transform: translateZ(-25px) rotateX(-90deg); } 

/* Giới thiệu trang chủ */
.wrap_about { padding: 50px 0 0 0; position: relative; background: url(../images/bggt.png) no-repeat; background-size: cover; margin-bottom: 160px; } 
.about_left { width: 45%; position: relative; z-index: 3; } 
.sl_about { display: block; font-size: 18px; color: #333333; margin-bottom: 10px; font-family: SVNManchesterPark; } 
.name_about { font-size: 42px; margin-bottom: 21px; font-family: SVNAbrilFatface; text-transform: uppercase; background: linear-gradient(to right, #ab7a34, #e6c05e, #ab7a34, #e6c05e, #ab7a34, #e6c05e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; display: inline-block; position: relative; } 
.desc_about { display: block; line-height: 27px; margin-bottom: 20px; color: #333333; font-size: 15px; } 
.views_a { display: block; font-size: 15px; transition: 0.5s; text-align: center; width: 160px; height: 45px; line-height: 45px; color: #fff; position: relative; z-index: 1; text-transform: uppercase; font-family: SVNPoppinsSemiBold; } 
.views_a:hover { color: #fff; } 
.pic-about { width: 50%; } 
.pic-about a { display: block; overflow: hidden; width: 100%; transition: 0.6s, background-position 0.6s 0.6s; cursor: pointer; } 
.pic-about img { display: block; width: 100%; transition: 1s; } 
.pic-about:hover a { --_i: 100%; transition: 0.6s, background-size 0.6s 0.6s; } 
.slide_about { width: 100%; margin-bottom: -110px; position: relative; } 
a.item_a { border-radius: 10px; display: block; overflow: hidden; } 
a.item_a img { width: 100%; } 
@-webkit-keyframes star { 
 0% { -webkit-transform: rotate(0) scale(0); } 
 50% { -webkit-transform: rotate(180deg) scale(1.5); } 
 100% { -webkit-transform: rotate(360deg) scale(0); } 
 }
@-o-keyframes star { 
 0% { -o-transform: rotate(0) scale(0); } 
 50% { -o-transform: rotate(180deg) scale(1.5); } 
 100% { -o-transform: rotate(360deg) scale(0); } 
 }
@-moz-keyframes star { 
 0% { -moz-transform: rotate(0) scale(0); } 
 50% { -moz-transform: rotate(180deg) scale(1.5); } 
 100% { -moz-transform: rotate(360deg) scale(0); } 
 }
.start-animate { z-index: 11 !important; position: absolute; animation: star linear 1.75s infinite; -moz-animation: star linear 1.75s infinite; -webkit-animation: star linear 1.75s infinite; -o-animation: star linear 1.75s infinite; background: url(../images/star.png); width: 49px; height: 49px; } 
.star1 { top: 0; left: 0; } 
.star2 { top: 0; left: 44%; } 
.star3 { top: 0; right: 10px; } 
.star4 { top: 5px; left: calc(50% - 45px); } 
.star5 { bottom: 20px; left: calc(50% - 10px); } 
@keyframes star { 
 0% { transform: rotate(0) scale(0); } 
 50% { transform: rotate(180deg) scale(1.5); } 
 100% { transform: rotate(360deg) scale(0); } 
 }
 

/* Sản Phẩm */
p.slogan {text-align: center;color: #cd9e44;font-size: 15px;font-family: 'SVNManchesterPark';line-height: normal;} 
.row.row1 { margin: 0 -10px; } 
.item1 { padding: 0 10px; } 
.wrap-product { margin-bottom: 50px; } 
.grid-page { width: calc(100% + 20px); margin: 0 -10px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; } 
.product { display: block; margin-bottom: 20px; position: relative; text-align: center; } 
.product .pic-product { margin-bottom: 10px; display: block; position: relative; overflow: hidden; border-radius: 15px; } 
.product .pic-product img { width: 100%; } 
.product .name-product { margin: 0; font-weight: normal; background: url(../images/name_dv.png) no-repeat; position: absolute; bottom: 0; left: 0; right: 0; background-size: 100% 100%; height: 70px; padding: 10px; z-index: 11; margin-bottom: 0; } 
.product .name-product a { font-size: 16px; color: #fff; line-height: 65px; font-family: 'SVNPoppinsSemiBold'; text-transform: uppercase; } 
.product .name-product a:hover { color: #ffd497; } 
.product .name-product .text-split { -webkit-line-clamp: 1; } 
.product .price-product { margin-bottom: 0px; color: #333333; font-size: 15px; } 
.product .price-new { font-size: 18px; color: #aa7934; display: inline-block; font-family: 'SVNPoppinsSemiBold'; } 
.product .price-old { padding-left: 10px; font-size: 12px; text-decoration: line-through; display: inline-block; } 
.product .price-per { position: absolute; top: 10px; right: 10px; color: #fff; background: var(--color-web); font-size: 11px; border-radius: 2px; width: 45px; height: 25px; text-align: center; line-height: 25px; } 
.cart-product { margin: 5px 0 0 0px; } 
.cart-product span { cursor: pointer; width: 49%; float: left; color: #fff; 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); } 
.wrap-bg { padding: 70px 0; background: url(../images/bgalbum.png) no-repeat; background-size: cover; text-align: center; } 
.wrap-tk { padding: 60px 0; background: url(../images/bgtk.png) no-repeat; background-size: cover; } 
.item_tk { width: calc(100%/3 - 20px); color: #fff; display: flex; align-items: center; } 
.item_tk .number { font-size: 48px; font-family: 'SVNAllogist'; margin-bottom: 0; line-height: 1; } 
.item_tk .img { margin-right: 20px; } 
.info_tk .mota { font-size: 18px; text-transform: capitalize; } 
.wrap-album { padding: 65px 0; } 
.album_top .item_al { width: calc(72%/3 - 15px); } 
.item_al .img img { width: 100%; } 
.item_al .img { border-radius: 15px; overflow: hidden; display: block; width: 100%; } 
.album_top .item_al:last-child { margin-top: 55px; } 
.album_top .item_al:first-child { width: 28%; } 
.wrap-album h2.title-main span { color: #333333; font-size: 55px; } 
.wrap-album h2.title-main, .box-fb .title-main { background: none; padding-bottom: 0; } 
.item_al { border-radius: 15px; overflow: hidden; } 
.item_al img { width: 100%; } 
.album_bottom .item_al:nth-child(1) { width: calc(38% - 10px); } 
.album_bottom .item_al:nth-child(2) { width: calc(24% - 10px); } 
.album_bottom .item_al:nth-child(3) { width: calc(38% - 10px); } 
.album_bottom { margin-top: -90px; } 
.wrap-cus { padding: 70px 0 0 0; background: url(../images/bgkh.png) no-repeat; background-size: cover; } 
.box-kh { width: 35%; padding: 10px; background: linear-gradient(45deg, #AA7934, #E5BF5C, #AA7934, #E5BF5C); text-align: center; margin-bottom: 65px; } 
.wrap-cus button.slick-prev, .wrap-cus button.slick-next { background: url(../images/next.png) no-repeat; width: 73px; height: 40px; top: auto; bottom: -60px; transform: initial; } 
.wrap-cus button.slick-prev:before, .wrap-cus button.slick-next:before { display: none; } 
.wrap-cus button.slick-prev { left: calc(50% - 75px); transform: rotateY(180deg); } 
.wrap-cus button.slick-next { right: calc(50% - 75px); } 
.box-kh .img { margin-bottom: 20px; } 
.box-kh img { width: 100%; } 
.box-kh h4 { color: #fff; text-transform: uppercase; margin-bottom: 15p; font-size: 18px; font-family: 'SVNPoppinsSemiBold'; } 
.box-fb { width: 63%; margin-bottom: -120px; } 
.item_fb img { width: 100%; } 
.item_fb { border-radius: 15px; overflow: hidden; cursor: pointer; } 
.wrap-vd { padding-top: 70px; text-align: center; background: linear-gradient(80deg, #A97835, #E2BA58); } 
h2.title-main1 { margin-bottom: 0.5rem; } 
h2.title-main1 span { font-size: 90px; color: #fff; font-family: 'SVNAllogist'; text-shadow: 3px 3px 8px #7f4100; text-transform: uppercase; } 
a.videonb { display: block; width: 100%; position: relative; height: 615px; background-size: cover; background-attachment: fixed; background-position: center; } 
a.videonb img { width: 100%; } 
a.videonb:before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; background: url(../images/play.png) no-repeat center; cursor: pointer; } 
.item_yk { position: relative; } 
.item_yk a { position: absolute; left: 0; top: 0px; bottom: 0; right: 0px; z-index: 1; -webkit-mask-size: 100% 100%; display: block; -webkit-mask-position: center bottom; -webkit-mask-image: url(../images/mask_yk.png); } 
.wrap-yk { padding: 30px 0; background: url(../images/bgkh1.png) no-repeat; background-size: cover; } 
.yk_left { width: 48%; } 
.yk_right { width: 42%; } 
h2.title-main2 { text-align: center; text-transform: uppercase; margin-bottom: 1rem; } 
h2.title-main2 span { font-size: 45px; display: inline-block; background: linear-gradient(to right, #ab7a34, #e6c05e, #ab7a34, #e6c05e, #ab7a34, #e6c05e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-family: 'SVNAllogist'; } 
.item_yk1 .img { border-radius: 50%; transform: scale(0.65); border: solid 5px #e3ad54; transition: all 1s; } 
.item_yk1 .img img { width: 100%; } 
.item_yk1.slick-slide.slick-current.slick-active.slick-center .img { transform: scale(1); transition: all 1s; } 
.slick_yk1 { margin-top: 30px; } 
.info_yk .nd { line-height: 28px; max-height: 84px; margin-bottom: 20px; } 
.info_yk .desc { background: url(../images/quot.png) no-repeat; padding-left: 64px; min-height: 54px; } 
.info_yk .desc h4 { font-size: 18px; color: #333333; font-family: 'SVNPoppinsSemiBold'; } 
.info_yk .desc .mota { color: #333333; font-style: italic; } 

/* Intro */
.wrap-intro { margin-bottom: 50px; overflow: hidden; } 
.left-intro { width: 67%; } 
.right-intro { width: 30%; } 
.title-intro { margin-bottom: 1rem; padding-bottom: 15px; position: relative; } 
.title-intro span { display: inline-block; text-transform: uppercase; position: relative; font-size: 42px; font-family: 'SVNAllogist'; background: linear-gradient(to right, #ab7a34, #e6c05e, #ab7a34, #e6c05e, #ab7a34, #e6c05e); -webkit-background-clip: text; -webkit-text-fill-color: transparent; padding-right: 10px; } 
.title-intro span:after { content: ""; position: absolute; width: 78px; height: 28px; bottom: 22px; right: -85px; background: url(../images/tt_after.png) no-repeat; } 
.title-intro:after { position: absolute; content: ''; bottom: 0; left: 0; height: 1px; right: 0; background: linear-gradient(to right, #ab7a34, #e6c05e, #ab7a34, #e6c05e); } 
p.slogan1 { margin-bottom: 0; } 
p.slogan1 { margin-bottom: 0; } 
.info_news h3 a { color: #333333; font-size: 18px; font-family: 'SVNPoppinsSemiBold'; text-decoration: none; } 
.info_news h3 { margin-bottom: 10px; } 
.info_news h3 a:hover { color: #d0a54d; } 
.info_news .mota { -webkit-line-clamp: 6; line-height: 28px; max-height: 168px; margin-bottom: 20px; } 
.tintuc_scroll { width: calc(51.612% - 20px); max-height: 370px; overflow: hidden; display: block; } 
.video-main { position: relative; height: 400px; } 
.video-main iframe { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; } 
.listvideos { width: 100%; height: 40px; padding: 0px 10px; border: 1px solid #ccc; color: var(--color-black); margin-top: 10px; cursor: pointer; } 
.video-show { position: relative; height: 270px; width: 100%; margin-bottom: 10px; } 
.video-show iframe { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; } 
.danhsachvideo { width: 100%; color: var(--color-black); cursor: pointer; } 
.danhsachvideo a { display: block; } 
.danhsachvideo a img { height: 90px; object-fit: cover; display: block; width: 100%; } 
.wrap-news { padding: 90px 0; overflow: hidden; } 
.news_l { width: 15%; max-width: 200px; } 
.news_l:first-child .photo_news { border-radius: 0 120px 0 0; overflow: hidden; } 
.news_l:last-child .photo_news { border-radius: 0 0 0 120px; overflow: hidden; } 
.news_center { width: 68%; } 
.item_news { display: flex !important; justify-content: space-between; align-items: center; flex-wrap: wrap; } 
.item_news .img { width: 46%; overflow: hidden; border-radius: 250px 250px 0 0; } 
.item_news .img img { width: 100%; } 
.item_news .info_news { width: 50%; } 
.prev-tintuc { left: -66px; width: 45px; background: url(../images/pre1.png)no-repeat center center, #404040; height: 45px; top: calc(50% - 45px/2); position: absolute; border-radius: 50%; cursor: pointer; } 
.next-tintuc { right: -66px; width: 45px; background: url(../images/nex1.png)no-repeat center center, #404040; height: 45px; top: calc(50% - 45px/2); position: absolute; border-radius: 50%; cursor: pointer; } 
.tintuc_scroll1 { width: 100%; display: block; } 
.tintuc_scroll1.owl-carousel .owl-stage { display: flex; flex-flow: row wrap; } 
.tintuc_scroll1 .item_tt { width: 100% !important; margin: 10px !important; } 
 
 
.f-flipbook { display: inline-block; position: relative; margin: auto; padding: 35px; } 
.flipbook { margin: auto !important; } 
.f-flipbook button { position: absolute; top: 50%; border: none; background: transparent; width: 55px; height: 35px; filter: invert(1); } 
.f-flipbook .turn-next { left: calc(100% + 60px); left: -moz-calc(100% + 60px); left: -webkit-calc(100% + 60px); } 
.f-flipbook .turn-prev { right: calc(100% + 60px); right: -moz-calc(100% + 60px); right: -webkit-calc(100% + 60px); } 
.f-flipbook:before { content: ""; position: absolute; top: -10px; bottom: -10px; left: -10px; right: -10px; background: url(../images/flipbook.png) no-repeat top center; background-size: 100% 100%; } 
.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; } 
.flipbook { margin: auto !important; } 

/* Footer */
.footer-article { background: url(../images/bgft.png) no-repeat; overflow: hidden; background-size: cover; color: #fff; } 
.footer-article .wrap-content { padding: 70px 0; } 
.footer-news:nth-child(1) { width: 40%; } 
.footer-news:nth-child(2) { width: 20%; } 
.footer-news:nth-child(3) { width: 28%; } 
.footer-news:nth-child(4) { width: 25%; } 
.ten-footer { text-transform: uppercase; font-size: 34px; margin-bottom: 1.5rem; font-family: 'SVNAbrilFatface'; } 
.info-footer p { margin-bottom: 10px; } 
.title-footer { text-transform: uppercase; font-size: 20px; margin-bottom: 15px; font-family: 'SVNAllogist'; margin-top: 15px; } 
.footer-ul { list-style: none; padding: 0px; margin: 0px; display: flex; flex-flow: row wrap; } 
.footer-ul li { width: 100%; } 
.footer-ul li:last-child a { margin-bottom: 0px; } 
.footer-ul li a { color: #fff; display: block; margin-bottom: 15px; } 
.footer-ul li a:hover { color: #ffd992; } 
.social-footer { padding-top: 10px; } 
.social-footer span { margin-right: 12px; line-height: 44px; font-weight: 700; } 
.social-footer a { display: block; margin-right: 6px; } 
.social-footer a img { display: block; max-width: 44px; transition: 1s; } 
.social-footer a:hover img { transform: rotate(720deg); } 
.slogan-newsletter { margin-bottom: 0.5rem; color: var(--color-gray); } 
.newsletter-input { position: relative; margin-bottom: 10px; } 
.newsletter-input input { padding: 0px; font-size: 14px; text-indent: 10px; border-radius: 0px; } 
.newsletter-button { } 
.newsletter-button input[type=submit] { border: 0px; background-color: var(--color-red); color: #fff; display: inline-block; padding: 5px 16px; text-transform: uppercase; font-weight: 500; cursor: pointer; } 
.footer-tags { background: #eee; } 
.footer-tags .wrap-content { padding: 30px 0; } 
.label-tags { font-weight: 600; font-size: 15px; } 
.list-tags { list-style: none; padding: 0px; margin: 0px; } 
.list-tags li { float: left; margin: 0px 5px 5px 0px; } 
.list-tags li a { color: #fff; background-color: var(--color-red); padding: 6px 15px 8px 15px; border-radius: 3px; display: block; } 
.list-tags li a:hover { background-color: var(--color-medium-red); } 
#fanpage-facebook { width: 100%; overflow: hidden; } 
.footer-powered { text-align: center; color: #fff; background: linear-gradient(to right, #ab7a34, #e6c05e, #ab7a34, #e6c05e, #ab7a34, #e6c05e); overflow: hidden; } 
.footer-powered .wrap-content { padding: 15px 0; } 
.copyright { margin-bottom: 0px; font-size: 13px; } 
.copyright a { text-decoration: none; color: #fff; } 
.statistic { margin-bottom: 0px; font-size: 13px; } 
.statistic b { font-weight: normal; margin: 0 8px; } 
#footer-map { position: relative; height: 415px; } 
#footer-map iframe { width: 100% !important; height: 100% !important; display: block; } 
.cotapp { position: fixed; left: 10px; bottom: 124px; width: 60px; z-index: 100; } 
.cotapp a { display: block; padding: 3px 0; width: 100%; } 
.cotapp a img { display: block; width: 100%; } 

/* Video */
.grid-video { width: calc(100% + 20px); margin: 0 -10px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; } 
.item_video { margin-bottom: 10px; text-align: center; } 
.pic-video { position: relative; margin-bottom: 10px; cursor: pointer; display: block; } 
.pic-video:before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; background-repeat: no-repeat; background-image: url(../images/play.png); background-position: center center; } 
.item_video .pic-video.mb-0:before { background-size: 30px auto; } 
.pic-video img { width: 100%; } 
.video h3 { margin: 0; } 
.name-video { font-size: 14px; color: var(--color-black); margin-bottom: 0px; cursor: pointer; } 
.name-video:hover { color: var(--color-red) !important } 

/* Album */
.grid-thuvien { width: calc(100% + 20px); margin: 0 -10px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; } 
.album { display: block; width: calc(100%/4 - 20px); margin: 10px; text-align: center; cursor: pointer; position: relative; } 
.album .info { background: #333333; background: rgba(0, 0, 0, 0.6); visibility: hidden; opacity: 0; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; position: absolute; top: 0; bottom: 0; left: 0; right: 0; text-align: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; } 
.album:hover .info { visibility: visible; opacity: 1; } 
.album:hover .info h3, .album:hover .info div { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } 
.album .info h3 { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); text-transform: uppercase; color: #fff; text-align: center; font-size: 17px; padding: 10px; background: #111111; margin: 30px 0 0 0; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; } 
.album .info div { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); font-style: italic; font-size: 13px; position: relative; color: #fff; padding: 20px 20px 20px; text-align: center; -webkit-transition: all 0.35s 0.1s linear; -moz-transition: all 0.35s 0.1s linear; transition: all 0.35s 0.1s linear; -webkit-line-clamp: 3; line-height: 22px; max-height: 66px; } 
.box-al:hover > a { } 
.pic-album:hover { box-shadow: 0 0 0 #fff; } 
.box-al { perspective: 1000px; } 
.album h3 { margin: 0; } 
.pic-album { position: relative; margin-bottom: 10px; transition: all 0.8s; display: block; } 
.pic-album1 { position: relative; margin-bottom: 0; } 
.pic-album img, .pic-album1 img { width: 100%; } 
.name-album { font-size: 16px; color: #000; margin-bottom: 0px; text-align: center; -webkit-line-clamp: 2; line-height: 25px; max-height: 50px; text-transform: uppercase; } 

/* Sản Phẩm Detail */
.grid-pro-detail { margin-bottom: 50px; } 
.left-pro-detail { position: relative; float: left; width: calc(50% - 10px); text-align: center; background: white; } 
.left-pro-detail .MagicZoom { border: 1px solid #eee; padding: 7px; border-radius: 5px; } 
.right-pro-detail { width: calc(50% - 10px); float: right; } 
.gallery-thumb-pro { position: relative; margin-top: 10px; } 
.owl-thumb-pro { padding: 0px; } 
.thumb-pro-detail { display: block !important; border: 1px solid #eee; padding: 5px; border-radius: 3px; cursor: pointer; } 
.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; margin: 0; padding: 10px 0; } 
.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 { display: inline-block; vertical-align: top; position: relative; width: 35px; height: 30px; margin: 0px 0px 3px 0px; border: 1px solid transparent; } 
.size-pro-detail { 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; } 
.color-pro-detail.active:before, .size-pro-detail.active:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; bottom: 0px; right: 0px; margin: auto; z-index: 1; background-image: url(../images/check-cart.png); background-repeat: no-repeat; background-position: bottom right; } 
.color-pro-detail input[type=radio], .size-pro-detail input[type=radio] { outline: none; position: absolute; cursor: pointer; width: 100%; height: 100%; -webkit-appearance: none; border: 0px; top: 0px; left: 0px; } 
.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; display: flex; align-items: stretch; justify-content: flex-start; } 
.cart-pro-detail a { width: auto; text-align: center; color: #fff; padding: 8px 15px; text-transform: uppercase; cursor: pointer; border-radius: 3px; letter-spacing: 1px; } 
.cart-pro-detail a.addnow { margin-right: 10px; color: #000; border: solid 1px #000; } 
.cart-pro-detail a.addnow:hover { background-color: var(--color-web); color: #fff; border: solid 1px var(--color-web); } 
.cart-pro-detail a.buynow { background-color: var(--color-web); } 
.cart-pro-detail a.buynow:hover { background-color: #af0010; color: #fff; } 
.cart-pro-detail a i { vertical-align: top; margin-top: 3px; margin-right: 8px; } 
.tags-pro-detail, .tabs-pro-detail { margin: 1rem 0px 2rem 0px; } 
.tags-pro-detail a { float: left; font-size: 12px; color: #fff; padding: 5px 10px 7px 10px; margin-right: 5px; margin-bottom: 5px; background-color: var(--color-red); border-radius: 3px; } 
.tags-pro-detail a:hover { background-color: var(--color-medium-red); } 
.tags-pro-detail a i { font-size: 10px; float: left; margin: 5px 5px 0px 0px; } 

/*.tabs-pro-detail { border: 1px solid #dee2e6; } 
*/
.tabs-pro-detail .ul-tabs-pro-detail { padding: 0px; list-style: none; margin-bottom: 0; background: #eee; } 
.tabs-pro-detail .ul-tabs-pro-detail li { cursor: pointer; float: left; background: #eee; padding: 10px 10px; } 
.tabs-pro-detail .ul-tabs-pro-detail li.active { background: var(--color-web); color: #fafafa; } 
.tabs-pro-detail .ul-tabs-pro-detail li:last-child { margin-right: 0px; } 
.tabs-pro-detail .content-tabs-pro-detail { display: none; } 
.tabs-pro-detail .content-tabs-pro-detail.active { display: block; padding: 10px; border: 1px solid #eee; border-top: none; } 

/* Toc */
.meta-toc { padding: 8px 15px; border: 1px solid #e0f1e9; margin-bottom: 2rem; border-radius: 5px; background-color: #f7fbf9; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); } 
.box-readmore { display: none; } 
.box-readmore li ul>li { margin: 0; margin-bottom: 8px } 
.box-readmore li ul>li:before { content: counters(item, ".") " " } 
.box-readmore ul { list-style-type: none; counter-reset: item; margin-bottom: 0px; padding-left: 0px !important; margin-top: 8px; } 
.box-readmore ul li { display: table; counter-increment: item; margin-bottom: 5px } 
.box-readmore ul li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px } 
.box-readmore ul li a { color: #333333; cursor: pointer; font-weight: 400; font-size: 13px; } 
.box-readmore ul li a:hover { color: #767676; } 
.mucluc-dropdown-list_button { display: flex; justify-content: space-between; font-size: 15px; cursor: pointer; } 
.mucluc-dropdown-list_button svg { border: solid 1px #ccc; width: 35px; border-radius: 3px; } 
.meta-toc.fixed { position: fixed; top: 60px; right: 0; z-index: 11; max-width: 350px; } 
.meta-toc.fixed p { display: none; } 
.meta-toc.fixed .mucluc-dropdown-list_button { justify-content: end; } 

/* Bài viết */
.grid-tintuc { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; justify-content: space-between; } 
.news { display: block; margin-bottom: 25px; display: block; } 
.pic-news { border-radius: 10px; display: block; overflow: hidden; position: relative; } 
.pic-news img { width: 100%; } 
.news:nth-child(even) .container_outer_img { order: 2; } 
a.views { display: inline-block; text-decoration: none; margin-top: 10px; border: solid 1px #7f7f7f; border-radius: 50px; color: #656565; font-size: 14px; letter-spacing: 1px; height: 45px; min-width: 150px; line-height: 45px; text-align: center; z-index: 1; transition: all 0.5s; text-transform: capitalize; } 
a.views:hover { letter-spacing: 2px; transition: all 0.5s; border: solid 1px var(--color-web); } 
.info-news { } 
.info-news h3 { } 
.name-news { color: #1b1b1b; font-size: 16px; line-height: 22px; max-height: 40px; -webkit-line-clamp: 2 !important; font-weight: 400; } 
a.name-news.name1 { font-size: 22px; line-height: 32px; max-height: 64px; color: #727272; } 
.name-news:hover { color: var(--color-web) !important; } 
.time-news { color: #b5b5b5; margin-bottom: 0px; font-size: 12px; margin: 7px 0; font-style: italic; } 
.desc-news { color: #858585; margin-top: 0px; line-height: 25px; max-height: 75px; margin-bottom: 10px; } 
.share { padding: 17px 10px 10px 10px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; } 
.share b { display: block; margin-bottom: 5px; } 
.othernews b { margin-bottom: 10px; } 
.list-news-other { padding-left: 17px; list-style: square; } 
.list-news-other li { margin-bottom: 8px; } 
.list-news-other li a { text-transform: none; color: #333333; } 
.list-news-other li a:hover { color: var(--color-web); } 

/* Contact */
.top-contact { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 30px; } 
.top-contact .article-contact { width: 48%; } 
.form-contact { width: 47%; } 
.form-contact .row { margin: 0 -5px; } 
.form-contact .row .col-sm-6 { padding: 0 5px; } 
.input-contact { position: relative; margin-bottom: 15px; } 
.input-contact input, .input-contact textarea { width: 100%; padding: 0px; outline: none; font-size: 14px; } 
.input-contact input { text-indent: 10px; border: none; border-bottom: solid 1px #000; } 
.input-contact input::placeholder, .input-contact textarea::placeholder { color: #9d9d9d; } 
.input-contact textarea { resize: none; height: 150px; padding: 10px; border: none; border-bottom: solid 1px #000; } 
.input-contact .custom-file-label::after { content: attr(title); } 
.bottom-contact { position: relative; height: 500px; } 
.bottom-contact iframe { position: absolute; top: 0px; left: 0px; width: 100% !important; height: 100% !important; } 

/* Like Share */
.social-plugin { display: flex; justify-content: flex-start; margin-top: 10px; } 
.addthis_inline_share_toolbox_inq8 { display: flex; flex-wrap: wrap; } 
.addthis_button_facebook_like { display: block; background: #1877f2; margin-right: 2px; position: relative; transition: all .2s ease-in-out; } 
.addthis_button_facebook_like:hover { transform: translateY(-4px); } 
.addthis_button_facebook_like .fb_iframe_widget { height: 26px !important; display: block !important; } 
.addthis_button_facebook_like span { display: block; height: 26px !important; } 
.addthis_button_facebook_like iframe { height: 20px !important; margin: 2px 0; } 
.social-plugin .at-share-btn { margin-bottom: 0px !important; } 
.social-plugin .zalo-share-button { margin-left: 3px; height: 32px !important; padding: 0 10px 0 25px; font-family: helvetica neue, helvetica, arial, sans-serif; color: rgb(255, 255, 255); cursor: pointer; line-height: 26px; font-size: 10.2px; background: url(../images/za.png) no-repeat 5px center, #03a5fa; position: relative; transition: all .2s ease-in-out; line-height: 32px; border-radius: 4px; } 
.social-plugin .zalo-share-button:hover { transform: translateY(-4px); } 
.social-plugin .zalo-share-button iframe { margin: 3px 0; } 

/* Phân Trang */
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: .875rem; } 
.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: var(--color-web); border-color: var(--color-web); } 

/* Phân Trang Ajax */
.pagination-ajax { display: flex; flex-wrap: wrap; justify-content: center; text-align: center; } 
.pagination-ajax a { display: block; margin: 0px 5px 10px 5px; background: #eee; height: 30px; line-height: 28px; border: 1px solid rgba(161, 161, 161, 0.4); font-size: 14px; cursor: pointer; padding: 0px; width: 30px; color: #333; } 
.pagination-ajax a i:before { vertical-align: middle; } 
.pagination-ajax a.current, .pagination-ajax a:hover { background: var(--color-red); color: #fff; border-color: var(--color-red); } 

/* Popup custom */
.modal-custom .modal-footer { padding: 0.5rem; } 
.modal-custom .modal-footer .btn { font-size: 14px; } 

/* 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, .toptop { width: 40px; height: 40px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 13px; display: none; z-index: 10; cursor: pointer; } 
.scrollToTop img { display: block; width: 100%; } 

/* Text Hide */
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; } 

/* 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; } 
.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); } 
.card-image { display: block; overflow: hidden; } 
.card-image:hover img, .card-image:focus img { transform: scale3d(1.5, 1.5, 1); transition: transform 5s ease-in-out; } 
.card-image img { transform: scale3d(1, 1, 1); transition: transform 1s ease-in-out; } 

/* 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: 40px; height: 40px; position: fixed; right: 14px; z-index: 100; cursor: pointer; } 
.btn-frame i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; width: 40px; height: 40px; border-radius: 50%; background: var(--color-web); position: relative; z-index: 1; } 
.btn-frame i img { vertical-align: middle; width: 70%; } 
.btn-frame .animated.infinite, .btn-support .animated.infinite { animation-iteration-count: infinite; } 
.btn-frame .kenit-alo-circle { width: 48px; height: 48px; top: -4px; right: -4px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 1px solid var(--color-web); box-sizing: border-box; } 
.btn-frame .zoomIn, .btn-support .zoomIn { animation-name: zoomIn; } 
.btn-frame .animated, .btn-support .animated { animation-duration: 1s; animation-fill-mode: both; } 
.btn-frame .kenit-alo-circle-fill { width: 56px; height: 56px; top: -8px; right: -8px; 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: var(--color-web); opacity: .4; box-sizing: border-box; } 
.btn-frame .pulse, .btn-support .pulse { animation-name: pulse; } 
.btn-face { bottom: 150px; } 
.btn-zalo { bottom: 205px; } 
.btn-phone { bottom: 280px; } 
@-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) } 
 }

/* Messenger */
#messages-facebook { position: fixed; z-index: 1000; } 
.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 { display: block; position: fixed; cursor: pointer; bottom: 120px; right: 5px; width: 56px; height: 56px; text-align: center; background: var(--color-web); 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 0 rgba(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: 170px; right: 10px; width: 300px; 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: 100% } 
.js-facebook-messenger-top-header { color: #fff; background: var(--color-web) } 
.js-facebook-messenger-top-header { display: block; position: relative; width: 100%; background: var(--color-web); color: #fff; 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-container.open { transform: translateY(0px); opacity: 1; pointer-events: all; z-index: 1000; } 
.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: 8px; bottom: 350px; z-index: 10; background: #4b4f56; 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: #fff; width: 25px; height: 25px; background: var(--color-red); text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; } 

/* Toolbar */
.toolbar { background: #fff; width: 100%; padding: 5px; bottom: 0px; position: fixed; z-index: 500; height: auto; left: 0px; box-shadow: 0 4px 10px 0 #000; } 
.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; color: #000; } 
.toolbar ul li a img { height: 36px; width: 36px; border-radius: 100%; background: #dcc194; padding: 6px; object-fit: contain; } 
.toolbar ul li a i { display: block; height: 36px; width: 36px; border-radius: 100%; background: #dcc194; object-fit: contain; text-align: center; margin: auto; line-height: 36px; } 
.toolbar ul li a span { font-weight: 500; color: #1b1b1b; font-size: 13px; } 
.toolbar ul li:nth-child(3) a img { margin-top: -40px; width: 50px; height: 50px; border: 2px solid #fff; } 
/* 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: #fff; 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: #fff; 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 #fff; 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: #fff; 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) } 
 }
#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; pointer-events: none; } 
#loader-wrapper #wrap { background: #fff; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: block; text-align: center; width: 100%; height: 100%; z-index: 99999; } 
#loader-wrapper.show1 #wrap { background: transparent } 
#loader-wrapper:after { -webkit-mask: url(../images/mask-01.png); mask: url(../images/mask-01.png); -webkit-mask-size: 2300% 100%; mask-size: 2300% 100%; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(255, 255, 255, 1); z-index: 10000; } 
#loader-wrapper.show1::after { -webkit-animation: MaskPlay 1s steps(22) forwards; animation: MaskPlay 1s steps(22) forwards; } 
#loader-wrapper.show1 #wrap { opacity: 0; } 
@-webkit-keyframes MaskPlay { 
 from { -webkit-mask-position: 0 0; mask-position: 0 0 } 
 to { -webkit-mask-position: 100% 0; mask-position: 100% 0 } 
 }
@keyframes MaskPlay { 
 from { -webkit-mask-position: 0 0; mask-position: 0 0 } 
 to { -webkit-mask-position: 100% 0; mask-position: 100% 0 } 
 }
div#left { width: 280px; position: sticky; top: 80px; z-index: 5; float: left; } 
div#right { width: calc(100% - 300px); float: right; } 
.danhmucct { margin: 0 0 20px; position: relative; border-right: 1px solid #eee; } 
.danhmucct:last-child { margin: 0; } 
#tinmoi .product { width: 100%; margin: 0 0 10px 0; } 
.tieude { font-size: 18px; text-transform: uppercase; margin-bottom: 10px; /* text-align: center; */ position: relative; color: #353535; } 
.danhmuc ul { list-style: none; margin: 0px; padding: 0px; list-style-type: none; } 
.danhmuc ul li { position: relative; } 
.danhmuc ul li a { color: #686666; position: relative; font-size: 14px; display: block; padding: 8px 0 8px 0px; /* border-bottom: 1px solid #e7e7e7; */ } 
.danhmuc ul li:last-child a { border-bottom: none; } 
.danhmuc ul li a:hover, .danhmuc ul li:hover>a, .danhmuc ul li.has-submenu.opened>a { color: var(--color-red); } 
.danhmuc > ul > li.has-submenu > a { text-transform: uppercase; } 
.danhmuc ul > li.has-submenu > a.acap { padding-right: 30px; } 
.danhmuc ul > li.has-submenu > ul li { padding-left: 10px; } 
.danhmuc ul > li > a, .danhmuc ul > li > a { padding: 7px 0 7px 0; font-size: 14px; } 
.danhmuc ul > li > ul li a { padding: 5px 0 5px 0; } 
.danhmuc ul li ul { display: none; border-bottom: 1px solid #e7e7e7; } 
.danhmuc ul > li.has-submenu span.icon-plus-submenu { width: 25px; height: 25px; cursor: pointer; position: absolute; right: 5px; top: 5px; margin: auto; border: 1px solid transparent; z-index: 5; } 
.icon-plus-submenu:after, .icon-plus-submenu:before { background: rgba(9, 9, 9, 0.6); content: ''; display: block; position: absolute; margin-right: 7px; top: 50%; right: 0; -moz-transition: all .25s linear; -o-transition: all .25s linear; -webkit-transition: all .25s linear; transition: all .25s linear; } 
.icon-plus-submenu:before { width: 9px; height: 1px; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } 
.icon-plus-submenu:after { width: 1px; height: 9px; right: 4px; transform-origin: center; -moz-transform: translateY(-50%) scale(1, 1); -ms-transform: translateY(-50%) scale(1, 1); -webkit-transform: translateY(-50%) scale(1, 1); transform: translateY(-50%) scale(1, 1); } 
.danhmuc ul > li.has-submenu .icon-plus-submenu:hover { border: 1px solid #e7e7e7; } 
li.has-submenu.opened > .icon-plus-submenu:after { -moz-transform: translateY(-50%) scale(1, 0); -ms-transform: translateY(-50%) scale(1, 0); -webkit-transform: translateY(-50%) scale(1, 0); transform: translateY(-50%) scale(1, 0); } 
.item_ttnb { margin-bottom: 10px; display: flex !important; flex-wrap: wrap; border: none !important; justify-content: space-between; align-items: center; } 
.item_ttnb .img { display: block; overflow: hidden; width: 100px; } 
.item_ttnb .img img { display: block; width: 100%; transition: 0.5s; } 
.item_ttnb .img:hover img { transform: scale(1.2); } 
.item_ttnb .tttt { display: block; width: calc(100% - 110px); } 
.item_ttnb .ten { color: #2c2c2c; font-size: 14px; line-height: 21px; max-height: 42px; overflow: hidden; margin-bottom: 5px; } 
.item_ttnb .ten.text-split { -webkit-line-clamp: 2; } 
.item_ttnb .ten:hover { color: var(--color-red); } 
.item_ttnb .mota { line-height: 18px; max-height: 36px; margin: 0; font-size: 13px; color: #757575; } 
.item_ttnb .mota.text-split { -webkit-line-clamp: 2; } 

/* Responsive */
@media(min-width:1025px){
 .footer { margin-bottom: 0 !important; } 
 .toolbar { display: none; } 
 .prev-partner { left: -15px } 
 .next-partner { right: -15px } 
 }
@media(max-width:1199px) { } 
@media(max-width:1024px){
 .search { top: 57px; right: 0; } 
 .breadCrumbs .wrap-content { padding-left: 0; } 
 div#full { overflow-x: hidden; } 
 .logo-header img { max-height: 70px; } 
 .logo-header:after { display: none } 
 .logo-header { margin-bottom: 0; } 
 .slide_about { margin-bottom: 30px; } 
 .wrap_about { margin-bottom: 30px; } 
 .name_about, .title-main span, .wrap-album h2.title-main span { font-size: 30px; } 
 .wrap-product { margin-bottom: 30px; } 
 .wrap-bg { padding: 30px 0; } 
 .f-flipbook { width: 95%; padding: 15px; } 
 .flipbook { width: 100% !important } 
 div#left { display: none; } 
 div#right { width: 100%; } 
 .menu { display: none; } 
 .menu-res { display: block; } 
 .toolbar { height: auto; display: block; } 
 .btn-frame { width: 41px; height: 41px; right: 10px; display: none; } 
 .btn-frame i { width: 41px; height: 41px; } 
 .btn-frame .kenit-alo-circle { display: none; } 
 .btn-frame .kenit-alo-circle-fill { display: none; } 
 .btn-phone { bottom: 220px; } 
 .btn-zalo { bottom: 170px; } 
 .cart-fixed { right: 10px; width: 41px; height: 41px; bottom: 270px; } 
 .cart-fixed span { width: 20px; height: 20px; line-height: 20px; font-size: 10px; } 
 .js-facebook-messenger-box { width: 41px; height: 41px; line-height: 41px; right: 10px; bottom: 120px; } 
 .js-facebook-messenger-box svg#fb-msng-icon { width: 20px; height: 20px; top: calc(50% - 10px); left: calc(50% - 10px); } 
 .js-facebook-messenger-box svg#close-icon { width: 10px; height: 10px; top: calc(50% - 5px); left: calc(50% - 5px); } 
 .scrollToTop { right: 10px; border-radius: 50%; overflow: hidden; bottom: 70px; } 
 .cotapp { width: 40px; } 
 .album { width: calc(50% - 10px); margin: 0 5px 10px 5px; } 
 .grid-page, .grid-video, .grid-thuvien { width: calc(100% + 10px); margin: 0 -5px; } 
 .product, .grid-page1 .product, .item_video, .album { } 
 .news { width: 100%; float: none !important; } 
 .footer-article .wrap-content { padding: 30px 0; } 
 .footer-news { width: 100% !important; margin-bottom: 20px; text-align: center; } 
 .ten-footer { } 
 .title-footer { } 
 .footer-ul li { width: calc(50% - 5px); } 
 .copyright, .statistic { width: 100%; text-align: center; } 
 .social-footer { justify-content: center } 
 .album_bottom { margin-top: -50px } 
 .box-fb { margin-bottom: 30px; } 
 }
@media(max-width:769px){
 .wrap-tk { padding:40px 0; } 
 .top-contact { flex-wrap: wrap; } 
 .left-pro-detail, .right-pro-detail, .top-contact .form-contact, .top-contact .article-contact { width: 100%; margin: 0px; } 
 .left-pro-detail, .top-contact .article-contact { margin-bottom: 30px; } 
 .about_left { width: 100%; margin-bottom: 20px } 
 .pic-about { width: 100%; margin-bottom: 30px; } 
 .row.row1 { margin: 0 -5px; } 
 .item1 { padding: 0 5px; } 
 .left-intro, .tintuc_1 { width: 100%; margin-bottom: 20px } 
 .right-intro, .tintuc_scroll { width: 100% } 
 .wrap-tk .wrap-content { justify-content: center !important; } 
 .item_tk { width: 100%; margin-bottom: 10px; } 
 .album_top .item_al:first-child { width: 100%; } 
 .album_bottom { margin-top: -20px; } 
 .album_top .item_al { width: calc(100%/3 - 15px); } 
 .box-fb { margin-bottom: 30px; width: 100%; } 
 .box-kh { width: 100%; max-width: 395px; margin: auto; margin-bottom: 70px; } 
 h2.title-main1 span { font-size: 40px; } 
 .wrap-vd { padding-top: 50px; } 
 a.videonb { height: 350px; } 
 .yk_left { width: 100%; max-width: 400px; margin: auto; margin-bottom: 20px; } 
 .yk_right { width: 100%; } 
 .news_l { display: none } 
 .news_center { width: 100%; padding: 0 10px; } 
 .album_top .item_al:last-child { margin-top: 20px; } 
 }
@media(max-width:480px){
 .item_tk .img img { width: 85px; } 
 .info_tk .mota { font-size: 15px; } 
 .item_tk .number { } 
 .album_top .item_al { width: calc(100%/3 - 5px); } 
 .album_bottom .item_al:nth-child(1) { width: calc(38% - 5px); } 
 .album_bottom .item_al:nth-child(2) { width: calc(24% - 5px); } 
 .album_bottom .item_al:nth-child(3) { width: calc(38% - 5px); } 
 .item_news .img { width: 100%; margin-bottom: 15px; } 
 .item_news .info_news { width: 100%; } 
 .product .name-product { height: 50px; } 
 .item_tk .number { font-size: 35px; } 
 .info_tk .mota { font-size: 15px; } 
 .title-intro span, h2.title-main2 span { font-size: 35px; } 
 .info_news h3 a { font-size: 16px } 
 .wrap-news { padding: 40px 0; } 
 .ten-footer { font-size: 26px; } 
 .product .name-product a { font-size: 14px; line-height: 35px; font-family: 'SVNPoppinsRegular'; } 
 .product .price-product { font-size: 14px; } 
 .product .price-new { font-size: 14px; } 
 .pic-news, .info-news { display: block; width: 100%; float: none; text-align: center; margin: 0px; } 
 .info-news { margin-top: 10px; } 
 .name-news { font-size: 14px; } 
 a.name-news.name1 { font-size: 16px; color: #333; } 
 .time-news { display: none; } 
 .desc-news { font-size: 13px; } 
 .top-contact .form-contact .button-contact .file-contact span b { max-width: 105px; } 
 .footer-ul li { width: 100%; } 
 }
@media(max-width:369px){
 .name-news { font-size: 14px; } 
 .desc-news { font-size: 12px; } 
 .cart-pro-detail { flex-wrap: wrap; } 
 .cart-pro-detail a { width: 100%; text-align: center; margin: 0px !important; font-size: 12px; } 
 .cart-pro-detail a:first-child { margin-bottom: 5px !important; } 
 .cart-pro-detail a i { display: none; } 
 }

 