@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');
@font-face { font-family: 'UTMYenTu'; src: url('../fonts/UTMYenTu/UTMYenTu.eot'); src: url('../fonts/UTMYenTu/UTMYenTu.eot') format('embedded-opentype'), url('../fonts/UTMYenTu/UTMYenTu.woff2') format('woff2'), url('../fonts/UTMYenTu/UTMYenTu.woff') format('woff'), url('../fonts/UTMYenTu/UTMYenTu.ttf') format('truetype'), url('../fonts/UTMYenTu/UTMYenTu.svg#MTD') format('svg'); }
@font-face { font-family: 'UVNBaiSauNang'; src: url('../fonts/UVNBaiSauNang/UVNBaiSauNang.eot'); src: url('../fonts/UVNBaiSauNang/UVNBaiSauNang.eot') format('embedded-opentype'), url('../fonts/UVNBaiSauNang/UVNBaiSauNang.woff2') format('woff2'), url('../fonts/UVNBaiSauNang/UVNBaiSauNang.woff') format('woff'), url('../fonts/UVNBaiSauNang/UVNBaiSauNang.ttf') format('truetype'), url('../fonts/UVNBaiSauNang/UVNBaiSauNang.svg#MTD') format('svg'); }
@font-face { font-family: 'FzPhotograph'; src: url('../fonts/FzPhotograph/FzPhotograph.eot'); src: url('../fonts/FzPhotograph/FzPhotograph.eot') format('embedded-opentype'), url('../fonts/FzPhotograph/FzPhotograph.woff2') format('woff2'), url('../fonts/FzPhotograph/FzPhotograph.woff') format('woff'), url('../fonts/FzPhotograph/FzPhotograph.ttf') format('truetype'), url('../fonts/FzPhotograph/FzPhotograph.svg#MTD') format('svg'); }

