
/* Main */
:root {--color-red: #ec2d3f;--color-medium-red: #cc2c32;--color-dark-red: #c31829;--color-green: #28a745;--color-dark-green: #207d36;--color-black: #212529;--color-gray: #6c757d;--color-main: #38518e;--color-dark-main: #f77900;	--swiper-dark-arrow: rgba(255, 255, 255, 0.8);--swiper-dark-bg: rgba(66, 66, 69, 0.72);--swiper-black-arrow: rgba(255, 255, 255, 0.8);--swiper-black-bg: rgba(66, 66, 69, 0.72);--swiper-white-arrow: #0000008f;--swiper-white-bg: #d2d2d7a3;}
body { font-family: "Montserrat", sans-serif; font-size: 14px; background-size: cover; }
.goog-te-banner-frame .skiptranslate {display: none !important;} 
body {top: 0px !important; }
body > .skiptranslate{display: none !important}
.box_srr { overflow: hidden; }
img { max-width: 100%; height: auto; vertical-align: top }
a, input, textarea { outline: none; padding: 0px; }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.w-clear:after { display: block; content: ""; clear: both; }
.hidden { display: none; }
.clear { clear: both; }
.none { display: none; }
.hidden-seoh { visibility: hidden; height: 0px; margin: 0px; overflow: hidden; }
.wrap-main, .wrap-content { max-width: 1190px; margin: 0px auto; padding: 0px 0px; }
.contain_trong { max-width: 1190px; margin: 0 auto }
.wrap-home { max-width: 100%; padding: 0px; }
.wrap-content { margin: auto; }

/* General */
h3.modal-title {width: 100%;text-align: center;padding: 5px 15px;box-sizing: border-box;}
.modal-header .close{color: #fff;font-size: 35px;margin: auto;padding: 0;}
.title_slogan { text-align: center; font-size: 16px; color: #595b5a; margin-top: 10px; }
.title-main { margin-bottom: 20px; text-align: center; }
.title-main span { text-transform: uppercase; font-weight: 300; font-size: 30px; }
.time-main { margin-bottom: 0.75rem; color: #999999; }
.time-main i { vertical-align: top; margin: 3px 7px 0px 0px; }
.time-main span { vertical-align: top; display: inline-block; }
.share { padding: 17px 15px 10px 15px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; }
.control-owl { position: absolute; width: 100%; z-index: 2; left: 0px; top: calc(50% - 45px/2); }
.control-owl button { opacity: 0.5; top: 0px; position: absolute; outline: none; border: 0px; padding: 0px; margin: 0px; display: block; cursor: pointer; color: #ffffff; width: 45px; height: 45px; text-align: center; display: flex; align-items: center; justify-content: center; font-size: 25px; margin: 0px; background-color: #000000; border-radius: 3px; -webkit-transition: 0.3s ease-out; -moz-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; }
.control-owl button:hover { opacity: 1; }
.control-owl button.owl-prev { left: 20px; }
.control-owl button.owl-next { right: 20px; }
.form-control, .form-control-plaintext:not(textarea), .custom-select { height: calc(1em + 1.25rem + 8px); }
.text-sm { font-size: .875rem !important; }
.sz16 { font-size: 16px; }
.sz18 { font-size: 18px; }
.sz20 { font-size: 20px; }
.sz24 { font-size: 24px; }
.box-flex { display: flex; flex-wrap: wrap; justify-content: space-between; }
.logo-header {display: inline-block;width: 100%;max-width: 450px;}
.logo-header img {vertical-align: sub;}
.wrap-dichvu .contain_trong { padding: 45px 0px 60px; }
.detail_dv { width: calc(100% / 4); padding: 0px 10px 20px; }
.detail_dv .price_regular { display: none }
.price-discount-pro-detail { margin-left: 10px; background: #d71212bf; color: #fff; padding: 2px 10px; font-size: 15px; }
.mg_dv { margin: 0px -14px 28px; }
.pic_dv { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.mw_dv { text-align: center; }
.mw_dv p { text-align: center; border-top: 0px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding: 10px 0px; margin-bottom: 0px; }
.mw_dv p span { font-size: 15px; color: #fff; text-transform: capitalize; font-weight: 700; }
.mw_dv:hover p span { color: #fc0; }
.mw_dv p span a { color: #fff; }
.price_regular { color: #000; }
.fix_head.menu { position: fixed; top: 0px; left: 0px; z-index: 123; width: 100%; animation: animatetop .4s; }
.fix_heads.menu-res { position: fixed; top: 0px; left: 0px; z-index: 123; width: 100%; animation: animatetop .4s; }
.fix_head.menu .contain_trong { padding-left: 10px; }
.header.fix_head { background: rgba(0, 0, 0, 0.5); }
@keyframes animatetop {
	from { top: -300px; opacity: 0 }
	to { top: 0; opacity: 1 }
}

/* Lazyload */
img.lazy { opacity: 0; }
img:not(.initial) { transition: opacity 1s; }
img.initial, img.loaded, img.error { opacity: 1; }
img:not([src]) { visibility: hidden; }

/* Header */
.header { position: relative;width: 100%; padding: 10px 0; }
.header-top { color: #ffffff; background-color: var(--color-red); }
.header-top .wrap-content { padding: 6px 15px; }
.info-header { margin-bottom: 0px; }
.info-header i { vertical-align: top; margin: 3px 5px 0px 0px; font-size: 16px; }
.social-header li { width: 30px; }
.social-header p { color: #fff; font-weight: 400; text-transform: uppercase; font-size: 20px; }
@-webkit-keyframes oscillation {
	from { -webkit-transform: rotate(-3deg); }
	to { -webkit-transform: rotate(3deg); }
}
@-moz-keyframes oscillation {
	from { -moz-transform: rotate(-3deg); }
	to { -moz-transform: rotate(3deg); }
}
.user-header a { color: #ffffff; padding-right: 9px; margin-right: 7px; position: relative; display: inline-block; vertical-align: top; text-decoration: none; }
.user-header a:after { content: ""; position: absolute; width: 1px; height: 8px; background-color: #ffffff; top: calc(50% - 7px/2); right: 0px; opacity: 0.7; }
.user-header a:last-child { padding-right: 0px; margin-right: 0px; }
.user-header a:last-child:after { display: none; }

/* Menu */
.menu_left { width: 100%; }
.menu_top {display: flex;justify-content: space-between;align-items: center;}
.menu ul { padding: 0px; list-style: none; margin: 0px }
.menu_top>ul {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-flex: 1;-webkit-flex: 1 0 auto;-ms-flex: 1 0 auto;flex: 1 0 auto;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: end;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;margin-bottom: 0px;}
.menu_top>ul>li {text-align: center;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-flex: 1;-webkit-flex: 1 0 auto;-ms-flex: 1 0 auto;flex: 1 0 auto;line-height: 44px;}
.menu_top>ul>li>a { color: #fff; display: block; font-size: 16px; text-transform: capitalize; width: 100%; position: relative; text-shadow: none;}
.menu_top>ul>li a span {position: relative;z-index: 12;display: block;color: #fff;}
.menu_top>ul>li ul { list-style: none; position: absolute; top: 0px; left: 251px; z-index: 3000; -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; }
.menu_top>ul>li>ul { top: 45px; left: 0px; padding-top: 0px !important; }
.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_top>ul>li li {min-width: 250px;position: relative;line-height: 25px;text-align: left;}
.menu_top>ul>li li a { text-decoration: none; font-weight: 500; text-transform: none; color: #fff; font-size: 15px; display: block; line-height: 18px; }
.menu_top>ul>li>ul li ul { box-shadow: 0px 2px 5px #ccc; top: 0px; }
.menu_top>ul>li:hover>a { text-decoration: none; }
.menu_top>ul>li>a.active { color: #ffffff; }
.menu_top>ul>li>a.active span{color: #999}
.menu_top>ul>li>a.mousego { color: #fff !important; background: transparent; }
.menu_top>ul>li>a.act_hover { color: #ffffff !important; background: url(../images/active.png)no-repeat top center/100% 100%; }
.menu_top>ul>li li:hover {}
.menu_top>ul>li:nth-child(8):after { display: none; }
.menu_top>ul>li:nth-child(8):before { display: none; }
.menu_top>ul>li li:last-child { border-bottom: 0px solid #fff; }
.flex_main { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; justify-content: flex-start; flex-wrap: wrap; }

/* Mmenu */
.menu-res {display: none;height: 55px;z-index: 10;background: #363a3a;position: sticky;line-height: normal;top: 0;}
.menu-bar-res { height: 55px; padding: 0px 15px; 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;min-width: 45px;height: 23px;position: relative;margin-right: 10px;}
#hamburger:before, #hamburger:after, #hamburger span { background: #ffffff; 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; }

/* Search Responsive */
.search-res { position: relative; width: 100%; max-width: 260px; }
.search-res .icon-search { width: 40px; height: 40px; cursor: pointer; text-align: center; line-height: 42px; color: #ffffff; font-size: 17px; margin: 0px; }
.search-res .icon-search.active { color: var(--color-main); background: #ffffff; border-radius: 100%; }
.search-res .search-grid { position: relative;width: 100%; height: 40px; overflow: hidden; background: #ffffff; border: 1px solid #ccc; z-index: 2; line-height: normal; max-width: 350px; }
.search-res .search-grid p { float: right; width: 35px; height: 38px; cursor: pointer; outline: none; border: none; margin: 0px; font-size: 17px; display: block; color: #fff; line-height: 40px; text-align: center; background: #545457; }
.search-res .search-grid input { width: calc(100% - 35px); float: left; line-height: 38px; outline: none; border: none; color: #545457; text-indent: 10px; }
.search-res .search-grid input::-webkit-input-placeholder { color: #ccc; }
.search-res .search-grid input:-moz-placeholder { color: #ccc; }
.search-res .search-grid input::-moz-placeholder { color: #ccc; }
.search-res .search-grid input:-ms-input-placeholder { color: #ccc; }

/* Slideshow */
.slideshow {position: relative;margin: auto}
.slideshow-item { display: block; cursor: pointer; }
.slideshow:hover .control-slideshow { opacity: 1; }
.control-slideshow { opacity: 0; }
.slideshow .item { position: relative; }
.slideshow .item img { width: 100%; height: 100%; object-fit: cover; }
.slideshow .item .cover { padding: 75px 0; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.6); display: flex; align-items: center; }
.slideshow .item .cover .header-content { position: relative; padding: 56px; overflow: hidden; text-align: center; }
.slideshow .item .cover .header-content .line { content: ""; display: inline-block; width: 100%; height: 100%; left: 0; top: 0; position: absolute; border: 9px solid #fff; -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%); }
.slideshow .item .cover .header-content h2 { font-weight: 300; font-size: 35px; color: #fff; position: relative; display: inline-block; padding: 0 25px; }
.header-content h2:after { content: ''; position: absolute; left: -25px; background: url('../images/icon_slider_l.png'); width: 18px; height: 35px; top: 3px; }
.header-content h2:before { content: ''; position: absolute; right: -25px; background: url('../images/icon_slider_r.png'); width: 18px; height: 35px; top: 3px; }
.slideshow .item .cover .header-content h1 { font-size: 56px; font-weight: 600; margin: 5px 0 20px; word-spacing: 3px; color: #fff; }
.slideshow .item .cover .header-content h4 { font-size: 24px; font-weight: 300; line-height: 36px; color: #fff; }
.slideshow .owl-item.active h1 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.3s; }
.slideshow .owl-item.active h2 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInDown; animation-delay: 0.6s; }
.slideshow .owl-item.active h2:after { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.9s; }
.slideshow .owl-item.active h2:before { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInRight; animation-delay: 0.9s; }
.slideshow .owl-item.active h4 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; animation-delay: 0.3s; }
.slideshow .owl-item.active .line { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInLeft; animation-delay: 0.3s; }
.slideshow .owl-nav .owl-prev { position: absolute; left: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgba(0, 0, 0, 0.5) !important; width: 40px; cursor: pointer; height: 40px; position: absolute; display: block; z-index: 1000; border-radius: 0; }
.slideshow .owl-nav .owl-prev span { font-size: 1.6875rem; color: #fff; }
.slideshow .owl-nav .owl-prev:focus { outline: 0; }
.slideshow .owl-nav .owl-prev:hover { background: #000 !important; }
.slideshow .owl-nav .owl-next { position: absolute; right: 15px; top: 43%; opacity: 0; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out; background: rgba(0, 0, 0, 0.5) !important; width: 40px; cursor: pointer; height: 40px; position: absolute; display: block; z-index: 1000; border-radius: 0; }
.slideshow .owl-nav .owl-next span { font-size: 1.6875rem; color: #fff; }
.slideshow .owl-nav .owl-next:focus { outline: 0; }
.slideshow .owl-nav .owl-next:hover { background: #000 !important; }
.slideshow:hover .owl-prev { left: 10px; opacity: 1; }
.slideshow:hover .owl-next { right: 10px; opacity: 1; }

/* Partner */
.wrap-partner { position: relative; padding: 20px 0px; background: #f2f2f2; }
.wrap-partner .d-flex { }
.title-partner { position: relative; color: #fff; width: 12%; text-align: center; }
.title-partner h2 { margin-bottom: 10px; font-size: 30px; font-weight: 700; text-transform: uppercase; }
.btn-partnert { display: flex; justify-content: center; }
.btn-partnert p { margin: 0; width: 30px; height: 30px; background: #fff; color: #1a3079; display: flex !important; align-items: center; justify-content: center; border-radius: 50%; font-size: 15px; cursor: pointer; margin: 0 5px; }
.btn-partnert p.btn-prev { }
.box-slick__partner { width: 80%; }
.slick-partner { width: 100%; margin: 0px -5px; }
.slick-partner .slick-slide { margin: 0px 5px; }
.slick-partner .slick-slide a.scale-img { display: table; margin: 0px auto; border: 1px solid #e6e6e6; }

/* Breadcrumb */
.breadCrumbs { background-color: #eee; }
.breadCrumbs .wrap-content { padding: 0.75rem 15px; }
.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: var(--color-gray); }

/* Intro */
.left-intro { width: 100%; }
.right-intro { width: 48.656%; }
.wrap-intro { margin-bottom: 0px; background: url(../images/bg_tt.png)no-repeat bottom center; }
.wrap-intro .wrap-content { padding: 44px 0px 178px; }
.title-intro { border-bottom: 1px solid var(--color-red); margin-bottom: 1.5rem; }
.title-intro span { display: inline-block; font-weight: 700; text-transform: uppercase; position: relative; padding-bottom: 10px; font-size: 20px; }
.title-intro span:after { content: ""; position: absolute; width: 100%; height: 4px; bottom: 0px; left: 0px; background-color: var(--color-red); }
.newshome-best { width: 43%; display: block; float: left; margin-right: 1.5%; }
.pic-newshome-best img { width: 100%; }
.name-newshome { color: #333333; font-size: 14px; line-height: 24px; margin-bottom: 3px; font-weight: 700; height: 48px; }
.name-newshome:hover { color: #f77900; }
.name-newshome.text-split { -webkit-line-clamp: 2; }
.time-newshome { color: var(--color-gray); margin-bottom: 0.25rem; }
.desc-newshome { color: #666666; margin-bottom: 0px; line-height: 20px; height: 80px; }
.view-newshome { display: inline-block; color: #f77900; font-weight: 700; margin-top: 4px; font-size: 14px; }
.full-news { width: 100%; display: flex; justify-content: space-between; }
.newshome-scroll { width: 100%; overflow: hidden; float: right; height: 365px }
.newshome-scroll ul li { margin-bottom: 15px !important; padding-bottom: 14px; }
.newshome-normal { display: block; padding-left: 89px; position: relative; width: calc(50% - 15px); padding-bottom: 30px; border-bottom: 1px dashed #e6e6e6; }
.ngaydang { margin-bottom: 0px; position: absolute; top: 0px; left: 0px; width: 75px; height: 80px; background: #f77900; border-bottom: 5px solid #d96900; padding: 5px 0px; }
.ngaydang span { display: block; text-align: center; }
.ngay { font-size: 35px; font-weight: 700; color: #fff; line-height: 38px; margin-bottom: 7px; }
.thang { color: #ffffff; }
.pic-newshome-normal { float: left; width: 38.777%; margin: 0px 0px 0px }
.pic-newshome-normal img { width: 100%; }
.info-newshome-normal { float: right; width: calc(100% - 41.8%); }
#video-slick { display: flex; justify-content: space-between; }
.video_lst { width: 135px; }
.item-video img { min-height: 115px; }
.dt_video { border: 0px !important; padding: 5px 0px; }
.mg_video { margin: -5px 0px; }
.slick_video .slick-list { min-height: 365px; }
.slick_video .slick-prev { left: 0px; }
.slick_video .slick-next { right: 0px; }
.video-main { position: relative; height: 365px; width: calc(100% - 147px); }
.video-main img { width: 100%; height: 100% }
.video-main iframe { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; }
.listvideos { width: 100%; height: 40px; padding: 0px 10px; border: 1px solid #ccc; color: var(--color-black); margin-top: 10px; cursor: pointer; }
.page_trong { padding: 30px 0px; min-height: 550px }
.page_trong .title-main span { font-weight: 700; font-size: 28px; font-family: 'Roboto', sans-serif; }
.page_trong .product { background: #f2f2f2; }
.mg_tv { margin: 0px -5px -10px }
.page_trong .item_thuvien { width: 33.33%; padding: 0px 5px 10px }
.mw_thuvien { position: relative; }
.mw_thuvien img { width: 100% }
.info_album { position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; display: flex; align-items: center; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; opacity: 0; visibility: hidden; background: rgb(0, 0, 0, 0.5); }
.info_album p { text-align: center; text-transform: uppercase; font-size: 16px; font-weight: 700; color: #fff; background: transparent; width: 100%; display: flex; align-items: center; justify-content: center; padding: 12px 10px; margin-bottom: 0px; }
.mw_albumanh { position: relative; }
.mw_albumanh img { width: 100% }
.mw_albumanh:hover .info_album, .mw_thuvien:hover .info_album { opacity: 1; visibility: visible; }
.play_1 span { width: 50px; height: 35px; position: absolute; top: calc(50% - 35px/2); left: calc(50% - 50px/2); background: url(../images/play.png)no-repeat center; }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E); right: 10px; left: auto; }
.product_related .swiper-button-prev, .product_related .swiper-button-next { background: #FFF; box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }
.product_related .swiper-button-next { right: 3px; border-radius: 100px 0 0 100px; }
.product_related .swiper-button-prev { left: 3px; border-radius: 0 100px 100px 0; }
.product_related .swiper-button-prev:after, .product_related .swiper-button-next:after { font-size: 16px; color: #000; }
.swiper-button-prev.swiper-button-disabled { opacity: 0 }
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after { content: 'next'; }
.swiper-button-next:after, .swiper-button-prev:after { font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; text-transform: none; font-variant: initial; line-height: 1; }

/* Video */
.mg_vs { margin: 0px -10px -20px }
.detail_video { width: 25%; padding: 0px 10px 20px }
.video { cursor: pointer; margin-bottom: 0px; text-align: center; }
.video-image { position: relative; margin-bottom: 0.75rem; }
.video-image:before { content: ""; position: absolute; width: 50px; height: 35px; top: calc(50% - 50px/2); left: calc(50% - 35px/2); z-index: 1; background-repeat: no-repeat; background-image: url(../images/play.png); }
.video-name { text-align: center; font-size: 16px; color: var(--color-black); margin-bottom: 0px; }

/* Album */
.album { cursor: pointer; margin-bottom: 1rem; }
.album-image { margin-bottom: 0.75rem; }
.album-name { margin-bottom: 0px; text-align: center; }
.album-name a { display: block; font-size: 16px; color: var(--color-black); margin-bottom: 0px; }

/* Brand */
.wrap-brand { margin-bottom: 50px; padding: 0px 15px; }
.wrap-brand .wrap-content { position: relative; }
.brand { display: block; border: 1px solid #eee; max-width: 160px; margin: 0px auto; }
.input-triple-cart .select2-container { width: 100%; height: 39px; color: #4c4c4c; font-size: 14px; border-radius: 0px; border: none; box-shadow: none; text-indent: 10px; }
.input-triple-cart .select2-container { width: 100%; height: 39px; color: #4c4c4c; font-size: 14px; border-radius: 0px; border: none; box-shadow: none; text-indent: 10px; }
.input-triple-cart .select2-container .select2-selection--single { height: 39px; border: 1px solid #ced4da }
.input-triple-cart .select2-container--default .select2-selection--single .select2-selection__rendered { width: 100%; height: 39px; color: #767676; font-size: 14px; border-radius: 0px; border: none; box-shadow: none; text-indent: 0; padding-left: 10px; line-height: 40px; }
.input-triple-cart .select2-container--default .select2-selection--single .select2-selection__arrow { top: 7px; right: 2px; }
.wrap-thuvien .contain_trong { padding: 44px 0px 60px; }
.mg_tvs { margin: 0px -5px -10px; }
.col_thuvien { display: flex; justify-content: flex-start; }
.col_thuvien:nth-child(1) .items_thuvien { width: 33.33%; padding: 0px 5px 10px; }
.col_thuvien:nth-child(2) .items_thuvien { width: 50%; padding: 0px 5px 10px; }
.btn_tv a { display: inline-block; background: #f77900; color: #fff; font-size: 15px; padding: 11px 44px; }
.btn_tv { text-align: center; margin-top: 30px }
.btn_tv a:hover { background: #cd6603; }

/* Product */
.wrap-productnb .contain_trong { padding: 44px 0px 85px; }
.mg_sp { margin: 0px -14px -28px }
.wrap-product { margin-bottom: 50px; }
.detail_sanpham { width: 25%; padding: 0px 14px 28px }
.product { max-width: 100%; margin: 0 auto; background: #fff; border-radius: 10px; padding: 0px 0px 24px; }
.product:hover .name-product { color: #f77900; }
.box-product { position: relative; display: block; margin-bottom: 0px; }
.pic-product { background: #ffffff; margin-bottom: 13px; }
.pic-product .scale-img { border-top-left-radius: 10px; border-top-right-radius: 10px; }
.pic-product img { width: 100%; }
.name-product { font-size: 15px; color: #333333; text-align: center; font-weight: 700; text-transform: capitalize; margin-bottom: 0px; }
.price-product { margin-bottom: 0px; }
.price-product span { font-weight: 700; }
.price-new { font-size: 15px;  color: var(--color-red); }
.price-old { padding-left: 10px; color: var(--color-gray); }
.price-per { position: absolute; top: 15px; right: 15px; color: #ffffff; background: var(--color-red); 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: #ffffff; text-transform: capitalize; text-align: center; padding: 7px 5px; border-radius: 3px; }
.cart-add { margin-right: 2%; background-color: var(--color-red); }
.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); }
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; z-index: 1; }

/* Product Detail */
.left-pro-detail { position: relative; }
.grid-pro-detail{overflow: hidden;}
.grid-pro-detail .row { display: flex; justify-content: space-between; flex-wrap: wrap; }
.fixed-detail { position: sticky; top: 15px; }
.left-pro-detail .MagicZoom { border: 1px solid #eee; padding: 7px; border-radius: 5px; background-color: #ffffff; }
.gallery-thumb-pro { position: relative; margin-top: 10px; }
.owl-pro-detail { padding: 0px 30px; }
.control-pro-detail button { background-color: transparent; color: #222222; opacity: 1; width: 25px; font-size: 23px; }
.control-pro-detail button:hover { opacity: 0.7; }
.control-pro-detail button.owl-prev { left: 0px; }
.control-pro-detail button.owl-next { right: 0px; }
.thumb-pro-detail { display: block !important; border: 1px solid #eee; padding: 5px; border-radius: 3px; cursor: pointer; background-color: #ffffff; }
.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; border-bottom: 1px #000 solid; padding-bottom: 5px; margin-bottom: 20px !important; }
.comment-pro-detail { display: flex; align-items: center; justify-content: flex-start; }
.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-bottom: 0.5rem; }
.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: var(--color-red); }
.price-old-pro-detail { font-weight: 500; color: var(--color-gray); text-decoration: line-through; padding-left: 10px; }
.color-pro-detail { cursor: pointer; display: inline-block; vertical-align: top; position: relative; width: 35px; height: 30px; margin: 0px 0px 3px 0px; border: 1px solid transparent; background-repeat: no-repeat; background-size: contain; background-position: center center; }
.size-pro-detail { cursor: pointer; 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; }
.size-pro-detail.active:after, .color-pro-detail.active:after { content: ''; position: absolute; bottom: 0px; right: 0px; width: 13px; height: 13px; background-repeat: no-repeat; background-image: url(../images/check-cart.png); }
.color-pro-detail input[type=radio], .size-pro-detail input[type=radio] { display: none; }
.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; }
.cart-pro-detail a { font-size: 14px; color: #ffffff !important; text-transform: uppercase; }
.tags-pro-detail a { float: left; font-size: 13px; padding-bottom: 0.375rem; margin: 0px 5px 5px 0px; }
.tags-pro-detail a i { font-size: 11px; margin: 5px 5px 0px 0px; }
.tabs-pro-detail { margin-top: 2rem; }
.tabs-pro-detail .nav-tabs .nav-link { border-top-width: 3px; font-size: 13px; }
.tabs-pro-detail .nav-tabs .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link { border-top-color: #555555; }

/* News */
.news { margin-bottom: 2rem; }
.news-name { margin-bottom: 0.5rem; }
.news-name a {color: #242424;font-size: 16px;font-weight: 700;}
.news-name a.text-split { -webkit-line-clamp: 2; }
.news-name a:hover { color: #fc0; }
.news-time { color: #84878a; margin-bottom: 0.25rem; }
.news-desc { color: #fff; margin-top: 5px; line-height: 22px; }
.othernews b { margin-bottom: 10px; }
.list-news-other { padding-left: 17px; list-style: square; }
.list-news-other li {margin-bottom: 2px;color: #333;font-weight: 600;}
.list-news-other li a {text-transform: none;color: #333;}
.list-news-other li a:hover {color: #38518e;}

/*.title  */
.modal-content .title-h2 { margin-bottom: 10px; }
.modal-content .title-h2 h2 { margin: 0; }
.modal-header {padding: 10px;border: 0;border-bottom: 1px solid #ddd;background: #000;text-align: center;}
.modal-header h6 { font-weight: 700; font-size: 17px; text-transform: uppercase; color: #000; }
.modal-header h6 a { font-size: 21px; color: #35a85f; }
.title-h2 { position: relative; text-align: center; margin-bottom: 30px; background: url(../images/title.png) no-repeat bottom center; z-index: 2; padding-bottom: 30px; }
.title-h2 h2 { font-family: 'Barlow', sans-serif; font-size: 35px; margin: 0; text-transform: capitalize; color: #1a3079; font-weight: 700; }
.title-h2 p { font-family: 'VLMissLeGatees'; margin: 0; font-weight: 400; color: #282e2e; font-size: 40px; }
.title-h2.title-color { background: url(../images/title2.png) no-repeat bottom center; }
.title-h2.title-color h2 { color: #ffc200; text-shadow: 1px 0 0 #1a3079, -1px 0 0 #1a3079, 0 1px 0 #1a3079, 2px 2px 2px #ffc200; }
.title-h2.title-color p { color: #fff; }
.filter { filter: brightness(0) invert(1); }
.title-h2 .color-white { color: #fff; }

/* news */
.wrap-news { position: relative; padding: 40px 0px; }
.box-news { width: 49%; }
.slick-news { margin: 0 -12px; width: 100%; }
.slick-news .slick-slide { margin: 0 12px; }
.item-news { position: relative; }
.item-news a.scale-img { position: relative; }
.item-news .content { position: relative; width: 100%; background: #f2f2f2; padding: 15px; }
.item-news h3 { position: relative; }
.item-news h3 a { font-size: 15px; color: #1a1a1a; font-weight: 700; -webkit-line-clamp: 2; line-height: 25px; text-transform: uppercase; height: 50px; text-decoration: none; }
.item-news .date { font-size: 14px; color: #808080; font-weight: 400; margin-bottom: 5px; }
.item-news .date p { margin: 0; font-weight: 400; border-top: 1px solid #dcdcdc; width: 100%; }
.item-news p.text-split { font-size: 13px; color: #666666; font-weight: 400; margin-top: 10px; -webkit-line-clamp: 3; line-height: 25px; height: 75px; }
.item-news a.readnews { display: block; font-size: 14px; color: #1a3079; font-weight: 400; text-align: right; margin-top: 10px; }
.item-news:hover h3 a { color: #1a3079; }

/* Contact */
.contact-article { margin-bottom: 3rem; }
.contact-input { position: relative; margin-bottom: 15px; }
.contact-input textarea { resize: none; height: 150px; }
.contact-input .custom-file-label::after { content: attr(title); }
.contact-map { position: relative; height: 500px; }
.contact-map iframe { position: absolute; top: 0px; left: 0px; width: 100% !important; height: 100% !important; }

/* Newsletter */
.wrap-newsletter { position: relative; padding: 30px 0px; background: #1a3079; }
.box-newsletter { border: 1px solid #b3b3b3; padding: 20px; width: 55%; }
.title-newsletter { width: 100%; margin-bottom: 10px; }
.title-newsletter p { margin: 0; font-size: 14px; font-weight: 400; color: #1a1a1a; width: 100%; line-height: 25px; }
.title-newsletter h2 { font-size: 18px; font-weight: 700; color: #1a1a1a; text-transform: uppercase; padding-bottom: 10px; position: relative; }
.title-newsletter h2:after { position: absolute; content: ''; background: #1a3079; width: 35px; height: 2px; bottom: 0; left: 0; }
.form-newsletter { position: relative; }
.newsletter-input { position: relative; overflow: hidden; width: 100%; margin-bottom: 10px; }
.newsletter-input i { position: absolute; right: 15px; font-size: 21px; color: #999; top: 50%; transform: translateY(-50%); }
.newsletter-input .custom-file-label { margin: 0; height: 50px; background: transparent; line-height: 40px; color: #fff; border: none; padding-left: 55px; }
.newsletter-input .custom-file-label::after { right: unset; left: 0; line-height: 40px; height: 50px; background: transparent; content: "\f03e"; font-family: 'Font Awesome 5 Free'; color: #ffff; font-size: 30px; }
.newsletter-input input {font-size: 14px;font-weight: 400;text-indent: 0px;color: #242424;background: #fff;height: 50px;padding: 0 10px;line-height: 40px;border-radius: 0;border: 1px solid #e6e6e6;}
.newsletter-input textarea { padding: 10px; font-size: 15px; color: #333333; background: #fff; border-radius: 0; border: none; height: 150px; text-indent: 25px; }
.newsletter-input.textarea { width: 100%; margin: 0; grid-column: span 3; }
.newsletter-input.textarea i { transform: unset; top: 12px; }
.newsletter-button {}
.newsletter-button input { border: none; background: #1a3079; border-radius: 0; font-size: 14px; font-weight: 700; width: 100%; color: #fff; text-transform: uppercase; padding: 0; height: 40px; line-height: 40px; display: table; margin: 0px auto; }
.newsletter-button input[type="submit"] {/* background: url('../images/send.svg') #646464 center no-repeat; */border-radius: 2px;position: relative;/* top: 3px; *//* right: 3px; */border: none;height: 40px;width: 200px;color: #fff;}
.newsletter-input input::-webkit-input-placeholder, .newsletter-input textarea::-webkit-input-placeholder { color: #808080; }
.newsletter-input input:-moz-placeholder, .newsletter-input textarea:-moz-placeholder { color: #808080; }
.newsletter-input input::-moz-placeholder, .newsletter-input textarea::-moz-placeholder { color: #808080; }
.newsletter-input input:-ms-input-placeholder, .newsletter-input textarea:-ms-input-placeholder { color: #808080; }
.newsletter-button input:hover { opacity: 0.8; }
.descs-content{text-align: center;}
.newsletter-input1{display: flex;justify-content: center;margin-bottom: 20px;}
.newsletter-input1 .item-button-radio{margin: 0 20px;}
.tt p { margin-bottom: 10px; color: #fff; }
.tt p i { width: 30px; height: 30px; line-height: 30px; text-align: center; border: 1px solid #000; color: #000; margin-right: 10px; font-size: 18px; border-radius: 5px; }
.social-header { margin-top: 21px; }
.social-header span { display: inline-block; float: left; margin-right: 9px; font-family: 'Roboto', sans-serif; color: #fff; line-height: 45px; }
.info_mxh { float: left; }
.social-header a { display: inline-block; float: left; padding: 0px 7px; }
.social-header a:first-child { padding-left: 0px; }
.social-header a:last-child { padding-right: 0px; }

/* Footer */
.footer {width: 100%;position: relative;color: rgb(170, 170, 170);box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;padding: 40px 0px 15px;background: rgb(54, 58, 58) !important;!i;!;}
.footer-article {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.logo-footer { margin-bottom: 20px; }
.footer-article .content{ color: #fff }
.footer-article .content p{margin-bottom: 10px;}
.title-footer { position: relative; font-size: 18px; text-transform: uppercase; color: #1a1a1a; font-weight: 700; }
.title-website { font-family: 'Roboto'; color: #ffc200; text-shadow: 1px 0 0 #1a3079, -1px 0 0 #1a3079, 0 1px 0 #1a3079, 2px 2px 2px #ffc200; font-size: 60px; }
.footer h4 { font-size: 18px; font-weight: 700; margin: 2px 0 24px; color: #999999; position: relative; text-transform: uppercase; }
.footer-mailchip h4 { text-align: center; }
.footer-mailchip p { color: #fff; }
.social-footer { margin-bottom: 20px; }
.footer ul { list-style: none; padding-inline-start: 0px; }
.footer ul li { margin-bottom: 15px }
.footer ul li a { color: #fff; }
.footer ul li a:hover {color: #ffff00;}
.footer-powered { position: relative; text-align: center; font-size: 12px; color: rgb(255, 255, 255); font-weight: 400; background: rgb(78, 83, 86); padding: 15px 0px; }
.footer-powered .wrap-content { position: relative; }

/* fanpage-footer */
.fanpage-footer { width: 29%; }
.footer-content { width: 45%; text-align: center; }
.footer-content .content { text-align: left; }
.flex-star { align-items: flex-start; }
.box-newsletter { border: 1px solid #b3b3b3; padding: 20px; width: 55%; }
.info-footer { width: 35%; }

/*  */
.box-footer__info { width: 50%; }
.social-footer { margin-top: 5px; }
.statistic { margin-bottom: 0; margin-top: 5px; }

/*  */
.time-footer { width: 25%; }
.map-footer:hover { opacity: 0.8; }
.map-footer { font-size: 14px; color: #0d0d0d; font-weight: 400; display: inline-block; background: #f6ee1d; padding: 13px 25px; border-radius: 50px; display: inline-flex; align-items: center; }
.map-footer i { font-size: 22px; margin-right: 5px; }

/* chinh sach */
.info-footer { width: 35%; }
.info-footer ul { list-style: none; color: #fff; padding-left: 0; font-size: 12px; margin: 0; }
.info-footer li { position: relative; list-style: disc; margin: 15px 0px; padding-left: 0; list-style-position: inside; color: #1a1a1a; font-size: 15px; }
.info-footer li:first-child { margin-top: 0; }
.info-footer li i { margin: 0 5px 0 0px; font-size: 14px; }
.info-footer li:last-child { border: 0; }
.info-footer li a { position: relative; color: #1a1a1a; font-size: 15px; font-weight: 400; text-transform: capitalize; font-family: 'Barlow', sans-serif; }
.info-footer li a:hover { text-decoration: underline; }

/*  */
.fanpage { width: 29%; }
.footer-map { width: 29%; }
.copyright { margin: 0; text-align: center; }
.copyright strong { color: #fff; text-transform: uppercase; font-weight: bold; font-size: 14px; }
#footer-map iframe { position: relative; width: 100%; }

/* 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; }

/* Paging */
.pagination-home .pagination .page-item .page-link { color: #555555; font-size: .875rem; }
.pagination-home .pagination .page-item.active .page-link { color: #ffffff; background-color: #555555; border-color: #555555; }

/* Paging Ajax */
.pagination-ajax { text-align: center; margin-top: 20px; }
.pagination-ajax a { display: inline-block; vertical-align: top; margin: 0px 3px 3px 3px; width: 35px; height: 35px; line-height: 33px; color: #666 !important; border: 1px solid #e6e6e6; font-size: 13px; cursor: pointer; text-decoration: none !important; background-color: #e6e6e6; }
.pagination-ajax a.current, .pagination-ajax a:hover { color: #ffffff !important; border-color: #1a3079; background-color: #1a3079; }
.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next { text-indent: -9999px; position: relative; background-color: #ffffff !important; }
.pagination-ajax a.first:before, .pagination-ajax a.last:before, .pagination-ajax a.prev:before, .pagination-ajax a.next:before { content: ''; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 2; background-color: transparent; background-repeat: no-repeat; background-position: center; }
.pagination-ajax a.first:before { background-image: url(../images/page-first.png); }
.pagination-ajax a.last:before { background-image: url(../images/page-last.png); }
.pagination-ajax a.prev:before { background-image: url(../images/page-prev.png); }
.pagination-ajax a.next:before { background-image: url(../images/page-next.png); }

/* 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: var(--color-main); 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(7, 41, 103, 0.8); opacity: .1; border-color: var(--color-main); 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(7, 41, 103, 0.35); opacity: .4; }
.btn-frame .pulse { animation-name: pulse; }
@-moz-keyframes coccoc-alo-circle-img-anim {
	0% { transform: rotate(0) scale(1) skew(1deg); }
	10%, 30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
	20%, 40% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
	100%, 50% { -moz-transform: rotate(0) scale(1) skew(1deg); }
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
	0%, 100%, 50% { -webkit-transform: rotate(0) scale(1) skew(1deg); }
	10%, 30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg); }
	20%, 40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg); }
}
@-o-keyframes coccoc-alo-circle-img-anim {
	0%, 100%, 50% { -o-transform: rotate(0) scale(1) skew(1deg); }
	10%, 30% { -o-transform: rotate(-25deg) scale(1) skew(1deg); }
	20%, 40% { -o-transform: rotate(25deg) scale(1) skew(1deg); }
}

/* 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: var(--color-main); 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: #ffffff; background: #1182FC }
.js-facebook-messenger-top-header { display: block; position: relative; width: 220px; background: #1182FC; color: #ffffff; 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: #ffffff; background: #1182FC }
.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: #4b4f56; 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: #ffffff; width: 25px; height: 25px; background: var(--color-red); text-align: center; line-height: 25px; font-size: 11px; border-radius: 100%; }

/* Toolbar */
.toolbar { background: var(--color-red); 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%; }
.toolbar ul li a { display: block; width: 100%; cursor: pointer; }
.toolbar ul li a img { height: 6vw; width: auto; }
.toolbar ul li a span { font-weight: 400; color: #ffffff; font-size: 3.5vw; display: none; }

/* 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: #ffffff; padding: 9px 10px 10px 7px; z-index: 10; }
.plugbar ul { list-style: none; padding: 0; margin: 0px; display: -webkit-flex; display: -moz-flex; display: flex; justify-content: space-between; align-items: center; }
.plugbar ul li { width: 20%; float: left; }
.plugbar ul li a { display: block; color: #696969; font-size: 12px; text-align: center; position: relative; }
.plugbar ul li a i { font-size: 20px; color: #696969; }
.plugbar ul li a span { position: absolute; width: 50px; height: 50px; top: -40px; left: calc(50% - 50px/2); font-size: 14px; display: block; border: 1px solid rgba(234, 230, 230, 0.5); border-radius: 100%; }

/* Combo Phone */
.support-online .animated.infinite { animation-iteration-count: infinite; }
.support-online .animated { animation-duration: 1s; animation-fill-mode: both; }
.support-online .zoomIn { animation-name: zoomIn; }
.support-online .pulse { animation-name: pulse; }
.support-online { position: fixed; z-index: 999; left: 10px; bottom: 0px; }
.support-online a { position: relative; margin: 20px 10px; text-align: left; width: 40px; height: 40px; }
.support-online i { width: 40px; height: 40px; background: #43a1f3; color: #ffffff; border-radius: 100%; font-size: 20px; text-align: center; line-height: 1.9; position: relative; z-index: 999; }
.support-online a span { border-radius: 2px; text-align: center; background: rgb(103, 182, 52); padding: 9px; display: none; width: 180px; margin-left: 10px; position: absolute; color: #ffffff; z-index: 999; top: 0px; left: 40px; transition: all 0.2s ease-in-out 0s; -moz-animation: headerAnimation 0.7s 1; -webkit-animation: headerAnimation 0.7s 1; -o-animation: headerAnimation 0.7s 1; animation: headerAnimation 0.7s 1; }
.support-online a:hover span { display: block; }
.support-online a { display: block; }
.support-online a span:before { content: ""; width: 0; height: 0; border-style: solid; border-width: 10px 10px 10px 0; border-color: transparent rgb(103, 182, 52) transparent transparent; position: absolute; left: -10px; top: 10px; }
.support-online .kenit-alo-circle-fill { width: 60px; height: 60px; top: -10px; position: absolute; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid transparent; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; background-color: rgba(0, 175, 242, 0.5); opacity: .75; right: -10px; }
.support-online .kenit-alo-circle { width: 50px; height: 50px; top: -5px; right: -5px; position: absolute; background-color: transparent; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 2px solid rgba(30, 30, 30, 0.4); opacity: .1; border-color: #0089B9; opacity: .5; }
.support-online .support-online .btn-support { cursor: pointer; }
.support-online .mes i { background: orange; }
.support-online .sms i { background: red; }
.support-online .call-now i { background: green; }

/* Phone Switch */
.widget-mobile { position: fixed; left: 50%; transform: translateX(-50%); bottom: 10px; z-index: 9999999; }
#my-phone-circle { position: relative; width: 50px !important; height: 50px !important; }
.wcircle-open .wcircle-icon i:before { content: '\f00d'; }
.wcircle-icon { background: #1282fc; border-radius: 50%; display: flex !important; display: -ms-flex !important; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative !important; }
.wcircle-icon:before { position: absolute; content: ''; width: 60px; height: 60px; background: rgba(18, 130, 252, .5); border: 1px solid #ffffff; border-radius: 50%; left: -5px; top: -5px; -webkit-animation: pulse 1s infinite ease-in-out; -moz-animation: pulse 1s infinite ease-in-out; -ms-animation: pulse 1s infinite ease-in-out; -o-animation: pulse 1s infinite ease-in-out; animation: pulse 1s infinite ease-in-out; }
.wcircle-icon:after { position: absolute; content: ''; width: 80px; height: 80px; background: rgba(18, 130, 252, .5); border-radius: 50%; left: -15px; top: -15px; -webkit-animation: zoomIn 2s infinite ease-in-out; -moz-animation: zoomIn 2s infinite ease-in-out; -ms-animation: zoomIn 2s infinite ease-in-out; -o-animation: zoomIn 2s infinite ease-in-out; animation: zoomIn 2s infinite ease-in-out; }
.wcircle-menu { position: absolute !important; left: 0; top: 0; display: none; }
.wcircle-menu-item { width: 50px; height: 50px; background: #1282fc; border-radius: 50%; display: flex; display: -ms-flex; align-items: center; -ms-flex-align: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.wcircle-menu-item img { width: 50px; height: 50px; display: block; border-radius: 50%; }
.wcircle-menu-item i, .wcircle-icon i { font-size: 25px; color: #ffffff; position: relative; z-index: 9999; }
.shake-anim { -webkit-animation: shake-anim 1s infinite ease-in-out; -moz-animation: shake-anim 1s infinite ease-in-out; -ms-animation: shake-anim 1s infinite ease-in-out; -o-animation: shake-anim 1s infinite ease-in-out; animation: shake-anim 1s infinite ease-in-out; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; transform-origin: 50% 50% }
@-moz-keyframes shake-anim {
	0% { transform: rotate(0) scale(1) skew(1deg) }
	10%, 30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg) }
	20%, 40% { -moz-transform: rotate(25deg) scale(1) skew(1deg) }
	100%, 50% { -moz-transform: rotate(0) scale(1) skew(1deg) }
}
@-webkit-keyframes shake-anim {
	0%, 100%, 50% { -webkit-transform: rotate(0) scale(1) skew(1deg) }
	10%, 30% { -webkit-transform: rotate(-25deg) scale(1) skew(1deg) }
	20%, 40% { -webkit-transform: rotate(25deg) scale(1) skew(1deg) }
}
@-o-keyframes shake-anim {
	0%, 100%, 50% { -o-transform: rotate(0) scale(1) skew(1deg) }
	10%, 30% { -o-transform: rotate(-25deg) scale(1) skew(1deg) }
	20%, 40% { -o-transform: rotate(25deg) scale(1) skew(1deg) }
}
@-webkit-keyframes hvr-pulse-shrink {
	to { -webkit-transform: scale(0.9); transform: scale(0.9) }
}
@keyframes hvr-pulse-shrink {
	to { -webkit-transform: scale(0.9); transform: scale(0.9) }
}
.hvr-pulse-shrink { display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale }
.hvr-pulse-shrink:active, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:hover { -webkit-animation-name: hvr-pulse-shrink; animation-name: hvr-pulse-shrink; -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; cursor: pointer; }
.rows_1 { -webkit-line-clamp: 1; }
.rows_2 { -webkit-line-clamp: 2; }
.rows_3 { -webkit-line-clamp: 3; }
.rows_4 { -webkit-line-clamp: 4; }
.rows_5 { -webkit-line-clamp: 5; }

/*Album detail*/
div.css_flex_album { display: flex; flex-wrap: wrap; margin: 0 -10px }
.album { cursor: pointer; width: calc(25% - 20px); margin: 10px 10px; text-align: center; cursor: pointer }
.album-image { margin-bottom: 0.75rem }
.pic-album { position: relative }
.pic-album img { width: 100% }
.name-album { font-size: 16px; color: #fff; margin-bottom: 0px }
.album-name { margin-bottom: 0px; text-align: center }
.album-name a { display: block; font-size: 16px; color: #212529; margin-bottom: 0px }
.view-more-product { text-align: center; width: 100%; margin-top: 30px; }
.view-more-product a { background: #000; color: #fff; border-radius: 20px; padding: 7px 15px; font-size: 14px; text-decoration: none }
.view-more-product a:hover { background: #343434; color: #fff }
.box-content-album-small { padding: 0 10px; box-sizing: border-box; margin-top: 20px; }
.slick-album-small { margin: 0 -10px; }
.item-slick { padding: 0 4px; }

/*Video news*/
.content-news-video-box { display: flex; justify-content: space-between; flex-wrap: wrap; }
.content-news-video-box > div { width: 49.0291262136%; }
.item-sim { display: flex; justify-content: space-between; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed #f1f1f1; }
.item-sim > span { width: 100px; height: 100px; border-radius: 50%; overflow: hidden; border: 2px solid #fff; }
.item-content-customer { width: calc(100% - 120px); color: #fff; font-size: 14px; }
.item-content-customer p { margin-bottom: 5px; }
.item-content-customer h3 { font-size: 16px; }
.item-content-customer span { color: #ffcc00; text-transform: uppercase; }
.item-sim.row-reverse { flex-flow: row-reverse; }
.simply-scroll-list { max-height: 350px; }

/*News nb*/
.section-newsnb {padding: 30px 0;width: 100%;position: relative;}
.section-newsnb .wrap-content{max-width: 1366px;}
.section-newsnb .title{font-size:2.5em;text-align: center;font-weight: 700;margin-bottom: 1em;text-transform: uppercase;}
.item-newsnb { color: #fff; text-align: justify; text-align-last: left; overflow: hidden;	}
.content-newsnb-index { margin-top: 1em; padding: 0 1em; box-sizing: border-box; }
.item-newsnb h3 {font-size: 16px;height: 40px;font-weight: 600;overflow: hidden;}
.item-newsnb h3 a {color: #242424;text-decoration: none;}
.item-newsnb h3 a.text-split { line-height: 20px; -webkit-line-clamp: 2; }
.item-newsnb h3:hover a{color: #38518e}
.descs-news-index.text-split { -webkit-line-clamp: 3;font-size:15px;color:#242424 }
.item-newsnb .img-news { overflow: hidden; }
.item-newsnb .img-news img { transition: all 0.6s !important; }
.wrap-content-newsnb:hover .control-news { opacity: 1; }
.control-news { opacity: 0; }
.view-more-news{color: #242424;transition: all 0.6s;}
.view-more-news:hover{padding-left: 15px;transition: all 0.6s;color: #242424}

/* Menu */
.menu {position: sticky;z-index: 10;width: 100%;padding: 10px 0;background: #363a3a;padding: 0 56px;box-sizing: border-box;top: 0;}
.menu ul {width: calc(100% - 500px);padding: 0px;list-style: none;line-height: 50px;text-align: center;max-width: 990px;}
.menu ul li {z-index: 1;}
.menu ul li.line { width: 1px; height: 15px; background-color: rgba(0, 0, 0, 0.1); }
.menu ul li a { display: block; position: relative; color: #333; text-transform: uppercase; text-decoration: none !important; height: 100%;}
.menu ul li a.has-child { padding-right: 16px; margin-right: 8px; }
.menu ul li a.has-child:after { content: ""; position: absolute; bottom: calc(50% - 4px / 2); right: 5px; width: 5px; height: 5px; border: 1px solid #fafafa; border-top: 0px; border-left: 0px; -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -ms-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.menu > ul > li a.active, .menu > ul > li:hover > a { background: url(../images/img/css.png) no-repeat bottom; }
.menu ul li:hover > a.has-child:after, .menu ul li a.active.has-child:after { }
.menu ul li ul { position: absolute; min-width: 250px; background-color: #fafafa; border-radius: 0.25rem; -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%); box-shadow: 1px 1px 15px rgb(0 0 0 / 15%); -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 0.5s; line-height: normal !important; height: auto !important; left: 100%; top: 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 0.7s; }
.menu ul li ul li {padding-left: 0.75rem;padding-right: 0.75rem;}
.menu ul li ul li a {font-weight: 600;font-size: 14px;text-align: left;color: #313131;}
.menu ul li ul li:last-child > a { border-bottom: 0px; }
.menu ul li ul li a.has-child { margin-right: 0px; }
.menu ul li ul li a.has-child:after { border-color: #313131; -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.menu ul li ul li a.active, .menu ul li ul li:hover > a { color: var(--color-red); }
.menu ul li ul li:hover > a.has-child:after, .menu ul li ul li a.active.has-child:after { border-color: var(--color-red); }
.menu ul li ul li a {text-transform: capitalize;}
.menu ul li ul li ul { left: 100%; margin-top: 0px; top: 0; }
.hidden-menu { visibility: hidden; opacity: 0; }

/* Product  */
.box-product { padding: 20px 0px; }
.title-product { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; position: relative; padding-bottom: 15px; margin-bottom: 15px; }
.title-product h2 { position: relative; font-size: 40px; margin: 0; color: #333; }
.title-product h2 a { color: #333; text-decoration: none }
.title-product h2:hover a { color: #999 }
.box-right .grid-product { grid-template-columns: repeat(3, 1fr); }
.section_product { margin-bottom: 50px; }
.discount { position: absolute; left: 10px; top: 10px; background: #d71212bf; color: #fff; padding: 2px 10px; font-size: 15px; }
.section_product .view-more { text-align: center; display: block; text-decoration: underline; font-weight: 700; color: #333; padding-bottom: 135% }
.section_product .view-more span { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-decoration: underline }
.item-product:hover .view-more span { color: #999 }
#gallery-product { margin: 0px auto; }
.wrap-product { position: relative; padding: 20px 0px; }
.grid-product { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 20px; position: relative; z-index: 2; }
.item-product { position: relative; }
.item-product a.scale-img { position: relative; }
span.sale_off { position: absolute; top: 10px; right: 10px; background: #1a3079; z-index: 1; color: #fff; font-size: 13px; font-weight: 700; padding: 3px 15px; border-radius: 3px; display: block; line-height: initial; }
.item-product .content { position: relative; text-align: center; padding: 10px; }
.item-product .content h3 { font-size: 16px; font-weight: 400; margin: 0 0 10px; height: 45px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.item-product .content h3 a { color: #333; -webkit-line-clamp: 2; z-index: 1; line-height: 25px; }
.item-product .content p { font-size: 16px; font-weight: 400; }
.item-product .price { font-size: 16px; color: #333; font-weight: 400; margin-top: 5px; }
.item-product .price-new { color: #d52220; }
.item-product .price-new strong { font-size: 14px; color: #e20808; font-weight: 700; }
.item-product .price-old { position: relative; text-decoration: line-through; font-weight: 400; display: inline-block; margin: 0 0px 0px 10px; }
.item-product:hover h3 a { color: #f00; }
.card { display: flex; flex-direction: column; flex-basis: 300px; flex-shrink: 0; flex-grow: 0; max-width: 100%; background-color: #fff; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .15); border-radius: 10px; overflow: hidden; margin: 1rem; }
.card-img { padding-bottom: 56.25%; position: relative; }
.card-img img { position: absolute; width: 100%; }
.card-body { padding: 1.5rem; }
.card-title { font-size: 1.25rem; line-height: 1.33; font-weight: 700; }
.card-title.skeleton { min-height: 28px; border-radius: 4px; }
.card-intro { margin-top: 0.75rem; line-height: 1.5; }
.card-intro.skeleton { min-height: 72px; border-radius: 4px; }
.skeleton { background-color: #e2e5e7; background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); background-size: 40px 100%; background-repeat: no-repeat; background-position: left -40px top 0; animation: shine 1s ease infinite; }

@keyframes shine {
	to { background-position: right -40px top 0; }
}

/*Feedback*/
.section_feedback { position: relative; margin-bottom: 70px; }
.section_feedback h2 { font-size: 40px; text-align: center; border-top: 1px #D9D9D9 solid; padding-top: 40px; margin-bottom: 30px; }
/*.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; height: 100%; position: relative; }*/
/*.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }*/
.swiper-container-multirow>.swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

/*deatil product*/
.wrap-content-info-product{width: 100%;position: relative;}
.info-produuct{position: absolute;width: 100%;top: 0;padding-top: 6em;}
.wrap-content-info-product .wrap-content{}
.title-detail { width: 100%; text-align: center; color: #fff; font-weight: 700; }
.descs-detail{text-align: center;font-size: 1.5em;color: #fff;margin-top: 1em;}
.content-detail-info { position: absolute; width: 100%; bottom: 0; padding-bottom: 3em; color: #fff; font-size: 1.3em }
.content-detail-info h3 { font-size: 2.5em; font-weight: 700 }
.wrap-button a { float: left; width: calc(100% - 6px - 30px); display: inline-block; border: 3px solid #fff; border-radius: 30px; white-space: nowrap; text-transform: capitalize; cursor: pointer; background: #fff; color: #000; line-height: 40px; margin: 0 15px 11px; text-align: center; font-size: 16px; font-weight: 400; text-decoration: none; }
.wrap-button a.blue, .wrap-button a:hover { background: #38518e; border-color: #38518e; color: #fff; }
.wrap-interior-exterior{background: #fff;padding: 3em}
.wrap-interior-exterior .wrap-content{display: grid;grid-gap: 0 3em;max-width: 1660px;}
.info-size-detail{width: 50%}
.info-color-exterior{width: 30%}
.info-color-interior{width: 20%}
.wrap-interior-exterior h2{color: #000;font-size: 2em;font-weight: 700;text-transform: uppercase;}
.wrap-album-product{width: 100%;padding: 1em;}
.wrap-album-product .wrap-item-detail{display: grid;grid-gap: 1em;grid-template-columns: repeat(3,1fr);}
.item-detail-img h4{font-size: 1.2em;display: inline-block;background: #605e5e;color: #fff;position: relative;max-height: 32px;}
.item-detail-img h4 span:nth-child(1){transform: skewX(40deg);display: inline-block;background: #605e5e;padding: 0px 10px;position: relative;right: -16px;height: calc(100% + 5px);}
.item-detail-img h4 span:nth-child(1) b{transform: skewX(-40deg);display: inline-block;padding: 6px 20px;}
.item-detail-img h4 span:nth-child(2){position: absolute;width: 15px;height: 100%;background: #605e5e;top: 0;right: -45px;transform: skewX(40deg);}
.item-detail-img h4 span:nth-child(2):after{position: absolute;width: 10px;height: 100%;background: #605e5e;content: '';right: -20px;}
.item-detail-img h4 span:nth-child(2):before{position: absolute;width: 5px;height: 100%;background: #605e5e;content: '';right: -35px;}
.title-properties{width: 100%;text-align: center;margin-bottom: 3em;}
.wrap-content-properties{margin: 2em 0;}
.title-properties h3 { text-transform: uppercase; font-size: 2.5em; font-weight: 700; color: #4e5356; }

/* privacy-policy start */
.accordian-wrapper { width: 100%; list-style-type: none; padding: 0px; }
.accordian-wrapper li { border: 1px solid #ccc; height: auto; width: 100%; border-radius: 0px; overflow: hidden; margin-bottom: 2px; }
.accordian-wrapper li a.accord-toggler { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 16px 20px; background: #dbdbdb; color: #3a3a3a; font-size: 18px; font-weight: 400; text-decoration: none}

/*For New Accordion*/
.accordian-wrapper li a.accord-toggler:hover { background: silver; color: #fff; }
.accordian-wrapper li a.accord-toggler i { transition: all 0.3s linear; }
.accordian-wrapper li a.accord-toggler.active i { transform: rotate(180deg); }
.accordian-wrapper li .accord-body { width: 100%; padding: 12px; }
.accordian-wrapper li .accord-body p:last-child { margin-bottom: 0px; }

.table { width: 100%; color: #333; font-weight: 500; border-collapse: collapse; border: 1px solid #ccc; margin-bottom: 0px; }
th { border-right: 1px solid #cbcbcb; text-align: center; padding: 10px; font-weight: 500; font-size: 16px; font-size: 16px ; color: #333 }
.table td { border: 1px solid #ccc; border-top: none; border-left: none; text-align: center; padding: 18px 10px;  font-size: 16px ; color: #333; width: 80px }
.table td:first-child { text-align: left; padding-left: 30px; width: 420px }
.table td:last-child, .table th:last-child { border-right: none }
.table td:nth-child(2n+2), .table th:nth-child(2n+2) { background: #f9f9f9 }
.table td img { max-width: 20px }
#specifications .table td:first-child { width: 200px }
.term-text { position: absolute; top: 78vh; left: 1.5%; }
.term-text p { padding-bottom: 0px; font-size: 18px; color: #fff; }

.wrap-model{background: #000;padding: 4em 0}
.wrap-model .wrap-content{max-width: 1100px;}
.wrap-model-box { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 1em; margin: auto; }
.item-model {border: 0.5px solid rgb(42, 42, 42);border-radius: 15px;overflow: hidden;position: relative;}
.wrap-model .wrap-content > h3{color: #fff;font-size: 2em;margin-bottom: 1em}
.info-top{position: absolute;padding: 2em;width: 100%;color: #fff;}
.info-top h4{font-weight: 500;font-size: 1.4em}
.view-more-model{color: #fff;font-size: 1.3em;text-transform: capitalize;}
.view-more-model:hover{color: #fff;}

.view-deposit{position: absolute;bottom: 35%;width: 100%;text-align: center;cursor: pointer;}
.view-deposit a{display: inline-block;background: #fff;color: #333;text-transform: capitalize;font-size: 1.2em;padding: 5px 40px;border-radius: 40px;text-decoration: none;}
.view-deposit:hover a { background: #38518e; border-color: #38518e; color: #fff; }

.dk_right_a {height: 36px;min-width: 170px;cursor: pointer;border-radius: 30px;background: #fff;color: #000;margin: 14px 0;line-height: 36px;text-align: center;text-transform: uppercase;font-weight: bold;font-size: 14px;text-decoration: none;float: right;}
.dk_right_a:hover { background: #38518e; color: #fff; text-decoration: none; }

.nav_full {list-style: none;font-weight: 600;text-align: center;display: none;position: absolute;top: 90px;left: 0 !important;z-index: 99;width: 100% !important;max-width: 1920px !important;box-shadow: 0 10px 13px rgb(0 0 0 / 15%);}
.nav li:hover .nav_full {display: block;top: 54px;width: 100%;-webkit-animation: fadeLeft 0.4s ease-in-out;-moz-animation: fadeLeft 0.4s ease-in-out;-o-animation: fadeLeft 0.4s ease-in-out;animation: fadeLeft 0.4s ease-in-out;background: #FFFFFF;}
.nav_full li { display: inline-block; width: calc(100% / 6 - 40px); padding: 15px 20px; }
.nav_full li figure {float: left;width: calc(100% - 30px);margin: auto;}
.nav_full li figure img { float: left; width: 100%; }
.nav_full li h2 {float: left;width: 100%;font-size: 16px;font-weight: 400;text-align: center;}
.nav_full li a h2 { color: #333333; }
.nav_full li:hover a h2 { color: #000; }
@keyframes fadeLeft {
	0% { opacity: 0; transform: translateX(-10%); }
	100% { opacity: 1; transform: translateX(0); }
}

.section-about{width: 100%;margin-bottom: 3em}
.img-about{width: 55%;}
.content-about{width: 45%;padding: 0 96px;font-size: 15px;}
.content-about .title{font-weight: 700;font-size: 2.5em;margin-bottom: 0.6em}
.view-about-index { border: 1px solid #252728; padding: 10px 30px; color: #242424; font-size: 1.3em; font-weight: 700; transition: all 0.6s; display: inline-block; margin-top: 2em; }
.view-about-index:hover{color: #fff;text-decoration: none;background: #252728;}

/*Product index*/
.box-title-product{position: relative;}
.list-button{position: absolute;left: 0;width: 100%;z-index: 1;margin-top: 2em;}
.product-box-item > .wrap-content-info-product .content-detail-info h3{font-size: 1.5em}
.product-box-item > .wrap-content-info-product .item-info-detail{text-align: center;}
.button-index{max-width: 485px;margin: auto;margin-top: 1.5em;}
.button-index .wrap-button-index{display: flex;justify-content: space-between;align-items: center;}
.button-index .wrap-button-index a:nth-child(1) {border: 1px solid #000;padding: 5px 30px;color: #fff;font-size: 1.1em;font-weight: 600;transition: all 0.6s;/* display: inline-block; *//* margin-top: 2em; */border-radius: 5px;background: #000;text-transform: uppercase;margin: 0 1em;}
.button-index .wrap-button-index a:nth-child(1):hover{color: #fff;text-decoration: none;background: #252728;}

.button-index .wrap-button-index a:nth-child(2) {border: 1px solid #fff;padding: 5px 30px;color: #fff;font-size: 1.1em;font-weight: 600;transition: all 0.6s;display: inline-block;/* margin-top: 2em; */border-radius: 5px;text-transform: uppercase;margin:  0 1em;}
.button-index .wrap-button-index a:nth-child(2):hover{color: #fff;text-decoration: none;background: #252728;}
.list-button{width: 100%;}
.list-button > div{display: flex;justify-content: center;}
.list-button span{margin: 0 2em;color: #fff;position: relative;font-size: 1.5em;font-weight: 700;cursor: pointer;}
.list-button span:after{content: '';position: absolute;left: 50%;width: 0%;height: 2px;background: #fff;bottom: 0;transition: all 0.6s}
.list-button span.active:after,.list-button span:hover:after{left: 0%;width: 100%;transition: all 0.6s}
.none-item{display: none}
.index-mrb{margin-bottom: 2em}

.boxmenu_right__box_lang {float: right;margin-top: 0px;margin-left: 15px;min-width: 100px;color: #fff;}
.boxmenu_right__box_lang1 { float: left; margin-right: 20px; }
.boxmenu_right__box_lang1 a { float: left; cursor: pointer; color: #000; font-size: 16px; }
.boxmenu_right__box_lang2 { float: left; line-height: 25px; position: relative; padding-bottom: 3px; }
.boxmenu_right__box_lang2 a {color: #fff;font-size: 15px;padding: 0 2px;}
.boxmenu_right__box_lang2 img { width: 25px; }
.boxmenu_right__box_lang2 a:last-child { background: #fff; padding: 2px; position: absolute; display: none; left: 0px; top: 100%; white-space: nowrap; }
.boxmenu_right__box_lang2:hover a:last-child { display: block; }
.item-info-detail p{margin-bottom: 0;}
.images-mobile{display: none}

/* Swiper */
/*.swiper:not(.swiper-initialized) { opacity: 0; }*/
.swiper.container { overflow: unset; }
.swiper-slide.slider-card { aspect-ratio: 4 / 5.5; background-size: cover; background-position: center; border-radius: 15px; color: black; margin-inline-end: 1.5rem; transition: transform .4s; max-height: 70vh; overflow: hidden; }
.swiper-slide.slider-card .slider-card-bg { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; max-height: 70vh; }
.swiper-slide.dark-border { border: 0.5px solid rgb(42, 42, 42); }
.bg-white .swiper-slide.dark-border { border: none; }
.swiper-slide .top-grade { background: linear-gradient(180deg, rgb(0 0 0 / 83%) 0%, rgba(0, 0, 0, 0.0) 100%); }
.swiper-slide .slider-card-top p { margin-bottom: 0; }
.swiper-slide .slider-card-bottom { max-width: 420px; margin: 0 auto; width: 100%; }
.swiper-slide.slider-card:hover { transform: scale(101%); }
.swiper-slide.slider-card h3 { font-size: 0.9rem; font-weight: 400; }
.swiper-slide.slider-card p { font-size: 1.25rem; font-weight: 600; }
.swiper-slide.slider-card a { font-size: 0.9rem; cursor: pointer; }
.swiper-slide .slider-card-top a i { vertical-align: text-top; margin-left: 2px; }
.swiper-slide .slider-card-top ion-icon { font-size: 2.5rem; }
.swiper-slide.slider-card.small { cursor: pointer; aspect-ratio: unset; background-color: #0d0e12; color: rgb(245, 245, 247); }
.swiper.light .swiper-slide.slider-card.small { background-color: #f5f5f7; color: black; border: 1px solid #eaeaea; }
.swiper-slide.slider-card.small h3 { font-size: 1.25rem; font-weight: 600; }
.swiper-slide.slider-card.small p { font-size: 1rem; font-weight: 400; min-height: 48px; }
a.slider-card.small:hover { text-decoration: none; color: rgb(245, 245, 247); }
.swiper-slide .slider-action {width: 36px;height: 36px;padding: 0.25rem;border-radius: 50%;background-color: rgb(35 35 37 / 72%);backdrop-filter: blur(5px);-webkit-backdrop-filter: blur(5px);display: flex;justify-content: center;cursor: pointer;justify-content: center;align-items: center;color: #ffffffb5;}
.swiper.light .slider-action { background: var(--swiper-white-bg); }
.swiper-slide .slider-action ion-icon { font-size: 1.5rem; margin-right: 0; }
.slider-card-bottom .slider-action { position: absolute; bottom: 20px; right: 20px; }
.swiper-button-prev, .swiper-button-next { color: var(--swiper-dark-arrow); background-color: var(--swiper-dark-bg); border-radius: 50%; width: var(--swiper-navigation-size); }
.swiper-button-prev.inline, .swiper-button-next.inline { width: 36px; height: 36px; }
.swiper-button-next.inline { right: 0; }
.swiper-button-prev:after, .swiper-button-next:after { font-size: 1.2rem; }
.swiper-button-prev.inline:after, .swiper-button-next.inline:after { content: ''; }
.swiper-button-prev.inline ion-icon, .swiper-button-next.inline ion-icon { font-size: 1.5rem; margin-right: 0; top: 0; }
.bg-white .swiper-button-prev.inline, .bg-white .swiper-button-next.inline { color: var(--swiper-white-arrow); background-color: var(--swiper-white-bg); }
.swiper-css-mode.swiper-free-mode>.swiper-wrapper { scroll-snap-type: none; box-sizing: border-box; padding-inline-start: 15px; padding-inline-end: 15px; }
.swiper-css-mode.swiper-free-mode>.swiper-wrapper .slider-card:last-child { margin-right: 0; }
.hydrated { visibility: inherit; }
i { position: relative; top: 0px; font-size: 1.25rem; }
.dmi-swiper { overflow: visible; }
.featurette{margin-bottom: 2rem}
.featurette-image{border-radius: 25px;overflow: hidden;}
.detail-info section{margin: 2rem auto;}


.interior-swiper .slider-card, .extras-swiper .slider-card, .packs-swiper .slider-card { aspect-ratio: 3 / 2; background-size: cover; background-position: center; border-radius: 15px; color: black; margin-inline-end: 1.5rem; transition: transform .4s; max-height: 70vh; overflow: hidden; }
.pagination-container { height: 40px; }
.pagination-container .swiper-pagination-bullets.swiper-pagination-horizontal { bottom: 0; }
.pagination-container .swiper-pagination { background-color: rgb(232 232 237 / 70%); backdrop-filter: blur(5px); border-radius: 40px; width: auto; padding: 0.5rem; left: 50%; transform: translate(-50%, 0%); }
.pagination-container .swiper-pagination-bullet { width: 20px; height: 20px; transition: width 0.5s ease-out, border-radius 0.5s, background 0.5s; }
.pagination-container .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 50px; border-radius: 15px; transition: width 0.25s ease-out, border-radius 0.25s, background 0.5s; }

.showcase { background-size: cover; background-position: center; height: 80vh; max-width: 1800px; margin: 0 auto; }
.position-relative { position: relative !important; }
.showcase .actions { background-color: rgb(232 232 237 / 70%); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); padding: 1rem; border-radius: 40px; }
@media (min-width:992px) and (max-height:1070px) {
	.showcase { height: 100vh; }
}

body, .footer-basic, .footer-buttons, .footer {background-color: #fff;}
body.vy-scrolling { transition: background-color 1s ease-out; }
body.black { background-color: #000; }
.container:not(.auto) { max-width: 1140px !important; }
.bg-blue { background-color: #fff; }
.vy-scrolling.black .navbar.navbar-dark { background: rgba(0, 0, 0, 0.7); border-bottom: 0.5px solid #000; }
section.black .parallax__container .parallax__container { background-color: black; }
.colour-choice.loading { opacity: 0; transition: opacity 0.25s ease-in-out; -moz-transition: opacity 0.25s ease-in-out; -webkit-transition: opacity 0.25s ease-in-out; }
.colour-choice { opacity: 1; transition: opacity 0.25s ease-in-out; -moz-transition: opacity 0.25s ease-in-out; -webkit-transition: opacity 0.25s ease-in-out; }
.shaded-bg { background: rgb(40 46 55); border-top: 0.5px solid #333640; border-bottom: 0.5px solid #333640; }
.footer h2, .footer li a, .footer-basic ul a, .footer-basic .list-inline-item { color: black; }
body.vy-scrolling .navbar.navbar-dark { background: rgb(255 255 255 / 70%); /* rgba(110,132,156,0.9) */ border-bottom: 0.5px solid #e2e2e2; }
.navbar-dark .navbar-nav .nav-link { color: black !important; }
body:not(.side-menu-visible) .nav-item.bubble, button.bubble { background: #eee; }
.navbar { background: linear-gradient(180deg, rgb(255 255 255 / 90%) 0%, rgba(0, 0, 0, 0.0) 100%); /* rgb(110 132 156 / 50%) */ }
.navbar-brand { filter: invert(1); }
#hero-bottom { background: linear-gradient(0deg, rgb(110 132 156 / 50%) 0%, rgba(0, 0, 0, 0) 20%); }
.key-features { text-align: left; }
.key-features small { display: block; }
.key-features strong { font-weight: bold; font-size: 23px; }
.key-features p { margin-bottom: 0px; }
.colour-picker { position: absolute; bottom: 5vh; left: 50%; transform: translate(-50%, 0%); z-index: 2; }
.colour-picker h6 {font-size: 0.8rem;background: rgba(0,0,0,0.5);padding: 1.5rem;border-radius: 5px;color: #fff !important;!i;!;!o;!oi;!;}
.colour-picker h6 span { display: block; font-size: 1rem; }
.footer h5 { color: #000; }
.footer h5 a { color: #6c757d !important; }
.btn-colour img { width: 100%; border: 3px solid #fff; border-radius: 50%; }
.btn-colour { border: 3px solid transparent; width: 40px; height: 40px; padding: 0px; border-radius: 50%; overflow: hidden; cursor: pointer; }
.btn-colour.active { border: 3px solid var(--primary-colour); }
.colour-choice .parallax__container .parallax__container { opacity: 1; }
hr { border-top: 1px solid transparent; }
.featurette-divider { margin: 3rem 0; }
.featurette-image { border-radius: 25px; }
td.cell-left { width: 50%; }
#hero { margin: auto; border-radius: 0px; overflow: hidden; background-size: cover !important; background-position: center !important; }
.showcase .actions { background-color: rgb(232 232 237/70%); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); padding: 1rem; border-radius: 40px; }
.showcase .actions h3 { font-size: 1.25rem; }
.colour-picker .direction { padding: 0.3rem; display: flex; }
.colour-picker .colours { margin-right: 1rem; max-width: 250px; min-width: 249px; }
.colour-picker label { margin-bottom: 0; }
.colour-picker .direction .btn-direction { padding: .5rem 1rem; border-radius: 30px; display: inline-flex; align-items: center; justify-content: center; }
.colour-picker .direction .btn-direction.active { background: white; color: black; font-weight: bold; }
.highlight-container { aspect-ratio: 5 / 4; border-radius: 15px; overflow: hidden; }
.highlight-container p { font-size: 1.25rem; font-weight: 600; }
.showcase { background-size: cover; background-position: center; height: 80vh; max-width: 1800px; margin: 0 auto; }
.comparison-title-container { display: none; }
.comparison-card .comparison-top, .comparison-card .comparison-bottom { border-bottom: 1px solid #a5a5a599; }
#vertical-line { background-color: #c3c3c5; }
#promovideo { width: 70%; border-radius: 15px; transition: all 1s ease; object-fit: cover; }
.video-action { width: 50px; height: 50px; padding: 0.75rem; border-radius: 50%; background-color: rgb(35 35 37 / 72%); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); display: flex; justify-content: center; cursor: pointer; }
.video-action { background: var(--swiper-white-bg); }
.video-action i { width: 100%; height: 100%; top: 0; margin-right: 0; color: var(--swiper-white-arrow); }
.btn-primary.primary { background: var(--primary-colour); border: none !important; }
.btn-primary .order-text { display: none; }
.btn-primary .order-now-text { display: block; }
.order-now-bar { display: block; top: 0; width: 100vw; z-index: 2; background: transparent; backdrop-filter: blur(0px); -webkit-backdrop-filter: blur(0px); height: 0px; transition: background 0.5s ease-out, backdrop-filter 0.5s ease-out, height 0.25s ease-out; -webkit-transition: background 0.5s ease-out, backdrop-filter 0.5s ease-out, height 0.25s ease-out; overflow: hidden; }
.order-now-bar.shown { border-bottom: 0.5px solid #e2e2e2; background: rgb(255 255 255 / 70%); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); height: calc(55px); transition: background 0.5s ease-out, backdrop-filter 0.5s ease-out, height 0.25s ease-out; -webkit-transition: background 0.5s ease-out, backdrop-filter 0.5s ease-out, height 0.25s ease-out; }
.order-now-container { padding: 10px 15px; }
body.show-site-notice .order-now-bar { padding-top: var(--site-notice-height); }
body.show-site-notice .order-now-bar.shown { height: calc(55px + var(--site-notice-height)); }
.order-now-bar .btn.btn-primary.primary { padding: 0px 10px 0px 10px; font-size: 13px; font-weight: 600; }
.order-now-text { padding: 0.5rem 1rem; }
.navbar { position: relative; }
.btn-colour.active {border: 3px solid var(--primary-colour);}
.btn:hover {color: #212529;text-decoration: none;}
.reserve-button{border-radius: 25px;}
.wrap-box-content{position: fixed;top: 0;width: 100%;left: 0;height: 100vh;background: rgba(0,0,0,0.8);z-index: 9999;display: flex;justify-content: center;align-content: center;visibility: hidden;opacity: 0;transition: all 0.6s}
.wrap-box-content > div{max-width: 550px;width: 98%;margin: auto;background: #fff;border-radius:10px;padding: 1.5rem 0.6rem;position: relative;}
.close-popup{width: 35px;position: absolute;right: -10px;top: -10px;background: #fff;border-radius: 50%;text-align: center;line-height: 35px;}
.wrap-box-content.active{opacity: 1;visibility: visible;transition: all 0.6s}
#content-show{max-height: 350px;overflow: auto}
.title-show{font-weight: 700;font-size: 1.8rem;margin-bottom: 2rem}
/*Ladding page*/
.product-menu-ladding{width: 100%;position: sticky;top: 64px;z-index: 9;background: #fff;font-size: 1.2rem;line-height: 40px;padding: 0.3rem 0;border-bottom: 1px solid #ccc;}
.product-menu-ladding .wrap-content{display: flex;justify-content: space-around;align-content: center;}
.product-menu-ladding .wrap-content span{font-weight: 700;cursor: pointer;position: relative;}
.product-menu-ladding span{position: relative;}
.product-menu-ladding span:after{content: '';position: absolute;left: 50%;height: 3px;background: var(--color-red);width: 0;opacity: 0;visibility: hidden;bottom: -7px;transition: all 0.6s}
.product-menu-ladding span.active:after,.product-menu-ladding span:hover:after{opacity: 1;visibility: visible;left: 0;width: 100%;transition: all 0.6s}

.product-orther-ladding,.album-orther-ladding{width: 100%;padding: 2.5rem 0;overflow: hidden;position: relative;}
.title-ladding{text-align: center;width: 100%;}
.title-ladding h2{font-size: 2rem;font-weight: 700;color: var(--color-red);text-transform: uppercase;}
.title-ladding i{color: #000;font-size: 18px;}
.img-ladding{text-align: center;}
.img-ladding img{display: inline-block !important;}
.slick-slide .ladding-box-product{transition: all 0.6s;position: relative;}
.slick-slide:not(.slick-current) .ladding-box-product{transform: scale(0.85);transition: all 0.6s}
.ladding-content-info{padding: 0 2.5rem;}
.ladding-box-product h3{font-size: 1.7rem;font-weight: 700}
.ladding-box-product .price{font-size: 1.3rem;font-weight: 700;color: var(--color-red)}
.product-orther-ladding .slick-next{right: 30%;clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);background: #eb08ae!important;width: 40px;height: 40px;}
.product-orther-ladding .slick-prev{left: 30%;clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);background: #eb08ae !important;width: 40px;height: 40px;}
.product-orther-ladding .slick-prev:hover,.product-orther-ladding .slick-next:hover{background: var(--color-black) !important}
.album-orther-ladding .wrap-content{position: relative;}
.item-album-product{padding: 0 50px;box-sizing: border-box;}
.slick-orther-album .slick-next{right: 30px;background: #eb08ae!important;width: 40px;height: 40px;border-radius: 50%;}
.slick-orther-album .slick-prev{left: 30px;background: #eb08ae !important;width: 40px;height: 40px;border-radius: 50%;}
.slick-orther-album .pic-album {margin-bottom: 0}

.contact-ladding-page{width: 100%;padding: 5rem 0;background: #f00}
.contact-ladding-page .wrap-content { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 1.5rem 3.5rem; }
.contact-ladding-page .wrap-content a {display: inline-block;background: #fff;padding: 20px 20px;position: relative;color: #333;border-top-right-radius: 35px;text-decoration: none !important;padding-left: 55px;font-size: 1rem;font-weight: 700;}
.contact-ladding-page .wrap-content a span {position: absolute;width: 80px;left: -35px;height: 80px;top: -10px;background: var(--color-red);color: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;border: 3px solid #fff;}
.contact-ladding-page .wrap-content a span i{font-size: 2rem}
.contact-ladding-page .wrap-content a:nth-child(even) span{background: var(--color-main);color: #fff}
.contact-ladding-page .wrap-content a:nth-child(even):hover{background: var(--color-main);color: #fff}
.contact-ladding-page .wrap-content a:nth-child(odd):hover{background: var(--color-red);color: #fff}

.ladding-advantage{width: 100%;padding: 3rem 0;}
.advantage-container { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 10px; grid-auto-flow: row; grid-template-areas: "Item1 Item2 Item5 Item6"
"Item3 Item4 Item5 Item6"; }
.advantage-container > div{color: #fff;padding: 15px;display: flex;justify-content: right;align-items: end;border-radius: 5px;}
.Item1 { grid-area: Item1;background: var(--color-red); }
.Item2 { grid-area: Item2;background: var(--color-main); }
.Item3 { grid-area: Item3; background: var(--color-main);}
.Item4 { grid-area: Item4; background: var(--color-red);}
.Item5 { grid-area: Item5;background: var(--color-red); }
.Item6 { grid-area: Item6;background: var(--color-main); }
.check-box-show{border-radius: 7px;width: 25px;height: 25px;display: inline-block;border:1px solid var(--color-red);color: var(--color-red);background: #fff;text-align: center;/* font-size: 13px; */line-height: 25px;margin-bottom: 7px;}
.content-advantage{text-align: right;font-size: 14px;margin-top: 2rem;}
.content-advantage h3{font-size: 20px;}
.ladding-advantage .title-ladding h2,.ladding-advantage .title-ladding i{color: white;}

/*Ladding about*/
.ladding-about{padding: 3rem 0;width: 100%	}
.ladding-about .wrap-content{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 3.5rem;}
.left-ladding-about,.right-ladding-about{width: 49%;}
.button-about-ladding{margin-top: 1.5rem;}
.button-about-ladding span{display: inline-block;border-radius: 5px;padding: 10px 25px;background: var(--color-red);color: #fff;text-transform: uppercase;cursor: pointer;}
.button-about-ladding span:nth-child(2){background: var(--color-main);margin-left: 1rem;}
.button-about-ladding span a{text-decoration: none;color: #fff}
.right-ladding-about img{border-radius: 10px;}

.ladding-newsletter{width: 100%;margin: 3rem auto;position: relative;padding-bottom: 7rem;}
.ladding-newsletter:after{content: '';position: absolute;left: 0;width: 100%;bottom: 0;height: 14rem;background: #f00}
.ladding-newsletter .wrap-content{background: #fff url('../images/CSKH.jpg')no-repeat top left;background-size: 40% auto;box-shadow: 0px 5px 5px;position: relative;z-index: 1;}
.ladding-newsletter .wrap-content form{padding-left: 45%;width: 100%;padding-left: 45%;padding-top: 3rem;padding-bottom: 5rem;}
.title-ladding-newsletter{text-align: center;font-size: 2rem;margin-bottom: 3rem;position: relative;}
.title-ladding-newsletter:after{content: '';position: absolute;left: 40%;width: 20%;height: 2px;background: #f00;bottom: -10px;}
.title-ladding-newsletter h3{color: #f00;text-transform: uppercase;font-weight: 700}
.ladding-newsletter .newsletter-button{margin-top: 2rem;}
.click-contact-ladding{cursor: pointer;}
.button-contact{padding: 0.5rem 2rem;border-radius: 5px;background: var(--color-red);display: inline-block;position: absolute;bottom: 0.5rem;right: 0;font-size: 1.05rem;font-weight: 700;text-decoration: none !important }
.button-contact {color: #fff !important}
.button-contact i{transform: rotate(-45deg);}

.wrap-content-descs{margin: 2.5rem auto;padding: 1rem 0;}

@media (min-width:768px) {
	.key-features { background-color: transparent; }
}
@media (max-width:768px) {
	.colour-picker, .showcase.warranty .actions { width: 90%; bottom: 2vh; }
	.colour-picker .colours { margin-right: 0px; }
	.key-features { margin-bottom: 0px; }
	.key-features p { margin-bottom: 1rem; }
	body:not(.vy-scrolling) div[style*="visibility:visible"] { display: none; }
	h2 { font-size: 1.5rem; }
	.footer-basic { padding-bottom: 78px; }
	.featurette-divider { margin: 2rem 0; }
	.swiper-pointer-events { touch-action: none; }
}
@media (max-width:991px) {
	.btn-primary .order-text { display: block; }
	.btn-primary .order-now-text { display: none; }
	.order-now-bar .btn.btn-primary.primary { padding: 10px 20px 10px 20px; line-height: 1; }
}
@media (min-width:992px) and (max-height:1070px) {
	.showcase { height: 100vh; }
}
.swiper.container { overflow: visible; }


/* Responsive */
@media(max-width:1750) { 
	.logo-header{width: auto;max-width: 100%}	
}
@media(max-width:1366px) { 
	.menu{padding: 0 10px;}
	.logo-header{margin-right: 15px;}
	.menu ul li a{font-size: 14px;}
}

@media(max-width:1280px) {
	
}
@media(max-width:1220px) {
	.page_trong { padding: 30px 10px; }
	.header-bottom .wrap-content { padding: 0px 10px; }
	.menu { padding-left: 10px; }
	.search { padding-right: 10px; }
	.search:after { width: calc(100% - 37px); }
	.menu .contain_trong { padding-left: 241px; }
	.ab_img { display: none; }
	.wrap-gioithieu .contain_trong, .wrap-dichvu .contain_trong, .wrap-productnb .contain_trong, .wrap-thuvien .contain_trong, .wrap-dknt .contain_trong, .wrap-intro .wrap-content { padding: 20px 10px; }
	.ngaydang { display: none; }
	.newshome-normal { padding-left: 0px; }
	.wrap-intro { background: transparent; }
	.footer-article .wrap-content { padding: 20px 10px; }
	.footer-powered .wrap-content { padding: 16px 10px; }
	.left_dk { padding: 20px 10px; }
	.detail_dv, .detail_sanpham { padding: 0px 5px 10px; }
}
@media(max-width:1160px) {
	.menu { display: none; }
	.menu-res { display: block; }
	.logo-header{max-width: 100%;text-align: center;}
	.boxmenu_right__box_lang{min-width: 50px;}
	.content-detail-info{padding: 0 15px;box-sizing: border-box;}
	.product-menu-ladding{position: fixed;top: 0;}
	.product-slide-img{margin-top: 50px;}
}
@media(max-width:1024px) {
	.title-main span { font-size: 28px; }
	.footer-powered .wrap-content { justify-content: center; flex-wrap: wrap; }
	.footer-copyright, .footer-statistic { display: block; text-align: center; width: 100%; }
	.footer-article .wrap-content { flex-wrap: wrap; }
	.footer-news:nth-child(1) { width: 100%; margin-bottom: 10px; }
	.wrap-intro .wrap-content .d-flex { flex-wrap: wrap; }
	.left-intro { width: 100%; }
	.right-intro { width: 100%; margin-top: 10px; }
	.td { font-size: 42px; line-height: 65px; }
	.flex_form { flex-wrap: wrap; }
	.flex_form input { width: 100%; }
	.flex_form input:nth-child(1) { margin-bottom: 22px; }
	.left_dk { width: 100%; }
	.detail_dv, .detail_sanpham { width: 33.33%; }
	.header-bottom .wrap-content { padding: 5px 10px; }
	.logo-header { margin-bottom: 0px; padding-top: 0px; }
	#footer-map { height: 350px }
	.sz13 { font-size: 14px; }
	.logo-header { margin-top: 0; }
	.left-menu-fufllpage { display: none; }
	.right-content-fullpage { width: 100%; }
	img { height: auto !important; }
	.pbThumbs img { height: 96% !important; }
	.toolbar ul li a img { height: 6vw !important; width: auto; }
	.right-content-fullpage .slick-next, .right-content-fullpage .slick-prev { display: none !important; }
	.wrap-album-product .wrap-item-detail{grid-template-columns: repeat(2, 1fr);}
}
@media(max-width:960px) {
	.wrap-content{padding:0 15px; }
	.section-about{flex-wrap: wrap;}
	.img-about{width: 100%;}
	.content-about{width: 100%;padding:0 5px;padding-top: 2em}
	.wrap-content-info-product .wrap-content{display: grid !important;margin-top: 20px;grid-template-columns: repeat(3,1fr);grid-gap: 15px;}
	.product-box-item .content-detail-info{display: flex;flex-wrap: wrap;}
	.product-box-item .content-detail-info{background: rgb(54, 58, 58,0.5);padding-bottom: 30px;background: linear-gradient(360deg, rgb(54, 58, 58) 50.4%, rgb(255, 255, 255,0.02) 100.2%);padding-top: 2em;}
	.grid-pro-detail  .wrap-content-info-product > .info-produuct > .wrap-content{display: block !important;}
	.grid-pro-detail  .wrap-content-info-product > .content-detail-info > .wrap-content.detail-item-box { display: grid !important; margin-top: 20px; grid-template-columns: repeat(2, 1fr) !important; grid-gap: 15px; }
	.detail-item-box .item-info-detail{text-align: center;}
	.wrap-interior-exterior .wrap-content{flex-wrap: wrap;}
	.info-color-exterior{width: 55%;}
	.info-color-interior{width: 35%;}
	.info-size-detail{width: 100%;margin-top: 30px;}
	.wrap-interior-exterior{padding: 2em 1.5em}
	.wrap-content-info-product img.images-mobile{width: 100%;height: calc(100vh - 100px) !important;object-fit: cover;}
	.product-menu-ladding span{border-bottom: 2px solid}
	.product-menu-ladding span.active{border-bottom: 2px solid transparent}
}
@media(max-width:769px) {
	.footer-news:nth-child(1), .footer-news:nth-child(2) { width: 100%; max-width: 100%; }
	div.css_flex_album { margin: 0 -5px }
	.album { width: calc(50% - 10px); margin: 0 5px 25px 5px }
	.header { position: sticky; background: #202020 }
	.slideshow .item .cover .header-content h2:before, .slideshow .item .cover .header-content h2:after { display: none }
	.slideshow .item .cover .header-content h2 { font-size: 26px; }
	.title-album h3 { font-size: 28px; }
	.content-news-video-box > div { width: 100%; margin-bottom: 20px; }
	.wrap-album-product .wrap-item-detail{grid-template-columns: repeat(1, 1fr);}
	.images-desktop{display: none;}
	.images-mobile{display: block;width: 100%;height: 100vh;}
	.grid-pro-detail .content-detail-info{padding-bottom: 8em !important}
	.grid-pro-detail .detail-item-box .item-info-detail:nth-child(4){position: absolute;width: 100%;bottom: 0}
	.swiper-button-prev, .swiper-button-next {}
	.list-button > div{display: block;}
	.left-ladding-about, .right-ladding-about{width: 100%;margin-bottom: 2rem;}
	.product-orther-ladding .slick-prev{left: 35px;}
	.product-orther-ladding .slick-next{right: 35px;}
	.advantage-container {
	    display: grid;
	    grid-template-columns: 1fr 1fr;
	    grid-template-rows: 1fr 1fr 1fr;
	    gap: 10px;
	    grid-auto-flow: row;
	    grid-template-areas:
	        "Item1 Item2"
	        "Item3 Item4"
	        "Item5 Item6";
	}
	.ladding-newsletter .wrap-content{background: #fff;}
	.ladding-newsletter .wrap-content form{padding-left: 0}
	.contact-ladding-page .wrap-content{grid-template-columns: repeat(2, 1fr);padding: 0 1rem;grid-gap: 1.5rem 1rem;}
	.contact-ladding-page .wrap-content a{margin-left: 35px;}
	.product-slide-img h3{font-size: 2rem}

}
@media(max-width:660px) {
	.detail_dv, .detail_sanpham, .page_trong .item_thuvien { width: 50%; }
	.wrap-content-newsnb { padding: 0 5px; }
	.wrap-content-info-product .wrap-content{grid-template-columns: repeat(2, 1fr);}
	.button-index .wrap-button-index{flex-wrap: wrap;justify-content: center;}
	.button-index .wrap-button-index a:nth-child(1){margin-bottom: 1em}
	.product-box-item > .wrap-content-info-product .content-detail-info h3{font-size: 1em;}
	.content-about .title,.section-newsnb .title{font-size: 1.7em;}
	.view-about-index{font-size: 1.1em}
	.list-button span{margin: 0  0.5em}
	.title-properties h3{font-size: 1.7em}
	.ladding-box-product{padding-bottom: 50px;}
	.button-contact{
		bottom: 0;
		left: 40px;
		right: auto;
	}
}
@media(max-width:576px) {
	.news-image { margin-bottom: 1rem; }
	.info-catalogy h3 { font-size: 17px; }
	.footer-article { padding: 30px 0px; }
	.grid-pro-detail  .wrap-content-info-product > .content-detail-info > .wrap-content.detail-item-box {display: grid !important;margin-top: 20px;grid-template-columns: repeat(3, 1fr) !important;grid-gap: 15px 0px;padding: 0;}
	.grid-pro-detail .content-detail-info h3{font-size: 18px;}
	.grid-pro-detail .item-info-detail p{font-size: 14px;}
	.info-color-exterior,.info-color-interior{width: 100%;}
	.accordian-wrapper li a.accord-toggler{font-size: 15px;}
	.table td{font-size: 13px;min-width: 50px;}
	.wrap-model-box{grid-template-columns: repeat(1, 1fr);}
	.product-menu-ladding{font-size: 0.85rem;}
	.contact-ladding-page .wrap-content{grid-template-columns: repeat(1, 1fr);padding: 0 1rem;grid-gap: 1.5rem 1rem;}
	.product-slide-img1 h3,.product-slide-img h3{font-size: 2rem !important}
	.title-ladding{padding: 0 3.5rem}
	.title-ladding h2{font-size: 1.7rem;}
	.album-orther-ladding .wrap-content{padding: 0}
	.item-album-product{padding: 0 0px;}
}
@media(max-width:440px) {
	.dt_video { padding: 0px 5px; }
	.mg_video { margin: 0px; }
	.video-main { width: 100%; }
	#video-slick { flex-wrap: wrap; }
	.video_lst { width: 100%; margin-top: 10px; }
	.btn_gt a:nth-child(1) { clip-path: unset; padding: 10px 10px; width: 49%; float: left; }
	.btn_gt a:nth-child(2) { clip-path: unset; padding: 10px 10px; width: 49%; float: right; }
	.desc-newshome.text-split { line-height: 20px; height: 60px; -webkit-line-clamp: 3; }
	.view-newshome { display: none; }
	.title-main span { font-size: 24px; }
	.product { padding-bottom: 10px; }
	.pic-product { margin-bottom: 6px; }
	#footer-map { height: 250px }
	.mw_dv p { padding: 7px 5px 8px; }
	.mw_dv p span.text-split, .name-product.text-split { font-size: 14px; line-height: 18px; height: 36px; }
	.title-album h3 { font-size: 20px; }
	.title-ladding h2 {
        font-size: 1.2rem;
    }
}
@media(max-width:369px) {
	.cart-pro-detail a { width: 100%; }
	.cart-pro-detail a:first-child { margin-right: 0px; margin-bottom: 0.5rem; }
	.cart-pro-detail a i { display: none; }
}