@charset "UTF-8";

/* Main */
@import url('https://fonts.googleapis.com/css2?family=Arsenal:wght@400;700&display=swap');
@font-face { font-family: 'SFUDaxCondensedBold'; src: url("../fonts/SFUDaxCondensedBold/SFUDaxCondensedBold.eot") format("embedded-opentype"), url("../fonts/SFUDaxCondensedBold/SFUDaxCondensedBold.woff2") format("woff2"), url("../fonts/SFUDaxCondensedBold/SFUDaxCondensedBold.woff") format("woff"), url("../fonts/SFUDaxCondensedBold/SFUDaxCondensedBold.ttf") format("truetype"), url("../fonts/SFUDaxCondensedBold/SFUDaxCondensedBold.svg#SFUDaxCondensedBold") format("svg"); }
@font-face { font-family: 'Averta-Bold'; src: url("../fonts/Averta-Bold/Averta-Bold.eot") format("embedded-opentype"), url("../fonts/Averta-Bold/Averta-Bold.woff2") format("woff2"), url("../fonts/Averta-Bold/Averta-Bold.woff") format("woff"), url("../fonts/Averta-Bold/Averta-Bold.ttf") format("truetype"), url("../fonts/Averta-Bold/Averta-Bold.svg#Averta-Bold") format("svg"); }
:root { --main-color: #1B1B1B; --second-color: #029016; --hover-color: #f49037; --color-red: #ec2d3f; --color-medium-red: #cc2c32; --color-dark-red: #c31829; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #212529; --color-gray: #6c757d; }
.min-width { min-width: 1366px; }
body { font-size: 14px; color: #444444; font-family: 'Arsenal', sans-serif; }
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, .wrap-content { max-width: 1300px; margin: 0px auto; }
.wrap-content-pd0 { max-width: 1330px; margin: 0px auto; }
.wrap-home { max-width: 100%; padding: 0px; }
.wrap-content { margin: auto; }
.content-ck img { height: auto !important; }
.content-main { margin-top: 10px; }

/* effect */
.effect-1 { position: relative; overflow: hidden; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; }
.effect-1:after { position: absolute; top: 0; left: -66%; 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, .5) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); }
.effect-1:hover:after { -webkit-animation: shine .75s; */ animation: shine .75s; }
@-webkit-keyframes shine {
	100% { left: 125%; }
}
@keyframes shine {
	100% { left: 125%; }
}
.effect-2 { display: flex; justify-content: center; align-items: center; position: relative;/* width: 100%; *//* height: 100%; *//* left: 0; *//* top: 0; *//* right: 0; *//* bottom: 0; */text-align: center; }
.effect-2:before, .effect-2:after { box-sizing: inherit; content: ''; position: absolute; z-index: 9; width: calc(100% - 20px); height: calc(100% - 20px); left: 10px; top: 10px; transform-origin: center; }
.effect-2:before { border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale3d(0, 1, 1); }
.effect-2:after { border-left: 1px solid #fff; border-right: 1px solid #fff; transform: scale3d(1, 0, 1); }
.effect-2:hover { background: rgba(0, 0, 0, 0.45); }
.effect-2:hover:before, .effect-2:hover:after { transform: scale3d(1, 1, 1); transition: transform 0.5s; }
.effect-2 > img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; }
.effect-2:hover > img { opacity: 0.8; }
.effect-3 > img { transform: translateY(0px); animation: float 6s ease-in-out infinite; }
@keyframes float {
	0% { box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); transform: translatey(0px); }
	50% { box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); transform: translatey(-20px); }
	100% { box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); transform: translatey(0px); }
}

/* Toc */
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; }
.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: 600; }
.box-readmore ul li a:hover { color: #767676; }

/* General */
.title-main { text-align: center; margin-bottom: 35px; padding-top: 10px; }
.title-main span {font-size: 24px;color: #137ec2;font-weight: 900;display: block;text-transform: uppercase;}
.title-main p { font-weight: 300; margin: 0; margin: 10px 0; position: relative; }
.time-main i { vertical-align: top; margin: 3px 7px 0px 0px; }
.time-main span { vertical-align: top; display: inline-block; }
.share { padding: 17px 15px 10px 15px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; }
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 45px/2); }
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 45px; height: 45px; text-align: center; display: flex; align-items: center; justify-content: center; font-size: 25px; margin: 0px; background-color: #000000; border-radius: 3px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { left: 20px; }
.control-owl button.owl-next { right: 20px; }
.form-control, .form-control-plaintext:not(textarea), .custom-select { height: calc(1em + 1.25rem + 8px); }
.text-sm { font-size: .875rem !important; }

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