/* Main */
:root { --main-color: #201C70; --color-second: #FD8814; --color-red: #ec2d3f; --color-medium-red: #cc2c32; --color-dark-red: #cc0000; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #212529; --color-gray: #6c757d; --color-white: #ffffff; --color-hover: var(--main-color); --body: #FFFAEF; }
body { font-family: 'Mulish', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 14px; font-weight: 400; color: #333; }
img { max-width: 100%; height: auto; vertical-align: top; }
a, input, textarea { outline: none; padding: 0px; }
a:hover { text-decoration: 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-container { position: relative; margin: 0 auto; }
.wrap-main, .wrap-content { max-width: 1200px; margin: 40px auto; }
.wrap-main.wrap-template { margin-bottom: 40px; }
.wrap-main.wrap-template.wrap-product-tpl { max-width: 1800px; margin: 40px auto; }
.wrap-home { max-width: 100%; padding: 0px; margin: 0; }
.wrap-content { margin: 0 auto; }
.jconfirm { color: #333; }

/* filter-white*/
.filter-white { filter: brightness(0) invert(1); }

/* Hover */
.hover-glass { overflow: hidden; display: block; position: relative; }
.hover-glass::before { content: ""; position: absolute; top: 0; left: -100%; 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-glass:hover:before { -webkit-animation: shine 0.75s; animation: shine 0.75s; }
@-webkit-keyframes shine {
	100% { left: 125%; }
}
@keyframes shine {
	100% { left: 125%; }
}

/* slick-dots-cus */
.slick-d-none { display: none; }
.slick-d-none.slick-initialized { display: block; }
.slick-dots-cus .slick-dotted.slick-slider { margin: 0; }
.slick-dots-cus .slick-dots li { width: 20px; height: 20px; overflow: hidden; border-radius: 50%; background: #d1e5c8; }
.slick-dots-cus .slick-dots { bottom: unset; margin: 0px auto; text-align: center; position: relative; width: 100%; margin-top: 25px; }
.slick-dots-cus .slick-dots li button { padding: 0; width: 9px; height: 9px; background: transparent; position: absolute; border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.slick-dots-cus .slick-dots li button:before { display: none; }
.slick-dots-cus .slick-dots li.slick-active button { background: #208309; }
.slick-dots-cus .slick-dots li.slick-active { }

/* General */
.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; font-weight: 400; }
.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; text-align: center; font-size: 25px; margin: 0px; background-color: #000000; border-radius: 3px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { left: 20px; }
.control-owl button.owl-next { right: 20px; }
.form-control, .form-control-plaintext:not(textarea), .custom-select { height: calc(1em + 1.25rem + 8px); }
.custom-form-row { margin-right: -10px; margin-left: -10px; }
.custom-form-row > .col, .custom-form-row > [class*="col-"] { padding-right: 10px; padding-left: 10px; }
.text-sm { font-size: 0.875rem !important; }

/* Lazyload */
img.lazy { opacity: 0; }
img:not(.initial) { -webkit-transition: opacity 1s; transition: opacity 1s; }
img.initial, img.loaded, img.error { opacity: 1; }
img:not([src]) { visibility: hidden; }

/* title-main */
.title-main { margin-bottom: 2rem; text-align: center; position: relative; z-index: 4; }
.title-main h2 { font-family: 'UVNBaiSauNang'; font-size: 30px; font-style: normal; font-weight: 400; line-height: normal; margin: 0; color: #000; }
.title-main p { text-align: center;    /* 160% */ font-size: 20px; color: #333; font-weight: 700; width: 67%; margin: 0 auto; }
.title-main.title-white h2:after { background: #fff; }
.title-main.title-white h2 { color: var(--main-color); text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
.title-main-detail h2 { text-transform: uppercase; }

/* Header */
.header { position: relative; }
.info-header { position: relative; background: var(--color-second); padding: 5px 0; }
.info-header p { color: #fff; margin: 0; font-size: 14px; }
.info-header p.slogan { font-size: 14px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; }
.info-header p.address { display: flex; align-items: center; max-width: 460px; }
.info-header p.address i { font-size: 21px; margin-right: 7px; }

/* banner-header */
.banner-header { position: relative; padding: 5px 0; background: #fff; }
.box-banner { display: flex; flex-wrap: wrap; align-items: center; }
.banner-header .hotline { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; position: relative; width: 50%; }
.banner-header .hotline .item { width: 33%; position: relative; background: url(../images/hotline.png) no-repeat left center; padding-left: 70px; min-height: 55px; }
.banner-header .hotline p { margin: 0; font-size: 18px; font-weight: 700; color: var(--main-color); }
.banner-header .hotline p.title { font-size: 16px; font-style: normal; font-weight: 400; line-height: 25px; color: #000; }

/* Header */
.menu .icon-bar { flex: unset; margin: 0; }
.menu .info-toggler { margin-left: 10px; }
.menu .info-toggler .info-btn { position: relative; cursor: pointer; background: none; font-size: 16px; color: #ffffff; line-height: 34px; border: none; }
.hamburger2 { display: flex; align-self: center; flex-direction: column; justify-content: space-between; width: 30px; height: 24px; cursor: pointer; padding-top: 5px; padding-bottom: 5px; }
.hamburger2 span { height: 2px; width: 83.33333333%; background: #ffffff; transition: all 400ms ease-in-out; }
.hamburger2 .meat { width: 100%; transition: all 200ms ease-in-out; }
.hamburger .bottom-bun { width: 58.33333333%; transition: all 100ms ease-in-out; }
.hamburger2 .top-bun { -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms; animation: burger-hover 1s infinite ease-in-out alternate forwards 200ms; }
.hamburger2 .meat { -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards400ms; animation: burger-hover 1s infinite ease-in-out alternate forwards 400ms; }
.hamburger2 .bottom-bun { -webkit-animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms; animation: burger-hover 1s infinite ease-in-out alternate forwards 600ms; }
@-webkit-keyframes burger-hover {
	0% { width: 100%; }
	50% { width: 50%; }
	100% { width: 100%; }
}
@keyframes burger-hover {
	0% { width: 100%; }
	50% { width: 50%; }
	100% { width: 100%; }
}
.menu-desk-box { opacity: 0; position: fixed; top: 0; right: -100%; bottom: 0; left: 100%; background: transparent; transition: all 0.5s ease-out; z-index: 999; }
.menu-desk-box.show { opacity: 1; right: 0; left: 0; }
.menu-desk { position: fixed; right: -440px; top: 0px; width: 100%; max-width: 440px; height: 100%; overflow-y: auto; z-index: 99999; opacity: 0; background: #000 url(../images/pattern-7.png) center top repeat; visibility: hidden; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.menu-desk-box.show .menu-desk { right: 0px; opacity: 1; visibility: visible; }
.inner-box { position: relative; padding: 100px 30px 50px 30px; text-align: center; color: #ffffff; }
.menu-desk-exit { position: absolute; top: 10px; left: 20px; transition: all 0.3s ease-out; cursor: pointer; z-index: 10; }
.menu-desk-exit i { font-size: 30px; color: #fff; }
.menu-desk-box.show .menu-desk-exit i { transform: rotateZ(-90deg); transition: all 0.5s ease-out; }
.menu-desc-content { }

/* */
.burger div { width: 30px; height: 3px; background-color: rgb(226, 226, 226); margin: 5px; transition: all 0.3s ease; }
.nav-links { position: absolute; left: 0px; height: 87vh; padding: 0; background-color: #ffff; z-index: 9999999; transform: translateX(-100%); width: 100%; top: 100%; overflow-y: scroll; }
.nav-active { transform: translateX(0%); }
.nav-links li { list-style: none; }
.icon_mb_img img { padding: 10px 10px; background-color: #e0e0e0; border-radius: 20px; cursor: pointer; }
.nav_ul1 >li { border-bottom: 1px solid #ccc; padding: 0px 10px; }
.dm2>li { padding: 0px 10px; }
.icon_mb { display: flex; align-items: center; justify-content: space-between; }
.nav_ul1 li a { text-decoration: none; display: block; padding: 10px 0; font-size: 14px; position: relative; color: #191919; background: url(../images/li.png) no-repeat left 16px; padding-left: 20px; }
.nav_ul1 li a i { color: #191919; margin-right: 5px; }
.nav_ul1 li ul { padding: 0 0.5rem; }
.nav_ul1 li ul li a { padding: 5px; color: #191919bb }
.dm2.active { display: block; }
.active .icon_mb img { background-color: #99cc03 !important; }
.toggle .line1 { transform: rotate(-45deg) translate(-5px, 6px); }
.toggle .line2 { opacity: 0; }
.toggle .line3 { transform: rotate(45deg) translate(-5px, -6px); }
@keyframes showna {
	from { opacity: 0; }
	to { opacity: 1; }
}
.menu_lef { display: flex; flex-wrap: wrap; align-items: center; }
.menu_lef1 { display: flex; flex-wrap: wrap; align-items: center; }
.menu_title { font-size: 15px; color: #ffff; margin-bottom: 0; }

/* social-header */
.social-header { z-index: 2; position: relative; }
.social-header a { margin: 0 0 0 5px; box-shadow: 0 0 2px 2px #00000012; }

/* tags-link */
.tags-link { padding: 5px 0 10px 0; margin: 0; position: relative; border-bottom: 1px solid #ebebeb; margin-bottom: 10px; }
.tags-link .title { display: inline-block; font-size: 14px; font-weight: 700; color: #1a1a1a; }
.tags-link .li-tags { display: inline-block; position: relative; padding: 0 10px 0 5px; }
.tags-link .li-tags:after { position: absolute; content: ''; background: #a0a0a0; width: 1px; top: 3px; bottom: 3px; right: 0; }
.tags-link .li-tags a { display: block; font-size: 14px; color: #4c4c4c; font-weight: 400; }
.tags-link .li-tags:hover a { text-decoration: underline; }

/* icon-fixed */
.icon-fixed { position: fixed; bottom: 90px; left: -30px; z-index: 999; }
.icon-fixed a { display: block; text-align: center; color: #fff; border-radius: 10px; border: 3px solid #EC3F3F; background: #D42B2B; min-width: 170px; min-height: 60px; display: flex; align-items: center; justify-content: center; padding: 5px 10px; transform: rotate(-90deg); }
.icon-fixed a i { display: block; }
.icon-fixed a span { font-size: 17px; display: block; font-weight: 700; margin-right: 20px; }
.icon-fixed .phone i { font-size: 25px; transform: rotate(40deg); }
.icon-fixed .contact { margin: 130px 0px; }
.icon-fixed a:hover { opacity: 0.9; }

/* logo-header */
.logo { margin-right: 10px; }
.logo, .banner { position: relative; text-align: center; z-index: 2; }
.logo.no-index { margin: 0; }
.logo.no-index img { max-width: 70%; }
.logo a { display: block; position: relative; text-align: center; z-index: 6; }
.logo img { transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; max-width: 100%; margin: 0 !important; object-fit: contain; }

/* Fix menu */
.menu.fix { position: fixed; top: 0; right: 0; left: 0; transition: 0.3s all; z-index: 999; box-shadow: 0 0 5px 0px #00000052; }
.header.fix .logo { margin: 0; }
.header.fix .logo img { transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; max-width: 85%; }

/* Menu */
.menu { position: relative; z-index: 99; width: 100%; background: var(--main-color); }
.menu .wrap-content { position: relative; }
.menu-bar { list-style: none; margin: 0; padding: 0; position: relative; width: 75%; z-index: 11; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.menu-bar:nth-child(1) { width: 240px; text-align: center; background: var(--color-second) url(../images/bar.png) no-repeat 15px center !important; border-radius: 20px 20px 0px 0px; display: block; }
.menu-bar:nth-child(1) > li > a { color: #fff !important; font-size: 15px; font-style: normal; font-weight: 700; text-transform: uppercase; padding: 0 17px; padding-left: 50px; background: transparent !important; }
.menu-bar li { list-style: none; z-index: 11; padding: 0; text-align: center; }
.menu-bar > li { position: relative; }
.sub_menu ul { padding: 0; margin: 0; max-height: 480px; overflow: auto; border: 1px solid #E9E9E9; background: #FFF; box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15); }
.menu-bar li ul li { width: 100%; margin: 0; padding: 0 10px; }
.menu-bar li ul li a:after { position: absolute; content: ''; background: url(../images/li.png) no-repeat; width: 8px; height: 8px; left: 9px; top: 16px; }
.menu-bar li:nth-child(1) { }
.menu-bar li > a { display: block; font-size: 15px; font-style: normal; font-weight: 400;    /* 250% */ color: #FFF; text-transform: uppercase; height: 55px; line-height: 55px; }
.menu-bar li > a.home { text-align: center; width: 35px; height: 35px; border: 2px solid var(--color-second); display: flex; align-items: center; color: var(--color-second); justify-content: center; line-height: normal; font-size: 18px; }
.menu-bar li > a.home i { position: relative; display: block; }
.menu-bar li > a.home i:after { position: absolute; content: "\f80b"; font-family: 'Font Awesome 5 Pro'; font-weight: 900; font-style: normal; vertical-align: middle; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.menu-bar > li:hover > a, .menu-bar > li > a.active { color: var(--main-color); }
.menu-bar:nth-child(2) li:hover > a, .menu-bar:nth-child(2) li > a.active { color: var(--color-second); }
.menu-bar li:hover > a.phone { background: #f79a36; }
.menu-bar li > a.phone i { margin-right: 5px; transform: rotate(-15deg); }
.menu-bar li > a.phone, .menu-res .phone { background: var(--main-color); border: 0; border-radius: 50px; height: 40px; line-height: 40px; color: #1b1100 !important; font-size: 18px; }
.menu-bar li ul li a { position: relative; padding: 10px; width: 100%; text-align: left; border-radius: 0; line-height: unset !important; color: #000; border: 0; font-size: 14px; height: unset !important; padding-left: 30px; }
.menu-bar .sub_menu, .menu.fix .menu-bar > li > .sub_menu, .menu .menu-bar > li > .sub_menu.no-index { background: #fff; position: absolute; padding: 0; z-index: 99; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -webkit-transform: rotate3d(1, 0, 0, -90deg); -moz-transform: rotate3d(1, 0, 0, -90deg); -o-transform: rotate3d(1, 0, 0, -90deg); -ms-transform: rotate3d(1, 0, 0, -90deg); transform: rotate3d(1, 0, 0, -90deg); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -o-transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; min-width: 240px; top: 100%; left: 0; display: block; opacity: 1; visibility: visible; }
.menu-bar ul>li>ul { top: 100%; }
.sub_menu li:hover > a { color: var(--main-color); }
.menu-bar > li > .sub_menu { -webkit-transform: rotate3d(0, 0, 0, 0deg); -moz-transform: rotate3d(0, 0, 0, 0deg); -o-transform: rotate3d(0, 0, 0, 0deg); -ms-transform: rotate3d(0, 0, 0, 0deg); transform: rotate3d(0, 0, 0, 0deg); display: block; opacity: 1; visibility: visible; }
.menu-bar li:hover > .sub_menu, .menu.fix .menu-bar > li:hover > .sub_menu, .menu .menu-bar > li:hover > .sub_menu.no-index { -webkit-transform: rotate3d(0, 0, 0, 0deg); -moz-transform: rotate3d(0, 0, 0, 0deg); -o-transform: rotate3d(0, 0, 0, 0deg); -ms-transform: rotate3d(0, 0, 0, 0deg); transform: rotate3d(0, 0, 0, 0deg); display: block; opacity: 1; visibility: visible; }
.menu-bar .sub_menu .sub_menu { left: 100%; top: 0; margin-top: 0; -webkit-transform: rotate3d(0, 1, 0, 90deg); -moz-transform: rotate3d(0, 1, 0, 90deg); -o-transform: rotate3d(0, 1, 0, 90deg); -ms-transform: rotate3d(0, 1, 0, 90deg); transform: rotate3d(0, 1, 0, 90deg); opacity: 1; visibility: visible; }
.menu-bar .sub_menu .sub_menu ul { max-height: 340px; height: auto; }
.menu-bar .sub_menu li:not(:first-child) a { border-top: 1px solid #0000001c }
.menu-bar ul li .sub_menu li { position: relative }
.menu-bar .sub_menu ul::-webkit-scrollbar { width: 5px; }
.menu-bar .sub_menu ul::-webkit-scrollbar-track { background: #ccc; border-radius: 5px; }
.menu-bar .sub_menu ul::-webkit-scrollbar-thumb { border-radius: 5px; background: var(--main-color); }

/* Menu-left */
.menu.fix .menu-left, .menu-left.no-index { display: none; }
.box-menu-left { position: relative; width: 220px; text-align: center; z-index: 999; }
.box-left { width: 75%; }
.box-right { width: 23%; }
.box-right .grid-product { grid-template-columns: repeat(4, 1fr); }
.box-menu-left.isSticky { position: sticky; top: 60px; }
.box-menu-right { width: 76%; }
.title-menu-bar { display: flex; font-size: 14px; font-weight: 400; color: #fff !important; text-transform: uppercase; background: #037b00; height: 40px; line-height: 40px; align-items: center; justify-content: center; }
.title-menu-bar i { margin-right: 10px; font-size: 16px; color: #ffff00; }
.menu-left { position: absolute; z-index: 18; top: 100%; left: 0; right: 0; }
.menu-left.menu-product { position: relative; }
.menu-left.no-index { }
.box-menu-left:hover .menu-left { display: block !important; }
.menu-left>ul { max-height: 403px; overflow: auto; padding: 0; direction: rtl; }
.box-menu-left ul { margin: 0px; width: 100%; font-size: 14px; border: 1px solid #cccccc; }
.menu-left > ul::-webkit-scrollbar { width: 5px; }
.menu-left > ul::-webkit-scrollbar-track { background: #ccc; border-radius: 5px; }
.menu-left > ul::-webkit-scrollbar-thumb { border-radius: 5px; background: var(--main-color); }
.box-menu-left ul li { list-style: none; border-top: none; padding: 0 0; text-align: left; direction: ltr; background: #fff; }
.box-menu-left .menu-left > ul > li > a:after { position: absolute; content: "\f105"; font-family: 'Font Awesome 6 Pro'; font-weight: 400; right: 10px; top: 10px; }
.box-menu-left ul li:last-child { }
.box-menu-left ul li a { position: relative; display: block; color: #333333; font-size: 14px; font-weight: 400; text-transform: capitalize; padding: 12px 10px; }
.box-menu-left ul li i { color: rgba(0, 51, 153, 1); font-size: 15px; margin-right: 10px; }
.box-menu-left ul > li:hover > ul { display: block; }
.box-menu-left ul > li:hover > a { color: var(--main-color); }
.box-menu-left ul > li > ul { display: none; z-index: 9999; position: absolute; left: 100%; top: 0; background: #fff; border-radius: 0; padding: 0; border-left: 0; }
.box-menu-left ul li ul li a { padding: 10px; }
.box-menu-left ul > li > ul > li { position: relative; }

/* Search */
.menu-bar li.box-search { flex: unset; }
.search { position: relative; width: 450px; max-width: 80%; }
.search p { cursor: pointer; text-align: center; color: #989898; font-size: 19px; z-index: 9; margin: 0; padding: 0; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); }
.search input { width: 100%; height: 48px; outline: none; background: #fff; font-size: 14px; opacity: 1; color: #989898; transition: opacity 0.5s, width 0.5s; position: relative; border: 1px solid #BBB; border-radius: 10px; padding: 10px; font-weight: 300; font-style: italic; }
.search.show input { width: 220px; opacity: 1; }
.search.show p { background: var(--main-color); color: #fff; }
.search input::-webkit-input-placeholder { color: #989898; }
.search input:-moz-placeholder { color: #989898; }
.search input::-moz-placeholder { color: #989898; }
.search input:-ms-input-placeholder { color: #989898; }

/* Search */
.search-mobile { position: relative; }
.search-mobile p { cursor: pointer; text-align: center; color: #fff; font-size: 16px; position: relative; z-index: 9; margin: 0; padding: 0; width: 40px; height: 40px; background: var(--main-color); display: flex; align-items: center; justify-content: center; border-radius: 50%; }
.search-mobile input { width: 0; height: 35px; outline: none; background: #fff; font-size: 12px; opacity: 0; color: #333; transition: opacity 0.5s, width 0.5s; position: absolute; right: 0; top: 50%; padding: 0; border: 0; z-index: 8; border-radius: 50px; text-indent: 15px; transform: translateY(-50%); }
.search-mobile.show input { width: 230px; opacity: 1; }
.search-mobile.show p { background: var(--main-color); color: #fff; }
.search-mobile input::-webkit-input-placeholder { color: #333; }
.search-mobile input:-moz-placeholder { color: #333; }
.search-mobile input::-moz-placeholder { color: #333; }
.search-mobile input:-ms-input-placeholder { color: #333; }

/* Mmenu */
.menu-res { height: 55px; z-index: 100; background: var(--main-color); position: sticky; display: none; top: 0; left: 0; right: 0; box-shadow: 0px 5px 5px -1px #00000021; }
@media only screen and (max-width:991px) {
	.menu-res { display: block; }
}
.menu-bar-res { height: 55px; padding: 0px 5px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#menu { display: none; }
#hamburger { display: block; width: 35px; 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; -webkit-transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: top, bottom, left, opacity, -webkit-transform; transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity, -webkit-transform; }
.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 { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.mm-wrapper_opening #hamburger:after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }
.mm-slideout { z-index: unset; }

/* Breadcrumb */
.breadCrumbs { background: #cccccc61; }
.breadCrumbs .wrap-content { padding: 0.75rem 20px; }
.breadCrumbs .wrap-content .breadcrumb { padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 0; }
.breadCrumbs .wrap-content .breadcrumb-item a { color: #333; text-transform: capitalize; }
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: var(--main-color); }

/* Slideshow */
.wrap-slideshow { position: relative; padding: 0; }
.wrap-slideshow .wrap-content { display: flex; justify-content: flex-end; align-items: flex-start; }
.box-banner-slider { width: 41%; }
.slideshow { position: relative; max-width: 950px; padding-top: 10px; }
.slideshow-item { position: relative; }
.slideshow-item .content { position: absolute; text-align: left; z-index: 5; width: 36%; color: #fff; bottom: 250px; left: 80px; }
.slideshow-item .content .slogan-1 { font-family: 'UTMYenTu'; font-size: 40px; color: #fff; margin: 0; font-weight: normal; }
.slideshow-item .content .slogan-2 { margin: 0; font-size: 18px; font-weight: 400; }
.slideshow-item .content h2 { margin-bottom: 20px; font-family: 'Lora', serif; font-size: 37px; font-weight: 500; font-style: italic; }
.btn-slide:hover { background: var(--main-color); transition: 0.2s all; color: #fff; }
.btn-slide { border: 1px solid var(--main-color); display: inline-block; font-size: 24px; cursor: pointer; color: var(--main-color); font-family: 'Lora', serif; font-weight: 500; font-style: italic; padding: 8px 44px; border-radius: 50px; margin-top: 40px; }
.slideshow:hover .control-slideshow { opacity: 1; }
.control-slideshow { opacity: 0; }

/* wrap-social */
.wrap-social { position: relative; padding: 40px 0; }
.slick-social { margin: 0 -10px; }
.slick-social .slick-slide { margin: 0 10px; }
.slick-social a { padding: 15px; border-radius: 20px; border: 1px solid var(--color-second); background: #FFF; margin: 0 auto; display: table; transition: 0.3s all; }
.slick-social a:hover { border-color: var(--main-color); }

/* wrap-product-list */
.wrap-product-list { position: relative; padding: 40px 0; background: url(../images/bg.jpg) no-repeat; background-size: cover; }
.wrap-product-list .title-main h2 { color: var(--color-second); }
.wrap-product-list .title-main { background: url(../images/title2.png) no-repeat bottom center; }
.grid-product-list { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 15px; }
.item-list .scale-img { border-radius: 10px; }
.item-list .content { position: relative; text-align: center; padding: 10px; }
.item-list h3 a { font-size: 17px; font-style: normal; font-weight: 600; line-height: 25px; text-transform: uppercase; color: #333; -webkit-line-clamp: 2; }
.item-list:hover h3 a { color: var(--main-color); }

/* wrap-service */
.wrap-service { position: relative; padding: 40px 0; background: var(--main-color); }
.banner-service { width: 41%; border-radius: 30px; overflow: hidden; }
.box-service { width: 56%; }
.grid-service { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; padding: 0 40px; }
.item-service { position: relative; border-radius: 10px; overflow: hidden; }
.item-service .content { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; background: #ffffff7a; padding: 2px; }
.item-service h3 { font-size: 15px; color: var(--main-color); line-height: 25px; -webkit-line-clamp: 2; font-weight: 700; }
.item-service:hover h3 { color: #f00 }

/* wrap-laboratory */
.wrap-laboratory { position: relative; padding: 40px 0; background: url(../images/bg.jpg) no-repeat; background-size: cover; }
.slick-laboratory { margin: 0 -10px; }
.slick-laboratory .slick-slide { margin: 0 10px; }

/* wrap-project */
.wrap-project { position: relative; padding: 40px 0; }
.grid-project { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 50px; }
.item-project { position: relative; }
.item-project .images { position: relative; }
.item-project .scale-img { border-radius: 10px; }
.item-project .date { position: absolute; top: 20px; background: #fff; left: -15px; border: 2px solid #fe5900; text-align: center; width: 45px; height: 45px; overflow: hidden; border-radius: 4px; font-size: 16px; color: #fe5900; font-family: 'UVNBaiSauNang'; }
.item-project .date p { margin: 0; font-size: 14px; margin-top: -7px; }
.item-project .content { margin-top: 10px; }
.item-project h3 { position: relative; padding-bottom: 15px; }
.item-project h3:after { position: absolute; content: ''; background: #e5e5e5; bottom: 0; width: 30px; height: 2px; left: 0; }
.item-project h3 a { font-size: 14px; font-family: 'UVNBaiSauNang'; color: #1b1b1b; line-height: 25px; -webkit-line-clamp: 2; text-transform: uppercase; }
.item-project .content p { font-size: 14px; color: #666666; font-family: 'UTMYenTu'; -webkit-line-clamp: 2; }
.item-project:hover h3 a { color: var(--main-color); }

/* wrap-about */
.wrap-about { position: relative; padding: 40px 0; }
.wrap-about .wrap-content { position: relative; }
.about-images { position: relative; width: 48%; }
.title-about-images { position: relative; margin-bottom: 20px; }
.slick-about { margin: 0 -10px; }
.slick-about .slick-slide { border: 1px solid #e1e1e1; margin: 5px 10px; }
.slick-about .scale-img { display: table; margin: 0 auto; }
.about-content { width: 49%; }
.title-about { position: relative; margin-bottom: 20px; }
.title-about .slogan:nth-child(1) { font-size: 18px; font-style: normal; font-weight: 700; line-height: 25px; color: #000; }
.title-about .slogan:nth-child(2) { font-family: 'UVNBaiSauNang'; font-size: 24px; font-style: normal; font-weight: 400;    /* 158.333% */ color: var(--color-second); text-transform: uppercase; margin: 0; }
.title-about .title { margin: 0; font-family: 'UVNBaiSauNang'; font-size: 30px; font-style: normal; font-weight: 400; color: var(--main-color); text-transform: uppercase; }
.about-content .readmore { margin: 0; }

/* slick-criterion */
.slick-criterion { margin: 0 -10px; margin-top: 40px; }
.slick-criterion .slick-slide { margin: 0px 10px; }
.item-criterion .hvr-rotate-y { display: table; margin: 0 auto; }
.item-criterion .content { text-align: center; margin-top: 10px; }
.item-criterion h3 { color: var(--main-color); text-align: center; font-size: 16px; font-style: normal; font-weight: 700; line-height: 25px; -webkit-line-clamp: 2; text-transform: uppercase; }

/* wrap-production */
.wrap-production { position: relative; background: url(../images/bg-time.jpg) no-repeat; padding: 40px 0; background-size: cover; }
.box-production { position: relative; display: grid; min-height: 400px; grid-template-columns: repeat(2, 1fr); grid-gap: 40px 450px; }
.banner-production { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: 2px solid var(--color-second); border-radius: 50%; clip-path: circle(50% at 50% 50%); padding: 15px; width: 340px; height: 340px; }
.banner-production .scale-img { margin: 0; border-radius: 50%; border: 1px solid var(--main-color); clip-path: circle(50% at 50% 50%); }
.box-production .item { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.box-production .item .content { width: calc(100% - 120px); color: #fff; }
.box-production .item:nth-child(even) { flex-direction: row-reverse; }
.box-production .item:nth-child(even) .content { text-align: right; }
.box-production .item h3 { font-size: 20px; font-style: normal; font-weight: 400; line-height: normal; text-transform: uppercase; margin-bottom: 15px; }
.box-production .item p { font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px; }

/* box-slick-product */
.box-slick-product { margin-top: 30px; }
.slick-product { margin: 0 -10px; }
.slick-product .slick-slide { margin: 5px 10px; }

/* wrap-feedback */
.wrap-feedback { position: relative; padding: 40px 0; background: url(../images/bg.jpg) no-repeat; background-size: cover; }
.box-title-feedback { width: 35%; }
.box-title-feedback .title { font-size: 30px; font-style: normal; font-weight: 700; line-height: normal; color: var(--color-second); }
.box-title-feedback .desc { color: #333; text-align: justify; font-family: Roboto; font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px; }
.box-title-feedback .viewmore { display: inline-block; font-size: 16px; font-style: normal; font-weight: 500; line-height: inherit; background: var(--main-color); color: #fff; border-radius: 5px; padding: 13px 16px; transition: 0.3s all; }
.box-title-feedback .viewmore:hover { background: var(--color-second); color: #000; }
.slick-feedback { width: 61%; margin-top: -20px; }
.slick-feedback .slick-slide { margin: 20px 5px; }
.item-feedback { position: relative; padding: 20px 10px; border-radius: 10px; background: #FFF; box-shadow: 0px 4px 15px -3px rgba(0, 0, 0, 0.25); overflow: hidden; }
.item-feedback .scale-img { display: table; margin: 0 auto; border-radius: 50%; }
.item-feedback .content { text-align: center; position: relative; margin-top: 10px; }
.item-feedback .content i { font-size: 20px; margin: 10px 0; }
.item-feedback h3 { font-size: 14px; font-style: normal; font-weight: 700; line-height: 20px; color: var(--color-second); text-transform: uppercase; margin-top: 20px; }
.item-feedback p { font-size: 14px; font-style: normal; font-weight: 400; line-height: 20px; height: 60px; }

/* wrap-contact */
.wrap-contact { position: relative; padding: 80px 0; background: var(--color-gradient); }
.title-contact { text-align: center; position: relative; color: #fff; margin-bottom: 20px; }
.title-contact h2 { font-family: 'Oswald', sans-serif; font-weight: 500; text-transform: uppercase; font-size: 30px; }
.title-contact p { font-size: 15px; font-weight: 400; margin: 0; }
.btn-view-contact { display: table; margin: 0 auto; color: #fff; background: rgb(252, 189, 48); background: linear-gradient(90deg, rgba(252, 189, 48, 1) 0%, rgba(247, 139, 51, 1) 100%); width: 36%; text-align: center; padding: 10px 20px; border-radius: 10px; text-transform: uppercase; font-size: 15px; font-weight: 700; transition: 0.3s all; }
.btn-view-contact:hover { color: #fff; background: var(--color-gradient); }

/* slick-banner */
.wrap-banner { position: relative; padding: 0; }
.slick-banner { margin: -10px 0; }
.slick-banner .slick-slide { margin: 10px 0; border: 0; }

/* readmore */
.readmore { display: table; margin: 0 auto; margin-top: 30px; position: relative; color: #ffff; text-align: center; font-size: 14px; font-weight: 400; border-radius: 50px; background: #fff; padding: 10px 31px; transition: 0.3s all; text-transform: capitalize; background: var(--main-color); border: 1px solid var(--main-color); }
.readmore i { margin-left: 5px; }
.readmore:hover { background: #fff; color: var(--main-color); border-color: var(--main-color); }

/* readmore-product */
.readmore-product { display: table; margin: 0px auto; margin-top: 30px; color: var(--main-color); font-size: 15px; font-weight: 500; background: transparent; text-transform: uppercase; padding: 13px 30px; position: relative; border: 2px solid var(--main-color); border-right: 0; }
.readmore-product:after { position: absolute; content: ''; background: url(../images/at-read2.png) no-repeat; top: -2px; bottom: -2px; width: 64px; background-size: 100% 100%; right: -60px; }
.readmore-product i { margin-left: 5px; }
.readmore-product:hover { background: var(--main-color); color: #fff; }
.readmore-product:hover:after { background: url(../images/at-read.png) no-repeat; }

/* hover */
.hvr-rotate-y img { transition: 1.1s !important; transform: rotateY(0deg); }
.hvr-rotate-y:hover img { transition: 0.9s !important; transform: rotateY(180deg); }

/* wrap-news */
.wrap-news { position: relative; padding: 40px 0px; }
.box-news { width: 49%; position: relative; z-index: 2; }
.news-main { width: 45%; position: relative; }
.news-main .scale-img { position: relative; border-radius: 20px; }
.news-main .content { position: absolute; bottom: 0; left: 0; right: 0; padding: 20px; background: rgb(0, 0, 0); background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4990371148459384) 50%, rgba(0, 0, 0, 0) 100%); }
.news-main .content .date { position: relative; color: #fff; font-size: 14px; margin-bottom: 5px; }
.news-main .content .date i { color: var(--main-color); font-size: 23px; margin-right: 5px; }
.news-main .content h3 { font-size: 20px; font-style: normal; font-weight: 700; color: #fff; line-height: 25px; }
.slick-news { margin: -11px 0; width: 100%; }
.slick-news .slick-slide { margin: 11px 0; }
.item-news { position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.item-news.item-odd { flex-direction: row-reverse; }
.item-news .readmore { margin-top: 20px; }
.item-news a.scale-img { position: relative; z-index: 2; border-radius: 10px; }
.item-news .date { position: relative; font-size: 13px; color: #333; margin: 10px 0; font-style: italic; }
.item-news .date span { display: inline-block; color: var(--color-second); }
.item-news .date i { margin-right: 5px; font-size: 22px; color: var(--main-color); }
.item-news .images { border: 1px solid #e8e8e8; padding: 7px; }
.item-news .content { position: relative; width: calc(100% - 215px); }
.item-news .content p.text-split {    /* 141.176% */
color: #333; font-size: 15px; font-style: normal; font-weight: 400; line-height: 25px; height: 75px; }
.item-news h3 { position: relative; margin-bottom: 0; }
.item-news h3 a { -webkit-line-clamp: 1;    /* 100% */ color: #000; font-size: 18px; font-style: normal; line-height: 25px; height: 25px; font-weight: 700; text-transform: uppercase; }
.item-news:hover h3 a, .news-main:hover h3 a { color: var(--main-color); }

/* slick-video */
.slick-video, .slick-social { margin-left: auto; position: relative; z-index: 2; }
.slick-video .slick-slide { }
.slick-video img { object-fit: cover; }
.slick-video .video-image:before { position: absolute; content: ''; background: url(../images/ic-vi.png) no-repeat; width: 96px; height: 96px; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.item-video { position: relative; }
.item-video .btn-frame { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 120px; height: 120px; display: block; }
.item-video .btn-frame .kenit-alo-circle { border-color: #ffffff6b; width: 130px; height: 130px; }
.item-video .btn-frame .kenit-alo-circle-fill { width: 140px; height: 140px; background-color: #ffffff87; }
.item-video .btn-frame i { width: 120px; height: 120px; background: #ffffff29; color: #fff; font-size: 46px; }
.video-image { position: relative; display: table; margin: 0px auto; cursor: pointer; }
.box-video { width: 47%; position: relative; z-index: 2; }
.box-video .title-bottom { text-align: right; }
.box-video .video-images { position: relative; border-radius: 15px; overflow: hidden; }
.box-video .video-images img { height: 350px; object-fit: cover; }
.video-images .btn-frame { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 70px; height: 70px; }
.video-images .btn-frame .kenit-alo-circle { width: 80px; height: 80px; border-color: #fff; }
.video-images .btn-frame .kenit-alo-circle-fill { width: 90px; height: 90px; background-color: #fff; }
.video-images .btn-frame i { width: 70px; height: 70px; color: #333; background: #fff; font-size: 30px; }

/* Video */
.wrap-video { position: relative; padding: 40px 0; }
.wrap-video .wrap-content { position: relative; }
.wrap-video .wrap-content:after { position: absolute; content: ''; border: 2px solid var(--main-color); border-right: 0; top: 60px; left: 0; width: 420px; height: 300px; }
.wrap-video .title-main { display: table; margin: 0px auto; border: 2px solid var(--main-color); min-width: 480px; padding: 30px 20px; margin-bottom: 40px; background: #fff; }
#video-select { position: relative; }
.video-main img { object-fit: cover; height: 405px; }
.listvideos { width: 100%; position: relative; padding: 10px; border: 1px solid #e1e1e1; background: #fff; color: #9c9c9c; font-size: 14px; text-transform: capitalize; margin-top: 10px; }
.video-main .video-image { position: relative; border-radius: 80px 0px; cursor: pointer; overflow: hidden; }
.video-main .video-image:before { content: ""; position: absolute; width: 40px; height: 25px; top: 50%; left: 50%; z-index: 1; background-repeat: no-repeat; background-image: url(../images/play.png); transform: translate(-50%, -50%); background-size: 100% 100%; }
.video { cursor: pointer; margin-bottom: 1rem; }
.video .video-image { position: relative; margin-bottom: 0.75rem; }
.video .video-image:before { content: ""; position: absolute; width: 50px; height: 35px; top: calc(50% - 50px / 2); left: calc(50% - 35px / 2); z-index: 1; background-repeat: no-repeat; background-image: url(../images/play.png); }
.video .video-name { text-align: center; font-size: 15px; color: #212529; margin-bottom: 0px; line-height: 25px; text-transform: capitalize; }
.video .video-name:hover { color: var(--main-color); }

/* album */
.album { cursor: pointer; }
.album .album-image { margin-bottom: 0.75rem; }
.album h3 { text-align: center; margin-top: 12px; font-weight: 600; font-size: 19px; }
.album .album-name { margin-bottom: 0px; text-align: center; }
.album .album-name a { display: block; font-size: 17px; color: #333; margin-bottom: 0px; font-weight: 700; }
.album:hover .album-name a, .album:hover h3 { color: var(--main-color); }

/* wrap-bottom */
.wrap-bottom { position: relative; padding: 100px 0px; }
.wrap-bottom:after { position: absolute; content: ''; background: #FFCA22; top: 60px; bottom: 210px; width: 22%; right: 0; mix-blend-mode: multiply; }
.wrap-bottom .wrap-content { position: relative; }
.wrap-bottom .wrap-content:after { position: absolute; content: ''; background: url(../images/layer_10.png) no-repeat; width: 235px; height: 151px; bottom: 0; right: 220px; }
.wrap-bottom .wrap-content:before { position: absolute; content: ''; background: #FFCA22; width: 170px; height: 170px; bottom: 60px; left: -90px; border-radius: 50%; }
.box-bottom { width: 49%; }
.title-bottom { position: relative; margin-bottom: 20px; font-family: 'UVNBaiSauNang'; color: #000; font-size: 30px; font-style: normal; font-weight: normal; line-height: normal; text-transform: uppercase; }
.slick-bottom { margin: 0 -19px; }
.slick-bottom .slick-slide { margin: 0px 19px; }
.item-bottom .scale-img { position: relative; }
.item-bottom .content { position: relative; margin-top: 20px; }
.item-bottom h3 a { font-size: 26px; color: #000000; font-family: 'Big Shoulders Text', cursive; font-weight: 700; line-height: 35px; -webkit-line-clamp: 2; }
.item-bottom p { font-size: 14px; color: #1e1e1e; line-height: 25px; }
.item-bottom .readmore_news { display: inline-block; position: relative; font-size: 14px; font-weight: 700; text-transform: uppercase; color: var(--main-color); margin-top: 10px; }
.item-bottom .date { position: absolute; top: 10px; left: 10px; font-size: 13px; color: #000000; background: var(--color-second); padding: 6px 15px; }
.item-bottom .readmore_news:after { position: absolute; content: ''; background: var(--main-color); width: 30px; height: 2px; top: 50%; transform: translateY(-50%); left: 110%; }
.item-bottom:hover h3 a { color: var(--main-color); }

/* wrap-album */
.wrap-album { position: relative; padding: 40px 0; }
.slick-album { margin: 0 -17px; }
.slick-album .slick-slide { margin: 0 17px; }
.slick-album .scale-img { border-radius: 10px; }
.slick-album .scale-img:after { position: absolute; content: ''; border-radius: 10px; border: 1px solid #FFF; top: 5px; left: 5px; right: 5px; bottom: 5px; }
.wrap-album .wrap-content { position: relative; }
.grid-album { position: relative; z-index: 2; min-height: 870px; width: 100%; }
.grid-album a.scale-img { width: 100%; position: absolute; height: 100%; border: 10px solid #F8F5EF; }
.grid-album a.scale-img img { height: 100%; object-fit: cover; width: 100%; }
.wrap-album .readmore { margin: 0px auto; margin-top: 25px; }
.wrap-album .readmore:hover { background: #fff; color: var(--main-color); }
.wrap-album .arrow-icon { margin: 0; position: absolute; top: 285px; left: 60%; transform: translateX(-60%); z-index: 999; }
.wrap-album .slogan { margin: 0; position: absolute; text-align: center; font-family: 'FzPhotograph'; font-size: 55px; font-style: normal; font-weight: 400; line-height: 40px; color: #161616; top: 50%; transform: translateY(-50%); z-index: 7; right: 230px; background: url(../images/line-3.png) no-repeat; background-size: 100% 100%; }

/* Partner */
.wrap-partner { position: relative; padding: 40px 0; background: rgba(245, 245, 245, 0.96); padding-bottom: 70px; }
.wrap-partner .wrap-content { position: relative; }
.title-partner { position: absolute; display: inline-flex; transform: rotate(-90deg); padding: 10px 22px; justify-content: center; align-items: center; gap: 10px; border: 1px solid var(--main-color); border-radius: 50px; top: 30px; left: -50px; }
.title-partner h2 { font-size: 30px; font-family: 'UVNBaiSauNang'; font-weight: normal; color: var(--main-color); margin: 0; }
.title-partner p { margin: 0; font-size: 17px; color: #141515; font-weight: 400; }
.btn-partner { margin-top: 15px; display: flex; align-items: flex-start; justify-content: flex-end; }
.btn-partner span { display: flex !important; background: #4c4c4c; color: #fff; width: 30px; height: 35px; align-items: center; justify-content: center; cursor: pointer; font-size: 27px; margin: 0 2px; }
.slick-partner { padding: 0 35px; max-width: 1120px; margin-left: auto; }
.slick-partner .slick-slide { margin: 1px 7px; background: #fff; overflow: hidden; text-align: center; }
.slick-partner .arrows { position: absolute; top: 50%; left: 0; transform: translateY(-50%); cursor: pointer; color: #000; font-size: 26px; }
.slick-partner .arrows.partner-next { left: unset; right: 0; }

/* wrap-tags */
.wrap-tags { background: #f7f8fa; position: relative; padding: 30px 0; }
.title-tags { font-family: 'FzPhotograph'; font-size: 24px; color: #157906; margin-bottom: 10px; }
.wrap-tags .item { display: inline-block; font-family: 'UTMYenTu'; font-size: 14px; color: #666666; border: 1px solid #d9dadc; background: #fff; border-radius: 5px; padding: 6px 12px; transition: 0.3s all; margin: 0 2px 5px 0px; }
.wrap-tags .item:hover { background: var(--main-color); color: #fff; border-color: #fff; }

/* tab-product */
.tab-product { padding: 0; text-align: center; display: block; }
.tab-product li { display: inline-block; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; color: var(--main-color); text-transform: uppercase; border-radius: 30px; border: 0.5px solid var(--color-second); background: rgba(0, 0, 0, 0.00); padding: 5px 15px; margin: 0 5px 10px 0px; transition: 0.3s all; cursor: pointer; }
.tab-product li:hover, .tab-product li.active { background: var(--color-second); color: #fff; }
.tab-cat::-webkit-scrollbar { width: 5px; height: 5px; }
.tab-cat::-webkit-scrollbar-track { background: #ccc; }
.tab-cat::-webkit-scrollbar-thumb { background: var(--main-color); }

/* Product */
.wrap-product { position: relative; padding: 40px 0; }
.wrap-product .title-main { margin-bottom: 15px; }
.grid-product { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 35px; position: relative; z-index: 2; }
.item-product { position: relative; background: #fff; padding: 10px; overflow: hidden; border: 1px solid #C5C5C5; }
.item-product .images { position: relative; display: block; border-radius: 10px; overflow: hidden; }
.item-product .cart-product { margin: 0; position: absolute; right: 0; top: 10px; }
.item-product .cart-product .cart-add:hover { background: var(--main-color); color: #fff; }
.item-product .cart-product .cart-add { width: 40px; height: 40px; align-items: center; justify-content: center; background: var(--color-second); color: #333; font-size: 15px; border-radius: 50%; display: flex; cursor: pointer; transition: 0.3s all; }
.item-product a.scale-img { position: relative; }
.item-product .icon-product, #Zoom-1 .icon-product { position: absolute; top: 10px; right: 10px; z-index: 9; }
.item-product .icon-product p, #Zoom-1 .icon-product p { margin: 0; color: #fff; background: var(--main-color); font-size: 13px; font-weight: 400; border-radius: 5px; display: block; text-align: center; padding: 2px 15px; }
.item-product .content { position: relative; padding: 10px; text-align: center; padding-bottom: 0; }
.item-product .title { position: relative; width: 100%; }
.item-product h3 { margin-bottom: 0; }
.item-product h3 a { -webkit-line-clamp: 2; font-size: 15px; font-style: normal; line-height: 25px; color: #1C1C1C; font-weight: 700; text-transform: uppercase; }
.item-product .desc-short { font-size: 13px; color: #5c5c5c; -webkit-line-clamp: 2; }
.price-product { position: relative; width: 100%; margin: 5px 0 0 0; font-weight: 400; font-size: 17px; color: #404040; }
.price-product .price-new { display: inline-block; font-size: 15px; color: #EB0000; font-weight: 700; }
.price-product .price-new span { display: block; margin-top: -10px; }
.price-product .price-old { display: inline-block; font-size: 13px; margin: 0 0px 0px 5px; color: #757575; font-weight: 400; position: relative; }
.price-product .price-old:after { position: absolute; content: ''; background: #5A5451; top: 50%; height: 1px; left: 0; right: 0; }
.item-product:hover h3 a { color: #d61414; }
.item-product:hover { border-color: var(--main-color); }

/* Product Detail */
.grid-pro-detail { margin-bottom: 1.5rem; }
.left-pro-detail { position: relative; text-align: center; }
.left-pro-detail .MagicZoom { }
.gallery-thumb-pro { position: relative; margin-top: 10px; }
.owl-pro-detail { padding: 0px 0px; }
.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; margin: 0; }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { }
.thumb-pro-detail img { -webkit-box-shadow: none !important; box-shadow: none !important; -webkit-filter: brightness(100%) !important; filter: brightness(100%) !important; border-bottom: 0px !important; padding-bottom: 0px !important; }
.title-pro-detail { text-transform: capitalize; font-size: 29px; display: block; font-weight: 700; color: #333; }
.comment-pro-detail { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -ms-flex-pack: start; 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: normal; font-size: 26px; color: var(--main-color); font-weight: 700; }
.price-old-pro-detail { font-weight: 400; color: #ccc; text-decoration: line-through; padding-left: 10px; font-size: 16px; }
.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 { border-color: #e5101d; color: #e5101d; }
.color-pro-detail.active { border-color: #e5101d; color: #e5101d; }
.size-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.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"] { display: none; }
.size-pro-detail input[type="radio"] { display: none; }
.quantity-pro-detail { width: 100%; max-width: 110px; line-height: normal; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.quantity-pro-detail span { line-height: 25px; padding: 0px; width: 30px; height: 30px; color: #5f5f5f; cursor: pointer; font-size: 22px; border: 1px solid #cccccc; background: #fff; }
.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; flex-wrap: wrap; justify-content: flex-start; align-items: center; max-width: 90%; }
.cart-pro-detail a:nth-child(1) { background: var(--main-color) !important; }
.cart-pro-detail a:hover { opacity: 0.8; }
.cart-pro-detail a { font-size: 14px; color: #ffffff !important; text-transform: uppercase; padding: 10px 0; border-radius: 5px !important; background: #666; border: 0; display: block; text-align: center; cursor: pointer; padding: 10px 30px; }
.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 { width: 100%; margin-top: 2rem }
.tabs-pro-detail .nav-tabs { border-bottom: 1px solid #cccccc6b; }
#tabsProDetailContent { padding: 20px; border: 1px solid #cccccc6b; border-top: 0; background: #fff; }
.tabs-pro-detail .nav-tabs .nav-link { border-top-width: 3px; font-size: 13px; text-transform: capitalize; color: #333; margin: 0 5px -1px 0px; border: 1px solid #cccccc6b; border-bottom: 0; background: #fff; }
.tabs-pro-detail .nav-tabs .nav-link.active { background: var(--main-color); font-weight: 500; color: #fff; }
.tabs-pro-detail .nav-tabs .nav-item.show .nav-link { border-top-color: #555555; }
.hotline-product { display: inline-block; background: #d80c0c; color: #fff !important; font-size: 14px; padding: 10px 30px; border-radius: 5px; }
.hotline-product span { font-size: 16px; font-weight: 700; }

/* News */
.news { position: relative; }
.grid-album-news { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 15px; margin-bottom: 25px; }
@media only screen and (max-width:575px) {
	.news .news-image { margin-bottom: 1rem; }
}
.grid-news { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 20px; }
.news-info { position: relative; text-align: left; margin-top: 10px; }
.news .news-name { margin-bottom: 0.5rem; }
.news .news-name a { font-size: 15px; font-weight: 700; text-transform: uppercase; line-height: 25px; color: #333; height: 50px; }
.news .news-name a.text-split { -webkit-line-clamp: 2; }
.news:hover .news-name a { color: var(--main-color); }
.news .news-time { color: #84878a; margin-bottom: 0.25rem; }
.news .news-desc { margin-top: 5px; line-height: 25px; }
.othernews b { margin-bottom: 10px; }
.list-news-other { padding-left: 17px; list-style: square; }
.list-news-other li { margin-bottom: 5px; }
.list-news-other li a { text-transform: none; color: #333; }
.list-news-other li a:hover { color: var(--main-color); }

/* Contact */
.contact-article { margin-bottom: 3rem; }
.contact-input { position: relative; margin-bottom: 15px; }
.contact-input textarea { resize: none; height: 150px; }
#FormContact .btn { background: var(--main-color); border-color: transparent; padding: 7px 30px; color: #fff; font-weight: 500; font-size: 16px; min-width: 100px; text-transform: uppercase; }
#FormContact .btn:hover { opacity: 0.8 !important; }
#FormContact .btn.btn-secondary { background: #999; border-color: #999; color: #fff; }
.contact-input .custom-file-label::after { content: attr(title); }
.contact-map { position: relative; height: 500px; }
.contact-map iframe { position: absolute; top: 0px; left: 0px; width: 100% !important; height: 100% !important; }

/* box-setting */
.wrap-newsletter .box-setting { width: 42%; color: #fff; }
.wrap-newsletter .box-setting .slogan { font-size: 34px; font-weight: 800; font-style: italic; color: #333; text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 2px 2px 0 #00000069; }
.wrap-newsletter .box-setting .title { font-size: 30px; font-style: normal; font-weight: 800; line-height: normal; color: #fff; text-transform: uppercase; }
.wrap-newsletter .box-setting .hotline { font-size: 18px; font-style: italic; font-weight: 700; line-height: normal; color: #fff; }
.wrap-newsletter .box-setting .hotline p { margin: 0; font-size: 28px; font-style: normal; font-weight: 700; line-height: normal; background: #3E4095; display: table; padding: 10px 26px; margin-top: 20px; }
.wrap-newsletter .box-setting .hotline p i { margin-right: 20px; }

/* Newsletter */
.wrap-newsletter { position: relative; padding: 40px 0; }
.banner-newsletter { width: 52%; border-radius: 10px; overflow: hidden; }
.box-newsletter { width: 49%; background: url(../images/bg-newsletter.jpg) no-repeat; background-size: cover; border-radius: 50px; overflow: hidden; }
.title-newsletter { position: relative; text-align: center; margin-bottom: 20px; padding: 25px 30px; padding-bottom: 0; }
.title-newsletter p:nth-child(1) { margin: 0; font-size: 30px; font-style: normal; font-weight: 400; line-height: normal; text-transform: uppercase; color: #000; font-family: 'UVNBaiSauNang'; }
.title-newsletter p:nth-child(2) { margin: 0; font-size: 16px; color: #000; }
#FormNewsletter { position: relative; width: 100%; }
#FormNewsletter .box-Form { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 15px; padding: 20px; padding-top: 0; }
.newsletter-input { position: relative; width: 100%; }
.newsletter-input i { position: absolute; top: 12px; left: 10px; color: #6D6E70; font-size: 18px; z-index: 22; border-right: 1px solid #ccc; padding-right: 10px; line-height: inherit; }
.newsletter-input.textarea i { top: 10px; left: 15px; }
.newsletter-input.textarea { grid-column: span 2; width: 100%; }
.newsletter-input input, .newsletter-input textarea, #FormNewsletterModal .newsletter-input select { font-size: 14px !important; color: #333; background: #fff; height: unset; font-weight: 400; z-index: 5; font-style: normal; position: relative; padding: 13px 10px; padding-bottom: 30px; box-shadow: unset; border: 0; border-radius: 5px; vertical-align: top; line-height: normal; }
.newsletter-input textarea { height: 135px; resize: none; }
.newsletter-button { position: relative; width: 100%; display: flex; flex-wrap: wrap; justify-content: center; background: var(--main-color); padding: 10px; }
.newsletter-button i { margin-right: 1px; }
.newsletter-button .btn-submit { padding: 0; border: 0; border-radius: 30px; width: 135px; height: 45px; font-size: 15px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; color: #fff; background: var(--main-color); transition: 0.3s all; }
.newsletter-button .btn-submit:nth-child(1) { background: var(--color-second); margin-right: 5px; }
.newsletter-button .btn-submit:hover { background: #d2edff; color: #333; }
.newsletter-content { margin-top: 20px; color: #fff; }
.newsletter-input input::-webkit-input-placeholder, .newsletter-input textarea::-webkit-input-placeholder { color: #333; }
.newsletter-input input:-moz-placeholder, .newsletter-input textarea:-moz-placeholder { color: #333; }
.newsletter-input input::-moz-placeholder, .newsletter-input textarea::-moz-placeholder { color: #333; }
.newsletter-input input:-ms-input-placeholder, .newsletter-input textarea:-ms-input-placeholder { color: #333; }
.box-support { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; grid-column: span 2; }
.box-support > p { margin: 0; color: #000; width: 120px; }
.box-support .support { width: calc(100% - 130px); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.box-support .support .item { width: 33%; }
.box-support .support p { margin: 0; font-size: 16px; color: #000; font-weight: 700; }
.box-support .support p.title { font-size: 12px; font-weight: 400; text-transform: uppercase; }

/* Footer */
.footer { position: relative; background: var(--main-color); color: #fff; }
.footer:after { position: absolute; content: ''; background: url(../images/line.png) repeat-x; left: 0; right: 0; top: -25px; height: 26px; }
.footer.no-index { margin-top: 180px; }
.logo-footer { position: relative; text-align: left; text-align: l; dth: 100%; }
.logo-footer img { }
.logo-footer a { display: block; position: relative; }
.footer-name { margin: 5px 0 0 0; font-family: 'Arizonia', sans-serif; font-size: 35px; color: #333; }
.icon-map { position: relative; border-radius: 8px; background: rgba(215, 1, 1, 0.40); width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; position: absolute; top: -33px; left: 50%; transform: translateX(-50%); }
.icon-map a { width: 37px; height: 37px; background: #D70101; display: flex; align-items: center; justify-content: center; border-radius: 8px; color: #fff; font-size: 17px; }

/* footer-tags */
.footer-tags { position: relative; padding-bottom: 40px; }
.footer-tags .title { display: inline-block; border-radius: 0px 50px 50px 0px; background: #D70101; color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; padding: 7px 15px; padding-right: 28px; margin-right: 10px; }
.item-tags { display: inline-block; border-radius: 5px; background: #FFF; color: #333; padding: 6px 17px; margin: 0 5px 10px 0px; transition: 0.3s all; }
.item-tags:hover { background: var(--main-color); color: #fff; }

/* footer-article */
.footer-article { position: relative; padding: 40px 0; }
.footer-article .wrap-content { position: relative; }
.footer-left { width: 35%; background: url(../images/footer-1.png) repeat; color: #fff; padding: 40px; border-radius: 0px 250px 0px 0px; text-align: center; padding-right: 50px; padding-top: 70px; position: relative; z-index: 9; padding-left: 0; }
.footer-right { z-index: 6; width: 50%; display: flex; align-items: center; justify-content: flex-end; }
.footer-setting { position: relative; font-family: UVNBaiSauNang; font-size: 45px; font-style: normal; font-weight: 400; line-height: normal; text-transform: uppercase; color: var(--main-color); }
.footer-title { position: relative; font-size: 15px; font-style: normal; font-weight: 700; color: #fff; line-height: normal; text-transform: uppercase; margin-bottom: 20px; padding-bottom: 10px; }
.footer-news .footer-title { font-size: 32px; font-family: 'UVNBaiSauNang'; font-weight: normal; padding: 0; }
.footer-news .footer-title:after { display: none; }
.footer-title:after { position: absolute; content: ''; background: #fff; width: 30px; height: 1px; bottom: 0; left: 0; }
.read-map { display: block; font-size: 14px; color: #c31c2d; background: #f8ad33; width: 175px; height: 40px; padding: 10px 0; margin: 0px auto; margin-top: 20px; }
.read-map:hover { background: #90171a; color: #fff; transition: 0.3s all; }
.social-footer { position: relative; padding: 10px 0; }
.social-footer p { font-family: 'Enyo-Regular'; position: relative; font-style: normal; font-size: 30px; margin: 0; line-height: initial; }
.footer-right .policy { display: inline-block; font-size: 14px; color: #464646; text-transform: capitalize; margin-right: 20px; }

/* footer-box-setting */
.footer-box-setting { color: #fff; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.footer-box-setting p { margin: 15px 0; width: 49%; font-size: 15px; font-style: normal; font-weight: 600; line-height: 22px; word-break: break-word; min-height: 81px; padding-left: 90px; padding-top: 10px; }
.footer-box-setting p:nth-child(1) { background: url(../images/ft1.png) no-repeat left; }
.footer-box-setting p:nth-child(2) { background: url(../images/ft2.png) no-repeat left; }
.footer-box-setting p:nth-child(3) { background: url(../images/ft3.png) no-repeat left; }
.footer-box-setting p:nth-child(4) { background: url(../images/ft4.png) no-repeat left; }
.footer-box-setting span { display: block; font-weight: 400; }

/* footer-news */
.footer-news { width: 36%; text-align: left; overflow: hidden; position: relative; z-index: 2; }

/* footer-banner */
.footer-banner { width: 20%; text-align: left; position: relative; }
.footer-right-top { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }

/* Footer */
.footer-fanpage { width: 20%; }

/* footer-map */
.wrap-map { position: relative; padding: 20px 0; }
.wrap-map .wrap-content { border: 1px solid var(--main-color); border-radius: 10px; overflow: hidden; padding: 15px; }
#footer-map .iframe-map { position: relative; height: 375px; display: block; border-radius: 10px; overflow: hidden; }
#footer-map iframe { position: absolute !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; }
.footer-map { width: 34%; }

/* iframe-map  */
#footer-map-multi { position: relative; width: 61%; }
.info-map { position: absolute; top: 10px; left: 10px; text-align: center; }
.info-map ul { padding: 0; margin: 0; list-style: none; }
.info-map ul li { background: #FCD507; padding: 3px 13px; font-size: 14px; font-weight: 400; margin-bottom: 10px; cursor: pointer; padding-left: 5px; color: #333; }
.info-map ul li i { margin-right: 5px; }
.info-map ul li:hover, .info-map ul li.act { background: var(--main-color); color: #fff; }
.iframe-map { display: none; }
.iframe-map.act { display: block; }
.iframe-map iframe { width: 100%; height: 250px; }

/* footer-social */
.footer-social { width: 20%; text-align: center; }
.view-map { display: table; background: var(--color-second) url(../images/tab.png) no-repeat 20px center; font-size: 15px; font-weight: 700; color: #000; border-radius: 5px; padding: 10px 30px; padding-left: 65px; margin: 14px auto; transition: 0.3s; }
.view-map:hover { background-color: #f3cc59; color: #000; }

/* footer-policy */
.footer-policy { width: 20%; position: relative; }
.footer-menu { width: 20%; }
.footer-ul { list-style: none; padding-left: 15px; margin: 0px; }
.footer-ul li { margin: 0 0 6px 0; font-size: 13px; list-style: disc; width: 100%; }
.footer-ul li:last-child { border: 0; padding-right: 0; }
.footer-ul li a { font-weight: 400; display: block; color: #F2F2F2; font-size: 14px; }
.footer-ul li a i { font-size: 6px; margin-right: 10px; }
.footer-ul li a:hover { text-decoration: underline; }

/* footer-powered */
.footer-powered { background: #000; font-weight: 400; text-align: center; padding: 10px 0; position: relative; }
.footer-copyright span, .footer-powered strong { text-transform: capitalize; }
.footer-powered .wrap-content { position: relative; }
.footer-copyright { color: #fff; font-size: 14px; font-style: normal; font-weight: 400; line-height: 25px;    /* 178.571% */ }
.footer-statistic { line-height: 1; margin-left: 10px; }
.footer-statistic p { display: inline-block; border-right: 1px solid #333; line-height: 1; padding: 0 10px; margin: 0; }
.footer-statistic p:last-child { padding-right: 0px; border: 0; }
.footer-statistic span { color: #FAFF00; }

/* Like Share */
.social-plugin { margin-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.social-plugin .at-share-btn { margin-bottom: 0px !important; }
.social-plugin .a2a_svg { width: 30px; height: 30px; line-height: 30px; }
.social-plugin .zalo-share-button { margin-left: 3px; }

/* Paging */
.pagination-home { margin-top: 15px; }
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: 0.875rem; }
.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: var(--main-color); border-color: var(--main-color); }

/* Paging Ajax */
.pagination-ajax { text-align: center; margin-top: 30px; }
.pagination-ajax a { display: inline-block; vertical-align: top; margin: 0px 3px 3px 3px; border: 0; color: #333 !important; font-size: 13px; cursor: pointer; text-decoration: none !important; background-color: #fff; padding: 6px 16px; min-width: 35px; border-radius: 3px; box-shadow: inset 0 5px 10px rgb(0 0 0 / 10%), 0 2px 5px rgb(0 0 0 / 13%); }
.pagination-ajax a.current, .pagination-ajax a:hover { color: #ffffff !important; background-color: var(--main-color); border-color: var(--main-color); }
.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next { position: relative; }

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

/* Transition All */
.transition, .control-owl button, .carousel-comment-media .carousel-control a span, .scale-img img, .scale-img:hover > img, .btn-frame .kenit-alo-circle-fill, .support-online .kenit-alo-circle-fill { -webkit-transition: 0.3s all; transition: 0.3s all; }

/* Scale IMG */
.scale-img { overflow: hidden; display: block; }
.scale-img img { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
.scale-img:hover > img { -webkit-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; }

/* Button Frame */
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 10; cursor: pointer; }
.btn-frame i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; width: 50px; height: 50px; border-radius: 50%; background: var(--main-color); position: relative; z-index: 1; }
.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 #fff; opacity: .1; border-color: var(--main-color); 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: var(--main-color); opacity: .4; }
.btn-frame .pulse { animation-name: pulse; }

/* Zalo */
.btn-zalo { bottom: 315px; }
.btn-face  { bottom: 400px; }
.btn-face i { color: #fff; font-size: 35px; }

/* 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: var(--main-color); 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: 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: var(--main-color) }
.js-facebook-messenger-top-header { display: block; position: relative; width: 220px; background: var(--main-color); 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: 99; }
.js-facebook-messenger-container, .js-facebook-messenger-container-button { z-index: 1000 }
.js-facebook-messenger-top-header { color: #ffffff; background: var(--main-color) }
.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: 20px; bottom: 390px; z-index: 10; background: var(--main-color); width: 50px; height: 50px; text-align: center; color: #fff !important; border-radius: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: 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: #ec2d3f; text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; }

/* Toolbar */
.modal-body .toolbar { display: block; position: relative; }
.toolbar { width: 100%; padding: 10px 0; bottom: 0px; position: fixed; z-index: 500; height: auto; left: 0px; display: none; background: var(--main-color); }
.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%; line-height: 1; }
.toolbar ul li a { display: inline-block; width: 100%; font-size: 27px; color: #ffff; }
.toolbar ul li a span { font-weight: 400; font-size: 13px; margin-top: 10px; display: block; text-transform: capitalize; }
.toolbar ul li a img { height: 27px !important; width: auto; }
.toolbar ul li:nth-child(1) a img { animation: tada 1.2s infinite; }
.tada { animation: tada 1.2s infinite; }
.lang-toolbar { display: flex; justify-content: center; align-items: center; }
.toolbar ul li.lang-toolbar a { display: inline-block; width: unset; margin: 0px 2px; font-size: unset; }
.toolbar ul li.lang-toolbar a img { height: 10% !important; }
@keyframes tada {
	0% { transform: scaleX(1) }
	10%, 20% { transform: scale3d(.9, .9, .9) rotate(-3deg) }
	30%, 50%, 70%, 90% { transform: scale3d(1.3, 1.3, 1.3) rotate(3deg) }
	40%, 60%, 80% { transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg) }
	to { transform: scaleX(1) }
}

/* Fixbar */
.fixbar { bottom: 0; display: block; background: #f0eff4; border-top: 1px solid #ddd; width: 100%; -webkit-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 { 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-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.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%; }

/* item-slick */
.item-slick { display: flex; flex-wrap: wrap; justify-content: space-between; background: #fff; }
.item-slick.arr_pro { flex-direction: column-reverse; }
.item-slick a.scale-img { width: 100%; }
.item-slick .content { width: 100%; padding: 40px; min-height: 450px; }

/* Responsive */
.video-container iframe { max-width: 100%; }

/* Responsive */
.video-container iframe { max-width: 100%; }
@media(max-width:1200px) {
	.control-owl button.owl-next { right: 10px !important; }
	.control-owl button.owl-prev { left: 10px !important; }
}
@media(max-width:1024px) {
	.slideshow { max-width: 100%; }
	.banner-header .hotline { display: none; }
	.banner-header .wrap-content { justify-content: center !important; }
	.wrap-content, .wrap-template { padding: 0px 5px; }
}
@media(max-width:1001px) {
	.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 1em; }
	.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	.content-ck img { height: auto !important; }
	.menu { display: none; }
	.menu-res, .toolbar { display: block; }
	.breadCrumbs .wrap-content { padding: 15px 5px; }
	.grid-product, .grid-news { grid-gap: 10px; min-height: unset; max-width: unset; }
	.menu-header, .info-header .social, .banner-header .search, .banner-header .hotline, .banner-header .cart-header { display: none; }
	.info-header p.address { display: none; }
	.slideshow { padding: 0; max-width: 100%; }
	.wrap-slideshow .wrap-content { padding: 0; }
	.slick-album { margin: 0; }
	.slick-album .slick-slide { margin: 0 5px; }
	.title-partner { position: static; transform: unset; margin-bottom: 20px; }
	.info-header .wrap-content { justify-content: center !important; }
}
@media(max-width:768px) {
	.widget-mobile { display: block; }
	.btn-frame { display: none; }
	.tabs-pro-detail { margin: 0; }
	.grid-product, .grid-service, .grid-product.grid-product-tpl { grid-template-columns: repeat(3, 1fr); grid-gap: 10px; }
	.banner-production { display: none; }
	.box-production { grid-gap: 20px; min-height: unset; }
	.about-content { width: 100%; }
	.slick-criterion { margin: 0; margin-top: 40px; }
	.about-images, .box-news { width: 100%; margin-top: 20px; }
	.box-newsletter { width: 100%; margin-top: 20px; }
	.footer-powered { margin-bottom: 40px; }
}
@media(max-width:635px) { }
@media(max-width:585px) {
	.news-image { width: 100%; }
	.news-info { width: 100%; padding: 0; margin-top: 10px; }
	.news .news-name a { font-size: 15px; }
	.icon-map { display: none; }
	.cart-pro-detail { max-width: 100%; }
	.cart-pro-detail a { width: 100%; margin: 5px 0 !important; }
	.logo { width: 25%; }
	.banner { width: 70%; }
	.box-banner { justify-content: center; flex: unset; }
	.footer-news { width: 100%; }
	.footer-policy, .footer-fanpage { width: 100%; margin-top: 30px; }
	.slick-partner { padding: 0; }
	.item-product .content { padding: 0; }
	.item-product h3 a { }
}
@media(max-width:450px) {
	.grid-product, .grid-news, .grid-service, .grid-product.grid-product-tpl, .box-paging .grid-product, .grid-product-list { grid-template-columns: repeat(2, 1fr); }
	.footer-title, .footer-newsletter .footer-title { font-size: 14px; }
	.footer-powered .wrap-content, .info-header .wrap-content { justify-content: center !important; }
	.news-main { display: none; }
	.title-newsletter p:nth-child(1) { font-size: 21px; }
	.box-support .support .item { width: 100%; margin-bottom: 10px; }
	.newsletter-input input, .newsletter-input textarea, #FormNewsletterModal .newsletter-input select { padding: 15px 10px; }
	.title-partner h2 { font-size: 19px; }
	.title-pro-detail, .title-about .title, .title-main h2, .title-bottom, .footer-news .footer-title { font-size: 21px; }
	.title-about .slogan:nth-child(2) { font-size: 18px }
	.box-production { grid-template-columns: repeat(1, 1fr); }
	.box-production .item { flex-direction: unset !important; }
	.box-production .item .content { text-align: left !important; }
	.box-production .item h3 { font-size: 17px; }
	.box-newsletter { }
	.wrap-about, .wrap-news, .wrap-product { padding: 20px 0; }
	.item-criterion h3 { font-size: 14px; line-height: initial; }
	.newsletter-input textarea { height: 100px; }
	.price-new-pro-detail { font-size: 20px; }
}
@media(max-width:375px) {
	.slideshow-item .content { display: none; }
	.item-news .scale-img { width: 100%; }
	.item-news .content { width: 100%; padding: 10px; }
	.slick-news .slick-slide { margin: 1px; }
}
@media(max-width:325px) {
	.grid-project, .grid-news, .grid-product, .grid-service, .grid-product.grid-product-tpl, .box-paging .grid-product, .grid-product-list { grid-template-columns: repeat(1, 1fr); }
}
