@charset "UTF-8";
@font-face { font-family: 'SVN-BrandonPrintedShadow'; src: url('../fonts/SVN-BrandonPrintedShadow/SVN-BrandonPrintedShadow.eot'); src: local('☺'), url('../fonts/SVN-BrandonPrintedShadow/SVN-BrandonPrintedShadow.woff') format('woff'), url('../fonts/SVN-BrandonPrintedShadow/SVN-BrandonPrintedShadow.ttf') format('truetype'), url('../fonts/SVN-BrandonPrintedShadow/SVN-BrandonPrintedShadow.svg') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'MTDPortraitScriptBounce'; src: url('../fonts/MTDPortraitScriptBounce/MTDPortraitScriptBounce.eot'); src: local('☺'), url('../fonts/MTDPortraitScriptBounce/MTDPortraitScriptBounce.woff') format('woff'), url('../fonts/MTDPortraitScriptBounce/MTDPortraitScriptBounce.ttf') format('truetype'), url('../fonts/MTDPortraitScriptBounce/MTDPortraitScriptBounce.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: 'Open Sans', 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: 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: #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: #fdd023; 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: red; }

/* 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: 'Open Sans', sans-serif; font-weight: 400; text-transform: uppercase; border: none; border-radius: 5px; cursor: pointer; color: #fff; }
.frm-contact input[type=submit] { background: #0091fe; }
.frm-contact input[type=reset] { background: #0091fe; }
.frm-contact input[type=submit]:hover, .frm-contact input[type=reset]:hover { background: #d91a1a; 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%; }
.container_s { width: 100%; background: url(../images/bg_website.jpg) repeat; }

/* Header */
.hotro_hd { background-color: #efefef; font-size: 15px; color: #000; }
.hotro_hd .wrap-content { display: flex; align-items: center; justify-content: center; height: 45px; }
.hotro_hd marquee { display: block; }
.main_hd .wrap-content { display: flex; align-items: center; justify-content: space-between; }
.hotline { display: flex; align-items: center; }
.hotline img { margin-right: -22px; background: #fff; z-index: 1; border-radius: 50%; }
.number_hd { display: flex; flex-flow: column; justify-content: center; border: 2px solid #0091fe; border-radius: 30px; padding: 7px 20px 10px 30px; line-height: 20px; }
.number_hd p { font-size: 13px; }
.number_hd span { font-size: 21px; font-weight: 700; color: #e01414; }
#main_menu { background-color: #0091fe; }
.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; }
@-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; }
.menu ul li a { display: block; position: relative; z-index: 1; text-align: center; text-decoration: none !important; color: #fff; 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; font-weight: 700; }
.menu > ul > li > a.active, .menu > ul > li:hover > a { background: #d91a1a; }
.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: 6px 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: #d91a1a; color: #fff; }

/*Tim kiem */
.timkiem .icon-search { cursor: pointer; margin: 0; }
.timkiem .search-grid { position: absolute; top: calc(100% + 5px); 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 */
.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 }

/* Gioi thieu */
.gioithieu_m { background: url(../images/bg_gioithieu.jpg) repeat; padding: 60px 0; }
.gioithieu_m .wrap-content { display: flex; justify-content: space-between; align-items: center; }
.thongtin_gt { width: calc(50% - 20px); padding-right: 40px; }
.thongtin_gt >h4 { font-family: 'MTDPortraitScriptBounce'; color: #000; font-size: 32px; }
.thongtin_gt >h2 { font-size: 36px; font-family: 'SVN-BrandonPrintedShadow'; color: #dd0505; text-transform: uppercase; margin-bottom: 15px; }
.xemthem_gt { margin-top: 20px; }
.xemthem_gt a { width: 138px; border: 2px solid #d91a1a; height: 42px; line-height: 40px; display: flex; align-items: center; justify-content: center; color: #000; text-align: center; }
.xemthem_gt a i { margin-left: 5px; font-size: 10px; }
.hinh_gt { width: calc(50% + 20px); }
.img_gt { position: relative; display: flex; align-items: center; justify-content: center; }
.img_gt:after { content: ''; width: calc(100% - 30px); height: calc(100% - 30px); border: 7px solid rgba(255, 255, 255, 0.5); position: absolute; }

/* dich vu */
.dichvu_m { padding-bottom: 50px; }
.thanh_title { width: 100%; display: inline-block; margin-top: 50px; margin-bottom: 20px; text-align: center; }
.thanh_title h2 { display: inline-block; position: relative; font-size: 32px; color: #0091fe; text-transform: uppercase; font-family: 'SVN-BrandonPrintedShadow'; }
.thanh_title h2:before { content: ''; width: 32px; height: 12px; background: url(../images/thanh_tit.png) no-repeat; position: absolute; right: calc(100% + 30px); bottom: 10px; }
.thanh_title h2:after { content: ''; width: 32px; height: 12px; background: url(../images/thanh_tit.png) no-repeat; position: absolute; left: calc(100% + 30px); bottom: 10px; }
.thanh_title p { font-size: 15px; margin-top: 10px; }
.grid_sp { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 28px; }
.item_sp { text-align: center; }
.item_sp >a { border: 1px solid #c9c9c9; display: block; }
.item_sp h3 { margin-top: 15px; }
.item_sp h3 a { font-size: 15px; color: #000; font-weight: 700; text-transform: uppercase; line-height: 22px; }
.item_sp p { color: #000; line-height: 22px; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; margin-top: 5px; }

/* khu vuc */
.khuvuc_m { background: url(../images/bg_gioithieu.jpg) repeat; padding-bottom: 50px; }

/* cong trinh */
.congtrinh_m { padding-bottom: 50px; }
.slick_congtrinh { margin: 0 -14px; }
.slick_congtrinh .slick-slide { margin: 0 14px; }
.left_ct { position: absolute; top: 30%; right: calc(100% + 10px); z-index: 1; cursor: pointer; }
.right_ct { position: absolute; top: 30%; left: calc(100% + 10px); z-index: 1; cursor: pointer; transform: rotate(180deg); }

/* quy trinh */
.quytrinh_m { background: url(../images/bg_quytrinh.jpg) no-repeat; background-size: cover; background-position: center; padding-bottom: 60px; }
.quytrinh_m .thanh_title h2, .quytrinh_m .thanh_title p { color: #fff }
.quytrinh_m .thanh_title h2:before, .quytrinh_m .thanh_title h2:after { background: url(../images/thanh_tit1.png) no-repeat; }
.khung_quytrinh { position: relative; padding-bottom: 40px; margin-top: 10px; }
.khung_quytrinh:before { content: ''; width: 100%; height: 7px; background: #fff; position: absolute; bottom: 0; border-radius: 10px; }
.khung_quytrinh:after { content: ''; width: 120px; height: 8px; background: #f12222; position: absolute; bottom: 0; border-radius: 10px; left: 50%; transform: translateX(-50%); }
.slick_quytrinh { margin: 0 -15px;}
.slick_quytrinh .slick-slide { margin: 0 15px; }
.item_qt { height: 255px; text-align: center; padding: 20px; background-size: 100% 100%; }
.img_qt a{display:block}
.qt1 { background: url(../images/qt1.png) no-repeat; }
.qt2 { background: url(../images/qt2.png) no-repeat; }
.qt3 { background: url(../images/qt3.png) no-repeat; }
.qt4 { background: url(../images/qt4.png) no-repeat; }
.qt5 { background: url(../images/qt5.png) no-repeat; }
.item_qt img { display: inline-block }
.item_qt h3 { font-size: 20px; color: #ff8705; font-weight: 800; margin-top: 30px; text-transform: uppercase; }
.item_qt p { color: #000; margin-top: 10px; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }

/* vi sao */
.visao_m { background: url(../images/bg_visao.jpg) no-repeat; background-size: cover; background-position: center; padding-bottom: 60px; }
.visao_m .wrap-content { display: flex; justify-content: flex-end; }
.box_visao { width: 60%; }
.box_visao h2 { font-size: 32px; color: #007fe7; text-transform: uppercase; font-family: 'SVN-BrandonPrintedShadow'; width: 100%; margin-top: 40px; margin-bottom: 25px; display: inline-block; }
.box_visao ul { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 30px; }
.box_visao ul li { display: flex; align-items: center; justify-content: space-between; }
.box_visao ul li .img_vs { position: relative; }
.box_visao ul li .img_vs:after { content: ''; width: 70%; height: 70%; position: absolute; top: 16px; right: 6px; transform: rotate(45deg); border: 2px solid #e91717; }
.img_vs span { font-size: 35px; color: #fff; width: 108px; height: 108px; background: #e91717; clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); text-align: center; display: flex; align-items: center; justify-content: center; }
.mota_vs { width: calc(100% - 130px); }
.mota_vs h3 { font-size: 15px; color: #000; font-weight: 700; text-transform: uppercase; line-height: 22px; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 5px; }

/* Bottom */
.bottom_m { padding-bottom: 60px; background: url(../images/bg_gioithieu.jpg) repeat; }
.khung_bt { display: flex; justify-content: space-between; flex-wrap: wrap; }
.tintuc_bt { width: 60%; }
.tin_nb { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; flex-wrap: wrap; }
.tin_nb >a { width: 50%; }
.mota_nb { width: 50%; padding-left: 20px; }
.mota_nb h3 { margin-bottom: 10px; }
.mota_nb h3 a { font-size: 16px; color: #000; font-weight: 700; line-height: 25px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.mota_nb p { -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; line-height: 25px; }
.xemthem_tin { margin-top: 20px; }
.xemthem_tin a { width: 100px; height: 40px; line-height: 38px; border: 2px solid #0091fe; display: inline-block; text-align: center; color: #000; }
.slick_tin { margin: 0 -10px; }
.slick_tin .slick-slide { margin: 0 10px }
.item_tin { display: flex !important; justify-content: space-between; align-items: center; }
.item_tin >a { width: 150px; }
.mota_tin { width: calc(100% - 170px); }
.mota_tin h3 { margin-bottom: 5px; }
.mota_tin h3 a { font-size: 15px; color: #000; font-weight: 700; line-height: 22px; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
.mota_tin p { -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; line-height: 22px; }
.video_bt { width: 40%; padding-left: 50px; }

/* nhan tin */
.nhantin_m { padding: 50px 0; }
.nhantin_m .wrap-content { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.thongtin_nt { width: 30%; }
.thongtin_nt h4 { font-size: 32px; font-family: 'SVN-BrandonPrintedShadow'; color: #0091fe; }
.thongtin_nt p { color: #000; margin-top: 5px; line-height: 25px; }
.nhantin { width: 70%; padding-left: 20px; }
.nhantin input { width: 100%; border: 0; background: #f0f0f0; height: 42px; color: #000; padding: 0 15px; font-size: 13px; border-radius: 3px; }
.nhantin input::-webkit-input-placeholder { color: #000; }
.nhantin input:-moz-placeholder { color: #000; }
.nhantin input::-moz-placeholder { color: #000; }
.nhantin input:-ms-input-placeholder { color: #000; }
.nhantin form { display: flex; justify-content: space-between; }
.group_input { width: calc(100% - 80px); }
.nhom { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 10px; margin-bottom: 10px; }
.but_gui { width: 70px; border: 0; background: #e91717; color: #fff; font-weight: 600; font-size: 18px; text-transform: uppercase; border-radius: 3px; }

/* Video */
.khung_clip { width: 100% }
.clip_lon { margin-bottom: 7px; }
.clip_lon img { width: 100%; height: 279px; }
.clip_lon .slick_lon { cursor: pointer }
.slick_nho { margin: 0 -3.5px; }
.slick_nho .slick-slide { margin: 0 3.5px; }
.slick_nho .item_video { cursor: pointer; }
.slick_nho img { width: 100%; height: 85px; }
.item_video { position: relative }
.item_video:after { content: ''; width: 86px; height: 86px; 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: red; 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 */
#footer { background: url(../images/bg_footer.jpg) no-repeat; background-size: cover; background-position: top left; color: #fff; }
.main_ft { padding-top: 50px; padding-bottom: 50px; }
.main_ft .wrap-content { display: flex; justify-content: space-between; flex-wrap: wrap; }
.thongtin_ft { width: 38%; }
.thongtin_ft >h2 { font-size: 30px; font-family: 'SVN-BrandonPrintedShadow'; text-transform: uppercase; margin-bottom: 10px; }
.mangxh { display: flex; align-items: center; margin-top: 20px; }
.mangxh a { border-radius: 50%; margin-right: 5px; }
.map_ft { width: 30%; }
.thanh_ft { font-size: 18px; text-transform: uppercase; font-weight: 700; margin-bottom: 20px; }
.fan_ft { width: 27%; }
.copy_ft { background: #0091fe; padding: 15px 0; }
.copy_ft .wrap-content { display: flex; align-items: center; justify-content: space-between; }
.copy_ft ul { display: flex; }
.copy_ft ul li { margin-left: 10px; }
#footer-map-multi { position: relative; }
.map_ft ul { display: flex; align-items: center; position: absolute; top: 5px; left: 5px; }
.map_ft ul li { margin-right: 5px; color: #fff; display: inline-block; padding: 5px 15px; background: #0091fe; cursor: pointer; }
.map_ft ul li.act { background: #e91717; }
.iframe_ft { width: 100%; }
.content_map section { display: none; }
.content_map iframe { width: 100%; display: block; height: 230px; }
.hover_xam { position: relative; overflow: hidden; }
.hover_xam::before { content: ""; background: rgba(255, 255, 255, .5); bottom: 0; left: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 1; }
.hover_xam::after { content: ""; background: rgba(255, 255, 255, .5); top: 0; right: 0; position: absolute; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); -khtml-opacity: 1; -o-opacity: 1; -ms-opacity: 1; -webkit-opacity: 1; -moz-opacity: 1; opacity: 1; width: 0; height: 0; z-index: 2; }
.hover_xam:hover::before, .hover_xam:hover::after, .item_sp:hover .hover_xam::before, .item_sp:hover .hover_xam::after { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); -webkit-transition-duration: 1.3s; -moz-transition-duration: 1.3s; -ms-transition-duration: 1.3s; -o-transition-duration: 1.3s; transition-duration: 1.3s; -khtml-opacity: 0; -o-opacity: 0; -ms-opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; height: 100%; width: 100%; }
.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: #0091fe; 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 */
.xemthem_gt a:hover, .xemthem_tin a:hover { background: #d91a1a; color: #fff; border-color: #d91a1a }
.item_sp h3 a:hover, .mota_nb h3 a:hover, .mota_tin h3 a:hover { color: #d91a1a; }
.but_gui:hover { border: 1px solid #e91717; background: #fff; color: #e91717; }

/* 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: 14px; cursor: pointer; border-radius: 3px; line-height: 35px; min-width: 35px; }
.pagination-ajax a.current, .pagination-ajax a:hover { background: #d91a1a; color: #fff; border-color: #d91a1a; }
.pagination-ajax a:last-child { padding: 0 20px; background: #d91a1a; color: #fff; }

/* 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: #d91a1a; 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: #d91a1a; 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: #d91a1a; }
.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%; }

/*******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: #0091fe; }
.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****/
#boxcall{
    margin-top: 20px;
}
#boxcall .wrap-content{
    background: #013E81;
    border-radius: 5px;
    padding: 30px 0px;
}
#boxcall .wrap-content p{
    color: #fff;
    font-size: 14px;
    text-align: center;
}
#boxcall .wrap-content p:first-child{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

#boxcall .wrap-content #cx{
    display: flex;
    width: 100%;
    margin-top: 30px;
    justify-content:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
    -webkit-box-align:center;-webkit-flex-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center
}
#boxcall .wrap-content #cx a{
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background: #D83A31;
    font-size: 14px;font-weight: bold;
    cursor: pointer;
}
#boxcall .wrap-content #cx a:nth-child(2){
    color:#013E81;
    background: #fff;
    margin-left: 30px;
}

/* 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%; }

/*****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) { }
@media(max-width:768px) {
    .hotline, .timkiem .icon-search, .hinh_gt, .left_ct, .right_ct { display: none }
    .hotro_hd .wrap-content { height: auto; padding: 10px 0; font-size: 14px; }
    .timkiem .search-grid { opacity: 1; position: relative; top: 0 }
    #main_menu .wrap-content { height: 45px; display: flex; align-items: center; justify-content: flex-end; }
    .menu { width: 80% }
    .thongtin_gt { width: 100%; padding: 0; }
    .gioithieu_m { padding: 40px 0 }
    .thongtin_gt >h4 { text-align: center; font-size: 2em; }
    .thongtin_gt >h2, .thanh_title h2, .box_visao h2, .thongtin_nt h4 { text-align: center; font-size: 2.3em; }
    .xemthem_gt { display: flex; justify-content: center; }
    .khuvuc_m, .dichvu_m, .bottom_m { padding-bottom: 40px }
    .thanh_title { margin-top: 40px }
    .slick_congtrinh { margin: 0 -10px }
    .slick_congtrinh .slick-slide { margin: 0 10px }
    .box_visao { width: 100% }
    .tintuc_bt { width: 100% }
    .video_bt { width: 100%; padding: 0; margin-top: 20px }
    .thongtin_nt { width: 100%; }
    .nhantin { width: 100%; padding: 0; margin-top: 20px; }
    .nhantin_m .wrap-content { justify-content: center; text-align: center; }
    .nhantin_m { padding: 40px 0 }
    .thongtin_ft { width: 100% }
    .map_ft, .fan_ft { width: 100% }
    .thanh_ft { margin-top: 20px; }
    .main_ft { padding: 40px 0; }
    #footer { padding-bottom: 45px }
    .copy_ft .wrap-content { flex-flow: column; text-align: center; }
    .copy_ft { padding: 10px 0 }
    .visao_m { padding-bottom: 40px; }
    .header_mm a { display: block; }
    .icon { display: none !important }
    .timkiem { width: 100%; }
    .grid_sp, .grid_new { grid-template-columns: repeat(3, 1fr); grid-gap: 20px; }
    .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; } */
    .noidung img{height:auto !important}
}
@media(max-width:500px) {
    .thongtin_gt >h4 { font-size: 1.8em; }
    .thongtin_gt >h2, .thanh_title h2, .box_visao h2, .thongtin_nt h4 { font-size: 2em; }
    .xemthem_gt a { width: 130px; }
    .grid_sp, .grid_new { grid-template-columns: repeat(2, 1fr); grid-gap: 15px; }
    .slick_congtrinh { margin: 0 -7.5px }
    .slick_congtrinh .slick-slide { margin: 0 7.5px }
    .box_visao ul { grid-template-columns: repeat(1, 1fr); grid-gap: 20px; }
    .tin_nb >a { width: 100%; text-align: center; }
    .mota_nb { width: 100%; padding: 0; margin-top: 10px; }
    .xemthem_tin { text-align: center; }
    .nhom { grid-template-columns: repeat(1, 1fr); }
    .thongtin_ft >h2 { font-size: 2em; }
}
@media(max-width:369px) { }

.max-width img{max-width:100%;width:100%;height:auto;object-fit:cover;}
.flex{width:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.flexnowidth{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}
.flex_odd_even{flex-direction:row-reverse}.flexwrap{flex-wrap:wrap;-moz-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
.justifylex{justify-content:space-between;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify}
.bottomflex{-webkit-box-align:end;-webkit-flex-align:end;-ms-flex-align:end;-webkit-align-items:end;align-items:end}
.topflex{-webkit-box-align:start;-webkit-flex-align:start;-ms-flex-align:start;-webkit-align-items:start;align-items:start}
.rightflex{justify-content:flex-end;-webkit-box-pack:right;-webkit-justify-content:flex-end;-ms-flex-pack:right}
.leftflex{justify-content:flex-start;-webkit-box-pack:left;-webkit-justify-content:flex-start;-ms-flex-pack:left}
.centerflex{justify-content:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;}
.topbottomflex{-webkit-box-align:center;-webkit-flex-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}

.noidung img{
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
}
.banggia{
    padding: 20px 0px;
}