@charset "UTF-8";
/* Main */
:root { --color-main: #ed3237; --color-medium-red: #cc2c32; --color-dark-red: #c31829; --color-green: #28a745; --color-dark-green: #207d36; --color-black: #000; --color-gray: #6c757d; --mm-color-background: #ed3237; --mm-color-text: #fff; }
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; outline: none; margin: 0; }
body {font-size: 14px;font-family: 'Montserrat', sans-serif;color: #333333;background: #fff;min-width: 1349px;}
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: #ef5297;}

/*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: 1em; }
.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: #f30a8e; 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: #f30a8e;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; }
.pro-detail-other .thanh_title{margin-top: 40px}

/* 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;font-size: 15px}
.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: #f30a8e;}

/* 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: 'Montserrat', sans-serif;font-weight: 400;text-transform: uppercase;border: none;border-radius: 5px;cursor: pointer;color: #fff;}
.frm-contact input[type=submit] {background: #f30a8e;}
.frm-contact input[type=reset] {background: #f30a8e;}
.frm-contact input[type=submit]:hover, .frm-contact input[type=reset]:hover {background: #f55ab2;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 */
.hotro_hd .wrap-content{display: flex;align-items: center;justify-content: flex-end;padding: 8px 0;border-bottom: 1px solid #e4e4e4;color: #000;}
.hotro_hd p span{background: url(../images/icon_email.png) no-repeat left;padding-left: 20px;margin-left: 15px;}
.mangxh{display: flex;align-items: center;}
.mangxh a{display: flex;align-items: center;margin-left: 20px;color: #000;}
.mangxh a img{margin-right: 5px;}
.main_hd .wrap-content{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.timkiem{width: 41%;}
.search-grid{position: relative;}
.timkiem input{width: 100%;height: 40px;background: #f9f8f8;border: 0;border-radius: 5px;color: #000;font-size: 13px;padding: 0 45px 0 20px;}
.timkiem p{position: absolute;top: 6px;right: 10px;cursor: pointer;}
.hotline{display: flex;align-items: center;}
.hotline img{margin-right: 10px;}
.number_hl{display: flex;flex-flow: column;justify-content: center;}
.number_hl p{color: #000;}
.number_hl span{color: #f30a8e;font-weight: 500;}
#main_menu .wrap-content{border-top: 1px solid #e4e4e4;padding: 0 8%;}

.fixed { width: 100%; position: fixed !important; top: 0; left: 0; z-index: 1000; -webkit-animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; animation: scale-up-ver-top 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both; align-items: flex-end;background: #fff;}

@-webkit-keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
}
@keyframes scale-up-ver-top {
  0% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
  }
}

@-moz-keyframes shake-anim {
    0% { transform: rotate(0) scale(1) skew(1deg) }
    10% { -moz-transform: rotate(-25deg) scale(1) skew(1deg) }
    20% { -moz-transform: rotate(25deg) scale(1) skew(1deg) }
    30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg) }
    40% { -moz-transform: rotate(25deg) scale(1) skew(1deg) }
    50% { -moz-transform: rotate(0) scale(1) skew(1deg) }
    100% { -moz-transform: rotate(0) scale(1) skew(1deg) }
}
@-webkit-keyframes shake-anim {
    0% { -webkit-transform: rotate(0) scale(1) skew(1deg) }
    10% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg) }
    20% { -webkit-transform: rotate(25deg) scale(1) skew(1deg) }
    30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg) }
    40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg) }
    50% { -webkit-transform: rotate(0) scale(1) skew(1deg) }
    100% { -webkit-transform: rotate(0) scale(1) skew(1deg) }
}
@-o-keyframes shake-anim {
    0% { -o-transform: rotate(0) scale(1) skew(1deg) }
    10% { -o-transform: rotate(-25deg) scale(1) skew(1deg) }
    20% { -o-transform: rotate(25deg) scale(1) skew(1deg) }
    30% { -o-transform: rotate(-25deg) scale(1) skew(1deg) }
    40% { -o-transform: rotate(25deg) scale(1) skew(1deg) }
    50% { -o-transform: rotate(0) scale(1) skew(1deg) }
    100% { -o-transform: rotate(0) scale(1) skew(1deg) }
}
.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% }

