@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@600&display=swap');
@font-face { font-family: 'UTMColossalis'; src: url('../fonts/UTMColossalis/UTMColossalis.eot'); src: local('☺'), url('../fonts/UTMColossalis/UTMColossalis.woff') format('woff'), url('../fonts/UTMColossalis/UTMColossalis.ttf') format('truetype'), url('../fonts/UTMColossalis/UTMColossalis.svg') format('svg'); font-weight: normal; font-style: normal; }

/* Main */
:root { --color-main: #ed3237; --color-medium-red: #cc2c32; --color-dark-red: #c31829; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #000; --color-gray: #6c757d; --mm-color-background: #ed3237; --mm-color-text: #fff; }
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; outline: none; margin: 0; }
body { font-size: 14px; font-family: 'Be Vietnam', sans-serif; color: #333333; background: #fff; }
img { max-width: 100%; height: auto; vertical-align: top }
a, input, textarea { outline: none; padding: 0px; text-decoration: none }
a:hover { text-decoration: none; }
ul, p { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: initial; padding: 0; margin: 0; }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.mm-wrapper { margin: 0 }
.wrap-content { width: 1200px; margin: auto; position: relative; }
.newsletter-input input::-webkit-input-placeholder { color: #000 !important; }
.newsletter-inputinput::-moz-placeholder { color: #000 !important; }
.newsletter-inputinput:-moz-placeholder {   /* Older versions of Firefox */
color: #000 !important; }
.newsletter-input input:-ms-input-placeholder { color: #000 !important; }
.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; }

/* General */
.title-main { position: relative; padding-bottom: 10px; text-align: center; }
.title-main:after { }
.title-main span { text-transform: capitalize; color: #ed3237; font-size: 40px; font-family: 'UVNDaLat'; }
.title-main span >span { margin-left: 5px; }
.title-main span >span:first-child { margin-left: 0px; }
.title-main span >span:last-child, .title-main span >span:nth-last-child(2) { color: #ed3237; }
.title-main p { color: #282828; font-size: 25px; margin-top: 0px; font-family: 'SheliaVNF'; }
.time-main { margin-bottom: 0.75rem; color: #fff; }
.time-main i { vertical-align: top; margin: 3px 7px 0px 0px; }
.time-main span { vertical-align: top; display: inline-block; }
.title-main.bk_white { }
.title-main.bk_white span { text-transform: capitalize; color: #fff200; background: none; font-size: 55px; padding: 0px; }
.title-main.bk_white  p { color: #fff; margin-top: 0px; }
.social { list-style: none; padding: 0px; margin: 0px; }
.social li { display: inline-block; vertical-align: top; }
.social li img { -webkit-transition: 1s ease-out; -moz-transition: 1s ease-out; transition: 1s ease-out; }
.social li:hover img { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg); }
.social li:last-child { margin-right: 0px; }
.control-carousel { position: absolute; top: calc(50% - 30px/2); margin-bottom: 0px; width: 30px; height: 30px; text-align: center; line-height: 30px; border: 1px solid #eee; z-index: 2; background-color: #fff; color: #ccc; cursor: pointer; }
.control-carousel:hover { background-color: var(--color-main); border-color: var(--color-main); color: #fff; }
.prev-carousel { left: 0px; }
.next-carousel { right: 0px; }

/* othernews */
.othernews { margin-top: 20px; }
.othernews label { display: block; margin-bottom: 10px; font-weight: 700; text-transform: uppercase; font-size: 18px; }
.list-news-other { padding-left: 17px; list-style: square; margin: 0; }
.list-news-other li { margin-bottom: 5px; }
.list-news-other li a { text-transform: none; color: #333333; font-size: 14px; font-weight: 400; }
.list-news-other li a:hover { color: red; }

/*Hover zoom*/
.hover_zoom { position: relative; overflow: hidden; display: block; }
.hover_zoom img { -webkit-transform: scale(1); transform: scale(1); -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; position: relative; }
.hover_zoom:hover img { -webkit-transform: scale(1.09); transform: scale(1.09); }

/* Breadcrumb */
.breadCrumbs { padding: 10px 0; margin-top: 2em; }
.breadCrumbs .wrap-content { border-bottom: 1px dashed #dddddd; padding-bottom: 10px; }
.breadCrumbs .breadcrumb { padding: 0; margin: 0; background-color: transparent; border-radius: 0; list-style: none; display: flex; flex-wrap: wrap; align-items: center; }
.breadCrumbs .breadcrumb-item { position: relative; padding: 0 15px 0 0; margin: 0 10px 0 0; }
.breadCrumbs .breadcrumb-item:after { position: absolute; content: '/'; right: 0; bottom: 0; }
.breadcrumb-item + .breadcrumb-item::before { display: none }
.breadCrumbs .breadcrumb-item:last-child { margin: 0; padding: 0; }
.breadCrumbs .breadcrumb-item:last-child:after { display: none; }
.breadCrumbs .breadcrumb-item a { color: #000; text-transform: capitalize; }
.breadCrumbs .breadcrumb-item a i { margin-right: 5px; font-size: 19px; color: #585858cc; }
.updating { text-align: center; font-size: 14px; font-weight: 400; text-transform: uppercase; margin: 10px 0; }
#info { padding: 10px 0 3em; }
.loading { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: none; z-index: 1; }

/* Sản Phẩm Detail */
.pro-detail { display: flex; flex-wrap: wrap; justify-content: space-between; }
.pro-detail-images { width: 50%; padding-right: 40px; }
.pro-detail-images #Zoom-1 { border: 1px solid #eee; }
.pro-detail-images .pro-detail-gallery { margin: 0 -5px; margin-top: 10px; }
.pro-detail-images .pro-detail-gallery .slick-slide { margin: 0 5px }
.pro-detail-images .pro-detail-gallery .pro-detail-gallery-thumb { margin: 0 5px; border: 1px solid #eee; }
.pro-detail-images .pro-detail-gallery .pro-detail-gallery-thumb img { border: none; padding: 0; margin: 0; }
.pro-detail-desc { width: 50%; }
.pro-detail-desc-title { margin: 0; font-size: 20px; font-weight: 700; padding: 0 0 10px 0; border-bottom: 1px solid #eee; }
.pro-detail-desc-item { display: block; border-bottom: 1px solid #eee; padding: 10px 0; margin: 0 !important; }
.pro-detail-desc-item b { font-size: 15px; color: #d90000; }
.pro-detail-desc-label { font-size: 14px; color: #000; font-weight: 500; }
.pro-detail-desc-price { margin: 0; display: inline-block; }
.pro-detail-desc-price .price-new { font-size: 16px; color: #d41818; font-weight: 700; }
.pro-detail-desc-price .price-old { font-size: 14px; color: #5c5c5c; font-weight: 400; text-decoration: line-through; margin: 0 0 0 10px; }
.pro-detail-content { width: 100%; margin: 10px 0 0 0; }
.pro-detail-other { width: 100%; }
.pro-detail-tabs { margin-top: 20px; }
.pro-detail-tabs .pro-detail-ul { padding: 0px; list-style: none; margin: 0; display: flex; flex-wrap: wrap; }
.pro-detail-tabs .pro-detail-ul li { cursor: pointer; background: #eee; padding: 10px 20px; }
.pro-detail-tabs .pro-detail-ul li.active { background: #b11116; color: #fff; }
.pro-detail-tabs .pro-detail-ul li:last-child { margin-right: 0px; }
.pro-detail-tabs .pro-detail-content-tabs { display: none; padding: 15px; border: 1px solid #eee; }
.pro-detail-tabs .pro-detail-content-tabs.active { display: block; }
.box-chitiet ul li { padding: 10px 0; border-top: 1px solid #eee }
.box-chitiet ul li span { font-weight: 700 }
.info_chitiet { padding: 15px 0; }
.info_chitiet >span { text-transform: capitalize; display: block; margin-bottom: 7px; }
.info_chitiet h4 { margin-bottom: 7px; font-weight: 700; font-size: 16px; }
.info_chitiet a { font-size: 12px; color: #b11116; }

/* News */
.grid_new { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 20px; }
.item_new { border: 1px solid #e1e1e1; padding: 10px; }
.item_new .img_new { border: 1px dotted #e1e1e1; padding: 3px; text-align: center; }
.item_new .img_new a { display: block; }
.mota_new h3 { margin-top: 10px; margin-bottom: 5px; }
.mota_new h3 a { color: #000; font-weight: 700; line-height: 22px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.mota_new h3 a:hover { color: red }
.mota_new p { -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; line-height: 25px; }
.chitiet_new { margin-top: 5px; text-align: right }
.chitiet_new >a { color: red; text-decoration: underline; font-size: 13px }
.box-news { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 20px; }
.news-item { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.news-item .news-img { width: 180px; }
.news-item .news-content { width: calc(100% - 200px); }
.news-item .news-content h3 { margin: 0; }
.news-item .news-content h3 a { font-size: 15px; color: #333333; font-weight: 700; overflow: hidden; text-overflow: ellipsis; line-height: 20px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; }
.news-item .news-content .ngaydang { margin: 6px 0; font-size: 13px; color: #9c9c9c; font-style: italic; }
.news-item .news-content .news-desc { font-size: 14px; color: #5c5c5c; font-weight: 400; overflow: hidden; text-overflow: ellipsis; line-height: 20px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; margin: 0; }
.news-item:hover .news-content h3 a {color: #b11116;}

/* News detail */
.box-news-content { padding: 15px; border: 1px solid #eee; }
.time-post { font-size: 13px; color: #9c9c9c; font-weight: 400; margin: 0 0 10px 0; font-style: italic; }
.time-post i { margin-right: 5px; }

/* Contact */
.box-contact { display: flex; flex-wrap: wrap; justify-content: space-between; }
.thongtin-contact { width: 49%; }
.frm-contact { width: 49%; }
.frm-contact .input { width: 100%; padding: 10px; border-radius: 5px; border: 1px solid #ddd; margin-bottom: 10px; font-family: 'Roboto', sans-serif; font-weight: 400; color: #333; }
.frm-contact input[type=submit], .frm-contact input[type=reset] { display: inline-block; padding: 8px 30px; font-size: 14px; font-family: 'Be Vietnam', sans-serif; font-weight: 400; text-transform: uppercase; border: none; border-radius: 5px; cursor: pointer; color: #fff; }
.frm-contact input[type=submit] { background: #c31c00; }
.frm-contact input[type=reset] { background: #c31c00; }
.frm-contact input[type=submit]:hover, .frm-contact input[type=reset]:hover { background: #ed1010; color: #fff; }
.frm-contact input::-webkit-input-placeholder { color: #848484; }
.frm-contact input:-moz-placeholder { color: #848484; }
.frm-contact input::-moz-placeholder { color: #848484; }
.frm-contact input:-ms-input-placeholder { color: #848484; }
.maps-contact { width: 100%; margin-top: 20px; }
.maps-contact iframe { display: block; width: 100%; }

/* Header */
.header { width: 100%; position: absolute; top: 0; left: 0; z-index: 101 }
.header .wrap-content { display: flex; align-items: flex-end; justify-content: center; }
.left_header, .right_header { width: 38%; }
.logo { width: 23%; text-align: center; }
.left_header p { color: #9c9c9c; background: url(../images/icon_dc.png) no-repeat left; padding-left: 20px; }
.menu { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, 0.2); margin-top: 12px; }
.email_lienket { display: flex; align-items: center; justify-content: flex-end; }
.email_lienket p { color: #9c9c9c; font-weight: 600; background: url(../images/icon_mail.png) no-repeat left; padding-left: 22px; margin-right: 10px; }
.lienket { display: flex; align-items: center; }
.lienket a { margin-left: 10px; }
.header.fixx { position: fixed; top: 0; left: 0; background: rgba(0, 0, 0, 0.5); }
.header.fixx .left_header p, .header.fixx .email_lienket { display: none; }
.header.fixx .menu { margin-top: 0; border: 0 }
.header.fixx .wrap-content { align-items: center; }
.header.fixx .logo img { width: 145px; }
.header.fixx .menu >ul >li >a h2 { line-height: 60px }

/* Menu */
.menu >ul { width: 100%; padding: 0px; margin: auto; list-style: none; display: flex; }
.menu >ul >li { position: relative; z-index: 99; flex-grow: 2; display: flex;/* align-items: center; */ justify-content: center; padding-right: 1px; }
.menu >ul >li ul li { position: relative }
.menu ul li a { display: block; position: relative; z-index: 1; text-align: center; text-decoration: none !important; color: #fff; width: 100%; text-transform: capitalize; }
.menu ul li a i { font-size: 14px; margin-left: 5px; }
.menu ul li ul li i { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.menu >ul >li >a h2 { font-size: 16px; margin: 0px; text-transform: uppercase; line-height: 65px; font-weight: 300; }
.menu > ul > li > a.active h2, .menu > ul > li:hover > a h2 { font-weight: 600; color: #ab1015 }
.menu ul li ul { position: absolute; min-width: 220px; background: #fff; box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all .5s; top: 100%; left: 0; }
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all .7s; }
.menu ul li ul li a { text-align: left; border-top: 1px solid #efefef; line-height: 22px; font-size: 14px; color: #000; padding: 10px 15px; }
.menu ul li ul li:last-child > a { border-bottom: 0px; }
.menu ul li ul li a h2 { font-size: 13.5px; position: relative; color: #333; }
.menu ul li ul li ul { top: 0px; left: 100%; }
.menu ul li ul li:hover >a, .menu ul li ul li:hover >a >h2 { background: #ab1015; color: #fff; }
.lang { width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border: 1px solid #fff; color: #fff; }

/*Tim kiem */
.timkiem .icon-search { cursor: pointer; margin: 0; }
.timkiem .search-grid { position: absolute; top: calc(100% + 26px); right: 0px; height: 38px; overflow: hidden; background: #fff; border: 1px solid #ccc; z-index: 2; opacity: 0; border-radius: 25px; line-height: normal; }
.timkiem .search-grid p { float: left; width: 35px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 16px; display: block; color: #f00; line-height: 37px; text-align: center; }
.timkiem .search-grid input { width: calc(100% - 35px); float: right; line-height: 38px; outline: none; border: none; color: #000; font-weight: 400; font-size: 12px; }
.timkiem .search-grid input::-webkit-input-placeholder { color: #333; }
.timkiem .search-grid input:-moz-placeholder { color: #333; }
.timkiem .search-grid input::-moz-placeholder { color: #333; }
.timkiem .search-grid input:-ms-input-placeholder { color: #333; }

/* Menu RP */
.menu-res { display: none; height: 55px; z-index: 10; background: var(--color-main); position: sticky; top: 0px; line-height: normal; }
.menu-bar-res { height: 55px; padding: 0px 10px; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; justify-content: space-between; }
#menu { display: none; }
#hamburger { display: block; width: 45px; height: 23px; position: relative; }
#hamburger:before, #hamburger:after, #hamburger span { background: #fff; content: ''; display: block; width: 100%; height: 3px; position: absolute; left: 0px; }
#hamburger:before { top: 0px; }
#hamburger span { top: 10px; }
#hamburger:after { top: 20px; }
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; 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; }

/* Slideshow */
#slider { width: 100%; position: relative; }
.bx-wrapper .bx-viewport { border: none !important; left: 0px !important; box-shadow: none !important; }
.bx-wrapper .bx-caption { text-align: left; }
.bx-wrapper .bx-caption span { color: white !important; }
.bx-wrapper { margin-bottom: 0 !important }
.bx-viewport, .bx-wrapper { position: relative; width: 100%; height: 657px !important; top: 0; left: 0; }
.bxslider, .bxslider li { height: 100% !important; }
.bxslider li { background-repeat: no-repeat; background-position: top center; background-size: cover; }
.text_slider { position: absolute; left: 0; width: 100%; height: 100%; bottom: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; z-index: 10000; padding-left: 8vw; }
.text_slider h3 { color: #fff; font-weight: 700; font-size: 3.3vw; line-height: 3.6vw; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; color: #fff; margin-bottom: 1.2vw; text-transform: uppercase; font-family: 'Montserrat'; }
.text_slider span { display: block; color: #fff; text-transform: capitalize; font-size: 1.1vw; line-height: 2.2vw; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-fill-mode: both; animation-fill-mode: both; margin-bottom: 20px; font-weight: 300; }
.text_slider a { width: 10vw; line-height: 3.5vw; background: transparent; color: #fff; font-size: 1.2vw; text-align: center; display: inline-block; margin-top: 10px; border: 2px solid #6f2929; font-weight: 300; }
.text_slider .desc { color: #fff; width: 60%; position: relative; }

/* Gioi thieu */
.gioithieu_w { width: 100%; padding-bottom: 50px; padding-top: 50px; }
.thongtin_gt { width: 100%; margin: auto; }
.thongtin_gt h4 { font-size: 18px; color: #540b0d; text-transform: uppercase; font-family: 'Montserrat'; text-align: center; margin-bottom: 3px; }
.thongtin_gt h2 { font-size: 36px; color: #333232; text-transform: uppercase; font-family: 'Montserrat'; font-weight: 700; position: relative; padding-bottom: 25px; margin-bottom: 25px; text-align: center; }
.thongtin_gt h2:after { content: ''; width: 55px; height: 6px; background: #ab1015; position: absolute; bottom: 0; left: 50%; transform: translate(-50%); }
.xemthem_gt { text-align: center; margin-top: 30px; }
.xemthem_gt a { width: 145px; height: 53px; line-height: 45px; border: 2px solid #ab1015; font-size: 18px; color: #000; text-align: center; display: inline-block; }

/* Họa sĩ */
.hoasi_w { width: 100%; padding-bottom: 40px; }
.thanh_title { width: 100%; display: inline-block; margin-top: 40px; margin-bottom: 40px; text-align: center; position: relative; padding-bottom: 20px; }
.thanh_title:after { content: ''; width: 55px; height: 6px; background: #ab1015; position: absolute; bottom: 0; left: 50%; transform: translate(-50%) }
.thanh_title h2 { font-size: 30px; color: #333232; text-transform: uppercase; font-family: 'Montserrat'; font-weight: 600 }
.slick_hoasi { margin: 0 -14px }
.slick_hoasi .slick-slide { margin: 0 14px; }
.grid_hoasi { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 28px }
.item_hs { text-align: center; }
.item_hs >a { display: block; }
.mota_hs span { display: block; margin-top: 20px; color: #540b0d; text-transform: uppercase; margin-bottom: 3px; }
.mota_hs h3 { margin-bottom: 7px; }
.mota_hs h3 a { font-size: 18px; color: #000; text-transform: uppercase; font-weight: 400 }
.mota_hs p { font-size: 12px; color: #333; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.slick_hoasi .nut_left, .slick_hoasi .nut_right { top: calc(50% - 65px); }

/* Tac pham noi bat */
.tranh_w { width: 100%; background: #f9f9f9; padding-bottom: 40px; }
.grid_sp { display: grid; grid-gap: 30px; grid-template-columns: repeat(3, 1fr); }
.item_sp { text-align: center; }
.item_sp >a { display: block; }
.mota_sp h3 { margin-top: 10px; margin-bottom: 2px; }
.mota_sp h3 a { color: #000; text-transform: uppercase; font-size: 18px; }
.mota_sp span { display: block; color: #333; font-weight: 300; margin-bottom: 2px; }
.mota_sp p { color: #000; font-weight: 500 }
.grid_in .mota_sp h3 a { font-size: 16px }
.slick_sp { margin: 0 -15px }
.slick_sp .slick-slide { margin: 0 15px; }

/* Video */
.video_w { width: 100%; background: #0e0c11; padding: 40px 0; }
.slick_video { margin: 0 -20px; }
.slick_video .slick-slide { margin: 0 20px }
.item_clip a { display: block; position: relative; cursor: pointer; }
.item_clip a:after { content: ''; width: 74px; height: 74px; background: url(../images/nut_youtube.png) no-repeat; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) }

/* Album */
.album_w { width: 100%; padding-bottom: 50px; }
.grid_album { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px 30px; }
.item_a a { display: block; }
.item_a:nth-child(2), .item_a:nth-child(4), .item_a:nth-child(5) { grid-row: span 2 }
.hinhthem { display: none !important }
.item_a a span { width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center; background: rgba(0, 0, 0, 0.5); color: #fff; font-weight: 500; font-size: 15px; padding: 20px; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; opacity: 0; -webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); text-transform: uppercase; }
.item_a a:hover span { -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; opacity: 1; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }

/* Y kien khach hang */
.ykien_w { width: 100%; background: #f6f6f6; padding-bottom: 50px; }
.khung_ykien { padding: 0 80px 0 30px; }
.item_ykien { display: flex !important; align-items: center; justify-content: space-between; }
.item_ykien .img_ykien { width: 255px; text-align: center; }
.item_ykien .img_ykien h3 { font-size: 18px; color: #333; font-weight: 600; text-transform: capitalize; margin-top: 15px; }
.mota_ykien {width: calc(100% - 370px);font-size: 17px;font-weight: 300;color: #757575;padding-bottom: 40px;position: relative;}
.mota_ykien p { -webkit-line-clamp: 4; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; line-height: 28px; }
.mota_ykien:after { content: ''; width: 26px; height: 25px; background: url(../images/ngoac.png) no-repeat; position: absolute; top: 0; right: calc(100% + 30px) }

/* Tin tuc */
.tintuc_w { width: 100%; padding-bottom: 50px; }
.slick_tin { margin: 0 -15px; }
.slick_tin .slick-slide { margin: 0 15px; }
.item_tin >a { display: block; }
.mota_tin { display: flex; align-items: center; justify-content: space-between; margin-top: 15px; }
.mota_tin .date_tin { width: 54px; height: 60px; border: 3px solid #ab1015; display: flex; align-items: center; justify-content: center; flex-flow: column; position: relative; font-weight: 700; color: #000; font-size: 16px; }
.mota_tin .date_tin:after { content: ''; width: 33px; height: 3px; position: absolute; background: #d6d6d6; top: 27px; left: 50%; transform: translate(-50%); }
.mota_tin .date_tin p { margin-bottom: 2px; }
.content_tin { width: calc(100% - 75px); }
.content_tin h3 { margin-bottom: 5px; }
.content_tin h3 a { font-size: 16px; color: #000; font-weight: 700; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.content_tin p { font-size: 15px; color: #000; font-weight: 300; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; line-height: 20px; }

/* Partner */
.wrap-partner { padding: 30px 10px; margin: 50px auto; background: url(../images/bk_doitac.jpg)repeat top left }
.wrap-partner .wrap-content { max-width: 1200px; padding: 0px; position: relative; }
.owl-partner { padding: 0px 40px; }
.partner { display: block; }
.partner img { width: 100%; }

/* Breadcrumb */
.breadCrumbs .wrap-content { max-width: 1200px; }
.breadCrumbs .wrap-content .breadcrumb { padding: 0; margin-bottom: 0; background-color: transparent; border-radius: 0; }
.breadCrumbs .wrap-content .breadcrumb-item a { color: var(--color-black); }
.breadCrumbs .wrap-content .breadcrumb-item.active a {color: #b11116;font-weight: 700;}

/* Intro */
.wrap-intro { margin-bottom: 50px; }
.left-intro { width: 67%; }
.right-intro { width: 30%; }
.title-intro { margin-bottom: 1.5rem; }
.title-intro span { display: inline-block; text-transform: capitalize; position: relative; padding-bottom: 10px; font-size: 40px; color: #ed3237; font-family: 'UVNDaLat'; }
.title-intro span > span { color: #ed3237; }
.title-intro span:after { }
.newshome-best { width: 43%; display: block; float: left; margin-right: 1.5%; }
.pic-newshome-best img { width: 100%; }
.name-newshome { color: var(--color-black); font-size: 14px; line-height: 18px; margin-bottom: 0.25rem; }
.name-newshome.text-split { -webkit-line-clamp: 2; }
.time-newshome { color: var(--color-gray); margin-bottom: 0.25rem; }
.desc-newshome { color: var(--color-black); margin-bottom: 0px; }
.view-newshome { display: inline-block; border: 1px solid var(--color-main); padding: 8px 15px; color: var(--color-black); text-transform: capitalize; font-weight: 600; margin-top: 1rem; }
.view-newshome:hover { background-color: var(--color-main); color: #fff; }
.newshome-scroll { width: calc(100% - 44.5%); height: 450px; overflow: hidden; }
.newshome-scroll ul li { margin-bottom: 15px !important; }
.newshome-normal { display: block; }
.pic-newshome-normal { float: left; width: 34%; margin-right: 3%; margin-bottom: 0px; }
.pic-newshome-normal img { width: 100%; }
.info-newshome-normal { float: left; width: calc(100% - 37%); }
.video-main { position: relative; height: 465px; }
.video-main iframe { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
.listvideos { width: 100%; height: 40px; padding: 0px 10px; border: 1px solid #ccc; color: var(--color-black); margin-top: 10px; cursor: pointer; }

/* Brand */
.wrap-brand { margin-bottom: 50px; padding: 0px 10px; }
.wrap-brand .wrap-content { max-width: 1200px; padding: 0px; position: relative; }
.owl-brand { padding: 0px 40px; }
.brand { display: block; border: 1px solid #eee; }
.brand img { width: 100%; }

/* Sản Phẩm */
.wrap-product { padding: 50px 0px; padding-top: 0px; }
.wrap-product-list { padding: 50px 0px; }
.wrap-product-list.bk-blue { background: #eafbff }
.product { float: left; width: 23.5%; margin: 0 2% 2% 0; }
.product:nth-child(4n+1) { clear: both; }
.product:nth-child(4n) { margin-right: 0px; }
.box-product { position: relative; display: block; margin-bottom: 1rem; }
.pic-product { background: #fff; border-radius: 5px; padding: 5px; border: 1px solid #eee; }
.pic-product img { width: 100%; border-radius: 3px; }
.name-product { font-size: 16px; color: var(--color-black); }
.name-product.text-split { -webkit-line-clamp: 1; }
.price-product { margin-bottom: 0px; }
.price-product span { font-weight: 700; }
.price-new { font-size: 15px; font-weight: 500; color: var(--color-main); }
.price-old { padding-left: 10px; font-size: 12px; color: var(--color-gray); }
.price-per { position: absolute; top: 15px; right: 15px; color: #fff; background: var(--color-main); font-size: 11px; border-radius: 2px; width: 45px; height: 25px; text-align: center; line-height: 25px; }
.cart-product { margin-bottom: 0px; }
.cart-product span { cursor: pointer; width: 49%; float: left; color: #fff; text-transform: capitalize; text-align: center; padding: 7px 5px; border-radius: 3px; }
.cart-add { margin-right: 2%; background-color: var(--color-main); }
.cart-add:hover { background-color: var(--color-dark-red); }
.cart-buy { background-color: var(--color-green); }
.cart-buy:hover { background-color: var(--color-dark-green); }

/* Sản Phẩm Detail */
.grid-pro-detail { margin-top: 50px; margin-bottom: 50px; }
.left-pro-detail { position: relative; text-align: center; background: white; }
.left-pro-detail .MagicZoom { border: 1px solid #eee; padding: 7px; border-radius: 5px; }
.right-pro-detail { }
.gallery-thumb-pro { position: relative; margin-top: 10px; }
.owl-thumb-pro { padding: 0px 40px; }
.thumb-pro-detail { display: block !important; border: 1px solid #eee; padding: 5px; border-radius: 3px; cursor: pointer; }
.thumb-pro-detail.mz-thumb.mz-thumb-selected { border-color: #cecfd2; }
.thumb-pro-detail img { box-shadow: none !important; filter: brightness(100%) !important; border-bottom: 0px !important; padding-bottom: 0px !important; }
.title-pro-detail { text-transform: capitalize; font-size: 20px; display: block; font-weight: 700; }
.social-plugin-pro-detail { margin-bottom: 1rem; margin-top: 0px !important; }
.desc-pro-detail { margin-bottom: 1rem; }
.attr-pro-detail { list-style: none; padding: 0px; }
.attr-pro-detail li { margin: 10px auto; border-bottom: 1px solid #d2d2d2; padding: 5px 0px; }
.attr-pro-detail li:last-child { border: none; }
.attr-label-pro-detail { margin: 0px 5px 0px 0px; }
.attr-label-pro-detail.d-block { display: block; margin: 0px 0px 5px 0px; }
.attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: #ed3237; }
.price-old-pro-detail { font-weight: 500; color: var(--color-gray); text-decoration: line-through; padding-left: 10px; }
.color-pro-detail { border: 1px solid #ccc; padding: 3px 10px 4px 10px; display: inline-block; position: relative; }
.size-pro-detail { border: 1px solid #ccc; padding: 3px 10px 4px 10px; display: inline-block; position: relative; }
.size-pro-detail.active, .color-pro-detail.active { border-color: #e5101d; color: #e5101d; }
.list_size { display: inline-block; max-width: 200px; margin-left: 15px; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
.color-pro-detail.active:before, .size-pro-detail.active:before { content: ''; position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; bottom: 0px; right: 0px; margin: auto; z-index: 1; background-image: url(../images/check-cart.png); background-repeat: no-repeat; background-position: bottom right; }
.color-pro-detail input[type=radio], .size-pro-detail input[type=radio] { outline: none; position: absolute; cursor: pointer; width: 100%; height: 100%; -webkit-appearance: none; border: 0px; top: 0px; left: 0px; }
.quantity-pro-detail { width: 100%; max-width: 110px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; }
.quantity-pro-detail span { line-height: 25px; padding: 0px; width: 30px; height: 30px; color: #5f5f5f; cursor: pointer; font-size: 22px; border: 1px solid #cccccc; }
.quantity-pro-detail span.quantity-plus-pro-detail { border-left: 0px; }
.quantity-pro-detail span.quantity-minus-pro-detail { border-right: 0px; }
.quantity-pro-detail input { height: 30px; border: 1px solid #cccccc; width: calc(100% - 60px); text-align: center; font-size: 14px; padding: 5px; }
.cart-pro-detail { margin-bottom: 1rem; display: flex; align-items: stretch; justify-content: flex-start; }
.cart-pro-detail a { width: auto; text-align: center; color: #fff; padding: 8px 15px; text-transform: uppercase; border-radius: 3px; cursor: pointer; }
.cart-pro-detail a.addnow { margin-right: 10px; background: #ed3237; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed3237), to(#d71326)); background: -webkit-linear-gradient(top, #d71326, #ed3237); background: -moz-linear-gradient(top, #d71326, #ed3237); background: -ms-linear-gradient(top, #d71326, #ed3237); background: -o-linear-gradient(top, #d71326, #ed3237); }
.cart-pro-detail a.buynow { background-color: var(--color-green); }
.cart-pro-detail a.buynow:hover { background-color: var(--color-dark-green); }
.cart-pro-detail a i { vertical-align: top; margin-top: 3px; margin-right: 8px; }
.tabs-pro-detail { margin-top: 50px; }
.tags-pro-detail { margin: 1rem 0px 2rem 0px; }
.tags-pro-detail a { float: left; font-size: 12px; color: #fff; padding: 5px 10px 7px 10px; margin-right: 5px; margin-bottom: 5px; background-color: var(--color-main); border-radius: 3px; }
.tags-pro-detail a:hover { background-color: var(--color-medium-red); }
.tags-pro-detail a i { font-size: 10px; float: left; margin: 5px 5px 0px 0px; }
.tabs-pro-detail .ul-tabs-pro-detail { padding: 0px; list-style: none; margin-bottom: 1rem; border-bottom: 1px solid #e7e7e7; }
.tabs-pro-detail .ul-tabs-pro-detail li { cursor: pointer; float: left; margin-right: 5px; margin-bottom: 5px; background: #eee; padding: 5px 10px; }
.tabs-pro-detail .ul-tabs-pro-detail li.active { background: #333; color: #fafafa; }
.tabs-pro-detail .ul-tabs-pro-detail li:last-child { margin-right: 0px; }
.tabs-pro-detail .content-tabs-pro-detail { display: none; }
.tabs-pro-detail .content-tabs-pro-detail.active { display: block; }

/* 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 */
.news { width: 49%; float: left; margin-bottom: 25px; display: block; }
.news:nth-child(2n) { float: right; }
.news:nth-child(2n+1) { clear: both; }
.pic-news { float: left; margin-right: 4%; width: 36%; }
.pic-news img { width: 100%; }
.info-news { float: left; width: 60%; }
.name-news { color: #333; font-size: 16px; display: block; line-height: normal; margin-bottom: 5px; }
.name-news:hover { color: var(--color-main); }
.time-news { color: var(--color-gray); margin-bottom: 0.25rem; }
.desc-news { color: #333333; margin-top: 5px; line-height: 22px; }
.share { padding: 17px 10px 10px 10px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; }
.othernews b { margin-bottom: 10px; }
.list-news-other { padding-left: 17px; list-style: square; }
.list-news-other li a { text-transform: none; color: #333333; }

/* Contact */
.top-contact { margin-bottom: 30px; }
.top-contact .article-contact { width: 48%; }
.form-contact { width: 47%; }
.input-contact { position: relative; margin-bottom: 15px; }
.input-contact input, .input-contact textarea { width: 100%; padding: 0px; outline: none; font-size: 14px; }
.input-contact input { text-indent: 10px; }
.input-contact textarea { resize: none; height: 150px; padding: 10px; }
.input-contact .custom-file-label::after { content: attr(title); }
.bottom-contact { position: relative; height: 500px; }
.bottom-contact iframe { position: absolute; top: 0px; left: 0px; width: 100% !important; height: 100% !important; }

/* Footer */
.footer { width: 100%; background: #f7f7f7; padding-bottom: 40px; padding-top: 60px; color: #000; }
.logo_ft { width: 100%; text-align: center; }
.footer .content_ft { display: flex; justify-content: space-between; flex-wrap: wrap; margin-top: 30px; }
.thongtin_ft { width: 40%; }
.thanh_ft { font-size: 16px; text-transform: uppercase; font-weight: 300; margin-bottom: 20px; }
.chinhsach_ft { width: 20%; }
.item_ft a { font-size: 16px; color: #000; display: block; margin-bottom: 15px; position: relative; padding-left: 20px; }
.item_ft a:after { content: ''; width: 4px; height: 4px; background: #8e8e8e; position: absolute; top: 50%; left: 0; transform: translate(-50%); }
.item_ft a:last-child { margin: 0 }
.item_mxh { display: flex; flex-flow: column; align-items: flex-start; }
.mangxh_ft { width: 20% }
.mangxh_ft a { background: #464646; padding: 5px 10px; position: relative; margin-bottom: 5px; color: #fff; font-weight: 300; text-transform: uppercase; display: inline-block; }
.mangxh_ft a:after { content: ''; width: 16px; height: 33px; background: url(../images/af_mxh.png) no-repeat; position: absolute; top: 0; left: 100% }
.map_ft { width: 100%; }
.map_ft iframe { width: 100%; display: block; height: 455px; }
.coppy { width: 100%; background: #efefef; color: #000; padding: 24px 0; font-size: 15px; }
.coppy .wrap-content { display: flex; align-items: center; justify-content: center; }
.coppy span { text-transform: uppercase; }
.xoay_tron:hover { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transition: all 1s; }

/* Trang trong hoa si */
.box_tieusu { display: flex; justify-content: space-between; flex-wrap: wrap; }
.box_tieusu >a { width: 24%; padding-right: 9px; }
.box_tieusu .noidung { width: calc(76% - 30px); border: 1px solid #eee; padding: 20px; }
.box-hoasi .pro-detail-content-tabs { padding: 0 !important; border: 0 !important; margin-top: 20px; }
.nut_left { position: absolute; top: calc(50% - 40px); right: calc(100% + 10px); cursor: pointer; font-size: 45px; color: #333; }
.nut_right { position: absolute; top: calc(50% - 40px); left: calc(100% + 10px); cursor: pointer; font-size: 45px; color: #333; }

/* 4 NUT TIEN ICH  */
#contact_fixed { height: 137px; position: fixed; bottom: -92px; left: 0px; right: 0px; margin: auto; background: #ab1116; padding: 5px 0px; box-sizing: border-box; z-index: 1000; }
div.phone_list { width: 100%; float: left; padding: 10px; text-align: center; box-sizing: border-box; }
div.phone_list p { display: inline-block; padding: 5px 10px; background: #D90000; text-align: center; font-size: 18px; margin-bottom: 10px; border-radius: 10px; margin: 0px 10px 10px; color: #FF0; line-height: 30px; }
#contact_fixed ul { width: 100%; float: left; padding: 0px !important; margin: 0px !important; list-style: none; }
#contact_fixed ul li { width: 20%; float: left; text-align: center; }
#contact_fixed ul li img { display: block; margin: auto; max-height: 18px; }
#contact_fixed ul li a { color: #fff; text-transform: capitalize; font-size: 14px; font-weight: bold; }
.blink_me { -webkit-animation-name: blinker; -webkit-animation-duration: 1s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: blinker; -moz-animation-duration: 1s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; animation-name: blinker; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; }
@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/* hover */
.xemthem_gt a:hover { background: #ab1015; color: #fff }
.mota_sp h3 a:hover, .content_tin h3 a:hover, .item_ft a:hover, .mota_hs h3 a:hover { color: #ab1015 }

/* Like Share */
.social-plugin { display: flex; justify-content: flex-start; margin-top: 10px; }
.social-plugin .at-share-btn { margin-bottom: 0px !important; }
.social-plugin .zalo-share-button { margin-left: 3px; }

/* Phân Trang */
.pagination-home .pagination { display: flex; align-items: center; justify-content: center; margin-top: 20px; }
.pagination-home .pagination .page-item { margin: 0px 5px; }
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: 13px; padding: 6px 11px; }
.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: #555555; border-color: #555555; display: block; text-align: center; }

/* Phân Trang Ajax */
.pagination-ajax { text-align: center; margin-top: 20px; }
.pagination-ajax a { display: inline-block; vertical-align: top; margin: 0px 2px 2px 2px; color: #333; background: #eee; border: 1px solid rgba(161, 161, 161, 0.4); font-size: 12px; cursor: pointer; padding: 5px 10px 5px 10px; border-radius: 2px; }
.pagination-ajax a.current, .pagination-ajax a:hover { background: #333; color: #fff; border-color: #333; font-weight: 600; }

/* 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; }

/* 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: #ed3237; position: relative; z-index: 1; }
.btn-frame i img { vertical-align: middle; width: 70%; }
.btn-frame .animated.infinite { animation-iteration-count: infinite; }
.btn-frame .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(273, 50, 55, 0.8); opacity: .1; border-color: #ed3237; 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: rgba(273, 50, 55, 0.35); opacity: .4; }
.btn-frame .pulse { animation-name: pulse; }

/* Zalo */
.btn-zalo { bottom: 315px; }

/* Phone */
.btn-phone { bottom: 230px; }

/* Messenger */
.js-facebook-messenger-container.closed, .js-facebook-messenger-tooltip.closed { display: none !important }
.js-facebook-messenger-tooltip { bottom: 97px; right: 97px }
.js-facebook-messenger-tooltip { color: #404040; background: #fff }
.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999 }
.js-facebook-messenger-tooltip { display: none; position: fixed; text-align: center; border-radius: 10px; overflow: hidden; font-size: 12px; line-height: 1; padding: 10px; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt; z-index: 1.0E+30 }
.js-facebook-messenger-close-tooltip { width: 10px; height: 10px; display: inline-block; cursor: pointer; margin-left: 10px }
.js-facebook-messenger-box.rubberBand { -webkit-animation-name: rubberBand; animation-name: rubberBand }
.js-facebook-messenger-box.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.js-facebook-messenger-box, .js-facebook-messenger-button, .js-facebook-messenger-tooltip { z-index: 999 }
.js-facebook-messenger-box { display: block; position: fixed; cursor: pointer; bottom: 150px; right: 17px; width: 56px; height: 56px; text-align: center; background: #ed3237; 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: #ed3237 }
.js-facebook-messenger-top-header { display: block; position: relative; width: 220px; background: #ed3237; 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: #ed3237 }
.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: #ed3237; width: 50px; height: 50px; text-align: center; color: #fff !important; border-radius: 100%; display: flex; align-items: center; justify-content: center; }
.cart-fixed i { font-size: 20px; }
.cart-fixed span { position: absolute; top: 0px; right: -5px; color: #ed3237; width: 25px; height: 25px; background: #fff; text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; }

/* Toolbar */
.toolbar { background: var(--color-main); width: 100%; padding: 3vw; bottom: 0px; position: fixed; z-index: 500; height: auto; left: 0px; display: none; }
.toolbar ul { list-style: none; display: flex; align-items: center; justify-content: space-between; padding: 0px; margin: 0px; }
.toolbar ul li { text-align: center; width: 25%; line-height: 1; }
.toolbar ul li a { display: inline-block; width: 100%; color: #fff; }
.toolbar ul li a span { font-weight: 400; color: #fff; font-size: 14px; display: block; }
.toolbar ul li a img { height: 15px; 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: 0px; }
.support-online a { position: relative; margin: 20px 10px; text-align: left; width: 40px; height: 40px; }
.support-online i { width: 40px; height: 40px; background: #43a1f3; color: #fff; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; }
.support-online a span { border-radius: 2px; text-align: center; background: rgb(103, 182, 52); padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; transition: all 0.2s ease-in-out 0s; -moz-animation: headerAnimation 0.7s 1; -webkit-animation: headerAnimation 0.7s 1; -o-animation: headerAnimation 0.7s 1; animation: headerAnimation 0.7s 1; }
.support-online a:hover span { display: block; }
.support-online a { display: block; }
.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent  rgb(103, 182, 52) transparent transparent; position: absolute; left: -10px; top: 10px; }
.support-online .kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(0, 175, 242, 0.5); opacity: .75; right: -10px; }
.support-online .kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(30, 30, 30, 0.4); opacity: .1; border-color: #0089B9; opacity: .5; }
.support-online .support-online .btn-support { cursor: pointer; }
.support-online .mes i { background: orange; }
.support-online .sms i { background: red; }
.support-online .call-now i { background: green; }

/* Phone Switch */
.widget-mobile { position: fixed; left: 50%; transform: translateX(-50%); bottom: 10px; z-index: 9999999; }
#my-phone-circle { position: relative; width: 50px !important; height: 50px !important; }
.wcircle-open .wcircle-icon i:before { content: '\f00d'; }
.wcircle-icon { background: #ed3237; 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: rgb(237, 50, 55, .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: rgb(238, 59, 64, 0.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) }
}

/****other-css***/
.wrap-album { padding: 50px 0px; }
.item_content_pos { position: relative; width: 100%; margin: 15px auto; }
.zoom_content_pos { overflow: hidden; }
.zoom_content_pos img { width: 100%; }
.name_content_pos { position: absolute; bottom: 0px; left: 0px; width: 100%; text-align: center; }
.name_content_pos h3 a { color: #fff; font-size: 26px; font-weight: 900; text-transform: uppercase; transition: 0.1s all ease-in-out 0.1s; }
.item_content_pos:hover .name_content_pos h3 a { color: var(--color-main); transition: 0.1s all ease-in-out 0.1s; }

/********wrap-tabs-sp**********/
.wrap-tabs { text-align: center; margin-bottom: 0px; }
.list_mc { display: inline-block; list-style: none; margin: 0px; padding: 0px; text-align: center; }
.list_mc li { position: relative; display: inline-block; line-height: 35px; margin: 0px 2px; border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }
.list_mc li:after { }
.list_mc li:last-child { background: none; }
.list_mc a { font-size: 14px; color: #000000; font-weight: 400; cursor: pointer; text-transform: uppercase; padding: 0px 20px; }
.list_mc li:hover { background: var(--color-main); }
.list_mc li:hover a { color: #fff; }
li.active_list_mc { background: var(--color-main); }
li.active_list_mc a { color: #fff; }

/*******end-wrap-tabs-sp*******/

/**********item-san-pham******/
.item_product { width: 100%; height: auto; margin: 15px auto; position: relative; border: 1px solid #e6e6e6; padding: 6.5px; background: #fff; }
.item_product.product_marin { padding: 6.5px; width: 96.5%; }
.zoom_product { position: relative; background: #fff; overflow: hidden; text-align: center; }
.zoom_product:after { }
.zoom_product img { transition: all 1.2s ease 0s; max-width: 100%; margin: 0px auto; }
.item_product:hover { border: 1px solid #ed3237; }
.item_product:hover img { transform: scale(1.1); transition: all 1.2s ease 0s; }
.km_sp { position: absolute; top: 5px; right: 5px; background: url(../images/label_km.png)no-repeat top left; width: 41px; height: 22px; color: #fff; text-align: center; line-height: 22px; font-size: 12px; }
.name_product { position: relative; width: 100%; margin: 0px auto; padding: 10px 0px; }
.btn_cart_add { position: absolute; bottom: 10px; right: 0px; width: 35px; height: 35px; background: #fff url(../images/btn_order.png)no-repeat center center; border: 1px solid #9f9f9f; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; cursor: pointer; }
.btn_cart_add:hover { background: #000 url(../images/btn_order.png)no-repeat center center; }
.name_product h3 { font-size: 14px; color: #282828; margin: 0px; overflow: hidden; font-weight: 400; }
.name_product h3 a { color: #282828; display: block; }
.name_product p { font-size: 15px; color: #333333; margin: 0px; }
.name_product p.mota { height: 36px; overflow: hidden; margin-bottom: 5px; }
.name_product p span { color: #e00b10; font-size: 16px; font-weight: 700; }
.name_product p a { color: #333333; }
.name_product p.msp_product { color: #999999; font-size: 12px; font-weight: 400; margin-top: 10px; }
.price_sp .i_giacu { color: #8b8b8b; font-size: 13px; text-decoration: line-through; font-weight: 400; margin-top: 4px; }

/***********end-item-sanpham*****/

/*******item-bai-vet******/
.wrap-service { padding: 50px 0px; background: url(../images/bk_gioithieu.jpg)repeat top left; }
.box_news { clear: both; margin: 15px auto; }
.box_news.box_news_slick { width: 92.686%; }
.box_news h3 { margin: 5px 0px; padding: 5px 5px; color: #282828; text-transform: uppercase; font-weight: 700; font-size: 14px; z-index: 8; position: relative; }
.box_news h3:after { }
.box_news h3 a { color: #282828; display: block; }
.box_news p { color: #282828; margin: 0px; padding: 0px 5px; }
.box_news p.small { font-size: 13px; color: #9f9f9f; }
.box_news p.small span { color: #ed3237; }
.box_news h3:hover { }
.image_boder { position: relative; margin: 0px 0px 0px 0px; background: #FFF; overflow: hidden; }
.box_news:hover { box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: 0.2s all ease-in-out 0.2s; }
.box_news .image_boder::before { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); }
.box_news:hover .image_boder::before { -webkit-animation: shine .75s; animation: shine .75s; }
@-webkit-keyframes shine {
    100% { left: 125%; }
}
@keyframes shine {
    100% { left: 125%; }
}

/*******end-item-bai-vet******/

/*******About-us*************/
.wrap-about { padding: 50px 0px; background: #ffdcc6; }
.wrap-about .image_gt img { }
.wrap-about .border_gt { }
.wrap-about .border_gt .bk_gt { background: #fff; padding: 20px 20px 40px 40px; min-height: 358px; }
.title_about { }
.title_about p { font-size: 35px; color: #000000; font-family: 'MTD'; margin: 0px; }
.title_about p span { font-size: 35px; color: #ed3237; text-transform: uppercase; font-family: 'iCielBCCubano-Normal'; margin-left: 5px; }
.title_about p span:first-child { margin-left: 0px; }
.title_about p span:last-child { color: #ed3237; }
.title_about p:last-child { padding-left: 50px; }
.text_gt { max-height: 129px; overflow: auto; }
.wrap-about .border_gt .text_gt::-webkit-scrollbar { width: 5px; }
.wrap-about .border_gt .text_gt::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9); border-radius: 10px; }
.wrap-about .border_gt .text_gt::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9); }

/******End-about-us*********/

/*********ITEM-VIDEO-ALBUM******/

.item_video { position: relative; width: 100%; margin: 0px auto; overflow: hidden; text-align: center; }
.item_video img { width: 100%; }
.title_video { width: 100%; height: 45px; position: absolute; bottom: 0px; left: 0px; background: rgba(0, 0, 0, 0.4); color: #fff; line-height: 45px; padding: 0px 20px; transition: 0.4s all ease-in-out 0.4s; }
.hover_video { opacity: 0; width: 100%; height: 100%; position: absolute; top: 0px; background: rgba(0, 0, 0, 0.5) url(../images/i_play.png)no-repeat center center; transition: 0.3s all ease-in-out 0.3s; }
.hover_video h3 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; text-transform: uppercase; font-weight: 700px; font-size: 15px; margin: 0px; }
.item_video:hover .title_video { transition: 0.4s all ease-in-out 0.4s; bottom: -45px; }
.item_video:hover .hover_video { transition: 0.3s all ease-in-out 0.3s; opacity: 1; }

/*********END-ITEM-VIDEO-ALBUM***/

/********other-custom*******/
.wrap-dambao { padding: 40px 0px; }
.wrap-tieuchi { margin-top: 50px; background: url(../images/bk_quytrinh.jpg)no-repeat top right; background-size: cover; }
.wrap-tieuchi-padtop { padding-top: 50px; }
.item_dambao { position: relative; width: 95%; margin: 10px auto; }
.item_dambao .zoom_dambao { position: relative; float: left; margin: 5px auto; margin-right: 20px; height: 65px; text-align: center; }
.item_dambao .zoom_dambao:after { content: ''; position: absolute; top: 5px; right: -10px; width: 1px; height: 25px; background: #f4b447; }
.item_dambao .zoom_dambao.zoom_dambao_nopic { position: relative; float: left; margin: 5px auto; margin-right: 20px; height: 100px; text-align: center; }
.item_dambao .zoom_dambao.zoom_dambao_nopic:after { background: none; }
.item_dambao .zoom_dambao.zoom_dambao_nopic p { width: 65px; height: 65px; border: 5px solid #f4b447; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; text-align: center; line-height: 55px; font-size: 25px; color: #f7931d; font-weight: 300; }
.item_dambao img { -webkit-transition: 1s ease-out; -moz-transition: 1s ease-out; transition: 1s ease-out; margin: 0px auto !important; }
.item_dambao h3 { font-size: 18px; color: #fff; text-transform: capitalize; padding-top: 5px; font-weight: 400; }
.item_dambao p { font-size: 14px; color: #fff; font-weight: 300; }
.item_dambao h3 a, .item_dambao p a { color: #fff; }
.item_dambao:hover img { -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); transform: rotateY(360deg); }
.mydiv0 .zoom_dambao_nopic p { animation: myanimation 7s infinite; }
.mydiv1 .zoom_dambao_nopic p { animation: myanimation-1 7s infinite; }
.mydiv2 .zoom_dambao_nopic p { animation: myanimation-2 7s infinite; }
.mydiv3 .zoom_dambao_nopic p { animation: myanimation-3 7s infinite; }
@keyframes myanimation {
    0% { color: #f4b447; background: none; }
    25% { color: #000000; background: #f4b447; }
    50% { color: #f4b447; background: none; }
    75% { color: #f4b447; background: none; }
    100% { color: #f4b447; background: none; }
}
@keyframes myanimation-1 {
    0% { color: #f4b447; background: none; }
    25% { color: #f4b447; background: none; }
    50% { color: #000000; background: #f4b447; }
    75% { color: #f4b447; background: none; }
    100% { color: #f4b447; background: none; }
}
@keyframes myanimation-2 {
    0% { color: #f4b447; background: none; }
    25% { color: #f4b447; background: none; }
    50% { color: #f4b447; background: none; }
    75% { color: #000000; background: #f4b447; }
    100% { color: #f4b447; background: none; }
}
@keyframes myanimation-3 {
    0% { color: #f4b447; background: none; }
    25% { color: #f4b447; background: none; }
    50% { color: #f4b447; background: none; }
    75% { color: #f4b447; background: none; }
    100% { color: #000000; background: #f4b447; }
}
.wrap-other { padding: 50px 0px; padding-top: 0px; }

/********end-custom********/

/**** icon_xemthem****/
.icon_xemthem { margin: 0px; margin-top: 20px; border: 1px solid #d4d4d4; position: relative; color: #d4d4d4; text-transform: capitalize; cursor: pointer; font-size: 14px; display: inline-block; padding: 8px 25px; padding-right: 35px; background: #fff; border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }
.icon_xemthem a { color: #d4d4d4; }
.icon_xemthem:after { content: '\f101'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; top: 8px; right: 15px; font-size: 15px; }
.icon_xemthem:hover { color: #fff; background: #ed3237; border: 1px solid #ed3237; }
.icon_xemthem:hover a, .icon_xemthem:hover:after { color: #fff; }
.icon_xemthem2 { position: absolute; top: 20px; right: 0px; margin: 0px; font-weight: 400; color: #fff; font-family: 'Be Vietnam', sans-serif !important; cursor: pointer; font-size: 13px !important; display: inline-block; padding: 10px 25px; background: #ed3237; border-radius: 25px; border: 1px solid #ed3237; -moz-border-radius: 25px; -webkit-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; text-transform: uppercase !important; -webkit-transition: 0.2s ease-out; -moz-transition: 0.2s ease-out; transition: 0.2s ease-out; }
.icon_xemthem2 a { color: #fff; }
.icon_xemthem2:after { }
.icon_xemthem2:hover { background: #fff; -webkit-transition: 0.2s ease-out; -moz-transition: 0.2s ease-out; transition: 0.2s ease-out; }
.icon_xemthem2:hover a { color: #ed3237; -webkit-transition: 0.2s ease-out; -moz-transition: 0.2s ease-out; transition: 0.2s ease-out; }
.icon_xemthem3 { border: 1px solid #ed3237; position: relative; color: #000000; text-transform: uppercase; cursor: pointer; font-size: 15px; display: inline-block; padding: 8px 35px; background: none; border-radius: 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px; }
.icon_xemthem3 a { color: #000000; }
.icon_xemthem3:after { }
.icon_xemthem3:hover { color: #fff; background: #ed3237; border: 1px solid #ed3237; }
.icon_xemthem3:hover a { color: #fff; }
.icon_xemthem4 { border: 1px solid #ed3237; position: relative; color: #ffffff; text-transform: uppercase; cursor: pointer; font-size: 14px; display: inline-block; padding: 8px 25px; background: #ed3237; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; }
.icon_xemthem4 a { color: #fff; }
.icon_xemthem4:after { }
.icon_xemthem4:hover { color: #ed3237; background: #fff; border: 1px solid #ed3237; }
.icon_xemthem4:hover a { color: #ed3237; }

/**** end icon_xemthem****/

/****multi-map*****/
.carlton_map_weather { width: 100%; position: relative; }
.carlton_map_weather .ten_chinhanh { }
.carlton_map_weather ul { list-style: none; overflow: hidden; max-width: 1200px; margin: auto; margin-top: 15px; margin: 0px 80px; padding: 0px; overflow: auto; height: 310px; }
.carlton_map_weather ul::-webkit-scrollbar { width: 5px; }
.carlton_map_weather ul::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9); border-radius: 10px; }
.carlton_map_weather ul::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9); }
.carlton_map_weather ul li { vertical-align: middle; font-size: 14px; cursor: pointer; text-transform: uppercase; color: #333333; margin: 5px; padding-left: 0px; width: 90%; }
.carlton_map_weather ul li i { color: #0096d5; margin-right: 5px; }
.carlton_map_weather .ten_chinhanh .name_bando { font-size: 25px; color: #ed3237; padding-left: 80px; padding-top: 50px; font-weight: 700; }
.carlton_map_weather .ten_chinhanh .content_bando { border-bottom: 1px solid #efefef; padding-bottom: 20px; margin-bottom: 20px; }
.carlton_map_weather .ten_chinhanh .content_bando p { margin: 0px; }
.carlton_map_weather .ten_chinhanh .content_bando .name_chinhanh { font-size: 13px; color: #282828; font-weight: 700; }
.carlton_map_weather ul li:hover, .carlton_map_weather ul li.act { }
.carlton_map_weather_tab section { overflow: hidden; background: #fff; }
.carlton_map_weather_tab section iframe { width: 100%; display: block; height: 460px; }
.carlton_map_weather_tab section { display: none; }

/**********end-multi-map**********/
.i_next_prev .slick-prev { width: 53px !important; height: 53px !important; background: url('../images/i_prev.png')no-repeat top left !important; opacity: 1 !important; left: 27%; }
.i_next_prev .slick-next { width: 53px !important; height: 53px !important; background: url('../images/i_prev.png')no-repeat top left !important; opacity: 1 !important; transform: rotateY(180deg); right: 27%; }
.i_next_prev .slick-prev:before, .i_next_prev .slick-next:before { opacity: 0; }
.slick-prev:before, .slick-next:before { color: #333; }
.modal-dialog { max-width: 800px; margin: 1.75rem auto; }
.ab-big { -ms-flex: 39.497%; flex: 39.497%; max-width: 39.497%; }
.ab-small { -ms-flex: 60.5%; flex: 60.5%; max-width: 60.5%; }

/* Responsive */

/****menu-left*****/
.icon_block { width: 100%; height: 43px; background: #ed3237 url(../images/i_dmsp.jpg)no-repeat left center; padding-left: 70px; font-weight: 700; line-height: 43px; font-size: 14px; color: #ffffff; text-transform: uppercase; }
.menu-l { width: 100%; z-index: 9; position: sticky; top: 70px; }
.menu_left { position: relative; }
.menu-l:hover .menu_left > ul { display: block !important; }
.menu_left>ul { max-height: 750px; overflow: auto; background: #ffffff; padding: 0px 10px; }
.menu-l ul { border: 1px solid #e6e6e6; margin: 0px; width: 100%; font-size: 14px; display: none; z-index: 99; }
.menu_left>ul::-webkit-scrollbar { width: 5px; }
.menu_left>ul::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9); border-radius: 10px; }
.menu_left>ul::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9); }
.menu-l ul li { list-style: none; border-bottom: 1px solid #e6e6e6; border-top: none; padding: 12.5px 10px; line-height: 20px; text-align: left; background: url(../images/node2.png) no-repeat 15px center; }
.menu-l ul li:last-child { border-bottom: none; }
.menu-l ul li b { font-weight: 400; }
.menu-l ul li a { display: block; color: #282828; padding-right: 20px; font-size: 14px; padding-left: 25px; font-weight: 400; }
.menu-l ul li a span { display: block; font-size: 16px; }
.menu-l ul li a:hover { color: #ed3237; }
.menu-l ul li ul { position: absolute; top: 0; left: 95%; min-height: 0px; background: rgba(255, 255, 255, 0.8); padding-left: 0px; }
.menu-l ul li ul li { position: relative; background: url(../images/node2.png) no-repeat 15px center; }
.menu-l ul li ul li a { background: none; }
.menu-l ul li ul li ul { top: 0px !important; }
.icon_block .menu-l ul li:hover > ul { display: block !important; }
.menu-l ul li:hover > ul { display: block !important; }
.menu-l ul li ul:hover { background: rgba(255, 255, 255, 1); }
.showopen { display: none !important; background: #fff; }
.showopen li ul { background: #fff !important; }
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* { color: #fff; font-weight: 700; text-transform: uppercase; font-size: 15px; }
.mm-menu { background: #ab1116; }
.mm-menu .mm-listview>li a:not(.mm-next), .mm-menu .mm-listview>li .mm-next:after, .mm-menu em.mm-counter { color: #fff; border-color: #fff; text-transform: uppercase; }
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before { border-color: #fff; }
#goidien { display: none; }
.noidung p, .noidung h1, .noidung h2, .noidung h3, .noidung h4, .noidung h5 { margin-top: 0; margin-bottom: 1rem; }

/****end-menu-left****/

/*****css-cam-nhan****/

/*****end-css-cam-nha***/
@media (max-width:1200px) {
    .wrap-content { width: 100%; padding: 0 10px }
    .container_s { overflow: hidden; }
}
@media(max-width:1000px) { }
@media(max-width:980px) {
    .bx-viewport, .bx-wrapper { height: 580px !important; }
}
@media(max-width:768px) {
    .bx-viewport, .bx-wrapper { height: 450px !important; }
    .left_header, .email_lienket { display: none }
    .menu { border: 0; margin: 0; }
    .right_header { width: initial }
    .header .wrap-content { justify-content: space-between; align-items: center }
    .logo { width: initial; margin-left: 15px; }
    .logo img { width: 180px; }
    .thongtin_gt { width: 100% }
    .thongtin_gt h2 { font-size: 2em }
    .xemthem_gt a { width: 120px; height: 40px; line-height: 32px; font-size: 15px; }
    .thanh_title h2 { font-size: 2em }
    .grid_album { grid-gap: 10px; }
    .khung_ykien { padding: 0; }
    .footer { padding-top: 40px; }
    .logo_ft img { width: 300px; }
    .thongtin_ft, .chinhsach_ft, .mangxh_ft { width: 100% }
    .thanh_ft { margin-top: 20px }
    .thongtin_ft .thanh_ft { margin-top: 0 }
    .coppy { font-size: 14px }
    .grid_hoasi { grid-gap: 20px; grid-template-columns: repeat(2, 1fr); }
    .box_tieusu a { width: 100%; padding: 0; text-align: center; }
    .box_tieusu .noidung { width: 100% }
    .nut_left, .nut_right { display: none }
    .header.fixx .logo img { width: 100px; }
    .header_mm a { display: block; }
    .icon { display: none !important }
    #main_menu { width: initial; display: flex; align-items: center; }
    .timkiem { width: 80%; padding-top: 10px; }
    .grid_sp, .grid_new { grid-template-columns: repeat(2, 1fr); }
    .box-news { grid-template-columns: repeat(1, 1fr) }
    .frm-contact { width: 100% }
    .thongtin-contact { width: 100%; margin-bottom: 20px }
    .pro-detail-images { width: 100%; padding: 0 }
    .pro-detail-desc { width: 100%; margin-top: 20px }
    .pro-detail-content { margin: 0 }
    #goidien { display: block; }
    #tienich { display: none; }
}
@media(max-width:500px) {
    .logo img { width: 150px; }
    .header_mm a { padding-right: 12px; }
    .bx-viewport, .bx-wrapper { height: 350px !important; }
    .thongtin_gt h2, .thanh_title h2 { font-size: 1.5em; }
    .thongtin_gt h4 { font-size: 16px }
    .slick_hoasi { margin: 0 -10px }
    .slick_hoasi .slick-slide { margin: 0 10px }
    .mota_hs h3 a { font-size: 16px; }
    .mota_hs span { margin-top: 10px }
    .grid_sp, .grid_new { grid-gap: 20px; }
    .mota_sp h3 a { font-size: 15px; }
    .grid_album { grid-template-columns: repeat(2, 1fr); }
    .item_ykien .img_ykien { width: 140px; }
    .mota_ykien { width: calc(100% - 210px); font-size: 15px; }
    .mota_ykien p { -webkit-line-clamp: 3; }
    .item_ykien .img_ykien h3 { font-size: 15px }
    .slick_tin { margin: 0 -10px }
    .slick_tin .slick-slide { margin: 0 10px }
    .mota_tin .date_tin { display: none }
    .content_tin { width: 100% }
    .content_tin h3 a { font-size: 15px }
    .content_tin p { font-size: 14px }
    .logo_ft img { width: 250px; }
}
@media(max-width:420px) {
    .bx-viewport, .bx-wrapper { height: 300px !important; }
}