@charset "UTF-8";

/* Main */
:root { --color-main: #ed3237; --color-medium-red: #cc2c32; --color-dark-red: #c31829; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #000; --color-gray: #6c757d; --mm-color-background: #ed3237; --mm-color-text: #fff; --color-red: red; }
* { box-sizing: border-box; outline: none; margin: 0px; }
body { font-size: 14px; font-family: 'Open Sans', sans-serif; color: rgb(51, 51, 51); background: rgb(255, 255, 255); }
img { max-width: 100%; height: auto; vertical-align: top; }
a, input, textarea { outline: none; padding: 0px; text-decoration: none; }
a:hover { text-decoration: none; }
ul, p { list-style: none; padding: 0px; margin: 0px; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: initial; padding: 0px; margin: 0px; }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button { appearance: none; margin: 0px; }
.mm-wrapper { margin: 0px; }
.wrap-content { width: 1200px; margin: auto; position: relative; }
.newsletter-input input::-webkit-input-placeholder { color: rgb(0, 0, 0) !important; }
.w-clear::after { display: block; content: ""; clear: both; }
.mg5 { margin-right: -5px !important; margin-left: -5px !important; }
.pd5 { padding: 5px !important; }
.pd0 { padding: 0px !important; }
.mg0 { margin: 0px !important; }
.pad_pic { padding: 5px !important; }
.pad_video { padding: 10px; }
.pad_video_1 { padding: 0px; }
.pad_video_2 { padding: 10px; }
.five_sp { flex: 0 0 19.5%; max-width: 19.5%; }
.hidden { display: none; }
.clear { clear: both; }
.none { display: none; }
.view_video { cursor: pointer; }
.hidden-seoh { visibility: hidden; height: 0px; margin: 0px; overflow: hidden; }
.title-main { position: relative; padding-bottom: 10px; text-align: center; }
.title-main::after { }
.title-main span { text-transform: capitalize; color: rgb(237, 50, 55); font-size: 40px; font-family: UVNDaLat; }
.title-main span > span { margin-left: 5px; }
.title-main span > span:first-child { margin-left: 0px; }
.title-main span > span:last-child, .title-main span > span:nth-last-child(2) { color: rgb(237, 50, 55); }
.title-main p { color: rgb(40, 40, 40); font-size: 25px; margin-top: 0px; font-family: SheliaVNF; }
.time-main { margin-bottom: 0.75rem; color: rgb(255, 255, 255); }
.time-main i { vertical-align: top; margin: 3px 7px 0px 0px; }
.time-main span { vertical-align: top; display: inline-block; }
.title-main.bk_white { }
.title-main.bk_white span { text-transform: capitalize; color: rgb(255, 242, 0); background: none; font-size: 55px; padding: 0px; }
.title-main.bk_white p { color: rgb(255, 255, 255); margin-top: 0px; }
.social { list-style: none; padding: 0px; margin: 0px; }
.social li { display: inline-block; vertical-align: top; }
.social li img { transition: all 1s ease-out 0s; }
.social li:hover img { transform: rotateY(360deg); }
.social li:last-child { margin-right: 0px; }
.control-carousel { position: absolute; top: calc(50% - 15px); margin-bottom: 0px; width: 30px; height: 30px; text-align: center; line-height: 30px; border: 1px solid rgb(238, 238, 238); z-index: 2; background-color: rgb(255, 255, 255); color: rgb(204, 204, 204); cursor: pointer; }
.control-carousel:hover { background-color: var(--color-main); border-color: var(--color-main); color: rgb(255, 255, 255); }
.prev-carousel { left: 0px; }
.next-carousel { right: 0px; }
.othernews { margin-top: 20px; }
.othernews label { display: block; margin-bottom: 10px; font-weight: 700; text-transform: uppercase; font-size: 18px; }
.list-news-other { padding-left: 17px; list-style: square; margin: 0px; }
.list-news-other li { margin-bottom: 5px; }
.list-news-other li a { text-transform: none; color: rgb(51, 51, 51); font-size: 14px; font-weight: 400; }
.list-news-other li a:hover { color: rgb(255 165 7); }
.hover_zoom { position: relative; overflow: hidden; display: block; }
.hover_zoom img { transform: scale(1); transition: all 0.3s ease-in-out 0s; position: relative; }
.hover_zoom:hover img { transform: scale(1.09); }

/*Hover xam*/
.hover_xam { position: relative; overflow: hidden; }
.hover_xam::before { content: ""; background: rgba(255, 255, 255, .5); bottom: 0; left: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 1; }
.hover_xam::after { content: ""; background: rgba(255, 255, 255, .5); top: 0; right: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2; }
.hover_xam:hover::before, .hover_xam:hover::after { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition-duration: 1.3s; -moz-transition-duration: 1.3s; -ms-transition-duration: 1.3s; -o-transition-duration: 1.3s; transition-duration: 1.3s; -khtml-opacity: 0; -o-opacity: 0; -ms-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; height: 100%; width: 100%; }
.breadCrumbs { padding: 10px 0px; margin-top: 1em; }
.breadCrumbs .wrap-content { border-bottom: 1px dashed rgb(221, 221, 221); padding-bottom: 10px; }
.breadCrumbs .breadcrumb { padding: 0px; margin: 0px; background-color: transparent; border-radius: 0px; list-style: none; display: flex; flex-wrap: wrap; align-items: center; }
.breadCrumbs .breadcrumb-item { position: relative; padding: 0px 15px 0px 0px; margin: 0px 10px 0px 0px; }
.breadCrumbs .breadcrumb-item::after { position: absolute; content: "/"; right: 0px; bottom: 0px; }
.breadcrumb-item + .breadcrumb-item::before { display: none; }
.breadCrumbs .breadcrumb-item:last-child { margin: 0px; padding: 0px; }
.breadCrumbs .breadcrumb-item:last-child::after { display: none; }
.breadCrumbs .breadcrumb-item a { color: rgb(0, 0, 0); text-transform: capitalize; }
.breadCrumbs .breadcrumb-item a i { margin-right: 5px; font-size: 19px; color: rgba(88, 88, 88, 0.8); }
.updating { text-align: center; font-size: 14px; font-weight: 400; text-transform: uppercase; margin: 10px 0px; }
#info { padding: 10px 0px 3em; }
.loading { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; z-index: 1; }
.pro-detail { display: flex; flex-wrap: wrap; justify-content: space-between; }
.pro-detail-images { width: 50%; padding-right: 25.5px; }
.pro-detail-images #Zoom-1 { border: 1px solid rgb(238, 238, 238); }
.pro-detail-images .pro-detail-gallery { margin: 10px -5px 0px; }
.pro-detail-images .pro-detail-gallery .slick-slide { margin: 0px 5px; }
.pro-detail-images .pro-detail-gallery .pro-detail-gallery-thumb { margin: 0px 5px; border: 1px solid rgb(238, 238, 238); }
.pro-detail-images .pro-detail-gallery .pro-detail-gallery-thumb img { border: none; padding: 0px; margin: 0px; }
.pro-detail-desc { width: 50%; }
.pro-detail-desc-title { margin: 0px; font-size: 20px; font-weight: 700; padding: 0px 0px 10px; border-bottom: 1px solid rgb(238, 238, 238); }
.pro-detail-desc-item { display: block; border-bottom: 1px solid rgb(238, 238, 238); padding: 10px 0px; margin: 0px !important; }
.pro-detail-desc-item b { font-size: 15px; color: rgb(217, 0, 0); }
.pro-detail-desc-label { font-size: 14px; color: rgb(0, 0, 0); font-weight: 500; }
.pro-detail-desc-price { margin: 0px; display: inline-block; }
.pro-detail-desc-price .price-new { font-size: 16px; color: #ff0000; font-weight: 700; }
.pro-detail-desc-price .price-old { font-size: 14px; color: rgb(92, 92, 92); font-weight: 400; text-decoration: line-through; margin: 0px 0px 0px 10px; }
.pro-detail-content { width: 100%; margin: 10px 0px 0px; }
.pro-detail-other { width: 100%; }
.pro-detail-tabs { margin-top: 20px; }
.pro-detail-tabs .pro-detail-ul { padding: 0px; list-style: none; margin: 0px; display: flex; flex-wrap: wrap; }
.pro-detail-tabs .pro-detail-ul li { cursor: pointer; background: rgb(238, 238, 238); padding: 10px 20px; }
.pro-detail-tabs .pro-detail-ul li.active { background: rgb(3 130 62); color: rgb(255, 255, 255); }
.pro-detail-tabs .pro-detail-ul li:last-child { margin-right: 0px; }
.pro-detail-tabs .pro-detail-content-tabs { display: none; padding: 15px; border: 1px solid rgb(238, 238, 238); }
.pro-detail-tabs .pro-detail-content-tabs.active { display: block; }
.pro-detail-other .thanh_title { margin-top: 40px; }
.soluong_detail { margin: 10px 0px; }
.pro-detail-size { display: flex; flex-wrap: wrap; align-items: center; }
.pro-detail-size span { padding: 5px 10px; border: 1px solid rgb(221, 221, 221); margin: 5px 5px 0px 0px; cursor: pointer; line-height: 1; }
.pro-detail-size span.active, .pro-detail-size span:hover { border-color: rgb(242, 99, 152); background: rgb(242, 99, 152); color: rgb(255, 255, 255); }
.grid_new { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.item_new { border: 1px solid rgb(225, 225, 225); padding: 10px; }
.item_new .img_new { border: 1px dotted rgb(225, 225, 225); padding: 3px; text-align: center; }
.item_new .img_new a { display: block; }
.mota_new h3 { margin-top: 10px; margin-bottom: 5px; }
.mota_new h3 a { color: rgb(0, 0, 0); font-weight: 600; line-height: 22px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; font-size: 15px; }
.mota_new h3 a:hover { color: #ffa507; }
.mota_new p { -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; line-height: 25px; }
.chitiet_new { margin-top: 5px; text-align: right; }
.chitiet_new > a { color: red; text-decoration: underline; font-size: 13px; }
.box-news { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.news-item { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.news-item .news-img { width: 180px; }
.news-item .news-content { width: calc(100% - 200px); }
.news-item .news-content h3 { margin: 0px; }
.news-item .news-content h3 a { font-size: 15px; color: rgb(51, 51, 51); font-weight: 700; overflow: hidden; text-overflow: ellipsis; line-height: 20px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; }
.news-item .news-content .ngaydang { margin: 6px 0px; font-size: 13px; color: rgb(156, 156, 156); font-style: italic; }
.news-item .news-content .news-desc { font-size: 14px; color: rgb(92, 92, 92); font-weight: 400; overflow: hidden; text-overflow: ellipsis; line-height: 20px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; margin: 0px; }
.news-item:hover .news-content h3 a { color: #ffa507; }
.box-news-content { padding: 15px; border: 1px solid rgb(238, 238, 238); }
.time-post { font-size: 13px; color: rgb(156, 156, 156); font-weight: 400; margin: 0px 0px 10px; font-style: italic; }
.time-post i { margin-right: 5px; }
.box-contact { display: flex; flex-wrap: wrap; justify-content: space-between; }
.thongtin-contact { width: 49%; }
.frm-contact { width: 49%; }
.frm-contact .input { width: 100%; padding: 10px; border-radius: 5px; border: 1px solid rgb(221, 221, 221); margin-bottom: 10px; font-family: Roboto, sans-serif; font-weight: 400; color: rgb(51, 51, 51); }
.frm-contact input[type="submit"], .frm-contact input[type="reset"] { display: inline-block; padding: 8px 30px; font-size: 14px; font-family: 'Open Sans', sans-serif; font-weight: 400; text-transform: uppercase; border: none; border-radius: 5px; cursor: pointer; color: rgb(255, 255, 255); }
.frm-contact input[type="submit"] { background: rgb(3 130 62); }
.frm-contact input[type="reset"] { background: rgb(3 130 62); }
.frm-contact input[type="submit"]:hover, .frm-contact input[type="reset"]:hover { background: #ffa507; color: #000; }
.frm-contact input::-webkit-input-placeholder { color: rgb(132, 132, 132); }
.maps-contact { width: 100%; margin-top: 20px; }
.maps-contact iframe { display: block; width: 100%; }

/* Header */
#header { width: 100%;/* overflow: hidden; */ }
.hotro_hd { color: #fff; background: #007b33 }
.hotro_hd .wrap-content { display: flex; align-items: center; justify-content: center; height: 40px }
.hotro_hd marquee { display: block }
.main_hd { width: 100%; position: absolute; top: 55px; z-index: 1; }
.main_hd .wrap-content { display: flex; justify-content: space-between; align-items: flex-start; width: 1300px; }
.logo { width: 230px; height: 130px; background: url(../images/bg_logo.png) no-repeat; display: flex; align-items: center; justify-content: center; }
.mainhd_in { position: relative; top: 10px; }
#menu-top { z-index: 999; align-items: center; }
.menu-parent { list-style: none; position: relative; display: inline-block; }
.menu-parent2 { list-style: none; position: relative; display: inline-block; }
.menu-parent > li {flex-grow: 2;background: url(../images/gach_menu.png) no-repeat right center;}
.menu-parent > li:last-child { background: none }
li.icon_ { display: block !important; border: 2px solid #ffa507; margin-bottom: 10px; transition: 0.5s; width: 50px; height: 50px; border-radius: 50%; color: #f5a10a; text-align: center; line-height: 50px; font-size: 20px; cursor: pointer; }
li.icon_:hover { background: rgb(255 165 7); color: #fff; }
li.icon_ a { display: block; }
.menu-parent > li a.active { color: rgb(255 165 7) }
.menu-parent > li:hover .text-a { text-decoration: none; }
.menu-parent2 { list-style: none; position: relative; display: inline-block; }
.menu-parent2 > li { position: relative; }
.menu-parent .ul-child1 > li:hover .text-a { color: #ff0000; text-decoration: none; }
.icon-home { margin-top: 8px; }
.text-a { display: inline-block; color: #fff; font-size: 15px; position: relative; line-height: 48px; cursor: pointer; text-transform: uppercase; }
.text-a2 { background: red; display: inline-block; color: #fff; font-size: 17px; position: relative; font-family: Cambri2; padding: 0px 4px; line-height: 52px; cursor: pointer; text-transform: uppercase; }
.font-footer::-webkit-scrollbar-thumb { background: red; }
a.text-a2:hover { background: #ffff; }
.active2 > a { color: #ff0000; }
.ul-child { position: absolute; display: none; background-color: rgba(8, 7, 66, 0.8); z-index: 9999; list-style-type: none; text-align: left; top: 100%; left: 0px; min-width: 206px; border-top: 1px solid #080742; }
.ul-child3 { }
ul.ul-child3 { transition: all 0.7s ease-in-out 0s; visibility: hidden; right: 6px; width: 37px; top: calc(100% + 15px); margin: 50px 0 0; position: absolute; text-align: center; }
.ul-child1 { display: flex; align-items: center; border: 1px solid #339551; border-radius: 25px; background: #007b33; }
ul.menu-parent.ul-child1 li:nth-child(8) { background: none; display: inline-flex; padding-left: 37px; }
ul.menu-parent.ul-child1 .product_:nth-child(8) { background: none; display: block !important; padding-left: 0px; }
.ul-child2 { position: relative; background: #ffffff; height: 40px; margin: 0 8px 0 0; opacity: 0; width: 0px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; position: absolute; display: block; list-style: none; right: 45px; top: 5px; clip-path: polygon(20px 0%, 100% 0, 100% 100%, 0% 100%); padding: 0 0 0 20px; z-index: 999; border-bottom: 1px solid #ddd; }
.ul-child2 ul { position: absolute; display: none; background-color: rgba(8, 7, 66, 0.8); z-index: 9999; list-style-type: none; top: -1px; left: 100%; min-width: 200px; border-top: 1px solid #080742; }
.ul-child2 li { line-height: 18px; cursor: pointer; position: relative; }
.ul-child2 a { font-size: 13px; color: #fff; font-family: muli; line-height: 18px; white-space: nowrap; display: block; text-decoration: none; }
.ul-child { position: absolute; display: none; background-color: #336666; z-index: 9999; list-style-type: none; text-align: left; top: 100%; left: 0px; min-width: 206px; border-top: 1px solid #080742; }
.ul-child ul { position: absolute; display: none; background-color: rgb(51 102 102); z-index: 9999; list-style-type: none; top: -1px; left: 100%; min-width: 200px; border-top: 1px solid #080742; }
.flex-box { display: -webkit-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; }
.ul-child li { padding: 7px 20px; border-style: solid; border-width: 0px 1px 1px 1px; border-color: #080742 #080742 #080742; line-height: 18px; cursor: pointer; position: relative; }
.ul-child a { font-size: 13px; color: #fff; font-family: muli; line-height: 18px; white-space: nowrap; display: block; text-decoration: none; }
.ul-child li { padding: 7px 6px; border-style: solid; border-width: 0px 1px 1px 1px; border-color: #080742 #080742 #080742; line-height: 18px; cursor: pointer; position: relative; }
.ul-child3 li { padding: 7px 20px; border-style: solid; border-width: 0px 1px 1px 1px; border-color: #080742 #080742 #080742; line-height: 18px; cursor: pointer; position: relative; }
.ul-child a { font-size: 13px; color: #fff; font-family: muli; line-height: 18px; white-space: nowrap; display: block; text-decoration: none; }
.ul-child li:hover { background-color: #2eb9b9; }
.menu-parent > li:hover .ul-child { display: block; }
.menu-parent2 .ul-child1 > li:hover .ul-child { display: block; }
.box_fix_menu { top: -7%; left: -835px; width: 830px; opacity: 0; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; position: absolute; overflow: hidden; z-index: 999; transform: scaleY(0); padding: 5px; background: rgba(0, 123, 51, 0.5); border-radius: 30px; }
.menu-parent2 > li:hover .box_fix_menu { opacity: 1; overflow: initial; transition: overflow 10s ease-in-out, width 0.5s ease-in-out, opacity 0.5s ease-in-out; transform: scaleY(1); }
ul.menu-parent.ul-child1 li:hover >a { color: #ffa507 !important; }
.menu-parent2 > li:hover .ul-child2 { display: block; width: 250px; opacity: 1; }
.menu-parent2 > li:hover .ul-child3 { visibility: visible; margin: 0; display: block; }
.ul-child3 a { height: 27px; margin-bottom: 8px }
.thanhcongcu_menu { }
li.product_ a { }
li.product_ a { font-size: 14px; color: #5F5F60; }
li.hover-li h2 a { }
li.hover-li h2 a:hover { text-decoration: none; color: red; }
.menu-parent > li:hover .ul-child2 { display: block; }
.menu-parent2 > .timkiem:hover .ul-child2 { display: block; }
.ul-child > .timkiem:hover > ul { display: block; }
.ul-child ul > li:hover ul { display: block; }
.ul-child2 > .timkiem:hover > ul { display: block; }
.ul-child2 ul > li:hover ul { display: block; }
.accordion { padding-left: 0; }
i.fa.fa-plus { font-size: 15px; }
.accordion-header { width: 100%; background: #ffffff; border: none; outline: none; border-bottom: 1px dashed #c6c5c5; color: #006666; padding: 8px 0; font-family: 'Open Sans'; }
.accordion-header .sp_cat { color: #185c5a; font-size: 14px; }
p.sp_cat a { color: #000; font-size: 13px; }
.accordion-header.active { background-color: #efefef; }
.accordion-header.active i { transform: rotate(180deg); transition: all 0.3s ease-in-out; }
i.fas.fa-angle-down { margin-right: 10px; }
.accordion-header1.active { background-color: #efefef; }
.accordion-header1.active i { transform: rotate(180deg); transition: all 0.3s ease-in-out; }
.accordion-body {  /* padding: 0 1rem; */
background-color: #fdfdfd; max-height: 0; overflow: hidden; transition: all 0.3s ease-in-out; }
.accordion-body.active { max-height: none; }
.timkiem2 { height: 40px; width: 100%; color: #000; outline: none; background: none; border: none; padding: 0px 40px 0px 10px; font-size: 13px; }
.timkiem::-webkit-input-placeholder { color: #999999 !important; }
.timkiem:-moz-placeholder { color: #999999 !important; }
.timkiem::-moz-placeholder { color: #999999 !important; }
.timkiem:-ms-input-placeholder { color: #999999 !important; }
.bt-timkiem { border: none; background: url(../images/icon-search2.png) center no-repeat; width: 41px; height: 40px; position: absolute; top: 0px; right: 0px; cursor: pointer; outline: none; }
.menu-parent li:hover .supper-submenu { opacity: 1; visibility: visible; }
li.hover-li h2 a { color: #333; font-family: "NunitoSansRegular"; display: block; padding-left: 22px; font-size: 13px; position: relative; }
.supper-submenu {position: absolute;top: calc(100% + 5px);left: 0;transition: all 0.25s ease-in-out;opacity: 0;background: #fff;min-width: 820px;padding: 20px;box-shadow: 0px 9px 4px -7px rgb(0 0 0 / 55%);visibility: hidden;font-family: 'Roboto Serif';border-radius: 5px;}
li.hover-li { list-style: none; }
li.hover-li h2 a i { margin-right: 5px; }
.box_menu_l {display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 20px;text-align: left;}
.item_box_l {width: 100%;}
.item_box_l h2 { margin-bottom: 10px; }
.item_box_l h2 a {font-family: 'Roboto Serif';color: #007b33;font-weight: 600;font-size: 14px;line-height: 20px;}
.item_box_l a:hover { color: #ffa507 !important; }
.box_menu_c { }
.box_menu_c a { font-size: 13px; color: #000; line-height: 20px; margin-bottom: 10px; border-bottom: 1px solid #ddd; font-family: 'Open Sans'; padding-bottom: 5px; }
.box_menu_c a:last-child { border: 0 }
.fixed { width: 100%; top: 10px; left: 0px; z-index: 1000; animation: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s 1 normal both running scale-up-ver-top; position: fixed !important; }
.fixed .logo { zoom: 0.5; }
@-webkit-keyframes scale-up-ver-top {
    0% { transform: scaleY(0.4); transform-origin: 100% 0%; }
    100% { transform: scaleY(1); transform-origin: 100% 0%; }
}
@keyframes scale-up-ver-top {
    0% { transform: scaleY(0.4); transform-origin: 100% 0%; }
    100% { transform: scaleY(1); transform-origin: 100% 0%; }
}
@-webkit-keyframes shake-anim {
    0% { transform: rotate(0deg) scale(1) skew(1deg); }
    10% { transform: rotate(-25deg) scale(1) skew(1deg); }
    20% { transform: rotate(25deg) scale(1) skew(1deg); }
    30% { transform: rotate(-25deg) scale(1) skew(1deg); }
    40% { transform: rotate(25deg) scale(1) skew(1deg); }
    50% { transform: rotate(0deg) scale(1) skew(1deg); }
    100% { transform: rotate(0deg) scale(1) skew(1deg); }
}
.shake-anim { animation: 1s ease-in-out 0s infinite normal none running shake-anim; transform-origin: 50% 50%; }

/*Tim kiem */
.timkiem { width: 220px; position: relative; }
.timkiem input { width: 100%; height: 33px; color: #fff; font-size: 13px; border-radius: 25px; padding: 0 40px 0 15px; border: 0; background: url(../images/bg_timkiem.png) no-repeat; }
.timkiem p { position: absolute; top: 3px; right: 10px; cursor: pointer; }

/* Menu */
.menu >ul { width: 100%; padding: 0px; margin: auto; list-style: none; display: flex; }
.menu >ul >li { position: relative; z-index: 99; flex-grow: 2; display: flex; align-items: center; justify-content: center; padding-right: 1px; background: url(../images/gach_menu.png) no-repeat right 2px center; }
.menu >ul >li ul li { position: relative; }
.menu ul li:last-child { justify-content: flex-end; background: none; }
.menu ul li:nth-last-child(2) { background: none }
.menu >ul >li:nth-child(1) { border-bottom-left-radius: 10px; overflow: hidden; }
.menu ul li a { display: block; position: relative; z-index: 1; text-decoration: none !important; color: #fff; width: 100%; text-align: center; }
.menu ul li a i { font-size: 14px; margin-left: 5px; }
.menu >ul >li >a span { font-size: 15px; margin: 0px; text-transform: uppercase; line-height: 45px; text-align: center; font-weight: 700; }
.menu > ul > li > a.active, .menu > ul > li:hover > a { background: #09c16e; }
.menu ul li ul { position: absolute; min-width: 220px; background: #fff; box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1); -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; top: 100%; left: 0; }
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all .7s; }
.menu ul li ul li a { text-align: left; border-top: 1px solid #efefef; line-height: 22px; font-size: 14px; color: #000; padding: 8px 15px; }
.menu ul li ul li a span { font-size: 13.5px; text-transform: capitalize; }
.menu ul li ul li ul { top: 0px; left: 100%; }
.menu ul li ul li:hover >a, .menu ul li ul li:hover >a >span { background: #00b262; color: #fff; }

/* slide */
.slide_w { width: 100% }
.slide_w .amazingslider-nav-container-1 { display: none; }
.slide_w .slider { width: 100%; position: relative; }
.slide_w .slider #amazingslider-wrapper-1 { width: 908px; margin: 0px !important; }
.amazingslider-timer-1 { display: none !important; }
.amazingslider-slides li a { position: relative !important; }
.amazingslider-arrow-left-1 { left: 10px !important; }
.amazingslider-arrow-right-1 { right: 10px !important; }

/* Tieu chi */
.tieuchi_w { background: #f3f3f3; padding: 45px 0; }
.slick_tieuchi { margin: 0 -15px }
.slick_tieuchi .slick-slide { margin: 0 15px }
.item_tc { display: flex !important; align-items: center; }
.img_tc { background: #007b33; border-radius: 5px; position: relative; display: flex; align-items: center; }
.img_tc:after { content: ''; width: 7px; height: 14px; background: #007b33; clip-path: polygon(0 0, 0% 100%, 100% 50%); position: absolute; left: calc(100% - 0.5px); }
.item_tc h3 { text-transform: uppercase; margin-left: 20px; font-size: 15px; font-weight: 700; color: #000; }

/* danh muc trang chu */
.danhmuc_m { padding-bottom: 40px; }
.thanh_title { width: 100%; display: inline-block; text-align: center; margin-top: 50px; margin-bottom: 30px; }
.thanh_title img { margin-bottom: 20px; }
.thanh_title h2 { font-size: 26px; font-family: 'Roboto Serif'; color: #007b33; font-weight: 700; text-transform: uppercase; }
.thanh_title p { font-size: 15px; color: #000; margin-top: 5px; }
.slick_danhmuc { margin: 0 -15px; }
.slick_danhmuc .slick-slide { margin: 0 15px }
.item_dm { text-align: center; }
.img_dm a { border-radius: 20px; }
.item_dm h3 { margin-top: 20px; }
.item_dm h3 a { font-size: 15px; font-weight: 700; color: #333; text-transform: uppercase; }
.item_dm p { margin-top: 5px; }

/* San pham */
.sanpham_m { background: #f3f3f3; }
.item_list { padding-bottom: 50px; }
.thanh_sp { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #007b33; margin-bottom: 25px; padding-bottom: 10px; }
.thanh_sp h2 { font-size: 20px; font-family: 'Roboto Serif'; font-weight: 700; color: #007b33; text-transform: uppercase; }
.thanh_sp a { color: #000; }
.slick_sanpham { margin: 0 -10px; }
.slick_sanpham .slick-list { padding-bottom: 10px; }
.slick_sanpham .slick-slide { margin: 0 10px }
.item_pro { text-align: center; }
.img_pro { }
.mota_pro { border: 1px solid #ffa507; padding: 10px 15px 15px; border-top: 0; position: relative; }
.mota_pro:after { content: ''; width: calc(100% - 10px); height: calc(100% + 6px); border: 1px solid #ffa507; position: absolute; top: 0; left: 5px; border-top: 0; z-index: -1; }
.mota_pro h3 { min-height: 40px; }
.mota_pro h3 a { font-size: 15px; color: #000; text-transform: uppercase; min-height: 40px; }
.mota_pro p { color: #000; margin-top: 5px; }
.mota_pro p span { font-weight: 700; font-size: 16px; color: #007b33; }
.icon_gh { margin-top: 10px; }
.icon_gh span { width: 180px; line-height: 38px; background: #007b33; color: #fff; display: inline-block; border-radius: 5px; text-transform: uppercase; font-size: 13px; cursor: pointer; border: 1px solid #007b33; }
.icon_gh span:hover { background: none; color: #000; }
.nut_sp { position: absolute; top: 40%; z-index: 1; cursor: pointer; font-size: 33px; color: #787878; width: 40px; height: 50px; text-align: center; display: flex !important; justify-content: center; align-items: center; }
.left_sp { right: 100%; }
.right_sp { left: 100%; }

/* san pham trang trong */
.khung_product { display: flex; justify-content: space-between; }
.danhmuc-sp {width: 285px;position: relative;z-index: 1000;}
.sticky-m {position: sticky;top: 76px;}
.thanh_dmsp { font-size: 16px; color: #fff; background: #007b33; font-weight: 700; position: relative; line-height: 38px; text-align: center; text-transform: uppercase; }
.danhmuc_sp >ul { border: 1px solid #ddd; margin-bottom: 20px; }
.danhmuc_sp ul li a { color: #000; text-transform: capitalize; display: flex; padding: 10px 10px 10px 15px; border-bottom: 1px solid #ddd; justify-content: space-between; align-items: center; position: relative; }
.danhmuc_sp >ul >li >ul li a i { position: absolute; left: 5px; font-size: 12px; }
.danhmuc_sp >ul >li >ul >li ul li a i { font-size: 9px; }
.danhmuc_sp >ul >li:last-child a { border: 0 }
.danhmuc_sp ul li ul li { padding: 0 10px }
.danhmuc_sp >ul >li >a { font-weight: 600; }
.danhmuc_sp ul li a:hover { color: #017c34; }
.grid_pro { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; }
.block_menu1, .block_menu2 { display: none; }
.icon-plus-submenu { width: 20px; height: 20px; cursor: pointer; border: 1px solid #1818181a; display: flex; position: relative; z-index: 1; align-items: center; justify-content: center; }
.icon-plus-submenu:before { content: ''; width: 9px; height: 1px; background: #898181; position: absolute; }
.icon-plus-submenu:after { content: ''; width: 1px; height: 9px; background: #898181; position: absolute; }
.danhmuc_sp .opened .icon-plus-submenu:after { width: 0; height: 0 }
.danhmuc_sp .opened_lv .icon-plus-submenu:after { width: 0px !important; height: 0px !important; }
.content-sp { width: calc(100% - 305px); }

/* quang cao */
.quangcao_m { }
.slick_quangcao { }
.slick_quangcao a { display: block; height: 450px; }

/* bottom */
.bottom_m { padding-bottom: 50px; }
.bottom_m .wrap-content { display: flex; justify-content: space-between; flex-wrap: wrap; }
.camnhan_bt { width: 50%; padding-right: 25px; }
.thanh_bt { text-align: center; width: 100%; display: flex; margin-top: 60px; position: relative; justify-content: center; padding-bottom: 15px; margin-bottom: 25px; }
.thanh_bt:after { content: ''; width: 60px; height: 1px; background: #007b33; position: absolute; bottom: 0; }
.thanh_bt h2 { font-size: 26px; font-family: 'Roboto Serif'; font-weight: 700; color: #007b33; text-transform: uppercase; }
.slick_camnhan { }
.slick_camnhan .slick-dots { bottom: -55px; }
.slick_camnhan .slick-dots li { width: 10px; height: 10px; background: #a8a8a8; border-radius: 50%; }
.slick_camnhan .slick-dots li.slick-active { background: #007b33; }
.item_cn { text-align: center; display: flex !important; justify-content: center; flex-flow: column; align-items: center; }
.item_cn >img { }
.item_cn p { margin-top: 30px; line-height: 25px; color: #000; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.img_cn { margin-top: 30px; }
.img_cn img { border-radius: 50%; }
.item_cn h3 { font-size: 16px; color: #007b33; font-weight: 700; margin-top: 20px; }
.item_cn span { font-size: 13px; margin-top: 2px; }
.video_m { width: 50%; padding-left: 25px; }
.video_w { width: 440px }
.khung_clip { width: 100% }
.clip_lon { margin-bottom: 10px; }
.clip_lon img { width: 100%; height: 332px; }
.clip_lon .slick_lon { cursor: pointer }
.slick_nho { margin: 0 -5px; }
.slick_nho .slick-slide { margin: 0 5px; }
.slick_nho .item_video { cursor: pointer; }
.slick_nho img { width: 100%; height: 107px; }
.item_video { position: relative }
.item_video:after { content: ''; width: 70px; height: 70px; background: url(../images/clip.png) no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-size: 100% 100% }
.slick_nho .item_video:after { zoom: 0.4 }

/* tin */
.tintuc_m { background: #f3f3f3; padding-bottom: 50px; }
.slick_tin { margin: 0 -14px; }
.slick_tin .slick-slide { margin: 0 14px; }
.item_tin { text-align: center; }
.item_tin >a { border-radius: 20px; display: block; }
.item_tin h3 { margin-top: 15px; }
.item_tin h3 a { font-size: 15px; color: #000; font-weight: 700; }
.item_tin p { margin-top: 7px; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; line-height: 22px; color: #000; }

/* nhan tin */
.nhantin_fan { padding: 60px 0; }
.nhantin_fan .wrap-content { display: flex; justify-content: space-between; flex-wrap: wrap; }
.nhantin_m { width: 70%; }
.nhantin { background: url(../images/bg_nhantin.png) no-repeat; background-size: 100% 100%; padding: 50px 60px 60px; text-align: center; box-shadow: 0px 4px 10px #3333337a; }
.nhantin h2 { font-size: 26px; font-family: 'Roboto Serif'; color: #007b33; font-weight: 700; text-transform: uppercase; }
.nhantin p { font-size: 15px; color: #000; margin-top: 8px; }
.nhantin form { margin-top: 20px; }
.nhom { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 10px; margin-bottom: 10px; }
.nhantin input { width: 100%; height: 44px; border: 1px solid #cacaca; font-size: 13px; padding: 0 15px; border-radius: 5px; }
.nhantin textarea { width: 100%; border: 1px solid #cacaca; font-size: 13px; padding: 10px 15px; margin-top: 10px; border-radius: 5px; }
.but_gui { border: 0; background: #007b33; color: #fff; width: 180px; line-height: 46px; border-radius: 25px; margin-top: 5px; text-align: left; font-size: 16px; font-weight: 700; text-transform: uppercase; border: 1px solid #007b33; }
.but_gui span { width: 34px; height: 34px; line-height: 34px; display: inline-block; background: #fff; border-radius: 50%; color: #007b33; text-align: center; margin-right: 30px; }
.but_gui:hover { background: none; color: #007b33; }
.but_gui:hover span { background: #007b33; color: #fff; }
.fan_m { width: 30%; padding-left: 30px; }
.breadCrumbs .wrap-content .breadcrumb { padding: 0px; margin-bottom: 0px; background-color: transparent; border-radius: 0px; }
.breadCrumbs .wrap-content .breadcrumb-item a { color: var(--color-black); }
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: #007b33; font-weight: 700; }
.wrap-intro { margin-bottom: 50px; }
.left-intro { width: 67%; }
.right-intro { width: 30%; }
.title-intro { margin-bottom: 1.5rem; }
.title-intro span { display: inline-block; text-transform: capitalize; position: relative; padding-bottom: 10px; font-size: 40px; color: rgb(237, 50, 55); font-family: UVNDaLat; }
.title-intro span > span { color: rgb(237, 50, 55); }
.title-intro span::after { }
.newshome-best { width: 43%; display: block; float: left; margin-right: 1.5%; }
.pic-newshome-best img { width: 100%; }
.name-newshome { color: var(--color-black); font-size: 14px; line-height: 18px; margin-bottom: 0.25rem; }
.name-newshome.text-split { -webkit-line-clamp: 2; }
.time-newshome { color: var(--color-gray); margin-bottom: 0.25rem; }
.desc-newshome { color: var(--color-black); margin-bottom: 0px; }
.view-newshome { display: inline-block; border: 1px solid var(--color-main); padding: 8px 15px; color: var(--color-black); text-transform: capitalize; font-weight: 600; margin-top: 1rem; }
.view-newshome:hover { background-color: var(--color-main); color: rgb(255, 255, 255); }
.newshome-scroll { width: calc(55.5%); height: 450px; overflow: hidden; }
.newshome-scroll ul li { margin-bottom: 15px !important; }
.newshome-normal { display: block; }
.pic-newshome-normal { float: left; width: 34%; margin-right: 3%; margin-bottom: 0px; }
.pic-newshome-normal img { width: 100%; }
.info-newshome-normal { float: left; width: calc(63%); }
.video-main { position: relative; height: 390px; }
.video-main a { display: block; height: 100%; cursor: pointer; position: relative; }
.video-main a:after { content: ''; width: 70px; height: 70px; background: url(../images/clip.png) no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-size: 100% 100% }
.video-main iframe { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
.listvideos { width: 100%; height: 45px; padding: 0px 10px; border: 1px solid rgb(219, 219, 219); color: var(--color-black); margin-top: 10px; cursor: pointer; }
.wrap-brand { margin-bottom: 50px; padding: 0px 10px; }
.wrap-brand .wrap-content { max-width: 1200px; padding: 0px; position: relative; }
.owl-brand { padding: 0px 40px; }
.brand { display: block; border: 1px solid rgb(238, 238, 238); }
.brand img { width: 100%; }
.wrap-product { padding: 0px 0px 50px; }
.wrap-product-list { padding: 50px 0px; }
.wrap-product-list.bk-blue { background: rgb(234, 251, 255); }
.product { float: left; width: 23.5%; margin: 0px 2% 2% 0px; }
.product:nth-child(4n+1) { clear: both; }
.product:nth-child(4n) { margin-right: 0px; }
.box-product { position: relative; display: block; margin-bottom: 1rem; }
.pic-product { background: rgb(255, 255, 255); border-radius: 5px; padding: 5px; border: 1px solid rgb(238, 238, 238); }
.pic-product img { width: 100%; border-radius: 3px; }
.name-product { font-size: 16px; color: var(--color-black); }
.name-product.text-split { -webkit-line-clamp: 1; }
.price-product { margin-bottom: 0px; }
.price-product span { font-weight: 700; }
.price-new { font-size: 15px; font-weight: 500; color: var(--color-main); }
.price-old { padding-left: 10px; font-size: 12px; color: var(--color-gray); }
.price-per { position: absolute; top: 15px; right: 15px; color: rgb(255, 255, 255); background: var(--color-main); font-size: 11px; border-radius: 2px; width: 45px; height: 25px; text-align: center; line-height: 25px; }
.cart-product { margin-bottom: 0px; }
.cart-product span { cursor: pointer; width: 49%; float: left; color: rgb(255, 255, 255); text-transform: capitalize; text-align: center; padding: 7px 5px; border-radius: 3px; }
.cart-add { margin-right: 2%; background-color: var(--color-main); }
.cart-add:hover { background-color: var(--color-dark-red); }
.cart-buy { background-color: var(--color-green); }
.cart-buy:hover { background-color: var(--color-dark-green); }
.grid-pro-detail { margin-top: 50px; margin-bottom: 50px; }
.left-pro-detail { position: relative; text-align: center; background: white; }
.left-pro-detail .MagicZoom { border: 1px solid rgb(238, 238, 238); padding: 7px; border-radius: 5px; }
.right-pro-detail { }
.gallery-thumb-pro { position: relative; margin-top: 10px; }
.owl-thumb-pro { padding: 0px 40px; }
.thumb-pro-detail { border: 1px solid rgb(238, 238, 238); padding: 5px; border-radius: 3px; cursor: pointer; display: block !important; }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: rgb(206, 207, 210); }
.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; }
.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: 10px auto; border-bottom: 1px solid rgb(210, 210, 210); padding: 5px 0px; }
.attr-pro-detail li:last-child { border: none; }
.attr-label-pro-detail { margin: 0px 5px 0px 0px; }
.attr-label-pro-detail.d-block { display: block; margin: 0px 0px 5px; }
.attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: rgb(237, 50, 55); }
.price-old-pro-detail { font-weight: 500; color: var(--color-gray); text-decoration: line-through; padding-left: 10px; }
.color-pro-detail { border: 1px solid rgb(204, 204, 204); padding: 3px 10px 4px; display: inline-block; position: relative; }
.size-pro-detail { border: 1px solid rgb(204, 204, 204); padding: 3px 10px 4px; display: inline-block; position: relative; }
.size-pro-detail.active, .color-pro-detail.active { border-color: rgb(229, 16, 29); color: rgb(229, 16, 29); }
.list_size { display: inline-block; max-width: 200px; margin-left: 15px; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857; color: rgb(85, 85, 85); background-color: rgb(255, 255, 255); background-image: none; border: 1px solid rgb(204, 204, 204); border-radius: 4px; box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
.color-pro-detail.active::before, .size-pro-detail.active::before { content: ""; position: absolute; width: 100%; height: 100%; inset: 0px; margin: auto; z-index: 1; background-image: url("../images/check-cart.png"); background-repeat: no-repeat; background-position: right bottom; }
.color-pro-detail input[type="radio"], .size-pro-detail input[type="radio"] { outline: none; position: absolute; cursor: pointer; width: 100%; height: 100%; appearance: none; border: 0px; top: 0px; left: 0px; }
.quantity-pro-detail { width: 100%; max-width: 110px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; }
.quantity-pro-detail span { line-height: 25px; padding: 0px; width: 30px; height: 30px; color: rgb(95, 95, 95); cursor: pointer; font-size: 22px; border: 1px solid rgb(204, 204, 204); }
.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 rgb(204, 204, 204); width: calc(100% - 60px); text-align: center; font-size: 14px; padding: 5px; }
.cart-pro-detail { margin-bottom: 1rem; display: flex; align-items: stretch; justify-content: flex-start; }
.cart-pro-detail a { width: auto; text-align: center; color: rgb(255, 255, 255); padding: 8px 15px; text-transform: uppercase; border-radius: 3px; cursor: pointer; }
.cart-pro-detail a.addnow { margin-right: 10px; background: -webkit-linear-gradient(top, rgb(234, 134, 171), rgb(242, 99, 152)); }
.cart-pro-detail a.buynow { background: -webkit-linear-gradient(top, rgb(234, 134, 171), rgb(242, 99, 152)); }
.cart-pro-detail a.buynow:hover, .cart-pro-detail a.addnow:hover { background: -webkit-linear-gradient(top, rgb(236, 117, 120), rgb(237, 50, 55)); color: rgb(255, 255, 255); }
.cart-pro-detail a i { vertical-align: top; margin-top: 3px; margin-right: 8px; }
.tabs-pro-detail { margin-top: 50px; }
.tags-pro-detail { margin: 1rem 0px 2rem; }
.tags-pro-detail a { float: left; font-size: 12px; color: rgb(255, 255, 255); padding: 5px 10px 7px; margin-right: 5px; margin-bottom: 5px; background-color: var(--color-main); border-radius: 3px; }
.tags-pro-detail a:hover { background-color: var(--color-medium-red); }
.tags-pro-detail a i { font-size: 10px; float: left; margin: 5px 5px 0px 0px; }
.tabs-pro-detail .ul-tabs-pro-detail { padding: 0px; list-style: none; margin-bottom: 1rem; border-bottom: 1px solid rgb(231, 231, 231); }
.tabs-pro-detail .ul-tabs-pro-detail li { cursor: pointer; float: left; margin-right: 5px; margin-bottom: 5px; background: rgb(238, 238, 238); padding: 5px 10px; }
.tabs-pro-detail .ul-tabs-pro-detail li.active { background: rgb(51, 51, 51); color: rgb(250, 250, 250); }
.tabs-pro-detail .ul-tabs-pro-detail li:last-child { margin-right: 0px; }
.tabs-pro-detail .content-tabs-pro-detail { display: none; }
.tabs-pro-detail .content-tabs-pro-detail.active { display: block; }
.box-readmore { padding: 8px 15px; border: 1px solid rgb(222, 222, 222); margin-bottom: 2rem; border-radius: 5px; background-color: rgb(238, 238, 238); }
.box-readmore li ul > li { margin: 0px 0px 8px; }
.box-readmore li ul > li::before { content: counters(item, ".") " "; }
.box-readmore ul { list-style-type: none; counter-reset: item 0; margin-bottom: 0px; margin-top: 8px; padding-left: 0px !important; }
.box-readmore ul li { display: table; counter-increment: item 1; margin-bottom: 5px; }
.box-readmore ul li::before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px; }
.box-readmore ul li a { color: rgb(51, 51, 51); cursor: pointer; font-weight: 600; }
.box-readmore ul li a:hover { color: rgb(118, 118, 118); }
.news { width: 49%; float: left; margin-bottom: 25px; display: block; }
.news:nth-child(2n) { float: right; }
.news:nth-child(2n+1) { clear: both; }
.pic-news { float: left; margin-right: 4%; width: 36%; }
.pic-news img { width: 100%; }
.info-news { float: left; width: 60%; }
.name-news { color: rgb(51, 51, 51); font-size: 16px; display: block; line-height: normal; margin-bottom: 5px; }
.name-news:hover { color: var(--color-main); }
.time-news { color: var(--color-gray); margin-bottom: 0.25rem; }
.desc-news { color: rgb(51, 51, 51); margin-top: 5px; line-height: 22px; }
.share { padding: 17px 10px 10px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; }
.othernews b { margin-bottom: 10px; }
.list-news-other { padding-left: 17px; list-style: square; }
.list-news-other li a { text-transform: none; color: rgb(51, 51, 51); }
.top-contact { margin-bottom: 30px; }
.top-contact .article-contact { width: 48%; }
.form-contact { width: 47%; }
.input-contact { position: relative; margin-bottom: 15px; }
.input-contact input, .input-contact textarea { width: 100%; padding: 0px; outline: none; font-size: 14px; }
.input-contact input { text-indent: 10px; }
.input-contact textarea { resize: none; height: 150px; padding: 10px; }
.input-contact .custom-file-label::after { content: attr(title); }
.bottom-contact { position: relative; height: 500px; }
.bottom-contact iframe { position: absolute; top: 0px; left: 0px; width: 100% !important; height: 100% !important; }

/* footer */
#footer { background: #007b33; color: #fff; }
.main_ft { padding-top: 50px; padding-bottom: 50px; }
.main_ft .wrap-content { display: flex; justify-content: space-between; flex-wrap: wrap; }
.thongtin_ft { width: 40%; }
.thongtin_ft >h2 { font-family: 'Roboto Serif'; color: #ffa507; font-weight: 700; font-size: 30px; text-transform: uppercase; margin-bottom: 10px; }
.mang_xh { display: flex; align-items: center; margin-top: 30px; }
.mang_xh a { border-radius: 50%; margin-right: 15px; }
.chinhsach_ft { width: 20%; }
.thanh_ft { font-size: 15px; font-weight: 700; text-transform: uppercase; position: relative; padding-bottom: 15px; margin-bottom: 20px; }
.thanh_ft:after { content: ''; width: 40px; height: 1px; background: #fff; position: absolute; bottom: 0; left: 0; }
.item_cs a { display: flex; color: #fff; align-items: center; margin-bottom: 10px; font-size: 15px; position: relative; padding-left: 20px; }
.item_cs a:before { content: ''; width: 8px; height: 8px; border: 1px solid #fff; position: absolute; border-radius: 50%; left: 0; }
.map_ft { width: 27%; }
.map_ft >div { width: 100% }
.map_ft iframe { width: 100%; display: block; height: 240px }
.tags_ft { }
.tags_ft .wrap-content { border-top: 1px solid #66b085; padding: 35px 10px; }
.item_tags { }
.item_tags p { font-size: 15px; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
.item_tags a { font-size: 13px; color: #fff; }
.item_tags span { margin: 0 10px; display: inline-block; }
.item_tags span:last-child { display: none; }
.copy_ft { background: #00250f; padding: 14px 0; font-size: 13px; }
.copy_ft .wrap-content { display: flex; align-items: center; justify-content: space-between; }
.copy_ft ul { display: flex; align-items: center; }
.copy_ft ul li { margin-left: 10px; }
.xoay_tron:hover { transform: rotate(360deg); transition: all 1s ease 0s; }
#contact_fixed { height: 137px; position: fixed; bottom: -92px; left: 0px; right: 0px; margin: auto; padding: 5px 0px; box-sizing: border-box; z-index: 1000; background: rgb(3, 130, 62); background: linear-gradient(90deg, rgba(3, 130, 62, 1) 10%, rgba(26, 139, 58, 1) 27%, rgba(51, 148, 53, 1) 44%, rgba(72, 155, 50, 1) 60%, rgba(125, 174, 40, 1) 83%); }
div.phone_list { width: 100%; float: left; padding: 10px; text-align: center; box-sizing: border-box; }
div.phone_list p { display: inline-block; padding: 5px 10px; background: rgb(217, 0, 0); text-align: center; font-size: 18px; border-radius: 10px; margin: 0px 10px 10px; color: rgb(255, 255, 0); line-height: 30px; }
#contact_fixed ul { width: 100%; float: left; list-style: none; padding: 0px !important; margin: 0px !important; }
#contact_fixed ul li { width: 20%; float: left; text-align: center; }
#contact_fixed ul li img { display: block; margin: auto; max-height: 18px; }
#contact_fixed ul li a { color: rgb(255, 255, 255); text-transform: capitalize; font-size: 14px; font-weight: bold; }
.blink_me { animation-name: blinker; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }
@-webkit-keyframes blinker {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes blinker {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
.grid_album { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.item_anh .img_anh { border: 1px dashed rgb(204, 204, 204); padding: 3px; position: relative; text-align: center; }
.hinhthem { display: none !important; }
.item_anh .img_anh > a span { width: 100%; height: 100%; position: absolute; top: 0px; left: 0px; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.5); color: rgb(255, 255, 255); font-weight: 500; font-size: 15px; padding: 20px; transition: all 0.35s ease-in-out 0s; opacity: 0; transform: scale(0); text-transform: uppercase; }
.item_anh .img_anh > a:hover span { transition: all 0.35s ease-in-out 0s; opacity: 1; transform: scale(1); }

/* hover */
.item_dm h3 a:hover, .mota_pro h3 a:hover, .thanh_sp a:hover, .item_tin h3 a:hover { color: #ffa507; }
.item_cs a:hover, .item_tags a:hover { color: #ffa507; }
.item_cs a:hover:before { border-color: #ffa507; }
.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; }
.pagination-home .pagination {display: flex;align-items: center;justify-content: center;margin-top: 20px;flex-wrap: wrap;}
.pagination-home .pagination .page-item {margin: 0px 5px 10px;}
.pagination-home .pagination .page-item .page-link { color: rgb(85, 85, 85); font-size: 13px; padding: 6px 11px; }
.pagination-home .pagination .page-item.active .page-link { color: rgb(255, 255, 255); background-color: rgb(85, 85, 85); border-color: rgb(85, 85, 85); display: block; text-align: center; }
.pagination-ajax { text-align: center; margin-top: 25px; }
.pagination-ajax a { display: inline-block; vertical-align: top; margin: 0px 2px 2px; color: rgb(51, 51, 51); background: rgb(238, 238, 238); border: 1px solid rgba(161, 161, 161, 0.4); font-size: 12px; cursor: pointer; padding: 5px 10px; border-radius: 2px; }
.pagination-ajax a.current, .pagination-ajax a:hover { background: #00b262; color: rgb(255, 255, 255); border-color: #00b262; font-weight: 700; }
.modal-custom .modal-footer { padding: 0.5rem; }
.modal-custom .modal-footer .btn { font-size: 14px; }
#popup .modal-body { padding: 0px; }
.grecaptcha-badge { overflow: hidden; display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; }
coccocgrammar { display: none; }
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: rgb(68, 68, 68); text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; }
.transition { transition: all 0.3s ease-out 0s; }
.scale-img { overflow: hidden; display: block; }
.scale-img img { transition: all 0.3s ease-out 0s; transform: scale(1, 1); }
.scale-img:hover > img { transition: all 0.3s ease-out 0s; transform: scale(1.1, 1.1); }
.blink { animation-name: blink; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }
@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

/* 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: #03823e; 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 rgb(241 223 184); opacity: .1; border-color: #2cd77c; 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: rgb(46 209 122); opacity: .4; }
.btn-frame .pulse { animation-name: pulse; }

/* Zalo */
.btn-zalo { bottom: 315px; }

/* Phone */
.btn-phone { bottom: 230px; }
.info_goi { position: absolute; top: 50%; right: calc(100% - 10px); width: 180px; background: #dba237; color: #fff; font-size: 17px; padding: 8px 20px; transform: translateY(-50%); opacity: 0; transition: 0.5s all; }
.info_goi a { color: #fff; display: flex; align-items: center; margin-bottom: 5px; }
.info_goi a:hover { font-weight: 600 }
.info_goi a img { margin-right: 5px }
.btn-zalo.actice .info_goi { opacity: 1; transition: 0.5s all }
.btn-zalo.hide .info_goi { opacity: 0; transition: 0.5s all }
.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: rgb(64, 64, 64); background: rgb(255, 255, 255); }
.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) 0px 2pt 10pt; }
.js-facebook-messenger-close-tooltip { width: 10px; height: 10px; display: inline-block; cursor: pointer; margin-left: 10px; }
.js-facebook-messenger-box.rubberBand { animation-name: rubberBand; }
.js-facebook-messenger-box.animated { animation-duration: 1s; 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: rgb(3 130 62); border-radius: 100%; overflow: hidden; z-index: 99; box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 4px 0px; }
.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; transition: opacity 160ms ease-in-out 0s, transform 160ms ease-in-out 0s; }
.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; transition: opacity 160ms ease-in-out 0s, transform 160ms ease-in-out 0s; }
.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: rgba(0, 0, 0, 0.06) 0px 1px 6px, rgba(0, 0, 0, 0.16) 0px 2px 32px; transition: transform 160ms ease-in-out 0s, opacity 160ms ease-in-out 0s; }
.js-facebook-messenger-top-header { width: 220px; }
.js-facebook-messenger-top-header { color: rgb(255, 255, 255); background: rgb(237, 50, 55); }
.js-facebook-messenger-top-header { display: block; position: relative; width: 220px; background: rgb(237, 50, 55); color: rgb(255, 255, 255); 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: rgb(255, 255, 255); background: rgb(237, 50, 55); }
.js-facebook-messenger-top-header { width: 220px; }
.js-facebook-messenger-tooltip { color: rgb(64, 64, 64); background: rgb(255, 255, 255); }
.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-fixed { position: fixed; right: 20px; bottom: 390px; z-index: 10; background: rgb(3 130 62); width: 50px; height: 50px; text-align: center; border-radius: 100%; display: flex; align-items: center; justify-content: center; color: rgb(255, 255, 255) !important; }
.cart-fixed i { font-size: 20px; }
.cart-fixed span { position: absolute; top: 0px; right: -5px; color: rgb(242, 99, 152); width: 25px; height: 25px; background: rgb(255, 255, 255); text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; z-index: 1; }
.toolbar { background: var(--color-main); width: 100%; padding: 3vw; bottom: 0px; position: fixed; z-index: 500; height: auto; left: 0px; display: none; }
.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%; color: rgb(255, 255, 255); }
.toolbar ul li a span { font-weight: 400; color: rgb(255, 255, 255); font-size: 14px; display: block; }
.toolbar ul li a img { height: 15px; width: auto; }
.element-animation { animation: 1s linear 0s infinite normal forwards running animationFrames; transform-origin: 50% 0%; }
@keyframes animationFrames {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }
    80% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
@-webkit-keyframes animationFrames {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-10deg); }
    60% { transform: rotate(5deg); }
    80% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}
.fixbar { bottom: 0px; display: block; background: rgb(240, 239, 244); border-top: 1px solid rgb(221, 221, 221); width: 100%; box-sizing: border-box; position: fixed; margin: 0px; z-index: 500; backface-visibility: hidden; height: 50px; }
.fixbar ul { margin: 0px; padding: 0px; list-style: none; }
.fixbar ul li { display: inline-block; margin: 0px 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 0px; }
.fixbar .icon-cart-mobile { background: url("../images/cart-mobile.png") no-repeat; }
.cart-total-header-mobile { font-size: 10px; position: absolute; background: red; border-radius: 50%; height: 15px; width: 15px; line-height: 15px; top: 5px; margin-left: 5px; color: rgb(255, 255, 255) !important; }
.fixbar ul li a { font-size: 11px; text-decoration: none; color: rgb(51, 51, 51); }
.fixbar ul li a i { font-size: 20px; }
.plugbar { position: fixed; bottom: 0px; left: 0px; border-top: 1px solid rgb(234, 230, 230); width: 100%; right: 0px; max-width: 767px; margin: 0px auto; background: rgb(255, 255, 255); padding: 9px 10px 10px 7px; z-index: 10; }
.plugbar ul { list-style: none; padding: 0px; margin: 0px; display: flex; justify-content: space-between; align-items: center; }
.plugbar ul li { width: 20%; float: left; }
.plugbar ul li a { display: block; color: rgb(105, 105, 105); font-size: 12px; text-align: center; position: relative; }
.plugbar ul li a i { font-size: 20px; color: rgb(105, 105, 105); }
.plugbar ul li a span { position: absolute; width: 50px; height: 50px; top: -40px; left: calc(50% - 25px); font-size: 14px; display: block; border: 1px solid rgba(234, 230, 230, 0.5); border-radius: 100%; }
.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: rgb(67, 161, 243); color: rgb(255, 255, 255); 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: rgb(255, 255, 255); z-index: 999; top: 0px; left: 40px; transition: all 0.2s ease-in-out 0s; animation: 0.7s ease 0s 1 normal none running headerAnimation; }
.support-online a:hover span { display: block; }
.support-online a { display: block; }
.support-online a span::before { content: ""; width: 0px; height: 0px; border-style: solid; border-width: 10px 10px 10px 0px; 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; border-radius: 100%; border: 2px solid transparent; transition: all 0.5s ease 0s; background-color: rgba(0, 175, 242, 0.5); opacity: 0.75; right: -10px; }
.support-online .kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; border-radius: 100%; border: 2px solid rgb(0, 137, 185); opacity: 0.5; }
.support-online .support-online .btn-support { cursor: pointer; }
.support-online .mes i { background: orange; }
.support-online .sms i { background: red; }
.support-online .call-now i { background: green; }
.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: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â"; }
.wcircle-icon { background: rgb(237, 50, 55); border-radius: 50%; align-items: center; -webkit-box-pack: center; justify-content: center; display: flex !important; position: relative !important; }
.wcircle-icon::before { position: absolute; content: ""; width: 60px; height: 60px; background: rgba(237, 50, 55, 0.5); border: 1px solid rgb(255, 255, 255); border-radius: 50%; left: -5px; top: -5px; animation: 1s ease-in-out 0s infinite normal none running pulse; }
.wcircle-icon::after { position: absolute; content: ""; width: 80px; height: 80px; background: rgba(238, 59, 64, 0.5); border-radius: 50%; left: -15px; top: -15px; animation: 2s ease-in-out 0s infinite normal none running zoomIn; }
.wcircle-menu { left: 0px; top: 0px; display: none; position: absolute !important; }
.wcircle-menu-item { width: 50px; height: 50px; background: rgb(18, 130, 252); border-radius: 50%; display: flex; align-items: center; -webkit-box-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: rgb(255, 255, 255); position: relative; z-index: 9999; }
.shake-anim { animation: 1s ease-in-out 0s infinite normal none running shake-anim; transform-origin: 50% 50%; }
@-webkit-keyframes shake-anim {
    0%, 100%, 50% { transform: rotate(0deg) scale(1) skew(1deg); }
    10%, 30% { transform: rotate(-25deg) scale(1) skew(1deg); }
    20%, 40% { transform: rotate(25deg) scale(1) skew(1deg); }
}
.wrap-album { padding: 50px 0px; }
.item_content_pos { position: relative; width: 100%; margin: 15px auto; }
.zoom_content_pos { overflow: hidden; }
.zoom_content_pos img { width: 100%; }
.name_content_pos { position: absolute; bottom: 0px; left: 0px; width: 100%; text-align: center; }
.name_content_pos h3 a { color: rgb(255, 255, 255); font-size: 26px; font-weight: 900; text-transform: uppercase; transition: all 0.1s ease-in-out 0.1s; }
.item_content_pos:hover .name_content_pos h3 a { color: var(--color-main); transition: all 0.1s ease-in-out 0.1s; }
.wrap-tabs { text-align: center; margin-bottom: 0px; }
.list_mc { display: inline-block; list-style: none; margin: 0px; padding: 0px; text-align: center; }
.list_mc li { position: relative; display: inline-block; line-height: 35px; margin: 0px 2px; border-radius: 25px; }
.list_mc li::after { }
.list_mc li:last-child { background: none; }
.list_mc a { font-size: 14px; color: rgb(0, 0, 0); font-weight: 400; cursor: pointer; text-transform: uppercase; padding: 0px 20px; }
.list_mc li:hover { background: var(--color-main); }
.list_mc li:hover a { color: rgb(255, 255, 255); }
li.active_list_mc { background: var(--color-main); }
li.active_list_mc a { color: rgb(255, 255, 255); }
.item_product { width: 100%; height: auto; margin: 15px auto; position: relative; border: 1px solid rgb(230, 230, 230); padding: 6.5px; background: rgb(255, 255, 255); }
.item_product.product_marin { padding: 6.5px; width: 96.5%; }
.zoom_product { position: relative; background: rgb(255, 255, 255); overflow: hidden; text-align: center; }
.zoom_product::after { }
.zoom_product img { transition: all 1.2s ease 0s; max-width: 100%; margin: 0px auto; }
.item_product:hover { border: 1px solid rgb(237, 50, 55); }
.item_product:hover img { transform: scale(1.1); transition: all 1.2s ease 0s; }
.km_sp { position: absolute; top: 5px; right: 5px; background: url("../images/label_km.png") left top no-repeat; width: 41px; height: 22px; color: rgb(255, 255, 255); text-align: center; line-height: 22px; font-size: 12px; }
.name_product { position: relative; width: 100%; margin: 0px auto; padding: 10px 0px; }
.btn_cart_add { position: absolute; bottom: 10px; right: 0px; width: 35px; height: 35px; background: url("../images/btn_order.png") center center no-repeat rgb(255, 255, 255); border: 1px solid rgb(159, 159, 159); border-radius: 50%; cursor: pointer; }
.btn_cart_add:hover { background: url("../images/btn_order.png") center center no-repeat rgb(0, 0, 0); }
.name_product h3 { font-size: 14px; color: rgb(40, 40, 40); margin: 0px; overflow: hidden; font-weight: 400; }
.name_product h3 a { color: rgb(40, 40, 40); display: block; }
.name_product p { font-size: 15px; color: rgb(51, 51, 51); margin: 0px; }
.name_product p.mota { height: 36px; overflow: hidden; margin-bottom: 5px; }
.name_product p span { color: rgb(224, 11, 16); font-size: 16px; font-weight: 700; }
.name_product p a { color: rgb(51, 51, 51); }
.name_product p.msp_product { color: rgb(153, 153, 153); font-size: 12px; font-weight: 400; margin-top: 10px; }
.price_sp .i_giacu { color: rgb(139, 139, 139); font-size: 13px; text-decoration: line-through; font-weight: 400; margin-top: 4px; }
.quantity-area { margin-top: 10px; margin-bottom: 10px; display: flex; flex-wrap: wrap; align-items: center; }
.quantity-area input#quantity { background: rgb(255, 255, 255); font-weight: 600; height: 32px; padding: 0px; text-align: center; width: 50px; border-top: 1px solid rgb(245, 245, 245); border-bottom: 1px solid rgb(245, 245, 245); border-image: initial; border-left: none; border-right: none; border-radius: 1px; appearance: none; }
.quantity-area input.qty-btn { background: rgb(255, 255, 255); border: 1px solid rgb(238, 238, 238); cursor: pointer; font-weight: 600; font-size: 16px; outline: none; height: 32px; width: 32px; text-align: center; border-radius: 0px; }
.pro-detail-desc-item .btn-buy a { display: inline-block; text-align: center; padding: 7px 20px; font-size: 14px; text-transform: uppercase; color: rgb(255, 255, 255); font-weight: 400; cursor: pointer; border-radius: 3px; border: 1px solid #007b33; }
.pro-detail-desc-item .btn-buy .buy { background: #007b33; }
.pro-detail-desc-item .btn-buy .buynow { background: rgb(0 123 51); }
.pro-detail-desc-item .btn-buy a:hover { background: none; color: #000; }
.btn-buy i { margin-right: 5px; }
.wrap-service { padding: 50px 0px; background: url("../images/bk_gioithieu.jpg") left top repeat; }
.box_news { clear: both; margin: 15px auto; }
.box_news.box_news_slick { width: 92.686%; }
.box_news h3 { margin: 5px 0px; padding: 5px; color: rgb(40, 40, 40); text-transform: uppercase; font-weight: 700; font-size: 14px; z-index: 8; position: relative; }
.box_news h3::after { }
.box_news h3 a { color: rgb(40, 40, 40); display: block; }
.box_news p { color: rgb(40, 40, 40); margin: 0px; padding: 0px 5px; }
.box_news p.small { font-size: 13px; color: rgb(159, 159, 159); }
.box_news p.small span { color: rgb(237, 50, 55); }
.box_news h3:hover { }
.image_boder { position: relative; margin: 0px; background: rgb(255, 255, 255); overflow: hidden; }
.box_news:hover { box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 10px; box-sizing: border-box; transition: all 0.2s ease-in-out 0.2s; }
.box_news .image_boder::before { position: absolute; top: 0px; left: -75%; z-index: 2; display: block; content: ""; width: 50%; height: 100%; background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); transform: skewX(-25deg); }
.box_news:hover .image_boder::before { animation: 0.75s ease 0s 1 normal none running shine; }
@-webkit-keyframes shine {
    100% { left: 125%; }
}
@keyframes shine {
    100% { left: 125%; }
}
.wrap-about { padding: 50px 0px; background: rgb(255, 220, 198); }
.wrap-about .image_gt img { }
.wrap-about .border_gt { }
.wrap-about .border_gt .bk_gt { background: rgb(255, 255, 255); padding: 20px 20px 40px 40px; min-height: 358px; }
.title_about { }
.title_about p { font-size: 35px; color: rgb(0, 0, 0); font-family: MTD; margin: 0px; }
.title_about p span { font-size: 35px; color: rgb(237, 50, 55); text-transform: uppercase; font-family: iCielBCCubano-Normal; margin-left: 5px; }
.title_about p span:first-child { margin-left: 0px; }
.title_about p span:last-child { color: rgb(237, 50, 55); }
.title_about p:last-child { padding-left: 50px; }
.text_gt { max-height: 129px; overflow: auto; }
.wrap-about .border_gt .text_gt::-webkit-scrollbar { width: 5px; }
.wrap-about .border_gt .text_gt::-webkit-scrollbar-track { box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 6px inset; border-radius: 10px; }
.wrap-about .border_gt .text_gt::-webkit-scrollbar-thumb { border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 6px inset; }
.title_video { width: 100%; height: 45px; position: absolute; bottom: 0px; left: 0px; background: rgba(0, 0, 0, 0.4); color: rgb(255, 255, 255); line-height: 45px; padding: 0px 20px; transition: all 0.4s ease-in-out 0.4s; }
.hover_video { opacity: 0; width: 100%; height: 100%; position: absolute; top: 0px; background: url("../images/i_play.png") center center no-repeat rgba(0, 0, 0, 0.5); transition: all 0.3s ease-in-out 0.3s; }
.hover_video h3 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: rgb(255, 255, 255); text-transform: uppercase; font-size: 15px; margin: 0px; }
.item_video:hover .title_video { transition: all 0.4s ease-in-out 0.4s; bottom: -45px; }
.item_video:hover .hover_video { transition: all 0.3s ease-in-out 0.3s; opacity: 1; }
.wrap-dambao { padding: 40px 0px; }
.wrap-tieuchi { margin-top: 50px; background: url("../images/bk_quytrinh.jpg") right top / cover no-repeat; }
.wrap-tieuchi-padtop { padding-top: 50px; }
.item_dambao { position: relative; width: 95%; margin: 10px auto; }
.item_dambao .zoom_dambao { position: relative; float: left; margin: 5px 20px 5px auto; height: 65px; text-align: center; }
.item_dambao .zoom_dambao::after { content: ""; position: absolute; top: 5px; right: -10px; width: 1px; height: 25px; background: rgb(244, 180, 71); }
.item_dambao .zoom_dambao.zoom_dambao_nopic { position: relative; float: left; margin: 5px 20px 5px auto; height: 100px; text-align: center; }
.item_dambao .zoom_dambao.zoom_dambao_nopic::after { background: none; }
.item_dambao .zoom_dambao.zoom_dambao_nopic p { width: 65px; height: 65px; border: 5px solid rgb(244, 180, 71); border-radius: 50%; text-align: center; line-height: 55px; font-size: 25px; color: rgb(247, 147, 29); font-weight: 300; }
.item_dambao img { transition: all 1s ease-out 0s; margin: 0px auto !important; }
.item_dambao h3 { font-size: 18px; color: rgb(255, 255, 255); text-transform: capitalize; padding-top: 5px; font-weight: 400; }
.item_dambao p { font-size: 14px; color: rgb(255, 255, 255); font-weight: 300; }
.item_dambao h3 a, .item_dambao p a { color: rgb(255, 255, 255); }
.item_dambao:hover img { transform: rotateY(360deg); }
.mydiv0 .zoom_dambao_nopic p { animation: 7s ease 0s infinite normal none running myanimation; }
.mydiv1 .zoom_dambao_nopic p { animation: 7s ease 0s infinite normal none running myanimation-1; }
.mydiv2 .zoom_dambao_nopic p { animation: 7s ease 0s infinite normal none running myanimation-2; }
.mydiv3 .zoom_dambao_nopic p { animation: 7s ease 0s infinite normal none running myanimation-3; }
@keyframes myanimation {
    0% { color: rgb(244, 180, 71); background: none; }
    25% { color: rgb(0, 0, 0); background: rgb(244, 180, 71); }
    50% { color: rgb(244, 180, 71); background: none; }
    75% { color: rgb(244, 180, 71); background: none; }
    100% { color: rgb(244, 180, 71); background: none; }
}
@keyframes myanimation-1 {
    0% { color: rgb(244, 180, 71); background: none; }
    25% { color: rgb(244, 180, 71); background: none; }
    50% { color: rgb(0, 0, 0); background: rgb(244, 180, 71); }
    75% { color: rgb(244, 180, 71); background: none; }
    100% { color: rgb(244, 180, 71); background: none; }
}
@keyframes myanimation-2 {
    0% { color: rgb(244, 180, 71); background: none; }
    25% { color: rgb(244, 180, 71); background: none; }
    50% { color: rgb(244, 180, 71); background: none; }
    75% { color: rgb(0, 0, 0); background: rgb(244, 180, 71); }
    100% { color: rgb(244, 180, 71); background: none; }
}
@keyframes myanimation-3 {
    0% { color: rgb(244, 180, 71); background: none; }
    25% { color: rgb(244, 180, 71); background: none; }
    50% { color: rgb(244, 180, 71); background: none; }
    75% { color: rgb(244, 180, 71); background: none; }
    100% { color: rgb(0, 0, 0); background: rgb(244, 180, 71); }
}
.wrap-other { padding: 0px 0px 50px; }
.icon_xemthem { margin: 20px 0px 0px; border: 1px solid rgb(212, 212, 212); position: relative; color: rgb(212, 212, 212); text-transform: capitalize; cursor: pointer; font-size: 14px; display: inline-block; padding: 8px 35px 8px 25px; background: rgb(255, 255, 255); border-radius: 25px; }
.icon_xemthem a { color: rgb(212, 212, 212); }
.icon_xemthem::after { content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; top: 8px; right: 15px; font-size: 15px; }
.icon_xemthem:hover { color: rgb(255, 255, 255); background: rgb(237, 50, 55); border: 1px solid rgb(237, 50, 55); }
.icon_xemthem:hover a, .icon_xemthem:hover::after { color: rgb(255, 255, 255); }
.icon_xemthem2 { position: absolute; top: 20px; right: 0px; margin: 0px; font-weight: 400; color: rgb(255, 255, 255); cursor: pointer; display: inline-block; padding: 10px 25px; background: rgb(237, 50, 55); border: 1px solid rgb(237, 50, 55); border-radius: 25px; transition: all 0.2s ease-out 0s; font-family: 'Open Sans', sans-serif !important; font-size: 13px !important; text-transform: uppercase !important; }
.icon_xemthem2 a { color: rgb(255, 255, 255); }
.icon_xemthem2::after { }
.icon_xemthem2:hover { background: rgb(255, 255, 255); transition: all 0.2s ease-out 0s; }
.icon_xemthem2:hover a { color: rgb(237, 50, 55); transition: all 0.2s ease-out 0s; }
.icon_xemthem3 { border: 1px solid rgb(237, 50, 55); position: relative; color: rgb(0, 0, 0); text-transform: uppercase; cursor: pointer; font-size: 15px; display: inline-block; padding: 8px 35px; background: none; border-radius: 25px; }
.icon_xemthem3 a { color: rgb(0, 0, 0); }
.icon_xemthem3::after { }
.icon_xemthem3:hover { color: rgb(255, 255, 255); background: rgb(237, 50, 55); border: 1px solid rgb(237, 50, 55); }
.icon_xemthem3:hover a { color: rgb(255, 255, 255); }
.icon_xemthem4 { border: 1px solid rgb(237, 50, 55); position: relative; color: rgb(255, 255, 255); text-transform: uppercase; cursor: pointer; font-size: 14px; display: inline-block; padding: 8px 25px; background: rgb(237, 50, 55); border-radius: 5px; }
.icon_xemthem4 a { color: rgb(255, 255, 255); }
.icon_xemthem4::after { }
.icon_xemthem4:hover { color: rgb(237, 50, 55); background: rgb(255, 255, 255); border: 1px solid rgb(237, 50, 55); }
.icon_xemthem4:hover a { color: rgb(237, 50, 55); }
.carlton_map_weather { width: 100%; position: relative; }
.carlton_map_weather .ten_chinhanh { }
.carlton_map_weather ul { list-style: none; max-width: 1200px; margin: 0px 80px; padding: 0px; overflow: auto; height: 310px; }
.carlton_map_weather ul::-webkit-scrollbar { width: 5px; }
.carlton_map_weather ul::-webkit-scrollbar-track { box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 6px inset; border-radius: 10px; }
.carlton_map_weather ul::-webkit-scrollbar-thumb { border-radius: 10px; box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 6px inset; }
.carlton_map_weather ul li { vertical-align: middle; font-size: 14px; cursor: pointer; text-transform: uppercase; color: rgb(51, 51, 51); margin: 5px; padding-left: 0px; width: 90%; }
.carlton_map_weather ul li i { color: rgb(0, 150, 213); margin-right: 5px; }
.carlton_map_weather .ten_chinhanh .name_bando { font-size: 25px; color: rgb(237, 50, 55); padding-left: 80px; padding-top: 50px; font-weight: 700; }
.carlton_map_weather .ten_chinhanh .content_bando { border-bottom: 1px solid rgb(239, 239, 239); padding-bottom: 20px; margin-bottom: 20px; }
.carlton_map_weather .ten_chinhanh .content_bando p { margin: 0px; }
.carlton_map_weather .ten_chinhanh .content_bando .name_chinhanh { font-size: 13px; color: rgb(40, 40, 40); font-weight: 700; }
.carlton_map_weather ul li:hover, .carlton_map_weather ul li.act { }
.carlton_map_weather_tab section { overflow: hidden; background: rgb(255, 255, 255); }
.carlton_map_weather_tab section iframe { width: 100%; display: block; height: 460px; }
.carlton_map_weather_tab section { display: none; }
.i_next_prev .slick-prev { left: 27%; width: 53px !important; height: 53px !important; background: url("../images/i_prev.png") left top no-repeat !important; opacity: 1 !important; }
.i_next_prev .slick-next { transform: rotateY(180deg); right: 27%; width: 53px !important; height: 53px !important; background: url("../images/i_prev.png") left top no-repeat !important; opacity: 1 !important; }
.i_next_prev .slick-prev::before, .i_next_prev .slick-next::before { opacity: 0; }
.slick-prev::before, .slick-next::before { color: rgb(51, 51, 51); }
.modal-dialog { max-width: 800px; margin: 1.75rem auto; }
.ab-big { flex: 1 1 39.497%; max-width: 39.497%; }
.ab-small { flex: 1 1 60.5%; max-width: 60.5%; }
.icon_block { width: 100%; height: 43px; background: url("../images/i_dmsp.jpg") left center no-repeat rgb(237, 50, 55); padding-left: 70px; font-weight: 700; line-height: 43px; font-size: 14px; color: rgb(255, 255, 255); text-transform: uppercase; }
.menu-l { width: 100%; z-index: 9; position: sticky; top: 70px; }
.menu-l ul li { list-style: none; border-bottom: 1px solid rgb(230, 230, 230); border-top: none; padding: 12.5px 10px; line-height: 20px; text-align: left; background: url("../images/node2.png") 15px center no-repeat; }
.menu-l ul li:last-child { border-bottom: none; }
.menu-l ul li b { font-weight: 400; }
.menu-l ul li a { display: block; color: rgb(40, 40, 40); padding-right: 20px; font-size: 14px; padding-left: 25px; font-weight: 400; }
.menu-l ul li a span { display: block; font-size: 16px; }
.menu-l ul li a:hover { color: rgb(237, 50, 55); }
.menu-l ul li ul { position: absolute; top: 0px; left: 95%; min-height: 0px; background: rgba(255, 255, 255, 0.8); padding-left: 0px; }
.menu-l ul li ul li { position: relative; background: url("../images/node2.png") 15px center no-repeat; }
.menu-l ul li ul li a { background: none; }
.menu-l ul li ul li ul { top: 0px !important; }
.icon_block .menu-l ul li:hover > ul { display: block !important; }
.menu-l ul li:hover > ul { display: block !important; }
.menu-l ul li ul:hover { background: rgb(255, 255, 255); }
.showopen { background: rgb(255, 255, 255); display: none !important; }
.showopen li ul { background: rgb(255, 255, 255) !important; }
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * { color: rgb(255, 255, 255); font-weight: 700; text-transform: uppercase; font-size: 16px; }
.mm-menu { background: rgb(3, 130, 62); }
.mm-menu .mm-listview > li a:not(.mm-next), .mm-menu .mm-listview > li .mm-next::after, .mm-menu em.mm-counter { color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); text-transform: uppercase; font-size: 15px; }
.mm-menu .mm-btn::after, .mm-menu .mm-btn::before { border-color: rgb(255, 255, 255); }
#goidien { display: none; }
.noidung p, .noidung h1, .noidung h2, .noidung h3, .noidung h4, .noidung h5 { margin-top: 0px; margin-bottom: 1rem; }
.header_mm a::before, .header_mm a::after, .header_mm a span { background: #007b33; }
.table-responsive { width: 100%; margin-bottom: 15px; overflow: auto hidden; border: 1px solid rgb(221, 221, 221); }
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0px; overflow: hidden; margin-bottom: 1em; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; }
.modal-title { text-align: center; width: 100%; }
.modal-title a { font-weight: 700; font-size: 18px; color: #ffcc00; }
.modal-title a i { margin-right: 5px; width: 40px; line-height: 40px; border-radius: 100%; background: #ffcc00; color: #fff; }
.modal-header { padding: 10px }
.light_star { position: relative; overflow: hidden; }
.light_star:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); content: ''; z-index: 10; -webkit-transition: -webkit-transform 0.6s; transition: transform 0.6s; -webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0); transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0); }
.light_star:hover:before { webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0); transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0); }
.header_mm { display: none }

/****RES****/
@media (max-width:1200px) {
    .wrap-content, .main_hd .wrap-content { width: 100%; padding: 0 10px }
    .container_s { overflow: hidden; }
}
@media(max-width:1000px) { }
@media(max-width:980px) { }
@media(max-width:768px) {
    .header_mm { display: block }
    .danhmuc-sp { display: none }
    .menu-parent2 > li { margin: 0; width: 40px; height: 40px; line-height: 40px; font-size: 19px; border: 2px solid #007b33; color: #007b33; }
    .main_hd { position: relative; top: 0; }
    .main_hd .wrap-content { justify-content: space-between; flex-wrap: wrap; align-items: center; padding-left: 0; }
    .logo { zoom: 0.6; }
    .hotro_hd .wrap-content { height: 35px; }
    .menu-parent2 > li:first-child, .menu-parent2 > li:last-child { display: none !important; }
    .tieuchi_w { padding: 30px 0; }
    .thanh_title { margin-top: 40px; }
    .thanh_title img { zoom: 0.6; }
    .thanh_title h2 { font-size: 1.6em; }
    .thanh_sp h2 { font-size: 1.2em; }
    .item_list, .bottom_m, .tintuc_m { padding-bottom: 40px; }
    .icon_gh span { width: 100%; line-height: 35px; }
    .slick_quangcao a { height: 250px; }
    .camnhan_bt { width: 100%; padding: 0; }
    .video_m { width: 100%; padding: 0 }
    .thanh_bt { margin-top: 30px; }
    .thanh_bt h2, .nhantin h2 { font-size: 1.6em; }
    .nhantin_m { width: 100%; }
    .fan_m { width: 100%; padding: 0; margin-top: 30px; }
    .nhantin_fan { padding: 40px 0; }
    .main_ft { padding: 10px 0 40px; }
    .thongtin_ft, .chinhsach_ft, .map_ft { width: 100%; }
    .thongtin_ft >h2 { font-size: 1.6em; }
    .thanh_ft { margin-top: 20px; }
    .tags_ft .wrap-content { padding: 20px 10px; }
    .copy_ft .wrap-content { flex-flow: column; justify-content: center; text-align: center; }
    .ul-child2 { top: 65px; right: 0; }
    .content-sp { width: 100% }
    .header_mm a { display: block; position: relative; transform: initial; }
    .icon { display: none !important }
    #main_menu { width: initial; display: flex; align-items: center; }
    .timkiem { width: 80%; padding-top: 10px; }
    .grid_sp, .grid_new { grid-template-columns: repeat(2, 1fr); }
    .box-news { grid-template-columns: repeat(1, 1fr) }
    .frm-contact { width: 100% }
    .thongtin-contact { width: 100%; margin-bottom: 20px }
    .pro-detail-images { width: 100%; padding: 0 }
    .pro-detail-desc { width: 100%; margin-top: 20px }
    .pro-detail-content { margin: 0 }
    #goidien { display: block; }
    #tienich { display: none; }
}
@media(max-width:500px) {
    .logo { zoom: 0.4; }
    .item_tc h3 { font-size: 14px; line-height: 20px; }
    .thanh_title img { zoom: 0.5; }
    .thanh_title h2, .thanh_bt h2, .nhantin h2 { font-size: 1.3em; }
    .thanh_title p { font-size: 14px; }
    .slick_danhmuc, .slick_sanpham, .slick_tin { margin: 0 -7.5px }
    .slick_danhmuc .slick-slide, .slick_sanpham .slick-slide, .slick_tin .slick-slide { margin: 0 7.5px }
    .thanh_sp h2 { font-size: 1.1em; }
    .mota_pro h3 a { font-size: 14px; }
    .mota_pro p span { font-size: 15px; }
    .icon_gh span { line-height: 30px; }
    .slick_quangcao a { height: 140px; }
    .item_cn h3 { font-size: 15px; }
    .nhantin { padding: 40px 15px; }
    .nhom { grid-template-columns: repeat(1, 1fr); }
    .but_gui { line-height: 40px; width: 150px; }
    .but_gui span { margin-right: 10px }
    .thongtin_ft >h2 { font-size: 1.5em; }
    .nhantin p { font-size: 14px; }
    .grid_pro { grid-template-columns: repeat(2, 1fr); grid-gap: 15px; }
    .fixed .logo { zoom: 0.3; }
}
@media(max-width:369px) { }