/* 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:last-child {justify-content: flex-end;background:none}
.menu ul li a {display: block;position: relative;z-index: 1;text-align: center;text-decoration: none !important;color: #000;width: 100%;}
.menu ul li a i {font-size: 14px;margin-left: 5px;}
.menu >ul >li >a span {font-size: 15px;margin: 0px;text-transform: uppercase;line-height: 50px;}
.menu > ul > li > a.active, .menu > ul > li:hover > a {background: #ef5297;}
.menu > ul > li > a.active span, .menu > ul > li:hover > a span {color: #fff;}
.menu >ul >li a.active:after, .menu >ul >li:hover > a:after { }
.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: 7px 15px;}
.menu ul li ul li a span {font-size: 13.5px;text-transform: capitalize;}
.menu ul li ul li ul { top: 0px; left: 100%; }
.menu ul li ul li:hover >a, .menu ul li ul li:hover >a >span {background: #ef5297;color: #fff;}

/* 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 */
.slide_w{width: 100%}
.slide_w .amazingslider-nav-container-1 { display: none; }
.slide_w .slider { width: 100%; position: relative; }
.slide_w .slider #amazingslider-wrapper-1 { width: 908px; margin: 0 !important; }
.amazingslider-timer-1 { display: none !important; }
.amazingslider-slides li a { position: relative !important }
.amazingslider-arrow-left-1 { left: 10px !important }
.amazingslider-arrow-right-1 { right: 10px !important }

