@charset "UTF-8";

/* Main */
:root { --color-main: #35a85f; --color-medium-red: #cc2c32; --color-dark-red: #c31829; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #000; --color-gray: #6c757d; --mm-color-background: #35a85f; --mm-color-text: #fff; }
body { font-size: 14px; font-family: 'Oswald', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; color: #333; top: 0 !important; font-weight: 400; font-size: 14px; }
img { max-width: 100%; height: auto; vertical-align: top; }
a, input, textarea { outline: none; padding: 0px; text-decoration: none; }
a:hover { text-decoration: none; }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/*box-flex*/
.box-flex-end { display: flex; flex-wrap: wrap; justify-content: flex-end; }
.box-flex-center { display: flex; flex-wrap: wrap; justify-content: center; }
.box-flex-star { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.box-flex { display: flex; flex-wrap: wrap; justify-content: space-between; }
.flex-end { align-items: flex-end; }
.flex-star { align-items: flex-start; }
.flex-center { align-items: center; }
.w-clear:after { display: block; content: ""; clear: both; }
.mg5 { margin-right: -5px !important; margin-left: -5px !important; }
.pd5 { padding: 5px !important; }
.pd0 { padding: 0 !important; }
.mg0 { margin: 0 !important; }
.pad_pic { padding: 5px !important; }
.pad_video { padding: 10px; }
.pad_video_1 { padding: 0px; }
.pad_video_2 { padding: 10px 10px; padding-bottom: 10px; }
.five_sp { -ms-flex: 0 0 19.5%; 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; }
.container_s { position: relative; width: 100%; }
.wrap-main { max-width: 1200px; margin: 40px auto; }
.wrap-home { max-width: 100%; padding: 0px; }
.wrap-content { max-width: 1200px; margin: 0px auto; }
.wrap-index { width: 100%; position: relative; z-index: 3; }
.wrap-info { padding: 25px 10px; position: relative; z-index: 2; }
.wrap-2-col { padding: 50px 0px; padding-top: 40px; padding-bottom: 0px; }
.pd25 { padding-bottom: 25px; }

/* alert-warning */
.alert-warning strong { font-weight: 400; }

/* General */
.title-main { position: relative; text-align: left; margin-bottom: 30px; padding-bottom: 15px; font-size: 30px; font-weight: 500; color: #ffffff; }
.title-main:after { position: absolute; content: ''; background: #dd0614; width: 60px; height: 3px; bottom: 0; left: 0; }
.title-main-pro { font-family: 'Roboto Condensed', sans-serif; position: relative; margin-bottom: 20px; text-align: center; }
.title-main.banner-detail { min-height: 340px; display: flex; justify-content: center; align-items: center; }
.title-main.banner-detail span { color: #ffff; font-size: 40px; }
.title-main span, .title-main-pro span { display: block; color: #35a85f; text-transform: capitalize; font-weight: 700; font-size: 20px; }
.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: #35a85f; }
.title-main p { color: #282828; font-size: 25px; margin-top: 0px; }
.time-main { margin-bottom: 0.75rem; font-size: 13px; }
.time-main i { vertical-align: top; margin: 3px 7px 0px 0px; }
.time-main span { vertical-align: top; display: inline-block; }
.control-carousel { position: absolute; top: calc(50% - 30px/2); margin-bottom: 0px; width: 30px; height: 30px; text-align: center; line-height: 30px; border: 1px solid #eee; z-index: 2; background-color: #fff; color: #ccc; cursor: pointer; }
.control-carousel:hover { background-color: var(--color-main); border-color: var(--color-main); color: #fff; }
.prev-carousel { left: 0px; }
.next-carousel { right: 0px; }

/* header */
.header { position: absolute; top: 0; left: 0; right: 0; text-align: center; z-index: 999; }
.social-header { display: flex; justify-content: flex-end; align-items: center; }
.social-header a { margin: 0px 2px; }

/* logo  */
.logo { display: block; position: relative; text-align: center; margin: 0; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
.logo img { transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; z-index: 2; position: relative; }
.menu.fixed { position: fixed; top: 0; left: 0; right: 0; transition: 0.3s all; z-index: 999; box-shadow: 0 5px 5px -5px #ffffff7a; background: #ffae51; display: flex; justify-content: space-between; align-items: center; width: 100%; margin: 0px auto; padding: 0 110px; }
.menu.fixed .menu-bar { padding: 0; margin: 0; border: 0; width: 50%; }
.menu.fixed .menu-bar li { text-align: center; width: unset; flex: auto; padding: 10px 0; }
.header.fixed .logo img { max-width: 85%; transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }
.menu-res.fixed { position: fixed; top: 0; left: 0; right: 0; transition: 0.3s all; z-index: 999; box-shadow: 0 2px 5px rgb(0 0 0 / 12%); }

/* Slideshow */
.wrap-slideshow { position: relative; overflow: hidden; }
.slideshow a { display: block; cursor: pointer; }
.slideshow-img { position: relative; }
.slideshow-img:after { position: absolute; content: ''; background: #00000073; top: 0; left: 0; right: 0; bottom: 0; }
.slideshow-img img { width: 100%; object-fit: cover; height: 100%; }
.slideshow:hover .control-slideshow { opacity: 0.3; }
.slideshow .control-slideshow:hover { opacity: 0.8; }
.control-slideshow { opacity: 0; position: absolute; z-index: 2; top: calc(50% - 50px/2); width: 35px; height: 50px; text-align: center; line-height: 50px; font-size: 25px; cursor: pointer; margin: 0px; background-color: #000000; border-radius: 3px; }
.control-slideshow i { color: #ffffff; }
.prev-slideshow { left: 20px; padding-right: 3px; }
.next-slideshow { right: 20px; padding-left: 3px; }
.slideshow .owl-theme .owl-nav.disabled + .owl-dots { position: absolute; margin: 0; bottom: 20px; right: 60px; }
.slideshow .owl-theme .owl-dots .owl-dot span { width: 15px; height: 15px; background: #1262a9; }
.slideshow .owl-theme .owl-dots .owl-dot.active span, .slideshow .owl-theme .owl-dots .owl-dot:hover span { background: #c1951a; }
.slideshow .content {position: absolute;z-index: 2;top: 30%;left: 280px;transform: translateY(-30%);}
.slideshow .content h3 { font-size: 60px; color: #ffe5a8; font-family: 'Playfair Display', serif; font-weight: 400; margin: 0; text-shadow: 0 0 5px #fff; }
.slideshow .owl-item.active .content h3 { -webkit-animation: fadeInUp 0.7s ease-in-out backwards; -moz-animation: fadeInUp 0.7s ease-in-out backwards; -o-animation: fadeInUp 0.7s ease-in-out backwards; -ms-animation: fadeInUp 0.7s ease-in-out backwards; -webkit-animation-delay: 0.7s; -o-animation-delay: 0.7s; animation-delay: 0.7s; }
.slideshow-child2 { position: absolute; bottom: 50px; border: 4px solid #ffe3c3; z-index: 99; max-width: 275px; left: 290px; }
.slideshow-child3 { position: absolute; top: 230px; right: 180px; z-index: 9; width: 215px; }
.slideshow-child3:after { position: absolute; content: ''; background: url(../images/bong.png) no-repeat; width: 395px; height: 370px; bottom: -190px; left: -70px; z-index: -1; }
.slideshow-child3 .slick-slideshow__child { position: relative; background: #ffe3c3; padding: 15px; padding-bottom: 50px; }
.slideshow-child3 .slick-slideshow__child:after { position: absolute; content: ''; background: url(../images/box.png) no-repeat; background-size: 100% 100%; width: 110px; height: 70px; top: -29px; left: 50%; transform: translateX(-50%); z-index: 1; }
.title-slideshow { position: absolute; top: 110%; right: 0; width: 500px; text-align: right; z-index: 4; }
.title-slideshow p { margin: 0; color: #ffe5a8; font-family: 'UVFFiolexGirls-Regular'; font-size: 48px; }

/* Menu */
.menu { position: relative; width: 74%; z-index: 99; }
.menu-bar:first-child { border-bottom: 1px solid #ffffff47; padding-bottom: 20px; margin-bottom: 20px; }
.menu-bar { list-style: none; margin: 0; padding: 0; position: relative; width: 67%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-right: auto; z-index: 2; }
.menu-bar li:nth-child(1) { text-align: left; }
.menu-bar li:nth-child(4) { text-align: right; }
.menu-bar li { position: relative; list-style: none; z-index: 11; padding: 0; width: 25%; }
.menu-bar li ul li { width: 100%; margin: 0; }
.menu > ul > li > a { border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }
.menu-bar li > a { position: relative; display: block; font-size: 16px; text-transform: uppercase; color: #fff; margin: 0; font-weight: 300; z-index: 4; padding: 0 0; cursor: pointer; }
.menu-bar li ul li a { padding: 10px; width: 100%; text-align: left; border-radius: 0; line-height: unset; font-size: 14px; height: unset; }
.menu-bar li:hover > a, .menu ul li > a.active { color: yellow; }
.menu-bar .sub_menu { background: #e9c259; position: absolute; padding: 0; z-index: 999; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05); -webkit-transform: rotate3d(1, 0, 0, -90deg); -moz-transform: rotate3d(1, 0, 0, -90deg); -o-transform: rotate3d(1, 0, 0, -90deg); -ms-transform: rotate3d(1, 0, 0, -90deg); transform: rotate3d(1, 0, 0, -90deg); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -o-transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; transform-origin: 0 0 0; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; min-width: 250px; top: 100%; left: 0; }
.menu-bar ul>li>ul { top: 100%; }
.menu-bar li:hover>.sub_menu { -webkit-transform: rotate3d(0, 0, 0, 0deg); -moz-transform: rotate3d(0, 0, 0, 0deg); -o-transform: rotate3d(0, 0, 0, 0deg); -ms-transform: rotate3d(0, 0, 0, 0deg); transform: rotate3d(0, 0, 0, 0deg); }
.menu-bar .sub_menu .sub_menu { left: 100%; top: 0; margin-top: 0; -webkit-transform: rotate3d(0, 1, 0, 90deg); -moz-transform: rotate3d(0, 1, 0, 90deg); -o-transform: rotate3d(0, 1, 0, 90deg); -ms-transform: rotate3d(0, 1, 0, 90deg); transform: rotate3d(0, 1, 0, 90deg); }
.menu-bar .sub_menu li:not(:first-child) { border-top: 1px solid #0000001c }
.menu-bar ul li .sub_menu li { position: relative }

/* Search */
.search { position: relative; margin: 0; width: 33%; display: flex; justify-content: flex-end; }
.search p { cursor: pointer; text-align: center; color: #fff; font-size: 17px; position: relative; z-index: 9; margin: 0; width: 40px; height: 40px; background: transparent; display: flex; align-items: center; justify-content: center; }
.search input { width: 0; height: 35px; outline: none; background: #fff; font-size: 13px; opacity: 0; color: #333; transition: opacity 0.5s, width 0.5s; position: absolute; right: 0; top: 50%; padding: 0; border: 0; z-index: 8; border-radius: 50px; text-indent: 15px; transform: translateY(-50%); }
.search.show input { width: 220px; opacity: 1; }
.search.show p { color: #866e4c; }
.search input::-webkit-input-placeholder { color: #b2b2b2; }
.search input:-moz-placeholder { color: #b2b2b2; }
.search input::-moz-placeholder { color: #b2b2b2; }
.search input:-ms-input-placeholder { color: #b2b2b2; }

/* Menu RP */
.menu-res { position: sticky; top: 0; display: none; line-height: unset; height: 60px; z-index: 999999; background: #cd8f49; }
.menu-bar-res { height: 60px; padding: 0px 10px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; justify-content: space-between; }
#menu { display: none; }
#hamburger { display: block; height: 23px; position: relative; width: 33%; }
#hamburger:before, #hamburger:after, #hamburger span { background: #fff; content: ''; display: block; height: 3px; position: absolute; left: 0px; width: 35px; }
#hamburger:before { top: 0px; }
#hamburger span { top: 10px; }
#hamburger:after { top: 20px; }
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity; }
.mm-wrapper_opening #hamburger:before, .mm-wrapper_opening #hamburger:after { top: 10px; }
.mm-wrapper_opening #hamburger span { left: -50px; opacity: 0; }
.mm-wrapper_opening #hamburger:before { transform: rotate(45deg); }
.mm-wrapper_opening #hamburger:after { transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }
.mm-listitem a h2 { font-size: 16px; text-transform: uppercase; }
.mm-navbar__title { text-transform: uppercase; font-size: 16px; }

/* slick-dots-cus */
.slick-d__none { display: none; }
.slick-d__none.slick-initialized { display: block; }
.slick-dots-cus .slick-dotted.slick-slider { margin: 0; }
.slick-dots-cus .slick-dots { position: absolute; bottom: -30px; left: 50%; transform: translateX(-50%); }
.slick-dots-cus .slick-dots li button, .slick-dots-cus .slick-dots li { width: 60px; background: #cccccc; padding: 0; height: 2px; }
.slick-dots-cus .slick-dots li button:before { display: none; }
.slick-dots-cus .slick-dots li.slick-active button { background: #dfac9b; }

/* slick-arrow */
.css-arrow { position: absolute; top: 50%; left: -40px; transform: translateY(-50%); cursor: pointer; z-index: 10; }
.css-arrow.arrow-next { left: unset; right: -40px; transform: translateY(-50%) scaleX(-1); }

/* wrap-about */
.wrap-about { position: relative; padding: 40px 0px; background: url(../images/bg-about.jpg) no-repeat; background-size: cover; min-height: 860px; }
.wrap-about .wrap-content { max-width: 1080px; position: relative; }
.arrow-ab { position: absolute; top: 190px; margin: 0; left: 100px; cursor: pointer; }
.arrow-ab.ab-prev { transform: scaleX(-1); }
.arrow-ab.ab-next { left: unset; right: 100px; }
.about-content a.scale-img { position: relative; z-index: 2; }
.about-content:after { position: absolute; content: ''; background: url(../images/at-about.png) no-repeat; width: 480px; height: 550px; top: 0; left: 50%; transform: translateX(-50%); }
.about-content { position: relative; width: 31%; padding-top: 185px; }
.title-about { position: relative; text-align: center; margin-top: 20px; z-index: 2; }
.title-about h2 { font-size: 24px; color: #1b170e; font-family: 'Playfair Display', sans-serif; font-weight: 400; }
.title-about .content { font-size: 16px; font-weight: 300; color: #a38c56; }
.slick-about, .slick-about_first {width: 31%;position: relative;z-index: 2;}
.title-imgabout { text-align: center; margin: 10px 0 0 0; font-family: 'Playfair Display', sans-serif; font-size: 24px; color: #1b170e; font-weight: 400; }

/* box-feedback */
.box-feedback { width: 45%; position: relative; }
.box-feedback:after { position: absolute; content: ''; background: #ffae51; width: 420px; height: 425px; top: 30px; left: 0; }
.title-feedback { color: #fff; margin: 0; font-family: 'VL-Pateglamt-Script'; font-size: 65px; text-transform: capitalize; position: absolute; z-index: 2; transform: rotate(-90deg); left: -35px; bottom: 170px; }
.box-item__feedback { position: relative; z-index: 2; width: 80%; margin-left: auto; }
.item-feedback { }
.item-feedback a.scale-img { border: 2px solid #fff; border-radius: 50%; display: table; margin-left: auto; margin-bottom: -60px; position: relative; z-index: 4; }
.item-feedback .content { position: relative; background: #fff; padding: 40px; padding-bottom: 100px; }
.item-feedback h3 { font-size: 24px; font-family: 'Playfair Display', serif; color: #1b170e; margin-bottom: 15px; }
.item-feedback span { display: block; font-size: 15px; color: #ffae51; font-family: 'Playfair Display', serif; font-weight: 400; margin-bottom: 20px; }
.item-feedback p { margin: 0; font-size: 17px; font-weight: 300; color: #2c2c2c; line-height: 30px; height: 180px; background: url(../images/quote.png) no-repeat left top; padding-left: 50px; }

/* item-news__other */
.item-news__other { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 10px; border: 1px solid #cccccc73; padding: 5px; }
.item-news__other .content { width: calc(100% - 110px); }
.item-news__other h3 a { font-size: 14px; line-height: 20px; font-weight: 500; color: #333; -webkit-line-clamp: 2; }
.item-news__other p { font-size: 13px; font-weight: 400; line-height: 20px; -webkit-line-clamp: 2; height: 40px; }
.item-news__other:hover h3 a { color: #2223e8; }

/* wrap-branch */
.wrap-branch { position: relative; padding: 30px 0px; }
.grid-branch { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 10px; }
.item-branch { position: relative; }
.item-branch h3 { font-size: 14px; color: #e9c259; text-transform: uppercase; font-weight: 400; margin-bottom: 15px; }
.item-branch p { margin: 5px 0; font-size: 13px; color: #4c4c4c; font-weight: 400; }

/* tab-album */
.tab-album { padding: 0; text-align: center; margin-bottom: 35px; }
.tab-album li { list-style: none; text-align: center; display: inline-block; font-size: 15px; font-weight: 700; text-transform: capitalize; color: #e9c259; border: 1px solid; padding: 7px 30px; border-radius: 50px; cursor: pointer; }
.tab-album li.act, .tab-album li:hover { background: #e9c259; color: #fff; }
.slick-album { max-width: 1285px; margin-left: auto; text-align: center; }
.slick-album .slick-slide { width: 175px; }
.slick-album .slick-track { margin-left: 0; right: 0; left: unset; }

/* wrap-album */
.wrap-album { position: relative; padding: 40px 0px; background: #fc0; }
.grid-album { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 15px; }
.grid-album a.scale-img img { width: 100%; height: 100%; object-fit: cover; }
.grid-album .content { position: relative; text-align: center; margin-top: 10px; }
.grid-album h3 a { font-size: 18px; font-weight: 700; text-transform: capitalize; color: #fff; }
.item-album:hover h3 a { color: #e9c259; transition: 0.3s all; }

/*  */
.box-contact { width: 39%; }
.box-contact .title-h2 h2, .box-contact .title-h2 p { color: #fff; }
.box-contact #FormContact { position: relative; }
.box-contact .input-contact.textarea { grid-column: 3 / 5; grid-row: 1 / 3; border-left: 1px solid #ccc; padding-left: 15px; }
.box-contact .input-contact input, .box-contact .input-contact textarea, .box-contact .input-contact select { font-size: 16px; color: #333; border: 0; background: #fff; height: 55px; border-radius: 50px; text-indent: 30px; }
.box-contact .input-contact textarea { height: 105px; }
.box-contact .btn-contact { text-align: center; width: 100%; }
.box-contact .btn-contact input { background: #d2a157; border-radius: 50px; width: 170px; font-size: 17px; font-weight: 400; height: 50px; line-height: 50px; color: #fff; }
.box-contact .btn-contact input:hover { background: #ae6f28; }
.box-contact .input-contact input::-webkit-input-placeholder, .box-contact .input-contact textarea::-webkit-input-placeholder { color: #333; }
.box-contact .input-contact input:-moz-placeholder, .box-contact .input-contact textarea:-moz-placeholder { color: #333; }
.box-contact .input-contact input::-moz-placeholder, .box-contact .input-contact textarea::-moz-placeholder { color: #333; }
.box-contact .input-contact input:-ms-input-placeholder, .box-contact .input-contact textarea:-ms-input-placeholder { color: #333; }

/* arrow */
.cus-arrow { cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); left: -20px; z-index: 2; }
.cus-arrow.cus-next { transform: translateY(-50%) scaleX(-1); left: unset; right: -20px; }

/* partner */
.wrap-partner { position: relative; }
.wrap-partner .d-flex { }
.title-partner { position: relative; width: 17%; background: rgb(3, 193, 237); background: linear-gradient(90deg, rgba(3, 193, 237, 1) 0%, rgba(0, 1, 229, 1) 100%); padding: 50px; padding-left: 70px; color: #fff; padding-right: 0; }
.title-partner:after { position: absolute; content: ''; top: 0; bottom: 0; background: #0002e5; width: 25px; clip-path: polygon(100% 50%, 0 0, 0 100%); right: -25px; }
.title-partner h2 { margin: 0; font-size: 22px; font-weight: 100; text-transform: uppercase; }
.title-partner strong { display: block; font-size: 30px; font-weight: 900; margin-top: 5px; }
.box-slick__partner { width: 80%; }
.slick-partner { max-width: 1200px; }
.slick-partner .slick-slide { margin: 5px 15px; }
.slick-partner .slick-slide a.scale-img { display: table; margin: 0px auto; }

/* video  */
.box-video { width: 51%; position: relative; z-index: 2; }
.listvideos { position: relative; width: 100%; background: #ffffff6e; border: 0; padding: 10px; font-size: 15px; color: #333; margin-top: 10px; font-weight: 400; }
.box-list-video { display: flex; flex-wrap: wrap; justify-content: space-between; }
.box-video-main { display: flex; flex-wrap: wrap; justify-content: space-between; }
.video-main { width: 100%; }
.video-main a.vi img { height: 360px; }
.video-right { width: 49%; }
.slick-video { margin: 0px -10px; }
.slick-video .slick-slide { margin: 0px 10px; }
.slick-video .slick-slide .vi:after { width: 35px; height: 35px; }
.slick-video a.vi { position: relative; z-index: 1; border-radius: 10px; }
.slick-video a.vi img { height: 115px; }
.slick-video h3 { font-size: 15px; color: #333333; -webkit-line-clamp: 2; text-align: center; padding: 10px; padding-bottom: 0; line-height: 20px; }
.box-slick__video { position: relative; width: 25%; background: #333; padding: 20px 10px; border: 0; margin: auto 0px; }
.btn-vi { margin: 0; position: absolute; top: -20px; left: 50%; transform: translateX(-50%); font-size: 24px; cursor: pointer; }
.btn-vi.vi-next { top: unset; bottom: -20px; }

/* wrap-news */
.wrap-news { position: relative; background: url(../images/bg-news.jpg) no-repeat; background-size: cover; padding: 40px 0px; }
.logo-news { position: absolute; left: 100px; top: -40px; z-index: 5; }
.box-news { position: relative; width: 77%; margin: 0px auto; }
.arrow-news { margin: 0; cursor: pointer; position: absolute; top: 50%; right: 0; transform: translateY(-50%); z-index: 9; }
.arrow-news.news-prev { right: unset; left: 0; transform: translateY(-50%) scaleX(-1); }
.arrow-news.news-next { }
.slick-news { max-width: 450px; margin: 0px auto; }
.item-news { position: relative; text-align: center; }
.item-news a.scale-img { display: block; position: relative; border-radius: 300px 300px 0px 0px; }
.item-news .content { position: relative; width: 75%; margin: 0px auto; margin-top: 20px; }
.item-news .content h3 a { font-size: 24px; color: #1b170e; -webkit-line-clamp: 2; font-weight: 400; font-family: 'Playfair Display', serif; line-height: initial; }
.item-news:hover h3 a, .news-right:hover h3 a { color: #333; }
.item-news .content p { color: #a38c56; font-size: 16px; font-weight: 300; line-height: 25px; -webkit-line-clamp: 4; height: 100px; }

/* video */
.wrap-video { position: relative; padding: 40px 0px; }
.video-hot { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; margin-bottom: 30px; }
.wrap-video .wrap-content { position: relative; }
.video-prev, .video-next { position: absolute; left: 10px; bottom: 20%; color: #76ac00; z-index: 10; background: #fff; width: 30px; height: 30px; text-align: center; line-height: 30px; cursor: pointer; box-shadow: 0 0 5px #0000001f; }
.video-next { right: 10px; left: unset; }
.video-main a.vi:after { width: 100px; height: 100px; }
a.vi img { width: 100%; height: 100%; object-fit: cover; }
a.vi { position: relative; cursor: pointer; display: block; }
.item-video a.scale-img:after, a.vi:after { position: absolute; content: ''; background: url(../images/video.png) no-repeat center; background-size: contain; width: 60px; height: 60px; top: 50%; left: 50%; transform: translate(-50%, -50%); }

/* video */
.grid-video { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 15px; }
.grid-video .item-video h3 { font-size: 14px; -webkit-line-clamp: 2; }
a.vi { position: relative; display: block; cursor: pointer; }
.item-video a.scale-img { display: block; position: relative; cursor: pointer; }
.item-video { position: relative; }
.item-video img { width: 100%; object-fit: cover; position: relative; height: 220px; }
.item-video .content { position: relative; color: #fff; text-align: center; padding: 10px; padding-top: 20px; }
.item-video h3 { font-size: 18px; line-height: 25px; -webkit-line-clamp: 1; font-weight: 700; text-align: center; }
.item-video p { font-size: 16px; font-weight: 400; margin-top: 10px; line-height: 25px; }
.item-video:hover h3 { color: #fc0; }

/* bottom */
.wrap-bottom { position: relative; padding: 40px 0px; background: #ffe6ac url(../images/icon3.png) no-repeat center 40px; min-height: 400px; }
.wrap-bottom:before { position: absolute; content: ''; background: #ffae51; width: 500px; height: 430px; top: 0; left: 0; }
.wrap-bottom:after { position: absolute; content: ''; background: url(../images/icon4.png) no-repeat; width: 77px; height: 82px; top: 100px; right: 0; }
.title-bottom { font-size: 65px; font-family: 'VL-Pateglamt-Script'; color: #fff; font-weight: normal; margin-bottom: 5px; }
.title-bottom h2 { font-family: 'SVN-ProductSans'; font-size: 36px; color: #333333; font-weight: normal; }
.title-bottom p { margin: 0; font-size: 15px; color: #656565; font-weight: 400; }

/* Breadcrumb */
.breadCrumbs { text-transform: capitalize; border-top: unset; background: rgba(128, 128, 128, 0.15); }
.breadCrumbs .wrap-content { padding: 0.75rem 10px; }
.breadCrumbs .wrap-content .breadcrumb { margin-bottom: 0; background-color: transparent; border-radius: 0; padding: 0; font-size: 14px; }
.breadCrumbs .wrap-content .breadcrumb-item a { color: #333; }
.breadCrumbs .wrap-content .breadcrumb-item.active a { color: #c5a757; font-weight: 500; }
.breadcrumb-item + .breadcrumb-item::before { color: #333; }

/* Brand */
.wrap-brand { position: relative; padding: 40px 0px; }
.grid-brand { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 25px; }
.brand { position: relative; text-align: center; display: block; font-size: 13px; color: #9d9d9d; margin-bottom: 5px; }
.brand h3 a { font-size: 15px; color: #333; font-weight: 600; }
.owl-brand { padding: 0px 40px; }
.brand img {	/* width: 100%; */ }

/*.title  */
.modal-content .title-h2 { margin-bottom: 10px; }
.modal-content .title-h2 h2 { margin: 0; }
.modal-header { padding: 10px; border: 0; border-bottom: 1px solid #ddd; }
.modal-header h6 { font-weight: 700; font-size: 17px; text-transform: uppercase; color: #000; }
.modal-header h6 a { font-size: 21px; color: #35a85f; }
.title-h2 { position: relative; text-align: center; margin-bottom: 30px; z-index: 2; }
.title-h2 h2:before, .title-h2 h2:after { position: relative; content: ''; background: #fff; flex: auto; height: 1px; max-width: 80px; }
.title-h2 h2 { margin-bottom: 10px; font-size: 65px; color: #ffae51; text-transform: capitalize; font-weight: 400; font-family: 'VL-Pateglamt-Script'; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; grid-gap: 30px; }
.title-h2 h2.title-white, .title-h2 p.title-white { color: #fff; }
.title-h2 > p { margin: 0; font-size: 30px; color: #434343; font-weight: 400; font-family: 'MenttarichPersonalUseOnly'; }
.filter { filter: brightness(0) invert(1); }
.title-h2 .color-white { color: #fff; }

/*  */
.modal-body .wrap-newsletter { padding: 0; background: transparent; }
.modal-body .wrap-newsletter .box-contact { width: 100%; box-shadow: unset; padding: 0; }

/* box-product  */
.wrap-product__hot { position: relative; padding: 40px 0px; }
.slick-product { margin: 0px -10px; padding: 0; position: relative; z-index: 2; }
.slick-product .css-arrow { left: -70px; }
.slick-product .css-arrow.arrow-next { left: unset; right: -70px; }
.slick-product .slick-slide { margin: 0px 10px; }
.box-list:nth-child(even) { background: url(../images/bg-prolist.jpg) repeat; }

/* title-product */
.title-product { text-align: left; position: relative; z-index: 3; width: 100%; border-bottom: 1px solid #ffffff91; padding-bottom: 20px; margin-bottom: 30px; }
.title-product h2 { margin: 0; font-size: 60px; font-family: 'VL-Pateglamt-Script'; color: #ffd8ac; font-weight: normal; }
.title-product p { margin: 0; font-size: 38px; font-family: 'UVFFiolexGirls-Regular'; color: #1a1a1a; font-weight: 400; width: 80%; }
.title-product span { display: block; text-align: right; }

/* box-product */
.box-title__product { width: 20%; }
.tab-list { margin: 0; padding: 0; list-style: none; }
.tab-list li { font-weight: 300; color: #1b170e; background: #fff; display: block; text-transform: capitalize; margin-bottom: 15px; border-radius: 5px 0px 0px 5px; padding: 7px 20px; width: 90%; position: relative; box-shadow: 0px 3px 0px #ffae52; cursor: pointer; font-size: 18px; }
.tab-list li.act, .tab-list li:hover { background: #fde9ba; color: #000; box-shadow: 0px 3px 0px #1d21299e; font-size: 20px; }
.tab-list li:before { position: absolute; content: ''; top: 0; bottom: 0; right: -30px; background: url(../images/at-tab.png) no-repeat; width: 30px; background-size: 100% 100%; }
.tab-list li.act:before, .tab-list li:hover:before { background: url(../images/tab-act.png) no-repeat; bottom: -3px; background-size: 100% 100%; }
.paging-product { width: 77%; padding-top: 100px; }

/* Product  */
#gallery-product { margin: 0px auto; }
.wrap-product { position: relative; padding: 40px 0px; background: url(../images/bg-product.jpg) no-repeat; background-size: cover; }
.grid-product { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 30px; position: relative; z-index: 2; }
.item-product { position: relative; }
.item-product a.scale-img { position: relative; }
span.sale_off { position: absolute; top: 10px; right: 10px; background: #ffae52; z-index: 1; color: #fff; font-size: 13px; font-family: 'Quicksand', sans-serif; font-weight: 700; padding: 3px 15px; border-radius: 3px; display: block; line-height: initial; }
.item-product .img { position: relative; overflow: hidden; }
.item-product .content { position: relative; margin-top: 10px; text-align: left; }
.item-product .content h3 { position: relative; margin: 0; border-bottom: 1px solid #fde9ba; padding-bottom: 10px; margin-bottom: 10px; }
.item-product .content h3 a { font-size: 18px; color: #1b170e; -webkit-line-clamp: 2; z-index: 1; font-weight: 400; text-transform: capitalize; line-height: 25px; height: 50px; }
.item-product .content p { font-size: 16px; font-weight: 400; }
.price { position: relative; font-size: 14px; color: #fff5dd; margin: 5px 0px; width: 100%; font-weight: 400; }
.price-new { font-size: 18px; }
.price-new strong { font-size: 14px; color: #e20808; font-weight: 700; }
.price-old { position: relative; text-decoration: line-through; font-weight: 400; display: inline-block; color: #999; font-size: 13px; margin: 0 0px 0px 5px; }
.btn-product { position: absolute; top: 50%; left: -100%; transform: translate(-50%, -50%); transition: 0.3s all; display: flex; align-items: center; justify-content: center; }
.btn-product span { display: flex; align-items: center; justify-content: center; margin: 6px; width: 60px; height: 60px; border: 1px solid #fff; color: #fff; cursor: pointer; font-size: 23px; border-radius: 50%; }
.item-product span.cart-add { position: absolute; bottom: 15px; right: 0; font-size: 12px; color: #fff; background: #1e65a5; padding: 5px 15px; border-radius: 50px 0px 0px 50px; cursor: pointer; }
.item-product:hover h3 a { color: #fff5dd; }
.item-product .readpro { color: #fff; position: absolute; font-size: 15px; right: 0; bottom: 2px; }
.wrap-info .item-product .content h3 a { color: #000; }
.wrap-info .item-product .content .price { color: #ffae51; }

/* item-bds */
.item-product .address { margin: 5px 0; font-size: 13px; color: #666666; font-weight: 400; font-style: italic; }
.list-eatse { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin: 5px 0px; }
.list-eatse p { margin: 0 10px 5px 0px; display: flex; align-items: center; font-size: 13px; font-weight: 500; color: #666666; }
.list-eatse p i { margin: 0 5px 0 0px; display: inline-block; height: auto; font-size: 13px; color: #866e4c; }
.list-eatse p i img { height: auto; vertical-align: unset; margin-top: 4px; }
.item-product .view-eatse { display: inline-block; background: #866e4c; color: #fff; font-size: 14px; font-weight: 700; font-style: oblique; text-transform: uppercase; padding: 4px 18px; margin-top: 15px; transition: 0.3s all; }
.item-product .view-eatse:hover, .item-product:hover .cart-add { background: #f00; }

/*  Detail */
.box-pro-left { width: 75%; }
.box-right { position: sticky; position: -webkit-sticky; top: 100px; width: 75%; }
.box-right .grid-product { grid-template-columns: repeat(4, 1fr); }
.pro-other { width: 100%; margin-top: 20px; }
.slick-other { margin: 0px -10px; }
.slick-other .slick-slide { margin: 0px 10px; }
.wrap-pro-detail { margin: 0; }
.box-pro-detail {	/* width: 100%; */ }
.left-pro-detail { position: relative; text-align: center; width: 40%; }
.left-pro-detail .MagicZoom { position: relative; }
.right-pro-detail { width: 58%; }
.right-pro-detail .brand { text-align: left; font-size: 17px; }
.pro-zoom { width: 100%; }
.item-zoom { width: 100%; }
.gallery-thumb-pro { position: relative; padding: 0 30px; width: 100%; margin-top: 10px; }
.owl-thumb-pro { margin: 0px 0; }
.owl-thumb-pro .slick-slide, .owl-thumb-eatse .slick-slide { margin: 5px; border: 1px solid #ededed; border-radius: 3px; padding: 2px; }
.thumb-pro-detail { display: block !important; border: 1px solid #eee; padding: 5px; border-radius: 3px; cursor: pointer; }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: #ccc; }
.thumb-pro-detail img { box-shadow: none !important; filter: brightness(100%) !important; border-bottom: 0px !important; padding-bottom: 0px !important; }
.title-pro-detail { font-family: 'Quicksand', sans-serif; text-transform: uppercase; font-size: 34px; display: block; color: #333; margin-bottom: 5px; font-weight: 700; }
.right-pro-detail .masp { display: block; font-size: 13px; color: #999; font-style: italic; margin: 10px 0px; }
.social-plugin-pro-detail { margin-bottom: 1rem; }
.desc-pro-detail p { margin-bottom: 10px; }
.attr-pro-detail { list-style: none; padding: 0px; margin-bottom: 10px; }
.attr-pro-detail .list-bds { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.attr-pro-detail .list-bds p { width: 49%; font-size: 14px; }
.attr-pro-detail .list-bds p:last-child { width: 100%; font-size: 16px; }
.attr-pro-detail .list-bds p .price-new { font-size: 22px; }
.attr-pro-detail > li { padding: 8px 0px; position: relative; border-bottom: 1px solid #ebedf012; }
.attr-pro-detail > li:last-child, .attr-pro-detail > li.li-cart { border: 0; }
.btn-pro a { display: table; margin: 0px auto; text-transform: uppercase; font-weight: 400; font-size: 15px; background: rgb(0, 27, 78); background: linear-gradient(0deg, rgba(0, 27, 78, 1) 0%, rgba(0, 37, 106, 1) 100%); color: #fff; border-radius: 3px; padding: 8px 45px; margin-top: 10px; }
.btn-pro a strong { font-size: 22px; }
.attr-pro-detail li p.hotline a { font-size: 20px; font-weight: 700; color: #f00; margin: 0 5px; }
.brand-detail { font-size: 16px; color: #999; font-weight: 400; }
.brand-detail strong { }
.attr-label-pro-detail { margin-bottom: 0; font-weight: 600; font-size: 13px; margin-right: 5px; }
.attr-label-pro-detail.d-block { display: block; }
.attr-content-pro-detail { display: inline-block; margin-bottom: 0px; font-size: 14px; }
.pro-css { margin-left: 10px; width: 90%; }
.attr-content-pro-detail.trangthai { color: #d30b64; }
.name_product_detail .sale_off { font-size: 11px; font-weight: 400; background: url(../images/sale.png) no-repeat center; color: #fff; width: 37px; height: 25px; background-size: cover; padding: 0 0 0 4px; line-height: 24px; text-align: center; display: inline-block; position: absolute; top: 3px; right: -50px; }
.attr-content-pro-detail .price-old { display: inline-block; margin-left: 15px; }
.price-new-pro-detail { font-weight: 700; font-size: 29px; color: #ff0000; word-break: break-all; text-transform: capitalize; }
.price-new-pro-detail span { text-decoration: underline; }
.price-old-pro-detail { font-weight: 300; color: #ccc; text-decoration: line-through; padding-left: 10px; font-size: 18px; }
.color-pro-detail, .size-pro-detail { margin: 2px 1px; margin-top: 10px; border: 1px solid #ccc; padding: 4px 15px; display: inline-block; position: relative; color: #333; background: #fff; border-radius: 2px; }
.list_size { padding: 0; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-start; }
.list_size li { list-style: none; border: 1px solid #ddd; padding: 5px 17px; margin: 2px; position: relative; font-weight: 500; border-radius: 2px; cursor: pointer; font-size: 13px; }
.size-pro-detail.active, .size-pro-detail:hover, .color-pro-detail.active, .color-pro-detail:hover { background: #e5248d; color: #fff !important; border-color: #e5248d; }
.color-pro-detail input[type=radio], .size-pro-detail input[type=radio] { outline: none; position: absolute; cursor: pointer; width: 100%; height: 100%; -webkit-appearance: none; border: 0px; top: 0px; left: 0px; }
.quantity-pro-detail { width: 100%; max-width: 110px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; background: #fff; margin-top: 10px; }
.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: 1rem 0rem; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap; }
.cart-pro-detail a { width: auto; text-transform: uppercase; text-align: center; font-size: 14px; color: #fff; padding: 0; cursor: pointer; border-radius: 3px; padding: 11px 10px; display: flex; align-items: center; min-width: 230px; justify-content: center; }
.cart-pro-detail a.addnow { background: #e9c259; color: #333; position: relative; margin-right: 10px; }
.cart-pro-detail a.buynow { background: #1e65a5; color: #fff; padding: 7px 20px; }
.cart-pro-detail a.buynow:hover, .cart-pro-detail a.addnow:hover { opacity: 0.8; }
.cart-pro-detail a i { vertical-align: top; margin-right: 8px; font-size: 18px; }
.tag-seo { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; width: 100%; }
.tabs-pro-detail { margin-top: 50px; }
.tags-pro-detail { margin: 10px 0 0 0; width: 100%; }
.tags-pro-detail a { display: inline-block; font-size: 12px; color: #fff; padding: 5px 10px 7px 10px; margin-right: 5px; margin-bottom: 5px; background-color: #866e4c; border-radius: 3px; }
.tags-pro-detail a:hover { background-color: #92161a; }
.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: 0;/* border-bottom: 1px solid #e7e7e7; */ }
.tabs-pro-detail .ul-tabs-pro-detail li { font-family: 'Roboto', sans-serif; cursor: pointer; float: left; margin-right: 5px; background: #ddd; text-transform: capitalize; padding: 5px 15px; border-top-left-radius: .25rem; border-top-right-radius: .25rem; border-bottom: none; color: #333; font-weight: 400; margin-bottom: -1px; font-size: 13px; }
.tabs-pro-detail .ul-tabs-pro-detail li.active { background: #ffae51; color: #fff; }
.tabs-pro-detail .ul-tabs-pro-detail li:last-child { margin-right: 0px; }
.tabs-pro-detail .content-tabs-pro-detail { display: none; border: 1px solid #ddd; padding: 15px; background: #fff; }
.tabs-pro-detail .content-tabs-pro-detail.active { display: block; }
.btn-pro-view i { color: #141414; font-size: 34px; padding-right: 15px; }
.btn-pro-view span { font-size: 34px; color: #141414; font-weight: bold; }
.btn-pro-view a.contact { display: block; height: auto; width: 320px; text-align: center; font-size: 18px; font-weight: 700; line-height: 30px; padding: 10px; color: #ffffff; position: relative; overflow: hidden; outline: 0; border: none; background: #141414; -webkit-border-radius: 0; -moz-border-radius: 0; text-transform: uppercase; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 5px; }
.btn-pro-view a.contact:hover { background: #0d6ac2; transition: 0.4s background; }
.ts-pro-detail { margin-top: 15px; }
.ts-pro-detail p { position: relative; font-size: 13px; line-height: 24px; color: #666666; padding-right: 30px; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; }
.ts-pro-detail p span { margin-left: 10px; font-size: 17px; font-weight: 400; color: #000; }
.attr-pro-detail .box-bds { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.attr-pro-detail .box-bds p { width: 49%; font-size: 15px; }
.attr-pro-detail .box-bds .price-new { font-size: 18px; }
.pro-detail .title-content { text-transform: uppercase; font-size: 20px; margin-bottom: 30px; font-weight: 900; }

/* banner */
.wrap-banner { padding: 50px 0px; }
.slick-banner { margin: 0px -15px; }
.slick-banner .slick-slide { margin: 0px 15px; }
.slick-2 { margin: 0px -40px; }
.slick-2 .slick-slide { margin: 0px 40px; border-radius: 20px; overflow: hidden; }
.slick-1 { margin: 0; }
.slick-1 img { width: 100%; height: 100%; object-fit: cover; }

/* 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; }

/* bÃ i viáº¿t */
.grid-news__tpl { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 15px; text-align: center; }
.item-other { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; border-bottom: 1px solid #000; padding: 15px 0px; }
.item-other .content { width: calc(100% - 100px); }
.item-other .content h3 a { font-size: 15px; font-weight: normal; color: #333; line-height: normal; -webkit-line-clamp: 1; }
.item-other .content p { margin: 0; font-size: 12px; font-weight: 400; }
.item-other:hover h3 a { color: #f00; }
.content-news { padding: 10px 0px; }
.news { width: 100%; border: 1px solid #cccccc96; padding: 5px; }
.news:hover { border-color: #e9c259; transition: 0.3s all; }
.news a.read, .service-right a.read { display: table; margin: 0px auto; margin-top: 20px; background: #866e4c; padding: 7px 20px; border-radius: 3px; color: #fff; font-weight: 700; transition: .3s all; }
.news a.read:hover, .service-right a.read:hover { background: #b17957; }
.news .scale-img { width: 100%; position: relative; transition: 0.3s all; }
a.down { font-size: 19px; color: #1e52a3; margin-bottom: 13px; display: block; font-weight: 500; }
.pic-news { float: left; margin-right: 4%; width: 36%; }
.pic-news img { width: 100%; }
.info-news { width: 100%; text-align: center; padding: 10px; }
.info-news .file { display: table; margin: 0px auto; background: #866e4c; color: #fff; text-transform: capitalize; padding: 6px 35px; border-radius: 2px; }
.info-news .file:hover { background: #0d62a3; }
.info-news .date { font-size: 13px; display: inline-block; color: #cacaca; font-weight: 300; margin: 5px 0px; }
.info-news .date i { margin-right: 5px; }
.info-news h3 { }
.info-news > div.content { margin: 10px 0px; }
.name-news a { color: #333; font-size: 14px; font-weight: 700; line-height: 25px; overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; text-transform: uppercase; -webkit-line-clamp: 1; }
.news:hover .name-news a { color: #e9c259; }
.news:hover a.scale-img { border-color: #e9c259; }
.time-news { color: #999; position: relative; margin-bottom: 0.25rem; font-size: 12px; padding-left: 15px; }
.time-news:after { position: absolute; content: '\f073'; font-family: 'Font Awesome 5 Free'; top: 0; left: 0; }
.desc-news.text-split { font-size: 13px; color: #333; line-height: 25px; height: 75px; }
.share { padding: 17px 10px 10px 10px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin: 15px 0; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; font-family: 'Roboto', sans-serif; }
.othernews b { margin-bottom: 10px; }
.list-news-other { padding-left: 30px; list-style: square; }
.list-news-other li { margin-bottom: 10px; font-size: 12px; }
.list-news-other li a { text-transform: none; font-size: 14px; color: #333; }
.list-news-other li a:hover { color: #e9c259; }

/*  */
.at-style-responsive .at-share-btn { padding: 5px; }

/*  */
.news-hover { background-color: rgb(187 131 96 / 66%); position: absolute; top: 20px; left: 20px; width: calc(100% - 40px); height: calc(100% - 40px); color: #fff; font-size: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; opacity: 0; -webkit-transition: .3s all; -o-transition: .3s all; transition: .3s all; }
.news-hover .news-content { width: 100%; text-align: center; }
.news:hover .news-hover { opacity: 1; -webkit-transition: .3s all; -o-transition: .3s all; transition: .3s all; }

/* Contact */
.top-contact { margin-bottom: 30px; }
.content-contact, .box-form-contact { width: 49%; }
.input-contact { position: relative; width: 49%; margin-bottom: 10px; }
.box-form-contact .validation-contact { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.input-contact input, .input-contact textarea { width: 100%; padding: 0px; outline: none; font-size: 13px; color: #999; background: #fff; border: 1px solid #cccccc70; }
.input-contact input { text-indent: 10px; }
.input-contact textarea { resize: none; height: 140px; padding: 10px; }
.input-contact.full-width { width: 100%; }
.input-contact .custom-file-label { background: #fff; border: 1px solid #cccccc70; color: #999; }
.input-contact .custom-file-label::after { content: attr(title); background: #6c757d; color: #fff; }
.bottom-contact { position: relative; height: 500px; }
.bottom-contact iframe { position: absolute; top: 0px; left: 0px; width: 100% !important; height: 100% !important; }
.top-contact .input-contact input::-webkit-input-placeholder, .top-contact .input-contact textarea::-webkit-input-placeholder { color: #999; }
.top-contact .input-contact input:-moz-placeholder, .top-contact .input-contact textarea:-moz-placeholder { color: #999; }
.top-contact .input-contact input::-moz-placeholder, .top-contact .input-contact textarea::-moz-placeholder { color: #999; }
.top-contact .input-contact input:-ms-input-placeholder, .top-contact .input-contact textarea:-ms-input-placeholder { color: #999; }

/* newsletter */
.wrap-newsletter { position: relative; padding: 70px 0px; background: url(../images/bg-newsletter.jpg) no-repeat center; background-size: cover; }
.wrap-newsletter .wrap-content { max-width: 970px; }
.title-newsletter { position: relative; text-align: center; margin-bottom: 25px; background: url(../images/phone-2.png) no-repeat top center; padding-top: 70px; }
.title-newsletter h2 { font-family: 'UTMAvo'; display: inline-block; font-size: 32px; font-weight: normal; background: rgb(246, 207, 80); background: linear-gradient(90deg, rgba(246, 207, 80, 1) 0%, rgba(255, 228, 140, 1) 35%, rgba(255, 228, 140, 1) 65%, rgba(232, 193, 88, 1) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.title-newsletter strong { display: block; margin-top: 10px; font-size: 20px; color: #ffffff; font-weight: 400; padding: 0; }
.title-newsletter span { display: block; font-size: 14px; color: #fff; font-weight: 400; margin: 10px 0 0 0; }
.box-newsletter { position: relative; width: 100%; }
.form-newsletter { position: relative; width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 10px; align-items: flex-start; }
.newsletter-input { position: relative; overflow: hidden; width: 100%; }
.newsletter-input i { position: absolute; right: 10px; font-size: 15px; color: #999; top: 50%; transform: translateY(-50%); }
.newsletter-input .custom-file-label { margin: 0; height: 50px; background: transparent; line-height: 40px; color: #fff; border: none; padding-left: 55px; }
.newsletter-input .custom-file-label::after { right: unset; left: 0; line-height: 40px; height: 50px; background: transparent; content: "\f03e"; font-family: 'Font Awesome 5 Free'; color: #ffff; font-size: 30px; }
.newsletter-input input { font-size: 13px; font-family: 'Roboto', sans-serif; font-weight: 400; text-indent: 0; color: #fff; background: #fff; height: 45px; padding: 0 10px; line-height: 50px; border-radius: 0; border: 0; }
.newsletter-input textarea { padding: 10px; font-size: 13px; color: #404040; background: #fff; font-family: 'Roboto', sans-serif; border-radius: 0; border: none; height: 100px; }
.newsletter-input.textarea { width: 100%; margin: 0; grid-column: 3 / 5; grid-row: 1 / 3; border-left: 1px solid #999; padding-left: 15px; margin-left: 5px; }
.newsletter-button { position: relative; grid-row: 3; grid-column: 2 / 4; }
.newsletter-button input { border: none; background: rgb(246, 207, 80); background: linear-gradient(90deg, rgba(246, 207, 80, 1) 0%, rgba(255, 228, 140, 1) 35%, rgba(255, 228, 140, 1) 65%, rgba(232, 193, 88, 1) 100%); border-radius: 0; font-size: 14px; width: 180px; color: #333333; text-transform: uppercase; padding: 0px 20px; height: 40px; line-height: 40px; display: table; margin: 0px auto; margin-top: 20px; }
.newsletter-input input::-webkit-input-placeholder, .newsletter-input textarea::-webkit-input-placeholder { color: #404040; }
.newsletter-input input:-moz-placeholder, .newsletter-input textarea:-moz-placeholder { color: #404040; }
.newsletter-input input::-moz-placeholder, .newsletter-input textarea::-moz-placeholder { color: #404040; }
.newsletter-input input:-ms-input-placeholder, .newsletter-input textarea:-ms-input-placeholder { color: #404040; }
.newsletter-button input:hover { opacity: 0.8; }

/* Footer */
.footer { position: relative; width: 100%; z-index: 3; background: #ffae51; }
.footer-article { padding: 40px 0px; display: flex; flex-wrap: wrap; justify-content: space-between; position: relative; z-index: 2; }
.logo-footer { display: table; margin: 0px auto; margin-bottom: 30px; }
.title-footer { position: relative; margin-bottom: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; font-size: 30px; font-family: 'MenttarichPersonalUseOnly'; color: #434343; grid-gap: 15px; }
.title-footer:before, .title-footer:after { position: relative; content: ''; background: #fff; flex: auto; height: 1px; }
.title-web { font-size: 48px; font-weight: normal; color: #ffde00; font-family: 'SVN-Revolution'; }
.footer .time { margin: 0; background: url(../images/time.png) no-repeat left center; min-height: 55px; padding-left: 70px; padding-top: 5px; }
.footer .time span { display: block; }

/*  */
.slick-album__ft { margin: 0px -10px; padding-bottom: 40px; }
.slick-album__ft .slick-slide { margin: 0px 10px; }
.slick-album__ft a.scale-img { border-radius: 30px 0px 30px 0px; }

/*  */
.footer-content { width: 38%; text-align: center; color: #fff; }
.social-footer { display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; font-family: 'Muli', sans-serif; }
.social-footer p { margin: 0; margin-right: 10px; font-size: 16px; font-weight: 700; color: #fff; }
.social-footer a { margin: 0 3px 3px 0px; display: inline-block; }

/*  */
.footer-banner { width: 20%; margin: -120px 0 -90px 0; background: #ffae51; border-radius: 200px; }

/*  */
.footer-menu { width: 41%; }
.footer-menu ul { padding: 0; margin: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.footer-menu ul li { margin-bottom: 30px; }
.footer-menu ul li a { display: block; font-size: 16px; color: #ffffff; font-weight: 300; text-transform: uppercase; padding: 0px 20px; }
.footer-menu ul li:hover a { text-decoration: underline; }

/*  */
.time-footer { width: 25%; }
.map-footer:hover { opacity: 0.8; }
.map-footer { font-size: 14px; color: #0d0d0d; font-weight: 400; display: inline-block; background: #f6ee1d; padding: 13px 25px; border-radius: 50px; display: inline-flex; align-items: center; }
.map-footer i { font-size: 22px; margin-right: 5px; }

/* chinh sach */
.inf-footer { color: #fff; width: 25%; }
.inf-footer ul { list-style: none; margin-bottom: 20px; color: #fff; padding-left: 0; font-size: 12px; }
.inf-footer li { position: relative; list-style: none; margin: 10px 0px; padding-left: 0; font-size: 17px; list-style-position: inside; }
.inf-footer li:first-child { margin-top: 0; }
.inf-footer li i { margin: 0 5px 0 0px; font-size: 14px; }
.inf-footer li:last-child { border: 0; }
.inf-footer li a { position: relative; color: #fff; font-size: 13px; font-weight: 400; text-transform: capitalize; }
.inf-footer li a:hover { text-decoration: underline; }

/*  */
.fanpage { width: 29%; }
.footer-map { width: 20%; }
#footer-map { position: relative; width: 100%; }

/* chinhnah  */
.info-map { position: relative; }
.info-map ul { padding: 0; position: absolute; top: 20px; left: 30px; right: 30px; z-index: 999; margin: 0; max-width: 1000px; white-space: nowrap; overflow: auto; padding-bottom: 20px; }
.info-map ul li { text-align: center; padding-top: 0; max-width: 325px; margin: 10px; background: #fff; list-style: none; cursor: pointer; box-shadow: 0 0 5px 5px #00000029; display: inline-block; word-break: break-all; white-space: normal; }
.info-map ul li .content { padding: 10px; max-height: 200px; overflow: auto; }
.info-map ul li.act span.title-listmap { background: #faa51b; }
.info-map ul li span.title-listmap { font-size: 16px; display: block; font-weight: 700; text-transform: uppercase; color: #fff; background: #5cb6f9; position: relative; padding: 13px 10px; }
.info-map ul li span.title-listmap:before, .info-map ul li span.title-listmap:after { position: absolute; content: ''; clip-path: polygon(0 0, 0% 100%, 50% 100%); background: #fff; bottom: 0; left: 0; width: 20px; height: 20px; }
.info-map ul li span.title-listmap:after { clip-path: polygon(100% 0, 50% 100%, 100% 100%); right: 0; left: unset; }
.iframe-map { display: none; }
.iframe-map.act { display: block; }
.iframe-map iframe { width: 100%; height: 350px; }

/*  */
.title-setting { position: relative; padding-top: 60px; font-family: 'SFUAuchon'; display: flex; justify-content: space-between; align-items: center; font-size: 60px; color: #e50000; margin-bottom: 0; text-transform: uppercase; }
.title-setting:before, .title-setting:after { position: relative; content: ''; background: linear-gradient(to right, #ab8900, transparent); flex: auto; height: 1px; max-width: 450px; }
.title-setting:after { background: linear-gradient(to left, #ab8900, transparent); }

/*  */
.box-fanpage { width: 48%; position: relative; }
.info-fanpage { position: relative; margin-bottom: 15px; }
.info-fanpage ul { padding: 0; margin: 0; }
.info-fanpage ul li { display: inline-block; margin: 0 20px 0 0px; background: url(../images/ic-fan.png) no-repeat left center; min-height: 24px; padding: 1px 0px 0 35px; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 18px; cursor: pointer; }
.info-fanpage ul li.act, .info-fanpage ul li:hover { color: #d7ef0c; }
.iframe-fanpage { display: none; }
.iframe-fanpage.act { display: block; }
.link-fanpage { position: relative; }

/*tag */
.tag-footer { width: 25%; }
.tag-footer ul { padding: 0; margin: 0; width: 100%; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; }
.tag-footer ul li { list-style: none; display: inline-block; margin: 2px; }
.tag-footer ul li a { display: inline-block; position: relative; color: #fff; border: 1px solid #ffffff4a; font-size: 13px; font-weight: 400; padding: 5px 5px; border-radius: 3px; }

/* .tag-footer ul li a:after { position: absolute; content: '/'; color: #fff; top: 0; right: -3px; } */
.tag-footer ul li a:hover { text-decoration: underline; }
.tag-footer ul li:last-child a:after { display: none; }

/* statistical */
.statistical { width: 20%; }
.statistical ul { margin: 0; padding: 0; }
.statistical ul li { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; font-size: 14px; color: #4e4e4e; text-transform: capitalize; margin: 10px 0px; }
.statistical ul li span { font-weight: 700; color: #292929; }
.statistic { margin: 0; }
.statistic p { font-size: 16px; color: #333; font-weight: 400; }
.statistic p i { margin-right: 5px; }
.statistic span:first-child { padding-left: 2px; }
.statistic span { display: inline-block; position: relative; padding: 0px 10px; margin: 0; text-transform: capitalize; }
.statistic span:after { position: absolute; content: '|'; top: 50%; color: #333; right: 0; transform: translateY(-50%); }
.statistic span:last-child { padding-right: 0px; }
.statistic span:last-child:after { display: none; }

/*  */
.socical-footer { position: relative; width: 100%; }
.socical-footer a { display: inline-block; margin: 0px 2px; }
.socical-footer a span { font-size: 14px; color: #fff; font-weight: 400; padding-left: 10px; }
.socical-footer p { margin: 0; font-size: 15px; font-weight: 700; margin-right: 10px; font-family: 'Muli', sans-serif; }
.footer-powered { position: relative; text-align: center; font-size: 14px; color: #fff; font-weight: 300; }
.footer-powered .wrap-content { position: relative; border-top: 1px solid #fff; padding: 15px 0px; }
.copyright { margin: 0; text-align: center; }
.copyright strong, .statistic strong { text-transform: uppercase; font-weight: 400; color: #000; }
#footer-map iframe { position: relative; width: 100%; }

/* chinhanh */
.list-iframe__map { position: relative; width: 100%; margin-bottom: 30px; margin-top: -180px; border-radius: 20px; overflow: hidden; }
.list-title__map { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.list-title__map p { margin: 0 20px 0 0; cursor: pointer; }
.footer-powered i { color: #ddb100; margin-right: 5px; }
.list-title__map p.act, .list-title__map p:hover { color: #fc0; }

/*  */
.social-fixed { position: fixed; bottom: 100px; z-index: 99; left: 20px; }
.social-fixed a { display: block; margin: 10px 0px; }

/* Like Share */
.social-plugin { display: flex; justify-content: flex-start; margin: 15px 0 5px 0px; }
.social-plugin .at-share-btn { margin-bottom: 0px !important; }
.social-plugin .zalo-share-button { margin-left: 3px; transform: translateY(0); transition: 0.3s all; }
.social-plugin .zalo-share-button:hover { transform: translateY(-4px); }

/*  */
.pagination-home { margin-top: 20px; }
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: .875rem; margin: 0 1px; border-radius: 3px; cursor: pointer; }
.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: #000; border-color: #000; }

/* PhÃ¢n trang ajax */
.pagination-ajax { text-align: center; margin-top: 20px; }
.pagination-ajax a { display: inline-block; vertical-align: top; margin: 2px; color: #333333; background: #e6e6e6; border: 0; font-size: 14px; cursor: pointer; font-weight: 400; border-radius: 2px; padding: 5px 14px; }
.pagination-ajax a.current, .pagination-ajax a:hover { background: #fbdda7; }

/* Popup custom */
.modal-custom .modal-footer { padding: 0.5rem; }
.modal-custom .modal-footer .btn { font-size: 14px; }

/* Popup */
#popup .modal-body { padding: 0px; }

/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; }

/* Hidden Check Grammar Coccoc */
coccocgrammar { display: none; }

/* Scroll Top */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }

/* Text Hide */
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 3; margin: 0; }

/* Transition All */
.transition { -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; }

/* Scale IMG */
.scale-img { overflow: hidden; display: block; }
.scale-img img { -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); -o-transform: scale(1, 1); -ms-transform: scale(1, 1); transform: scale(1, 1); }
.scale-img:hover > img { -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; -moz-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

/* 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: #ffae51; 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 #ffae51ad; opacity: .1; border-color: #ffae51; 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: #ffae51; opacity: .4; }
.btn-frame .pulse { animation-name: pulse; }

/* date  */
.btn-date { bottom: 405px; }
.btn-date i { font-size: 25px; color: #ffff; }

/* Zalo */
.btn-zalo { bottom: 315px; }

/* Phone 2  */
.btn-phone-2 { position: relative; display: table; margin: 0px auto; right: unset; margin-bottom: 40px; width: 60px; height: 60px; }
.btn-phone-2 .kenit-alo-circle { width: 70px; height: 70px; border-color: #ffffff6e; }
.btn-phone-2 .kenit-alo-circle, .btn-phone-2 .kenit-alo-circle-fill { left: -10px; top: -10px; background: #ffffff36; width: 80px; height: 80px; }
.btn-phone-2 i { color: #fff; font-size: 30px; width: 60px; height: 60px; background: #ce0000; }

/* Phone */
.btn-phone { bottom: 230px; }
.fixed-hotline { position: fixed; bottom: 90px; left: 0; background: #d10000; color: #fff !important; font-size: 14px; padding: 3px 25px 0px 50px; border-radius: 0px 50px 50px 0px; z-index: 999; }
.fixed-hotline img { position: absolute; left: 5px; top: 10px; }
.fixed-hotline span { display: block; font-size: 22px; font-weight: 800; line-height: initial; }

/* 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: #ffae51; 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: #fff; background: #ffae51 }
.js-facebook-messenger-top-header { display: block; position: relative; width: 220px; background: #ffae51; color: #fff; text-align: center; line-height: 1; padding: 10px; font-size: 14px; border-top-left-radius: 10px; border-top-right-radius: 10px }
.js-facebook-messenger-container iframe, .js-facebook-messenger-container-button iframe { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px }
.js-facebook-messenger-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: #fff; background: #ffae51 }
.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: #1e65a5; 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: -10px; right: -10px; color: #fff; width: 25px; height: 25px; background: #e9c259; text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; font-weight: 500; }

/* Toolbar */
.modal-body .toolbar { display: block; position: relative; }
.toolbar { width: 100%; padding: 10px 0; bottom: 0px; position: fixed; z-index: 500; height: auto; left: 0px; display: none; background: #cd8f49; }
.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: #fff; font-size: 30px; }
.toolbar ul li a span { font-weight: 400; color: #00; font-size: 14px; margin-top: 5px; display: block; }
.toolbar ul li a img { height: 30px !important; width: auto; }
.element-animation { animation: animationFrames linear 1s; animation-iteration-count: infinite; transform-origin: 50% 0%; animation-fill-mode: forwards; /*when the spec is finished*/ -webkit-animation: animationFrames linear 1s; -webkit-animation-iteration-count: infinite; -webkit-transform-origin: 50% 0%; -webkit-animation-fill-mode: forwards; /*Chrome 16+, Safari 4+*/ -moz-animation: animationFrames linear 1s; -moz-animation-iteration-count: infinite; -moz-transform-origin: 50% 0%; -moz-animation-fill-mode: forwards; /*FF 5+*/ -o-animation: animationFrames linear 1s; -o-animation-iteration-count: infinite; -o-transform-origin: 50% 0%; -o-animation-fill-mode: forwards; /*Not implemented yet*/ -ms-animation: animationFrames linear 1s; -ms-animation-iteration-count: infinite; -ms-transform-origin: 50% 0%; -ms-animation-fill-mode: forwards; /*IE 10+*/ }
@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); }
}
@-moz-keyframes animationFrames {
	0% { -moz-transform: rotate(0deg); }
	20% { -moz-transform: rotate(15deg); }
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }
	80% { -moz-transform: rotate(-5deg); }
	100% { -moz-transform: rotate(0deg); }
}
@-webkit-keyframes animationFrames {
	0% { -webkit-transform: rotate(0deg); }
	20% { -webkit-transform: rotate(15deg); }
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }
	80% { -webkit-transform: rotate(-5deg); }
	100% { -webkit-transform: rotate(0deg); }
}
@-o-keyframes animationFrames {
	0% { -o-transform: rotate(0deg); }
	20% { -o-transform: rotate(15deg); }
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }
	80% { -o-transform: rotate(-5deg); }
	100% { -o-transform: rotate(0deg); }
}
@-ms-keyframes animationFrames {
	0% { -ms-transform: rotate(0deg); }
	20% { -ms-transform: rotate(15deg); }
	40% { -ms-transform: rotate(-10deg); }
	60% { -ms-transform: rotate(5deg); }
	80% { -ms-transform: rotate(-5deg); }
	100% { -ms-transform: rotate(0deg); }
}

/* Fixbar */
.fixbar { bottom: 0; display: block; background: #f0eff4; border-top: 1px solid #ddd; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: fixed; margin: 0; z-index: 500; -webkit-backface-visibility: hidden; backface-visibility: hidden; height: 50px; }
.fixbar ul { margin: 0px; padding: 0px; list-style: none; }
.fixbar ul li { display: inline-block; margin: 0 auto 10px; text-align: center; width: 25%; float: left; }
.fixbar .icon-cart-mobile, .fixbar .icon-cart-new, .fixbar .icon-home-new, .fixbar .icon-hotdeal-new { width: 20px; height: 20px; display: block; margin: 8px auto 0; }
.fixbar .icon-cart-mobile { background: url(../images/cart-mobile.png) no-repeat; }
.cart-total-header-mobile { font-size: 10px; position: absolute; background: red; color: #fff !important; border-radius: 50%; height: 15px; width: 15px; line-height: 15px; top: 5px; margin-left: 5px; }
.fixbar ul li a { font-size: 11px; text-decoration: none; color: #333; }
.fixbar ul li a i { font-size: 20px; }

/* Plugbar */
.plugbar { position: fixed; bottom: 0; left: 0; border-top: 1px solid #eae6e6; width: 100%; right: 0; max-width: 767px; margin: 0 auto; background: #fff; padding: 9px 10px 10px 7px; z-index: 10; }
.plugbar ul { list-style: none; padding: 0; margin: 0px; display: -webkit-flex; display: -moz-flex; display: flex; justify-content: space-between; align-items: center; }
.plugbar ul li { width: 20%; float: left; }
.plugbar ul li a { display: block; color: #696969; font-size: 12px; text-align: center; position: relative; }
.plugbar ul li a i { font-size: 20px; color: #696969; }
.plugbar ul li a span { position: absolute; width: 50px; height: 50px; top: -40px; left: calc(50% - 50px/2); font-size: 14px; display: block; border: 1px solid rgba(234, 230, 230, 0.5); border-radius: 100%; }

/* Combo Phone */
.support-online { position: fixed; z-index: 999; left: 10px; bottom: 40px; display: none; }
.support-online a { position: relative; margin: 20px 10px; text-align: left; width: 40px; height: 40px; right: unset; }
.support-online i { width: 40px; height: 40px; background: #43a1f3; color: #fff; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; }
.support-online a span { border-radius: 2px; text-align: center; background: rgb(103, 182, 52); padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; transition: all 0.2s ease-in-out 0s; -moz-animation: headerAnimation 0.7s 1; -webkit-animation: headerAnimation 0.7s 1; -o-animation: headerAnimation 0.7s 1; animation: headerAnimation 0.7s 1; }
.support-online a:hover span { display: block; }
.support-online a { display: block; }
.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent  rgb(103, 182, 52) transparent transparent; position: absolute; left: -10px; top: 10px; }
.support-online .kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(0, 175, 242, 0.5); opacity: .75; right: -10px; }
.support-online .kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(30, 30, 30, 0.4); opacity: .1; border-color: #0089B9; opacity: .5; }
.support-online .support-online .btn-support { cursor: pointer; }
.support-online .mes i { background: orange; }
.support-online .sms i { background: red; }
.support-online .call-now i { background: green; }

/* Phone Switch */
.widget-mobile { position: fixed; left: 50%; transform: translateX(-50%); bottom: 10px; z-index: 9999999; }
#my-phone-circle { position: relative; width: 50px !important; height: 50px !important; }
.wcircle-open .wcircle-icon i:before { content: '\f00d'; }
.wcircle-icon { background: #1282fc; border-radius: 50%; display: flex !important; display: -ms-flex !important; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative !important; }
.wcircle-icon:before { position: absolute; content: ''; width: 60px; height: 60px; background: rgba(18, 130, 252, .5); border: 1px solid #fff; border-radius: 50%; left: -5px; top: -5px; -webkit-animation: pulse 1s infinite ease-in-out; -moz-animation: pulse 1s infinite ease-in-out; -ms-animation: pulse 1s infinite ease-in-out; -o-animation: pulse 1s infinite ease-in-out; animation: pulse 1s infinite ease-in-out; }
.wcircle-icon:after { position: absolute; content: ''; width: 80px; height: 80px; background: rgba(18, 130, 252, .5); border-radius: 50%; left: -15px; top: -15px; -webkit-animation: zoomIn 2s infinite ease-in-out; -moz-animation: zoomIn 2s infinite ease-in-out; -ms-animation: zoomIn 2s infinite ease-in-out; -o-animation: zoomIn 2s infinite ease-in-out; animation: zoomIn 2s infinite ease-in-out; }
.wcircle-menu { position: absolute !important; left: 0; top: 0; display: none; }
.wcircle-menu-item { width: 50px; height: 50px; background: #1282fc; border-radius: 50%; display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.wcircle-menu-item img { width: 50px; height: 50px; display: block; border-radius: 50%; }
.wcircle-menu-item i, .wcircle-icon i { font-size: 25px; color: #fff; position: relative; z-index: 9999; }
.shake-anim { -webkit-animation: shake-anim 1s infinite ease-in-out; -moz-animation: shake-anim 1s infinite ease-in-out; -ms-animation: shake-anim 1s infinite ease-in-out; -o-animation: shake-anim 1s infinite ease-in-out; animation: shake-anim 1s infinite ease-in-out; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50% }
@-moz-keyframes shake-anim {
	0% { transform: rotate(0) scale(1) skew(1deg) }
	10%, 30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg) }
	20%, 40% { -moz-transform: rotate(25deg) scale(1) skew(1deg) }
	100%, 50% { -moz-transform: rotate(0) scale(1) skew(1deg) }
}
@-webkit-keyframes shake-anim {
	0%, 100%, 50% { -webkit-transform: rotate(0) scale(1) skew(1deg) }
	10%, 30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg) }
	20%, 40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg) }
}
@-o-keyframes shake-anim {
	0%, 100%, 50% { -o-transform: rotate(0) scale(1) skew(1deg) }
	10%, 30% { -o-transform: rotate(-25deg) scale(1) skew(1deg) }
	20%, 40% { -o-transform: rotate(25deg) scale(1) skew(1deg) }
}

/**** icon_xemthem****/
.btn-contact { }
.btn-contact input { text-transform: uppercase; font-size: 15px; border: 0; font-weight: 600; padding: 0px 30px; min-width: 110px; background: #e9c259; height: 40px; line-height: 40px; }
.btn-contact input.btn-secondary { background: #6c757d !important; color: #ffff; }
.btn-contact input:hover { background: #db2c6d; border-color: #db2c6d; }

/**** end icon_xemthem****/

/* modal-dialog */
.slick-prev:before, .slick-next:before { color: #333; }
.modal-dialog { margin: 1.75rem auto; color: #333; }
.modal-body #FormContact { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; width: 100%; }

/* modal-frm-contact */
.modal-frm-contact { padding-right: 0px !important; left: 30%; width: auto; right: 0; }
.modal-frm-contact .modal-dialog { max-width: 100%; margin: 0 auto; display: flex; height: 100%; flex-wrap: wrap; border-radius: 0; }
.modal-frm-contact .modal-dialog .modal-content { border-radius: 0; }

/* Grow Rotate */
.hvr-grow-rotate { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active { -webkit-transform: scale(1.1) rotate(4deg); transform: scale(1.1) rotate(4deg); }

/* hover */
.hvr-rotate-y img { transition: 0.9s; }
.hvr-rotate-y:hover img { transition: 0.9s; transform: rotateY(180deg); }

/* Grow */
.hvr-grow { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; }
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale(1.1); transform: scale(1.1); }

/* menu-left */
.box-left { width: 70%; }
.menu-left { width: 280px; position: sticky; text-align: center; z-index: 999; top: 60px; }
.item-left { position: relative; }
.title-left { position: relative; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: #fff; padding: 11px 0; background: #ffae51; }
.title-left i { margin-right: 15px; font-size: 21px; top: 1px; position: relative; }
.title-left a { color: #fff; display: block; }
.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 { width: 100%; position: relative; top: 100%; }
.menu-left .item-left > ul { padding: 0; direction: rtl; background: #f2f2f2; max-height: 380px; overflow: auto; border: 1px solid #d1b462; border-top: 0; }
.item-left > ul > li:last-child > a { border-bottom: 0; }
.item-left > ul > li > a { display: block; padding: 10px 20px; padding-left: 40px; color: #333; font-weight: 700; font-size: 14px; text-align: left; text-transform: capitalize; border-bottom: 1px solid #ffae51; background: url(../images/li.png) no-repeat 20px 18px; }
.item-left ul li i { cursor: pointer; margin-right: 10px; font-size: 16px; color: #866e4c; }
.item-left ul li a span { margin: 0; display: block; }
.item-left ul li:hover > a { color: #ffae51; }
.item-left ul li { width: 100%; display: block; padding: 0; }
.item-left > ul > li { direction: ltr; }
.item-left > ul > li:last-child { }
.item-left > ul > li > a img { margin-right: 10px; }
.item-left > ul > li > ul { position: absolute; top: 0px; direction: unset; left: 100%; min-width: 920px; background: #f1ce6b; display: none; padding: 15px; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; border-radius: 0; z-index: 99; min-height: 95.5%; border: 1px solid #d1b462; border-left: 0; border-top: 0; }
.item-left ul li > ul > li > ul { position: relative; width: 100%; padding: 0 0 0 10px; display: block !important; }
.item-left ul li > ul li { padding: 10px; margin: 0; width: 25%; }
.item-left ul li > ul li > ul li { width: 100%; margin: 10px 0px; padding: 0; text-align: left; }
.item-left > ul > li > ul > li > a { display: block; padding: 0; font-weight: 700; color: #333; border-bottom: 1px solid #3333331c; padding-bottom: 10px; margin-bottom: 15px; font-size: 15px; text-align: left; }
.item-left > ul > li > ul > li > ul > li > a { border: none; padding: 0 0 0 15px; font-size: 15px; color: #333; background: url(../images/li.png) no-repeat left center; }
.item-left > ul > li ul li:hover > a { }
.item-left > ul > li:hover ul { display: flex; }
.menu-left:hover .item-left { display: block; }
.box-item__left { border: 1px solid #cccccc45; padding: 10px; }

/* fotorama detail */
.box-fotorama { width: 100%; margin: 0px auto; margin-bottom: 30px; }

/*  */
.owl-thumb-pro .slick-prev { left: -25px; color: #fff; }
.owl-thumb-pro .slick-next { right: -25px; }
.color-item-detail { display: inline-flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; margin-left: 10px; }
.color-item-detail a { margin: 0 10px 0 0px; }

/*  */
.grid-photo { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 15px; }
.item-photo h3 { text-align: center; margin-top: 10px; font-size: 16px; font-weight: 700; color: #000; }

/* */
.mm-menu_offcanvas:not(.mm-menu_opened) { display: none; }

/* */
.hvr-images { position: relative; overflow: hidden; }
.hvr-images::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; }
.hvr-images::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; }
.hvr-images:hover::before, .hvr-images:hover::after, .product:hover .hvr-images::before, .product:hover .hvr-images::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%; }

/**/
a.map { animation: blink 1s linear infinite; display: table; margin: 0px auto; background: #fff; font-size: 14px; color: #000000; font-weight: 700; padding: 8px 35px; border-radius: 5px; }
@keyframes blink {
	0% { opacity: 0; }
	50% { opacity: .5; }
	100% { opacity: 1; }
}

/**/
@media(max-width:1025px) {
	.wrap-content { width: 100%; padding: 0 10px; }
	.wrap-info.wrap-content { padding: 10px; }
	.menu ul li a h2 { padding: 10px 5px; }
	.content-main img { height: auto !important; }
}
@media(max-width:1000px) {
	.content-contact, .box-form-contact { width: 100%; margin: 10px 0px }
	.res_none, .hotline-header { display: none; }
	.cart-fixed { bottom: 120px; }
	.menu-res.no-index { position: sticky; }
	.menu-res, .toolbar { display: block; z-index: 999; width: 100%; }
	.left-pro-detail { width: 100% !important; }
	.right-pro-detail { width: 100% !important; margin-top: 30px; }
	.menu, .header { display: none; }
	.logo-m { width: 33%; text-align: center; }
	.logo-m img { width: 70px; }
	.slideshow-child2, .slideshow-child3 { display: none; }
	.slideshow .content { top: 50%; left: 0; transform: translateY(-50%); right: 0; text-align: center; }
	.grid-product { grid-gap: 10px; }
	.menu-left { display: none; }
	.box-right { width: 100%; }
	.logo-footer { display: none; }
	.slideshow:after { position: absolute; content: ''; background: url(../images/bong.png) no-repeat; width: 100%; background-size: 100% 100%; height: 370px; bottom: 0; left: 0; z-index: 2; }
	.wrap-about { min-height: unset; }
}
@media(max-width:768px) {
	.grid-product, .grid-news, .grid-album, .grid-video, .grid-news__tpl, .box-right .grid-product { grid-template-columns: repeat(3, 1fr); grid-gap: 10px; }
	.slick-about { display: none !important; }
	.about-content { width: 100%; text-align: center; padding: 0; }
	.about-content a.scale-img { display: table; margin: 0px auto; display: none; }
	.slick-about, .slick-about_first { width: 100%; top: unset; }
	.arrow-ab { display: none !important; }
	.slick-about_first .slick-slide { margin: 0px 5px; }
	.box-title__product { width: 100%; }
	.paging-product { width: 100%; padding: 0; }
	.wrap-product { background: #ffae52; }
	.item-news .content { width: 90%; }
	.box-video, .footer-content { width: 100%; }
	.box-feedback, .footer-menu { width: 100%; }
	.footer-banner { width: 100%; margin: 10px 0px; }
	.footer-powered .wrap-content { padding: 15px 10px; }
	.title-product p { text-align: center; width: 100%; }
	.title-product p span { display: inline-block; }
	.item-feedback .content { padding-bottom: 40px; }
	.slick-news .slick-slide { margin: 0px 5px; }
	.item-news .content h3 a { font-size: 18px; line-height: 25px; }
	.item-news .content p { font-size: 13px; }
	.title-product { text-align: center; }
	.about-content:after { display: none; }
}
@media(max-width:580px) {
	.grid-product, .grid-news, .grid-album, .grid-video, .grid-photo, .grid-news__tpl, .grid-service, .box-right .grid-product { grid-template-columns: repeat(2, 1fr); }
	.footer-powered .wrap-content { justify-content: center; }
	.logo-news { display: none; }
}
@media(max-width:450px) {
	.slick-news { max-width: 100%; }
	.box-news { width: 100%; }
	.arrow-news { display: none !important; }
	.wrap-bottom:before { width: 100%; }
	.box-feedback { background: #ffae51; padding-top: 30px; margin-top: 30px; }
	.title-feedback { position: relative; left: unset; transform: unset; bottom: unset; margin-bottom: -110px; }
	.box-item__feedback { width: 100%; }
	.box-feedback:after { display: none; }
	.title-bottom { font-size: 55px; }
	.wrap-about { overflow: hidden; }
	.slideshow .content h3 { font-size: 33px; }
	.title-h2 h2:before, .title-h2 h2:after { display: none; }
	.title-h2 h2 { font-size: 50px; margin: 0; }
	.title-imgabout { font-size: 13px; }
}
@media(max-width:350px) {
	.grid-product, .grid-news, .grid-album, .grid-video, .grid-photo, .grid-news__tpl, .box-right .grid-product { grid-template-columns: repeat(1, 1fr); }
	.title-feedback { display: none; }
}