/* Header */
.header-top { background: #137ec2; padding: 8px 65px 8px 270px; }
.box-header { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; }
.header-bottom { padding: 10px 0; }
.info-header { margin-bottom: 0px; color: #ffffff; }
.info-header span { font-size: 12px; }
.info-header i { margin-right: 10px; color: #ffffff; font-size: 17px; }
.hotline { display: flex; justify-content: space-between; align-items: center; }
.hotline-left { margin: 0; font-size: 13px; color: #fff; }
.hotline-left i { color: #e3c538; margin-right: 10px; }
.hotline-right { margin: 0; font-size: 13px; color: #fff; margin-left: 5px; }
.info-header-left { }
.info-header-right { margin: 0; color: #fff; margin-left: 60px; }
.info-header-right i { margin: 0 10px; color: #fff; font-size: 17px; }
.info-header-right p { margin: 0px; color: rgb(51, 51, 51); }
.phone-header { }
.phone-header p { margin: 0; color: #fff; }
.phone-header i { margin-right: 10px; }
.info-header-add { padding-right: 45px; }
.info-header-add i { vertical-align: top; margin: 3px 7px 0px 0px; color: rgb(34, 84, 134); }
.info-header-phone i { vertical-align: top; margin: 3px 7px 0px 0px; color: rgb(34, 84, 134); }
.social-header { display: flex; justify-content: space-between; align-items: center; }
.social-header li { position: relative; margin-right: 10px; color: #fff; }
.email-header span { }
.header-right { width: 655px; background: #e84d0f; position: relative; height: 35px; }
.header-right:before { position: absolute; content: ''; background: url(../images/dat/icon-header.png) no-repeat; width: 35px; height: 35px; left: -31px; top: 0; }
.hotline-header { display: flex; align-items: center; justify-content: space-between; }
.fix-hotline { margin-right: 20px; }
.img-hotline { background: url(../images/dat/icon-phones.png) no-repeat; width: 51px; height: 51px; margin: 0; }
.info-hotline { margin-left: 10px; }
.info-hotline span { color: #4d5254; }
.info-hotline p { margin: 0; font-size: 22px; font-weight: 900; color: #de0000; }
.box-lien-he { background: linear-gradient(0deg, rgba(184, 144, 78, 1) 0%, rgba(222, 184, 92, 1) 50%, rgba(184, 144, 78, 1) 100%); padding: 10px 24px; }
.box-lien-he a { color: #fff; text-transform: uppercase; }
.box-lien-he:hover a { text-decoration: none; color: #000; }
.item-cart { background: url(../images/thoitrang/cart.png) no-repeat right center; padding: 20px; }
.user-header a { color: rgb(255, 255, 255); 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: rgb(255, 255, 255); top: calc(50% - 3.5px); right: 0px; opacity: 0.7; }
.user-header a:last-child { padding-right: 0px; margin-right: 0px; }
.user-header a:last-child::after { display: none; }

/*Danh muc sp trang trong*/
.flex-star { align-items: flex-start; }
.box-flex { display: flex; flex-wrap: wrap; justify-content: space-between; }
.menu-left-trong { width: 270px; position: sticky; top: 100px; z-index: 10; }
.item-left { margin-bottom: 30px; }
.title-left { margin-bottom: 20px; color: #222b3a; position: relative; font-weight: normal; font-size: 22px; text-align: left; border-bottom: 1px solid #ececec; padding-bottom: 10px; text-transform: uppercase; }
.title-left:after { position: absolute; content: ''; background: #9b0101; width: 80px; height: 1px; bottom: -1px; left: 0; }
.item-left ul::-webkit-scrollbar { width: 5px; background-color: #F5F5F5; }
.item-left ul::-webkit-scrollbar { width: 5px; height: 5px; }
.item-left ul::-webkit-scrollbar-button { width: 0px; height: 0px; }
.item-left ul::-webkit-scrollbar-track { background-color: #c3c3c3; }
.item-left ul::-webkit-scrollbar-track-piece { background-color: #ffffff; }
.item-left ul::-webkit-scrollbar-thumb { height: 50px; background-color: #c3c3c3; border-radius: 3px; }
.item-left ul::-webkit-scrollbar-corner { background-color: #ffffff; }
.item-left ul::-webkit-resizer { background-color: #666; }
.item-left > ul { direction: rtl; list-style-type: none; width: 100%; padding: 0; margin: 0; max-height: 680px; overflow: auto; background: border-box; border-top: 0; padding-bottom: 0; }
.item-left > ul > li:last-child > a { border-bottom: 0; }
.item-left ul li a { color: #222b3a; font-size: 14px; font-weight: 700; position: relative; display: block; padding: 0; text-transform: capitalize; margin-left: 0; width: 90%; }
.item-left ul li i { font-size: 16px; cursor: pointer; }
.item-left ul li a span { margin: 0; display: block; }
.item-left ul li:hover > a { color: #007bff; text-decoration: none; }
.item-left ul li { width: 100%; display: block; padding: 0; }
.item-left > ul > li { direction: ltr; padding: 10px; font-weight: 700; border-bottom: 1px solid #ececec; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.item-left > ul > li:last-child { }
.item-left > ul > li > a img { margin-right: 10px; }
.item-left > ul > li > ul { position: relative; padding: 0; margin: 0; display: none; width: 100%; }
.item-left>ul>li:hover ul { display: block; }
.item-left ul li > ul > li > ul { position: relative; width: 100%; padding: 0; display: block !important; }
.item-left ul li > ul li { margin: 10px 0px; padding-left: 40px; width: 100%; position: relative; }
.item-left ul li > ul li:after { position: absolute; content: ''; border: 1px solid #333; width: 7px; height: 7px; border-radius: 50%; top: 50%; left: 20px; transform: translateY(-50%); }
.item-left ul li > ul li > ul li { width: 100%; margin: 5px 0px; padding: 0; }
.item-left > ul > li > ul > li > a { display: block; width: 100%; padding: 0; font-weight: 400; font-size: 13px; }
.item-left > ul > li > ul > li > ul > li > a { border: none; padding: 0 0 0 10px; font-size: 14px; color: #666666; font-weight: 400; }
.item-left > ul > li ul li:hover > a { }
.box-item__left { border: 1px solid #cccccc45; padding: 10px; }
.box-right { position: relative; width: 75%; }

/**/

/* Menu */
.menu-page { background-color: #fff; position: relative; z-index: 10; }
.menu-page.fixed .menu-l { display: none; }
.menu-left:hover .menu-l { display: block; }
.menu ul { width: 100%; padding: 0px; margin: auto; list-style: none; justify-content: flex-start; }
.menu ul li.line { width: 1px; height: 48px; background-color: #3ab51a; }
.line-sp { position: relative; }
.line-sp:after { position: absolute; content: ''; width: 1px; height: 48px; background-color: #3ab51a; top: 0; right: 0; }
.menu ul li a { display: block; position: relative; padding: 11px 30px; text-transform: uppercase; text-decoration: none !important; color: #000; font-size: 19px; }
.transition i { font-size: 19px; }
.menu ul li a.has-child { padding-right: 15px; }
.menu ul li a.active, .menu ul li:hover > a { color: #137ec2; }
.menu ul li:hover > a.has-child::after, .menu ul li a.active.has-child::after { }
.menu ul li ul:hover a { background: none; }
.menu ul li ul {position: absolute;width: 250px;background-color: #137ec2;border-radius: 0px;box-shadow: rgba(0, 0, 0, 0.15) 1px 1px 15px;transform: perspective(600px) rotateX(-90deg);transform-origin: 0px 0px 0px;opacity: 0;visibility: hidden;transition: all 0.5s ease 0s;top: 100%;margin: 0;}
.menu ul li:hover > ul { transform: perspective(600px) rotateX(0deg); transform-origin: 0px 0px 0px; opacity: 1; visibility: visible; transition: all 0.7s ease 0s; color: rgb(255, 255, 255); }
.menu ul li ul li { }
.menu ul li ul li a { font-weight: 800; font-size: 15px; text-align: left; color: rgb(49, 49, 49); border-bottom: 1px solid #fff; }
.menu ul li ul li:last-child > a { border-bottom: 20px; }
.menu ul li ul li a.has-child { margin-right: 0px; padding: 10px; }
.menu ul li ul li a.has-child::after { border-color: #fff; transform: rotate(-45deg); }
.menu ul li ul li a.active, .menu ul li ul li:hover > a {/* background-color: #1b2d55; */color: #000;}
.menu ul li ul li:hover > a.has-child::after, .menu ul li ul li a.active.has-child::after { border-color: #fff; }
.menu ul li ul li a { text-transform: capitalize; color: #fff; padding: 10px; }
.menu ul li ul li ul { left: 100%; margin-top: 0px; top: 0px; }
.line { }
.menu-left .menu-l { position: absolute; left: 0; top: 100%; width: 100%; background: #fff; box-shadow: 0 0 5px #00000017; }
.menu-left .menu-l ul { width: 100%; background: #fff; max-height: 470px; overflow: auto; padding: 0; list-style: disc; display: block; }
.menu-left .menu-l ul::-webkit-scrollbar { width: 4px; }
.menu-left .menu-l ul::-webkit-scrollbar-track { background: #E6E6E6; }
.menu-left .menu-l ul::-webkit-scrollbar-thumb { background: #C3C3C3; }
.menu-left .menu-l > ul > li { padding: 10px 10px 10px 0px; list-style: disc; margin-left: 37px; }
.menu-left .menu-l > ul > li:nth-child(even) { background: #fff; }
.menu-left .menu-l ul li a { font-size: 14px; color: #1e2e52; display: inline-block; text-transform: capitalize; }
.menu-left .menu-l ul li:hover > a { color: #e84d0f; }
.menu-left .menu-l > ul > li > ul { position: absolute; left: 100%; top: 0; box-shadow: 0 0 5px #00000026; -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; width: calc(1200px - 270px); min-height: 100%; display: flex; flex-wrap: wrap; }
.menu-left .menu-l > ul > li > ul > li { width: 25%; padding: 10px; }
.list-menu > li > ul > li > a { font-weight: 700 !important; }
.list-menu > li> ul > li > ul > li > a { list-style: disc; list-style-position: inside; }
.list-menu > li >ul >li >ul>li { list-style: disc; list-style-position: inside; margin-left: 10px; }
.menu-left .menu-l > ul > li ul a { padding: 5px 0; }
.menu-left .menu-l > 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-left .menu-l > ul > li > ul > li > ul { list-style: disc;/* padding: 0 0 0 20px; */ font-size: 14px; color: #000; }
.menu-left { list-style: disc; position: relative; }
.title-menu-l { margin: 0px; font-size: 14px; font-weight: 900; font-family: 'Mulish', sans-serif; background-size: cover; color: #fff; height: 44px; line-height: 44px; text-align: center; position: relative; z-index: 5; cursor: pointer; background-color: #e84d0f; border-radius: 8px 8px 0 0; }
.title-menu-l i { margin-right: 10px; font-size: 18px; }
.header { position: relative; }
.menu { display: flex; justify-content: flex-start; align-items: center; }
.menu-l { position: absolute; }
.col-right { background-color: rgb(0 90 223); border-radius: 5px 5px 0px 0px; width: 250px; }
.fix-menu { max-width: 250px; }
.fix-slide { padding: 10px !important; }
.fix-menu-left { padding: 10px !important; right: 50px; }
.menu-l { width: 100%; }

/* Menu */
.box-logo { margin: -26px 0 -40px 0; border: 3px solid #fff; }
.logo-header { }
.item-menu { }
.lang-header { text-align: right; border-bottom: 1px solid #e8e8e8; padding: 17px 0; }
.lang-header>a { margin: 0px 10px; line-height: 25px; color: #333; }
.lang-header:hover a { text-decoration: none;    /* color: #065fd4; */ }
.menu-bar-res .logo-header { width: auto; }
.banner-header { width: calc(100% - 50%); display: block; font-size: 25px; font-weight: 700; text-transform: uppercase; color: #222b3a; sans-serif; }
.list-menu { background-color: rgb(255, 255, 255); list-style: disc; overflow: auto; height: 425px; padding: 0px; margin: 0px; }
.list-menu li { list-style: disc; padding: 15px; border-top: 1px dashed rgb(215, 215, 215); margin-bottom: 3px; }
.list-menu > li:first-child { border-top: 0px dashed; }
.list-menu li:first-child { border-top: 0px dashed; }
.list-menu li:hover {/* background-color: rgb(5, 93, 165); */ }
.list-menu li:hover > a { color: rgb(255, 255, 255); }
.list-menu li a { font-size: 14px; color: rgb(0, 0, 0);/* padding-left: 25px; */ text-transform: uppercase; }
.list-menu li a:hover { text-decoration: none; }
.menufix .menu-page { position: fixed; top: 0px; left: 0px; width: 100%; }
.showopen { display: none; }
.col-right:hover .showopen { display: block; }
.col-right:hover .dispmenu { display: block; }
.w-slider { width: 100%; }
.list-menu::-webkit-scrollbar { width: 1px; }
.list-menu::-webkit-scrollbar-track { box-shadow: rgb(204, 204, 204) 0px 0px 6px inset; }
.list-menu::-webkit-scrollbar-thumb { background-color: rgb(204, 204, 204); outline: rgb(197, 197, 197) solid 2.9px; }
.dispmenu { display: none; }

/* Search */
.box-search { background: #333333; padding: 15px 0; }
.search-menu { }
.search { width: 35%; background: #fff; margin: 0px auto; position: relative; border-radius: 50px; border: 1px solid #2fa70f; }
.search p { position: absolute; width: 65px; height: 50px; line-height: 50px; cursor: pointer; text-align: center; margin: 0px; color: #000; font-size: 18px; right: 0; background: #2fa70f; border-radius: 0 50px 50px 0; }
.search p>i { color: #fff; }
.search input { background: #fff; width: calc(100% - 90px); height: 50px; float: left; outline: none; padding: 0px; border: 0px;/* background: transparent; */ text-indent: 10px; font-size: 14px; border-radius: 50px; }
input#keyword { padding-left: 25px; font-size: 13px; }
.search input::-webkit-input-placeholder { font-size: 14px; color: #666666; padding-left: 0px; }
.search span { position: absolute; cursor: pointer; background: linear-gradient(0deg, rgba(184, 144, 78, 1) 0%, rgba(222, 184, 92, 1) 50%, rgba(184, 144, 78, 1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 20px; text-align: center; height: 50px; line-height: 50px; right: 30px; }

/* Mmenu */
.menu-res { display: none; height: 70px; z-index: 10; background: #2fa70f; top: 0; position: sticky; line-height: normal; }
.menu-bar-res { height: 70px; padding: 0px 15px; display: flex; align-items: center; justify-content: space-between; }
.menu-bar-res .logo-header img { }
#menu { display: none; }
#hamburger { display: block; width: 45px; height: 23px; position: relative; }
#hamburger::before, #hamburger::after, #hamburger span { background: rgb(255, 255, 255); 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 { transition: transform 0.5s ease 0.5s, 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 Responsive */
.search-res { position: relative; }
.search-res:before { position: absolute; content: ''; background: #d7d7d7; width: 1px; height: 25px; top: 10px; left: -5px; }
.search-res .icon-search { width: 46px; height: 46px; cursor: pointer; text-align: center; line-height: 50px; color: #000; margin: 0px; }
.icon-search i { }
.search-res .icon-search.active { color: var(--color-red); background: #fff; border-radius: 100%; }
.search-res .search-grid { position: absolute; top: 50px; right: 30px; width: 0px; height: 40px; overflow: hidden; background: rgb(255, 255, 255); border: 1px solid rgb(135 142 136); z-index: 2; opacity: 0; border-radius: 25px; line-height: normal; }
.search-grid.w-clear i { color: ##e84d0f; }
.search-res .search-grid p { float: left; width: 35px; height: 38px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: var(--color-red); line-height: 40px; text-align: center; }
.search-res .search-grid input { width: calc(100% - 35px); float: right; line-height: 38px; outline: none; border: none; color: rgb(135 142 136); }
.search-res .search-grid input::-webkit-input-placeholder { color: rgb(204, 204, 204); }

/* Slideshow */
.slideshow-image img { }
.slideshow { position: relative; z-index: 1; }
.box-slide { position: absolute; top: 50%; right: 2%; border: 1px solid #fff; padding: 5px; }
.name-slider { color: #fff; text-transform: uppercase; font-size: 39px; margin: 0; background-color: #ffffff2e; padding: 10px; }
.item-slide { border: 1px solid #ffffff61; position: absolute; right: 50px; top: 50%; transform: translateY(-50%); }
.box-slide { background-color: #ffffff29; margin: 5px; }
.box-slide span { font-size: 39px; color: #fff; text-transform: uppercase; text-align: right; }
.box-slide p { }
.slideshow-item { display: block; cursor: pointer; position: relative; }
.slideshow:hover .control-slideshow { opacity: 1; }
.control-slideshow { opacity: 0; }
.content-slide { position: absolute; top: 50%; left: 60px; transform: translateY(-50%); width: 690px; color: #fff; }
.title-slide { padding-bottom: 25px; }
.title-slide span { font-size: 34px; text-transform: uppercase; }
.content-slide p { margin-bottom: 0; font-size: 17px; line-height: 25px; }
.title-slide p { margin: 0; font-size: 20px; position: relative; margin-bottom: 15px; text-transform: uppercase; }
.title-slide p:before { position: absolute; content: ''; width: 75px; height: 2px; background: #fff; bottom: -20px; left: 0; }

/* Breadcrumb */
.breadCrumbs { background-color: #eee; }
.breadCrumbs .wrap-content { padding: 0.75rem 15px; }
.breadCrumbs .wrap-content .breadcrumb {padding: 0;margin-bottom: 0;background-color: transparent;border-radius: 0;margin-left: 170px;}
.breadCrumbs .wrap-content .breadcrumb-item a { color: var(--color-black); }
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: var(--color-gray); }

/*Support*/
.wrap-support { }
.pd0 { padding: 0; }
.box-support { padding: 60px 0; background: #0065b3; }
.title-name__sup { text-align: center; margin-bottom: 40px; }
.title-name__sup span { font-size: 26px; color: #fff; text-transform: uppercase; position: relative; }
.title-name__sup span:before { position: absolute; content: ''; background: url(../images/dat/icon-sup.png) no-repeat; width: 200px; height: 14px; bottom: -20px; left: 50%; transform: translateX(-50%); }
.slide-2 { margin: -10px 0; }
.slide-2 .slick-slide { margin: 10px 0; }
.item-suppport { margin: 0 80px; }
.support { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.img-sup { border: 4px solid #fff; border-radius: 100%; }
.img-sup a { border-radius: 100%; }
.img-sup a img { }
.title-sup { width: calc(100% - 160px); }
.title-sup span { font-size: 20px; color: #fff; text-transform: uppercase; }
.title-sup>div { margin-top: 20px; }
.title-sup p { font-size: 16px; color: #fff; margin: 0; }
.fotorama__wrap { position: relative; }
.fotorama__nav-wrap { bottom: 0; background: #00000096; }

/**/

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

/* Video */
.video { cursor: pointer; margin-bottom: 1rem; }
.video-image { position: relative; margin-bottom: 0.75rem; }
.video-image:before { content: ""; position: absolute; width: 50px; height: 35px; top: calc(50% - 50px/2); left: calc(50% - 35px/2); z-index: 1; background-repeat: no-repeat; background-image: url(../images/play.png); }
.video-name { text-align: center; font-size: 16px; color: var(--color-black); margin-bottom: 0px; }

/*SERVICE*/
.wrap-service { padding: 60px 0; background: url(../images/dat/bk-dkmain.jpg) no-repeat; background-size: cover; }
.title-service { text-align: center; padding-bottom: 30px; }
.title-service span { font-size: 20px; color: #8f8f8f; text-transform: uppercase; text-align: center; }
.title-service p { margin: 0; font-size: 44px; color: #137ec2; text-transform: uppercase; font-family: 'SFUDaxCondensedBold'; }
.slogan-service { font-size: 15px !important; color: #303030 !important; font-family: 'Arsenal', sans-serif !important; text-transform: none !important; margin-top: 30px !important; }
.box-service { position: relative; background: #fff; }
.box-service:before { position: absolute; content: ''; background: url(../images/dat/bk-dkleft.png) no-repeat; width: 410px; height: 528px; bottom: -190px; }
.item-service { position: relative; margin-left: 30px; border-bottom: 1px solid #e1e1e1; padding: 10px 0; }
.item-service:last-child { border-bottom: 0; }
.item-service a:before { position: absolute; content: ''; background: url(../images/dat/icon-check.png) no-repeat; width: 20px; height: 20px; top: 0; left: -30px; }
.item-service a { font-size: 18px; color: #000000; text-transform: uppercase; position: relative; }
.item-service:hover a { text-decoration: none; color: #f00; }
.item-video { position: relative; padding-bottom: 10px; }
.icon-video { position: absolute; background: url(../images/dat/icon-video1.png) no-repeat; width: 64px; height: 64px; top: 50%; left: 50%; transform: translate(-50%, -50%);pointer-events: none;}

/*parameter*/
.slide-4 { margin: 0 -10px; }
.box-parameter { padding-top: 30px; }
.slide-4 .slick-slide { margin: 0 10px; }
.item-parameter { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: end; }
.item-parameter a img { margin: 0px auto; }
.parameter { width: calc(100% - 85px); text-align: left; }
.parameter span { font-size: 18px; color: #fff; margin-top: -16px; }
.item-plus { margin: 0; font-size: 60px; color: #fff; font-family: 'Averta-Bold'; }

/* Album */
.album { cursor: pointer; margin-bottom: 1rem; }
.album-image { margin-bottom: 0.75rem; }
.album-name { margin-bottom: 0px; text-align: center; }
.album-name a { display: block; font-size: 16px; color: var(--color-black); margin-bottom: 0px; }
.hover-img img { filter: gray; -webkit-filter: grayscale(1); filter: grayscale(1); }
.hover-img:hover img { -webkit-filter: grayscale(0); filter: none; }

/* Brand */
.wrap-brand { padding: 50px 0; }
.title-brand { text-align: center; padding-bottom: 30px; }
.slogan-main { font-size: 15px !important; color: #303030 !important; text-transform: none !important; -webkit-line-clamp: 3; margin: 30px 200px !important; }
.title-brand span { font-size: 30px; font-weight: 500; text-transform: capitalize; }
.box-brand { display: flex; justify-content: space-between; align-items: center; }
.brand-left { width: 390px; position: relative; overflow: hidden; }
.brand-right { width: 790px; }
.brand-right .scale-img { position: relative; }
.brand-right-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 10px; }
.brand-right-bottom { display: flex; justify-content: space-between; align-items: center; }
.brand-right-1 { position: relative; overflow: hidden; }
.brand-right-2 { position: relative; overflow: hidden; }
.brand-right-3 { position: relative; overflow: hidden; }
.brand-right-4 { position: relative; overflow: hidden; }
.name-brand { font-size: 18px; color: #fff; text-transform: uppercase; text-align: center; position: absolute; left: 0; bottom: 0; right: 0; margin: 0; background: #00000063; padding: 9px 0; }
.name-brand:hover { text-decoration: none; color: #f6d127; }

/*DESIGN*/
.wrap-design { padding: 60px 0; background: #f7f7f7; }
.slide-design { margin: 0 -10px; }
.slide-design .slick-slide { margin: 0 10px; }
.title-design-main { text-align: center; }
.title-design-main>p { margin: 0; font-size: 20px; color: #626262; text-transform: uppercase; }
.title-design-main span { font-size: 44px; color: #137ec2; text-transform: uppercase; font-family: 'SFUDaxCondensedBold'; }
.item-design { background: #fff; padding: 25px 40px; }
.item-design img { margin: 0px auto; }
.title-design { text-align: center; }
.title-design-a { font-size: 26px; font-weight: 700; color: #1d1d1d; text-transform: capitalize; }
.title-design-a:hover { text-decoration: none; color: #137ec2; }
.title-design p { margin: 0px; margin: 10px 0; }
.btn-design { }
.btn-design>a { color: #137ec2; }
.btn-design:hover>a { text-decoration: none; color: #f00; }
.btn-design>a i { font-size: 10px; margin-left: 10px; }

/*PROJECT*/
.wrap-project { padding: 60px 0 0 0; }
.title-project-main { text-align: center; }
.title-project-main span { font-size: 44px; text-transform: uppercase; position: relative; color: #000; font-family: 'SFUDaxCondensedBold'; }
.title-project-main span:before { position: absolute; content: ''; background: url(../images/dat/icon-da.png) no-repeat; width: 51px; height: 12px; top: 30px; left: -90px; }
.title-project-main span:after { position: absolute; content: ''; background: url(../images/dat/icon-da.png) no-repeat; width: 51px; height: 12px; top: 30px; right: -90px; transform: rotateY(180deg); }
.project-ul { list-style: none; padding: 0; display: flex; justify-content: center; align-items: center; }
.project-li.active { color: #137ec2; text-decoration: underline; }
.project-li { font-size: 18px; color: #000000; text-transform: uppercase; padding: 0 20px; }
.project-li a { }
.paging-news { }
.box__news { position: relative; padding-bottom: 30px; }
.box__news:hover .news-project { opacity: 1; }
.box__news a { opacity: 1; }
.news-project { position: absolute; bottom: 30px; left: 0; opacity: 0; width: 100%; background: #fff; display: flex; align-items: center; justify-content: space-between; pointer-events: none; }
.item-news span {color: #fff;font-size: 16px;font-weight: 700;}
.title-news a { font-size: 18px; text-transform: uppercase; color: #161616; font-family: 'Averta-Bold'; }
.btn-plus { width: 70px; text-align: center; background: #137ec2; padding: 17px 0; }
.btn-plus i { color: #fff; font-size: 46px; }

/*INTRODUCE*/
.wrap-introduce { padding: 60px 0; background: url(../images/dat/bk-gt.jpg) no-repeat; background-size: cover; }
.box-introduce { margin-top: 20px; }
.fix-introduce { background: #137ec2; }
.img-introduce a { }
.title-introduce { text-align: center; position: relative; }
.title-introduce p { margin: 0; font-size: 20px; color: #fff; text-transform: uppercase; }
.title-introduce span { font-size: 44px; color: #fff; text-transform: uppercase; font-family: 'SFUDaxCondensedBold'; }
.contnent-gt { text-align: center; -webkit-line-clamp: 6 !important; font-size: 15px; color: #fff; margin: 0 30px; }
.contnent-gt p { margin: 0; margin-top: 10px; line-height: 27px; }
.btn-introduce { background: #fff; width: 170px; text-align: center; padding: 13px 0; margin: 0px auto; margin-top: 30px; position: relative; }
.btn-introduce:before { position: absolute; content: ''; background: url(../images/dat/icon-xt.png) no-repeat; width: 24px; height: 24px; top: -5px; left: -5px; }
.btn-introduce:after { position: absolute; content: ''; background: url(../images/dat/icon-xt.png) no-repeat; width: 24px; height: 24px; bottom: -5px; right: -5px; transform: rotate(180deg); }
.btn-introduce a { color: #000000; text-transform: uppercase; font-size: 16px; font-weight: 700; }
.btn-introduce:hover { text-decoration: none; color: #fff; background: #444; }
.btn-introduce:hover a { text-decoration: none; color: #fff; }
.btn-introduce a i { color: fff; margin-left: 5px; }

/*Evaluate*/
.wrap-evaluate {padding: 60px 0;}
.wrap-content-evaluate{margin:auto;max-width:1100px;}
.slide-dg{margin: 0 -10px;}
.slide-dg .slick-slide{margin: 0 10px;}
.title-evaluate { }
.title-evaluate span { }
.title-evaluate p { }
.item-evaluate {box-shadow: 0 0 10px 1px #e5dfdf;padding: 30px 50px;margin: 50px 0;}
.img-evaluate{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.img-evaluate:before {position:absolute;content:'';background:url(../images/dat/icon-dg.png) no-repeat;width:74px;height:67px;top:0;right:0;}
.img-evaluate a {  }
.img-evaluate img{}
.evaluate {margin-left: 20px;}
.evaluate span {font-size: 16px;font-weight: 700;color: #1b1b1b;text-transform: uppercase;}
.evaluate p {
    margin: 0;
    color: #636363;
}
.content-evaluate{margin: 0;color:#303030;font-size: 15px;margin-top: 20px;}
.slide-dg .slick-dots li{width: 20px;height: 20px}
/**/

/*Album*/
.wrap-album { position: relative; padding: 40px 0px; }
.box-album { display: flex; justify-content: space-between; align-items: center; }
.album-left { }
.album-right { }
.album-left__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 15px; }
.album-right__top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 15px; }
.album-big { }
.album-small { margin-right: 15px; }
.grid-album { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; }
.item-album:nth-child(2) { grid-row: 1 / 3; grid-column: 2; }
.khung { position: absolute; border: 1px solid #ffffff5e; top: 10px; bottom: 10px; left: 10px; right: 10px; pointer-events: none; }
.item-album a.scale-img { position: relative; }
.item-album h3 a { font-weight: 700; color: #fff; text-transform: uppercase; font-size: 16px; }
.item-album { color: #fff; font-size: 14px; font-weight: 400; }
.item-album:hover a.scale-img:after, .item-album:hover .content { transform: scale(1); opacity: 1; visibility: visible; transition: 0.3s all; }

/* Product */
.wrap-product { padding: 70px 0; position: relative; }
.product { background: #fff; border-radius: 5px; padding: 15px 10px; margin-bottom: 20px; }
.title-name__product { text-align: center; margin-bottom: 40px; }
.title-name__product span { font-size: 40px; color: #1c7405; text-transform: uppercase; }
.title-name__product p { margin: 0; font-size: 18px; color: #5d5d5d; }
.slide-5 { margin: 0 -5px; }
.slide-5 .slick-slide { margin: 0 5px; }
.slide-spnb { margin: 0 -3px; }
.slide-spnb .slick-slide { margin: 0 3px; }
.box-product { }
.img-product { background: #fff; border: 1px solid #ccc; border-radius: 5px; padding: 6px; }
.item-product { padding: 15px 0; text-align: center; }
.item-product a { -webkit-line-clamp: 1; text-transform: uppercase; text-align: center; color: #333; }
.item-product:hover a { text-decoration: none; color: #e84d0f; }
.slide-km { margin: 0 -3px; }
.slide-km .slick-slide { margin: 0 3px; }
.box-product-km { }
.img-product-km { background: #fff; border: 1px solid #ccc; border-radius: 5px; padding: 6px; width: 215px; }
.img-product-km a img { width: 215px; }
.item-product-km { padding: 15px 0; text-align: center; width: 215px; }
.item-product-km a { -webkit-line-clamp: 1; text-transform: uppercase; text-align: center; color: #333; }
.item-product-km:hover a { text-decoration: none; color: #e84d0f; }
.name-producct { text-align: center; background-color: #fff; border-radius: 0 0 5px 5px; padding: 20px 0; }
.name-producct a { font-weight: 900; text-transform: uppercase; text-decoration: none; color: #333; }
.name-producct:hover a { text-decoration: none; color: #065fcd; }
.product-ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; padding: 0; margin-bottom: 20px; }
.tieude-product { }
.product-li { list-style-type: none; margin: 0px 25px; text-align: center; cursor: pointer; transition: 0.3s all; color: #1e2e52; position: relative; }
.product-li:before { position: absolute; content: ''; background: #1e2e52; width: 2px; height: 20px; left: -25px; top: 7px; }
.product-li:first-child:before { display: none; }
.product-li a { color: #1e2e52; font-size: 24px; font-weight: 900; display: block; text-transform: uppercase; }
.product-ul>li.active a, .product-ul li:hover a { color: #e84d0f; text-decoration: none; }
.sp-km.content-tab-sp.active#spkm { display: block !important; }
.sp-nb.content-tab-sp.active#spnb { display: block !important; }
.box__product { margin: 0 auto; margin-bottom: 20px; }
.title-product { margin: 0; text-align: center; padding: 10px 0; }
.price-product { margin: 0; text-align: center; display: grid; margin-top: 0; line-height: 27px; }
.item-contact { width: 170px; margin: 0 auto; border: 1px solid #ccc; padding: 12px 0; margin-top: 15px; }
.name-contact { font-size: 13px; color: #808080; text-transform: capitalize; }
.item-contact:hover { background-color: #f199c1; }
.item-contact:hover .name-contact { text-decoration: none; color: #04b384; }
.price-product .vitri { font-size: 15px; }
.price-product .price-new { color: #d10000; font-size: 16px; font-weight: 600; }
.price-new span { color: #d10000; font-weight: 700; }
.price-product .dientich { font-size: 15px; }
.vitri i { color: #0066cc; margin-right: 10px; }
.price-new i { color: #cfaa5b; margin-right: 10px; }
.dientich i { color: #996600; margin-right: 10px; }
.price-old { color: #666; font-size: 14px; text-decoration: line-through; margin-left: 7px; }
.price-per { font-size: 14px; color: #cc0000; font-weight: 700; margin-left: 7px; }
.product .cart-product { margin-bottom: 0px; }
.product .cart-product span { cursor: pointer; width: 49%; float: left; color: #ffffff; text-transform: capitalize; text-align: center; padding: 7px 5px; border-radius: 3px; }
.product .cart-add { margin-right: 2%; background-color: var(--color-red); }
.product .cart-add:hover { background-color: var(--color-dark-red); }
.product .cart-buy { background-color: var(--color-green); }
.product .cart-buy:hover { background-color: var(--color-dark-green); }
.wrap-product__list { padding: 30px 0; position: relative; }
.box-product__list { margin-bottom: 50px; }
.title-product__list { background-color: #04b384; width: 230px; padding: 12px 0; position: relative; }
.product__list:before { position: absolute; content: ''; background: #04b384; width: 100%; height: 1px; bottom: 5px; }
.product__list { position: relative; display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }

/* Product Detail */
.paging-product { }
.title-product a { color: #000; font-size: 16px; font-weight: 600; -webkit-line-clamp: 1; text-transform: capitalize; }
.title-product:hover a { text-decoration: none; color: #2fa70f; }
.grid-pro-detail { margin-bottom: 3rem; margin-top: 20px; }
.left-pro-detail { position: relative; text-align: center; }
.left-pro-detail .MagicZoom { border: 1px solid #eee; padding: 7px; border-radius: 5px; background-color: #ffffff; }
.gallery-thumb-pro { position: relative; margin-top: 10px; }
.owl-pro-detail { padding: 0px 30px; }
.control-pro-detail button { background-color: transparent; color: #222222; opacity: 1; width: 25px; font-size: 23px; }
.control-pro-detail button:hover { opacity: 0.7; }
.control-pro-detail button.owl-prev { left: 0px; }
.control-pro-detail button.owl-next { right: 0px; }
.thumb-pro-detail { display: block !important; border: 1px solid #eee; padding: 5px; border-radius: 3px; cursor: pointer; background-color: #ffffff; }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: #cecfd2; }
.thumb-pro-detail img { box-shadow: none !important; filter: brightness(100%) !important; border-bottom: 0px !important; padding-bottom: 0px !important; }
.title-pro-detail { text-transform: capitalize; font-size: 20px; display: block; font-weight: 700; color: #000; }
.comment-pro-detail { display: flex; align-items: center; justify-content: flex-start; }
.social-plugin-pro-detail { margin-bottom: 1rem; margin-top: 0px !important; }
.desc-pro-detail { margin-bottom: 1rem; }
.attr-pro-detail { list-style: none; padding: 0px; }
.attr-pro-detail li { margin-bottom: 0.5rem; }
.attr-label-pro-detail { margin: 0px 5px 0px 0px; }
.attr-label-pro-detail.d-block { display: block; margin: 0px 0px 5px 0px; }
.attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: var(--color-red); }
.price-old-pro-detail { font-weight: 500; color: var(--color-gray); text-decoration: line-through; padding-left: 10px; }
.price-per-pro-detail { padding-left: 10px; }
.price-per-pro-detail span { font-weight: 700; font-size: 18px; color: var(--color-red); }
.color-pro-detail { cursor: pointer; display: inline-block; vertical-align: top; position: relative; width: 35px; height: 30px; margin: 0px 0px 3px 0px; border: 1px solid transparent; background-repeat: no-repeat; background-size: contain; background-position: center center; }
.size-pro-detail { cursor: pointer; border: 1px solid #ccc; padding: 3px 10px 4px 10px; display: inline-block; position: relative; }
.size-pro-detail.active, .color-pro-detail.active { border-color: #e5101d; color: #e5101d; }
.size-pro-detail.active:after, .color-pro-detail.active:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 13px; height: 13px; background-repeat: no-repeat; background-image: url(../images/check-cart.png); }
.color-pro-detail input[type=radio], .size-pro-detail input[type=radio] { display: none; }
.quantity-pro-detail { width: 100%; max-width: 110px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; }
.quantity-pro-detail span { line-height: 25px; padding: 0px; width: 30px; height: 30px; color: #5f5f5f; cursor: pointer; font-size: 22px; border: 1px solid #cccccc; }
.quantity-pro-detail span.quantity-plus-pro-detail { border-left: 0px; }
.quantity-pro-detail span.quantity-minus-pro-detail { border-right: 0px; }
.quantity-pro-detail input { height: 30px; border: 1px solid #cccccc; width: calc(100% - 60px); text-align: center; font-size: 14px; padding: 5px; }
.cart-pro-detail { margin-bottom: 1rem; }
.cart-pro-detail a { font-size: 14px; color: #ffffff !important; text-transform: uppercase; }
.tags-pro-detail a { float: left; font-size: 13px; padding-bottom: 0.375rem; margin: 0px 5px 5px 0px; }
.tags-pro-detail a i { font-size: 11px; margin: 5px 5px 0px 0px; }
.tabs-pro-detail { margin-top: 2rem; }
.tabs-pro-detail .nav-tabs .nav-link { border-top-width: 3px; font-size: 13px; }
.tabs-pro-detail .nav-tabs .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link { border-top-color: #555555; }

/*Cảm nhận khách hàng*/
.wrap-client { padding: 60px 0; }
.wrap-client .wrap-content { padding: 35px 0; border-radius: 5px; }
.client { padding: 0 35px; }
.client-right { padding: 0 60px; }
.title-name__client { position: relative; margin-bottom: 30px; }
.title-name__client:before { position: absolute; content: ''; background: #1e2e52; width: 15px; height: 44px; left: 0; top: -5px; }
.title-name__client:after { position: absolute; content: ''; background: #e84d0f; width: 5px; height: 44px; left: 15px; top: -5px; }
.title-name__client span { font-size: 24px; font-weight: 900; color: #1e2e52; text-transform: uppercase; font-family: 'Mulish', sans-serif; margin-left: 40px; }
.slide-3 { margin: -10px 0; }
.slide-3 .slick-slide { margin: 10px 0; }
.box-client { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; border: 1px solid #d5d8de; padding: 15px 10px; }
.img-clinet { position: relative; }
.img-clinet a { border-radius: 100%; }
.item-client { width: calc(100% - 100px); }
.item-client span { font-weight: 900; color: #1e2e52; }
.item-client p { margin: 0; margin-bottom: 10px; }

/**/

/* NEWS */
.wrap-news {padding: 60px 0;background: #f5f5f5;}
.title-name__news { text-align: left; padding-bottom: 15px; }
.title-name__news span { font-size: 33px; color: #166a00; text-transform: uppercase; }
.slide-tintuc {margin: 0 -10px;padding-top: 30px;}
.slide-tintuc .slick-slide { margin: 0 10px; }
.item-news{
    background: #fff;
}
.img-news{position: relative;}

.img-news img {
    width: 100%;
}
.box-datetime{
    width: 110px;
    background: #137ec2a8;
    padding: 8px 0;
    text-align: center;
    position: absolute;
    top: 35px;
    left: -35px;
    transform: rotateZ(-90deg);
    pointer-events: none;
}
.title-news_main{
    padding: 20px;
    text-align: center;
    height: 151px;
}
.title-news_main a{
    font-size: 18px;
    font-weight: 700;
    color: #2f2f2f;
}
.title-news_main:hover a{text-decoration:none;color:#f00;}
.title-news_main p{margin: 0;color: #494949;-webkit-line-clamp: 2;margin-top: 15px;}

/*PARTNER*/
.wrap-partner { padding: 40px 0; }
.slide-doitac {margin: 0 -10px;}
.slide-doitac .slick-slide { margin: 0 10px; }
.item-partner { border: 1px solid #e6e6e6; }

.item-partner img {
    width: 100%;
}


/*TAG TUKHOA*/
.wrap-tukhoa { padding: 20px 0; background: #fff; }
.title-tukhoa { text-align: left; padding-bottom: 15px; }
.title-tukhoa span { font-size: 20px; font-weight: 900; color: #1e2e52; text-transform: uppercase; }
.box-tukhoa {/* display: flex; *//* flex-wrap: wrap; *//* justify-content: space-between; */align-items: center; }
.item-tukhoa { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.item-tukhoa li { width: 127px; text-align: center; padding: 11.6px 0; position: relative; margin-right: 24px; border-top: 1px solid #c7cbd4; border-bottom: 1px solid #c7cbd4; margin-bottom: 10px; }
.item-tukhoa a { color: #1e2e52; -webkit-line-clamp: 1; }
.item-tukhoa li:hover a { text-decoration: none; color: #e84d0f; }

/*Banner QC*/
.wrap-banner { }
.item-banner img{width:100%}

/**/

/* VIDEO */
.video-top { padding-bottom: 10px; display: flex; justify-content: space-between; align-items: center; }
.video-bottom { display: flex; justify-content: space-between; align-items: center; }
.video1 { position: relative; width: 50%; margin-right: 10px; cursor: pointer; }
.video1 .icon-video_bottom { position: absolute; width: 50px; height: 50px; left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.video2 { position: relative; width: 50%; cursor: pointer; }
.video2 .icon-video_bottom { position: absolute; width: 50px; height: 50px; left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.fotorama__stage__frame.fotorama__active img { height: 500px !important; }

/*********vertical-fotorama*********/

/*#video-fotorama .fotorama__nav, #video-fotorama .fotorama__nav--thumbs, #video-fotorama .fotorama__nav__shaft{ width:100%;}
#video-fotorama .fotorama__nav-wrap{ width:35.5%; float:right;overflow:auto; height:420px!important;}
#video-fotorama .fotorama__stage{ width:60%!important; float:left; overflow:visiblea; height:420px!important;}
#video-fotorama .fotorama__stage__shaft, #video-fotorama fotorama__stage__frame{ width:100%!important; }
#video-fotorama .fotorama__stage__shaft fotorama__img{ width:100%;}
#video-fotorama .fotorama__nav__frame--thumb{ display:block; float:none;}
#video-fotorama .fotorama__thumb-border{ display:none!important;}
#video-fotorama .fotorama__active{ opacity:0.2;}
#video-fotorama .fotorama__nav__frame fotorama__nav__frame--thumb{ height: 200px;}
#video-fotorama .fotorama__wrap{ height:420px;}
#video-fotorama .fotorama__nav__frame, #video-fotorama .fotorama__thumb, #video-fotorama .fotorama__thumb img{width: 101%!important;
	height: 200px!important;margin-bottom: 20px;
}
#video-fotorama  .fotorama__nav--thumbs .fotorama__nav__frame {
	padding: 0px;
}
#video-fotorama .fotorama__nav-wrap::-webkit-scrollbar {
	width: 5px;
}

#video-fotorama .fotorama__nav-wrap::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
	border-radius: 10px;
}

#video-fotorama .fotorama__nav-wrap::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
}*/

/*********end vertical-fotorama*****/

/* Contact */
.contact-article { margin-bottom: 3rem; }
.contact-input { position: relative; margin-bottom: 15px; }
.contact-input textarea { resize: none; height: 150px; }
.contact-input .custom-file-label::after { content: attr(title); }
.contact-map { position: relative; height: 500px; }
.contact-map iframe { position: absolute; top: 0px; left: 0px; width: 100% !important; height: 100% !important; }

/* Newsletter */
.newsletter-slogan { margin-bottom: 0.5rem; color: var(--color-gray); }
.newsletter-input { position: relative; }
.newsletter-button { }
.newsletter-button input[type=submit] { text-transform: uppercase; }
.btn-danger { border: 0px solid #000; background: none; }
.btn-danger:hover { border: 0px solid #000; background: none; }

/* Footer */

/*REGISTER*/
.wrap-register { padding: 70px 0; }
.wrap-register .wrap-content { /*border: 1px solid #8c8989; padding: 0 40px 30px 40px; position: relative;*/ }
.fieldset-regis { border: 1px solid #8c8989; padding: 30px; }
.legend-regis { font-size: 55px; color: #fff; text-align: center; width: 590px; margin: 0; }
.box-regis { background: url(../images/dat/bk-dk.png) no-repeat; background-size: cover; padding: 50px 0; }
.title-regis { text-align: center; padding-bottom: 20px; }
.title-regis span { font-size: 44px; color: #fff; text-transform: uppercase; font-family: 'SFUDaxCondensedBold'; }
.title-regis p { margin: 0; font-size: 15px; color: #8fd3ff; margin: 0 40px; }
.dk-nhan-tin { }
.item-regis { display: flex; justify-content: space-between; align-items: center; padding-top: 30px; }
.item-regis .fix-sdt { margin-right: 5px; }
.edit-dangki input { font-size: 16px; color: #fff; }
.edit-dangki:hover input { color: #04b384; }
.newsletter-input { position: relative; width: 80%; margin: 0px auto; margin-bottom: 10px; }
.newsletter-input input { border-radius: 0; background: #0000; width: 100%; height: 45px; border: 1px solid #0000; color: #444; border-bottom: 1px solid #1798e8; }
.newsletter-input textarea { border-radius: 0; background: #0000; border: 1px solid #0000; height: 36px; border-bottom: 1px solid #1798e8; margin: 0; }
.newsletter-button { width: 170px; margin: 0px auto; position: relative; margin-top: 50px; }
.newsletter-button input[type="submit"]:hover { }
.newsletter-button input[type="submit"] { text-transform: none; background-color: #fff; color: #000; font-size: 15px; font-weight: 700; padding: 12px 0; border-radius: 0; }
.newsletter-button:before { position: absolute; content: ''; background: url(../images/dat/icon-xt.png) no-repeat; width: 24px; height: 24px; top: -5px; left: -5px; }
.newsletter-button:after { position: absolute; content: ''; background: url(../images/dat/icon-xt.png) no-repeat; width: 24px; height: 24px; bottom: -5px; right: -5px; transform: rotate(180deg); }
input.btn.btn-sm.w-100:hover { color: #f00; }
.newsletter-input input::-webkit-input-placeholder { background-color: #0000; border: 1px solid #ced4da00; border-bottom: 1px solid #0000; font-size: 14px; color: #fff; }
.newsletter-input input::-webkit-input-placeholder, .newsletter-input textarea::-webkit-input-placeholder { color: #fff; }
.newsletter-input input:-moz-placeholder, .newsletter-input textarea:-moz-placeholder { color: #444; }
.newsletter-input input::-moz-placeholder, .newsletter-input textarea::-moz-placeholder { color: #444; }
.newsletter-input input:-ms-input-placeholder, .newsletter-input textarea:-ms-input-placeholder { color: #444; }
.register-ul { list-style: none; padding: 0px; margin: 0px; margin-top: 10px; margin-bottom: 10px; }
.register-ul li { margin-bottom: 10px; }
.register-ul li { color: #fff; font-size: 15px; line-height: 27px; list-style-type: circle; list-style-position: inside; }
.register-ul li:last-child { margin-bottom: 0px; }
.register-ul li span { color: #fff; font-size: 13.7px; line-height: 27px; }

/**/

/**/
.footer { margin-bottom: 0 !important; }
.footer-article {padding-top: 60px;background: url(../images/dat/bk-ft.jpg) no-repeat;background-size: cover;}
.logo-footer { text-align: center; margin-bottom: 30px; }
.title-footer { font-size: 20px; font-weight: 900; color: #00a0ff; text-transform: uppercase; margin-bottom: 20px; }
.footer-info {font-size: 14px;color: #fff;margin: 20px 0;}
.social-ft { display: flex; justify-content: flex-start; align-items: center; padding: 0; }
.social-ft li { font-size: 16px; font-weight: 600; color: #fff; list-style-type: none; margin-right: 10px; }
.footer-news { padding-bottom: 50px; }
.footer-news>div { }
.footer-title-main {font-size: 28px;color: #fff;text-transform: uppercase;font-family: 'SFUDaxCondensedBold';}
.footer-title-hotline { font-size: 23px; font-weight: 700; color: #fff; }
.desc-gt-footer { -webkit-line-clamp: 4 !important; margin-top: 25px; line-height: 30px; }
.footer-news .logo-footer { text-align: center; }
.slogan-footer { text-align: center; }
.icon-header { text-align: center; margin-right: 10px; }
.footer-title {text-transform: uppercase;text-align: left;font-size: 16px;font-weight: 700;color: #fff;}
.footer-titles { color: #4c4c4c; margin: 0; margin-top: 30px; margin-right: 20px; }
.row-menuft{display: flex;}

.row-menuft .footer-ul {
    margin-right: 80px;
}
.lock-footer{margin:0;color:#FFF;margin-right: 70px;margin-top: 20px;line-height: 27px;}
.footer-ul { list-style: none; padding: 0px; margin: 0px; margin-top: 20px; }
.footer-ul li { margin-bottom: 10px; }
.footer-ul li { color: #fff; font-size: 14px; font-weight: 600; line-height: 27px; list-style-type: none; list-style-position: inside; position: relative; }
.footer-ul li:last-child { margin-bottom: 0px; }
.footer-ul li a {color: #fff;font-size: 14px;line-height: 27px;}
.footer-ul li:hover a { text-decoration: none; color: #f00; }
.footer-tags { background: #eee; }
.footer-tags .wrap-content { padding: 30px 15px; }
.footer-tags-lists { list-style: none; padding: 0px; margin: 0px; }
.footer-tags-lists li { float: left; }
.footer-tags-lists li a { padding-bottom: 0.375rem; }
.footer-powered {color: #fff;font-size: 14px;background: #1172ad;}
.footer-copyright { text-align: left; font-size: 15px; font-weight: 500; color: #fff; }
.icon-header a { margin: 0 5px; }
.hrv-rotateY img { transition: 0.9s; }
.hrv-rotateY:hover { text-decoration: none; }
.hrv-rotateY:hover img { transition: 0.7s; transform: rotateY(180deg); text-decoration: none; }
.footer-powered .wrap-content { padding: 15px 0; }
.footer-statistic {text-align: right;color: #fff;}
.menu-footer { list-style-type: none; margin: 0; padding: 0; }
.menu-footer li { padding: 5px 13px; position: relative; }
.menu-footer li:after { position: absolute; content: ''; border: 1px dashed #cccc; width: 1px; height: 20px; right: -2px; top: 5px; }
.menu-footer li:last-child:after { border: 0px solid #fff }
.menu-footer li a { color: #4c4c4c; }
.menu-footer li:hover a { text-decoration: none; color: #d30404; }
.footer-statistic span { padding-right: 10px; }
.footer-statistic span:last-child { padding-right: 0px; }
#footer-map { position: relative; height: 500px; }
#footer-map iframe { position: absolute !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; }
#fanpage-facebook { margin-top: 30px; }

/* Tag tu khoa */
.seo-news { padding: 30px 0; border-top: 1px solid #48ace6; border-bottom: 1px solid #48ace6; }
.seo-news span { color: #fff; font-weight: 700; text-transform: uppercase; }
.title-seo { margin-top: 15px; }
.title-seoa { color: #fff; position: relative; }
.title-seoa:first-child { margin: 0; }
.title-seoa:hover { text-decoration: none; color: #000; }

/* Like Share */
.social-plugin { display: flex; justify-content: flex-start; margin-top: 10px; }
.social-plugin .at-share-btn { margin-bottom: 0px !important; }
.social-plugin .zalo-share-button { margin-left: 3px; }

/* Paging */
.pagination-home { padding-bottom: 20px; }
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: .875rem; }
.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: #555555; border-color: #555555; }

/* Paging Ajax */
.pagination-ajax { text-align: center; margin-bottom: 30px; }
.pagination-ajax a { display: inline-block; vertical-align: top; margin: 0px 3px 3px 3px; width: 35px; height: 35px; line-height: 33px; color: #000 !important; border: 1px solid #e6e6e6; font-size: 13px; font-weight: 500; cursor: pointer; text-decoration: none !important; background-color: #1a1a1a1a; }
.pagination-ajax a.current, .pagination-ajax a:hover { color: #fff !important; border-color: #137ec2; background-color: #137ec2; font-weight: 600; }
.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next { text-indent: -9999px; position: relative; background-color: #1a1a1a1a !important; }
.pagination-ajax a.first:before, .pagination-ajax a.last:before, .pagination-ajax a.prev:before, .pagination-ajax a.next:before { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; background-color: transparent; background-repeat: no-repeat; background-position: center; }
.pagination-ajax a.first:before { background-image: url(../images/page-first.png); }
.pagination-ajax a.last:before { background-image: url(../images/page-last.png); }
.pagination-ajax a.prev:before { background-image: url(../images/page-prev.png); }
.pagination-ajax a.next:before { background-image: url(../images/page-next.png); }

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

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

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

/* Scroll Top */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 90px; 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; }

/* 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-service.scale-img { margin: 0px auto; display: table; z-index: 10; }
.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);/* width: 100%; */}
.scale-img:hover > img { -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; -moz-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

/* Blink */
.blink { -webkit-animation-name: blink; -webkit-animation-duration: 1s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: blink; -moz-animation-duration: 1s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; animation-name: blink; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }
@-moz-keyframes blink {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
@-webkit-keyframes blink {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}
@keyframes blink {
	0% { opacity: 1.0; }
	50% { opacity: 0.0; }
	100% { opacity: 1.0; }
}

/* Button Frame */
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 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: #0182ca;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 rgba(7, 41, 103, 0.8);opacity: .1;border-color: #0182ca;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: #0182ca;opacity: .4;}
.btn-frame .pulse { animation-name: pulse; }

/* PARTNER */
.btn-frame__partner { display: block; width: 50px; height: 50px; position: fixed; left: 20px; z-index: 10; cursor: pointer; background-color: #cc0000; border-radius: 100%; }
.btn-frame__partner img { border-radius: 100%; }
.btn-frame__partner i { display: flex; display: -ms-flex; justify-content: center; align-items: center; -ms-flex-align: center; width: 50px; height: 50px; border-radius: 50%; background: #cc0000; position: relative; z-index: 1; }
.btn-frame__partner i img { vertical-align: middle; width: 70%; }
.btn-frame__partner .animated.infinite { animation-iteration-count: infinite; }
.btn-frame__partner .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(7, 41, 103, 0.8); opacity: .1; border-color: #cc0000; opacity: .5; }
.btn-frame__partner .zoomIn { animation-name: zoomIn; }
.btn-frame__partner .animated { animation-duration: 1s; animation-fill-mode: both; }
.btn-frame__partner .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: rgb(0 0 0 / 10%); opacity: .4; }
.btn-frame__partner .pulse { animation-name: pulse; }

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

/* Phone */
.btn-phone { bottom: 230px; }
.footer-hotline { background: #0065b3; width: 180px; display: flex; align-items: center; justify-content: start; border-radius: 50px; }
.footer-hotline span { color: #fff; margin-left: 20px; }

/* btn-partner */
.btn-partner2 { bottom: 315px; display: flex; justify-content: center; align-items: center; }
.btn-partner1 { bottom: 230px; display: flex; justify-content: center; align-items: center; }
.btn-partner { bottom: 150px; display: flex; justify-content: center; align-items: center; }

/* 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: #1540ae;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: 999 }
.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: #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: #ffffff; width: 25px; height: 25px; background: var(--color-red); text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; }

/* Toolbar */
.toolbar { background: #2fa70f; width: 100%; padding: 3vw; bottom: 0px; position: fixed; z-index: 500; height: auto; left: 0px; }
.toolbar ul { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 0px; margin: 0px; }
.toolbar ul li { text-align: center; width: 25%; }
.toolbar ul li a { display: block; width: 100%; cursor: pointer; }
.toolbar ul li a img { height: 6vw; width: auto; }
.toolbar ul li a span { font-weight: 400; color: #ffffff; font-size: 3.5vw; display: none; }

/* Fixbar */
.fixbar { bottom: 0; display: block; background: #f0eff4; border-top: 1px solid #ddd; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: fixed; margin: 0; z-index: 500; -webkit-backface-visibility: hidden; backface-visibility: hidden; height: 50px; }
.fixbar ul { margin: 0px; padding: 0px; list-style: none; }
.fixbar ul li { display: inline-block; margin: 0 auto 10px; text-align: center; width: 25%; float: left; }
.fixbar .icon-cart-mobile, .fixbar .icon-cart-new, .fixbar .icon-home-new, .fixbar .icon-hotdeal-new { width: 20px; height: 20px; display: block; margin: 8px auto 0; }
.fixbar .icon-cart-mobile { background: url(../images/cart-mobile.png) no-repeat; }
.cart-total-header-mobile { font-size: 10px; position: absolute; background: red; color: #fff !important; border-radius: 50%; height: 15px; width: 15px; line-height: 15px; top: 5px; margin-left: 5px; }
.fixbar ul li a { font-size: 11px; text-decoration: none; color: #333; }
.fixbar ul li a i { font-size: 20px; }

/* Plugbar */
.plugbar { position: fixed; bottom: 0; left: 0; border-top: 1px solid #eae6e6; width: 100%; right: 0; max-width: 767px; margin: 0 auto; background: #ffffff; padding: 9px 10px 10px 7px; z-index: 10; }
.plugbar ul { list-style: none; padding: 0; margin: 0px; display: -webkit-flex; display: -moz-flex; display: flex; justify-content: space-between; align-items: center; }
.plugbar ul li { width: 20%; float: left; }
.plugbar ul li a { display: block; color: #696969; font-size: 12px; text-align: center; position: relative; }
.plugbar ul li a i { font-size: 20px; color: #696969; }
.plugbar ul li a span { position: absolute; width: 50px; height: 50px; top: -40px; left: calc(50% - 50px/2); font-size: 14px; display: block; border: 1px solid rgba(234, 230, 230, 0.5); border-radius: 100%; }

/* Combo Phone */
.support-online { position: fixed; z-index: 999; left: 10px; bottom: 0px; }
.support-online a { position: relative; margin: 20px 10px; text-align: left; width: 40px; height: 40px; }
.support-online i { width: 40px; height: 40px; background: #43a1f3; color: #ffffff; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; }
.support-online a span { border-radius: 2px; text-align: center; background: rgb(103, 182, 52); padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; transition: all 0.2s ease-in-out 0s; -moz-animation: headerAnimation 0.7s 1; -webkit-animation: headerAnimation 0.7s 1; -o-animation: headerAnimation 0.7s 1; animation: headerAnimation 0.7s 1; }
.support-online a:hover span { display: block; }
.support-online a { display: block; }
.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent  rgb(103, 182, 52) transparent transparent; position: absolute; left: -10px; top: 10px; }
.support-online .kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(0, 175, 242, 0.5); opacity: .75; right: -10px; }
.support-online .kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(30, 30, 30, 0.4); opacity: .1; border-color: #0089B9; opacity: .5; }
.support-online .support-online .btn-support { cursor: pointer; }
.support-online .mes i { background: orange; }
.support-online .sms i { background: red; }
.support-online .call-now i { background: green; }

/* Phone Switch */
.widget-mobile { position: fixed; left: 50%; transform: translateX(-50%); bottom: 10px; z-index: 9999999; }
#my-phone-circle { position: relative; width: 50px !important; height: 50px !important; }
.wcircle-open .wcircle-icon i:before { content: '\f00d'; }
.wcircle-icon { background: #1282fc; border-radius: 50%; display: flex !important; display: -ms-flex !important; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative !important; }
.wcircle-icon:before { position: absolute; content: ''; width: 60px; height: 60px; background: rgba(18, 130, 252, .5); border: 1px solid #ffffff; border-radius: 50%; left: -5px; top: -5px; -webkit-animation: pulse 1s infinite ease-in-out; -moz-animation: pulse 1s infinite ease-in-out; -ms-animation: pulse 1s infinite ease-in-out; -o-animation: pulse 1s infinite ease-in-out; animation: pulse 1s infinite ease-in-out; }
.wcircle-icon:after { position: absolute; content: ''; width: 80px; height: 80px; background: rgba(18, 130, 252, .5); border-radius: 50%; left: -15px; top: -15px; -webkit-animation: zoomIn 2s infinite ease-in-out; -moz-animation: zoomIn 2s infinite ease-in-out; -ms-animation: zoomIn 2s infinite ease-in-out; -o-animation: zoomIn 2s infinite ease-in-out; animation: zoomIn 2s infinite ease-in-out; }
.wcircle-menu { position: absolute !important; left: 0; top: 0; display: none; }
.wcircle-menu-item { width: 50px; height: 50px; background: #1282fc; border-radius: 50%; display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.wcircle-menu-item img { width: 50px; height: 50px; display: block; border-radius: 50%; }
.wcircle-menu-item i, .wcircle-icon i { font-size: 25px; color: #ffffff; position: relative; z-index: 9999; }
.shake-anim { -webkit-animation: shake-anim 1s infinite ease-in-out; -moz-animation: shake-anim 1s infinite ease-in-out; -ms-animation: shake-anim 1s infinite ease-in-out; -o-animation: shake-anim 1s infinite ease-in-out; animation: shake-anim 1s infinite ease-in-out; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50% }
@-moz-keyframes shake-anim {
	0% { transform: rotate(0) scale(1) skew(1deg) }
	10%, 30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg) }
	20%, 40% { -moz-transform: rotate(25deg) scale(1) skew(1deg) }
	100%, 50% { -moz-transform: rotate(0) scale(1) skew(1deg) }
}
@-webkit-keyframes shake-anim {
	0%, 100%, 50% { -webkit-transform: rotate(0) scale(1) skew(1deg) }
	10%, 30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg) }
	20%, 40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg) }
}
@-o-keyframes shake-anim {
	0%, 100%, 50% { -o-transform: rotate(0) scale(1) skew(1deg) }
	10%, 30% { -o-transform: rotate(-25deg) scale(1) skew(1deg) }
	20%, 40% { -o-transform: rotate(25deg) scale(1) skew(1deg) }
}