/* san pham moi */
.sanphammoi_m{padding-bottom: 50px;}
.thanh_title{width: 100%;display: inline-block;margin-top: 50px;margin-bottom: 25px;text-align: center;border-bottom: 1px dashed #cacaca;padding-bottom: 15px;position: relative;}
.thanh_title:after{content:'';width: 80px;height: 1px;background: #f30a8e;position: absolute;bottom: -1px;left: 50%;transform: translateX(-50%);}
.thanh_title h2{font-size: 25px;color: #000;font-weight: 500;}
.slick_moi{margin: 0 -12.5px;}
.slick_moi .slick-slide{margin: 0 12.5px;display: grid !important;grid-gap: 25px;}
.item_sp{border: 1px solid #ebebeb;}
.mota_sp{padding-bottom: 10px;}
.mota_sp h3{margin-top: 10px;padding: 0 12px;min-height: 50px;}
.mota_sp h3 a{font-size: 14px;color: #000;line-height: 25px;-webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden;}
.mota_sp p{padding: 7px 12px;background: #fef5f7;margin-top: 7px;font-weight: 600;color: #f30a8e;}
.giasi_sp{margin-top: 10px;font-weight: 500;padding: 0 12px;color: #000;}
.giasi_sp a{color:#000}

.slick_moi .slick-dots li { width: 10px; height: 10px; border-radius: 50%; margin: 0 3px; border: 1px solid #b3b3b3; }
.slick_moi .slick-dots li button { text-indent: -9999px; }
.slick_moi .slick-dots { bottom: -45px; }
.slick_moi .slick-dots .slick-active { background: #b3b3b3 }

/* thuong hieu */
.thuonghieu_m{padding-bottom: 50px;background: #fef5f7;}
.slick_thuonghieu{margin: 0 -12px;}
.slick_thuonghieu .slick-slide{margin: 0 12px;}
.item_th{text-align: center;border: 1px solid #ebdde0;background: #fff;}
.item_th a{display: block;}

/* Quang cao */
.quangcao_w{width: 100%;}
.slick_quangcao a{display: block;height: 432px}

/* san pham list */
.sampham_list{padding-bottom: 50px;}
.thanh_sp{display: flex;align-items: center;justify-content: space-between;margin-top: 60px;background: #fef5f7;border-bottom: 2px solid #f30a8e;padding: 0 10px 0 0;border-radius: 25px 0 0 25px;margin-bottom: 25px;}
.thanh_sp h2{background: #f30a8e;line-height: 48px;font-size: 17px;font-weight: 600;color: #fff;border-radius: 25px 0 0 25px;padding: 0 30px;min-width: 250px;text-align: center;text-transform: uppercase;position: relative;}
.thanh_sp h2:after{content:'';width: 70px;height: 100%;background: url(../images/af_tit.png) no-repeat;position: absolute;top: 0;left: 100%;}
.thanh_sp p{color: #000;font-style: italic;}
.grid_sp{display: grid;grid-template-columns: repeat(5, 1fr);grid-gap: 25px;}
.sampham_list .grid_sp .item_sp:first-child{border: 0;grid-column: span 2;}

/* gift set */
.giftset_m{padding-bottom: 40px;background: #fef5f7;}
.giftset_m .thanh_title h2{display: inline-block;position: relative;}
.giftset_m .thanh_title h2:before{content:'';width: 81px;height: 18px;background: url(../images/tim.png) no-repeat;position: absolute;top: 5px;right: calc(100% + 30px);}
.giftset_m .thanh_title h2:after{content:'';width: 81px;height: 18px;background: url(../images/tim.png) no-repeat;position: absolute;top: 5px;left: calc(100% + 30px);}
.slick_gift{margin: 0 -18px;}
.slick_gift .slick-slide{margin:0 18px}
.item_gift a{display: block;text-align: center;}
.item_gift a img{display:block}
.item_gift span{display: block;font-size: 17px;font-weight: 500;color: #000;margin-top: 10px;}

/* tieu chi */
.tieuchi_m{padding: 60px 0;background: url(../images/bg_tieuchi.jpg) no-repeat;background-size: cover;background-position: top left;}
.slick_tieuchi{margin: 0 -13px;}
.slick_tieuchi .slick-slide{margin:0 13px}
.item_tc{border: 1px solid #ddbab2;background: #fff;padding: 25px 10px;display: flex !important;align-items: center;color: #000;}
.img_tc{}
.mota_tc{width: calc(100% - 80px);}
.mota_tc h3{font-size: 15px;font-weight: 700;margin-bottom: 5px;}
.mota_tc p{-webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden;}

/* nhan tin */
.nhantin_m{background: #f30a8e;}
.nhantin_m .wrap-content:after{content:'';width: 160px;height: 110px;background: url(../images/bg_nhantin.png);position: absolute;bottom: 0;left: 0;}
.nhantin_m .wrap-content{display: flex;align-items: center;justify-content: flex-end;padding: 40px 0;}
.nhantin{width: 58%;margin-right: 50px;}
.nhantin p{font-size: 22px;color: #fff;text-transform: uppercase;display: flex;align-items: center;margin-bottom: 10px;}
.nhantin p span{font-size: 14px;text-transform: initial;margin-left: 10px;}
.nhantin form{display: flex;align-items: center;justify-content: space-between;}
.nhantin input{width: calc(100% - 125px);height: 50px;background: #fff;border: 0;border-radius: 25px;padding: 0 30px;}
.nhantin button{width: 112px;line-height: 50px;border: 0;background: #ffcf11;border-radius: 25px;font-size: 15px;font-weight: 700;text-transform: uppercase;}
.hotline_nt{display: flex;align-items: center;color: #fff;}
.hotline_nt img{margin-right: 15px;}
.number_nt{font-weight: 500;text-transform: uppercase;}
.number_nt p{font-size: 17px;}
.number_nt span{font-size: 23px;}

/* Video */
.khung_clip{width: 100%}
.clip_lon{margin-bottom:3px}
.clip_lon img{width:100%;height: 292px}
.clip_lon .slick_lon{cursor: pointer}
.slick_nho{margin: 0 -1.5px}
.slick_nho .slick-slide{margin: 0 1.5px}
.slick_nho .item_video{cursor: pointer;}
.slick_nho img{width:100%;height:80px}
.item_video{position:relative}
.item_video:after{content:'';width:70px;height:70px;background:url(../images/clip.png) no-repeat;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-size: 100% 100%}
.slick_nho .item_video:after{zoom:0.4}

.grid_video { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 20px; }
.grid_video .item_video:after { zoom: 0.8; }

/* 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 .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: #ef5297;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: 492px;}
.video-main a{display: block;height:100%;cursor: pointer;}
.video-main iframe {position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;}
.listvideos {width: 100%;height: 53px;padding: 0px 10px;border: 1px solid #dbdbdb;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 */
.main_ft{background: url(../images/bg_footer.jpg) no-repeat;background-size: cover;background-position: top left;padding-top: 40px;padding-bottom: 40px;}
.main_ft .wrap-content{display: flex;justify-content: space-between;}
.gioithieu_ft{width: 20%;}
.logo_gt{text-align: center;}
.mangxh_ft{display: flex;align-items: center;justify-content: center;margin-top: 10px;}
.mangxh_ft a{margin: 0 2px;}
.thongtin_ft{width: 32%;}
.thanh_ft{font-size: 15px;font-weight: 600;text-transform: uppercase;position: relative;padding-bottom: 15px;margin-bottom: 20px;}
.thanh_ft:after{content:'';width: 40px;height: 1px;background: #f30a8e;position: absolute;bottom: 0;left: 0;}
.chinhsach_ft{width: 18%;}
.item_cs a{display: flex;color: #000;align-items: center;position: relative;margin-bottom: 10px;padding-left: 20px;}
.item_cs a:after{content:'';width: 8px;height: 8px;border: 1px solid #000;border-radius: 50%;position: absolute;left: 0;}
.fan_ft{width: 25%;}
.copy_ft{background: #fef5f7;padding: 19px 0;color: #000;}
.copy_ft .wrap-content{display: flex;align-items: center;justify-content: space-between;}
.copy_ft ul{display: flex;align-items: center;}
.copy_ft ul li{margin-left: 10px;}
.hainut_lh{display: flex;align-items: center;padding: 10px 0;}
.hainut_lh a{background: #ef5297;display: flex;align-items: center;color: #fff;font-size: 17px;padding: 10px 15px;margin-right: 10px;border-radius: 25px;}
.hainut_lh a img{width: 35px;margin-right: 10px;}
.giasi_detail a{color: #000;font-style: italic;}

.xoay_tron:hover { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transition: all 1s; }

/* 4 NUT TIEN ICH  */
#contact_fixed {height: 137px;position: fixed;bottom: -92px;left: 0px;right: 0px;margin: auto;background: #a2a2a2;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; }
}

/* Album trang trong*/
.grid_album{display: grid;grid-template-columns: repeat(4,1fr);grid-gap: 20px;}
.item_anh .img_anh{border: 1px dashed #ccc;padding:3px;position: relative;} 
.hinhthem{display: none !important}
.item_anh .img_anh >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_anh .img_anh >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); }

/* hover */
.mota_sp h3 a:hover,.item_gift:hover span,.item_cs a:hover{color:#f30a8e}
.item_cs a:hover:after{border-color: #f30a8e;}
.nhantin button:hover{background:none;border:1px solid #ffcf11;color: #fff;}

/* 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: 25px; }
.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;  border-radius: 50%; width: 30px;height: 30px;line-height: 30px;}
.pagination-ajax a.current, .pagination-ajax a:hover {background: #f30a8e;color: #fff;border-color: #f30a8e;font-weight: 700;}

/* 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: #f30a8e; position: relative; z-index: 1; }
.btn-frame i img { vertical-align: middle; width: 70%; }
.btn-frame .animated.infinite { animation-iteration-count: infinite; }
.btn-frame .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgb(243 10 142); 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: rgb(249 119 193); 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: #f30a8e; 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: #f30a8e;}
.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 }

/*******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******/

.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: #ef5297;}
.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;font-size: 15px;}
.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****/

/* fixresponsive */
.table-responsive {width: 100%; margin-bottom: 15px; overflow-x: auto; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
.video-container {position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden; margin-bottom: 1em; }
.video-container iframe, .video-container object, .video-container embed {position:absolute; top:0; left:0; width:100%; height:100%; }