@font-face {
    font-family: 'Roboto-SemiBold';
    src: url('../fonts/Roboto-SemiBold.woff2') format('woff2'),
         url('../fonts/Roboto-SemiBold.woff') format('woff');
    font-weight:600;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
         url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight:600;
    font-style: normal;
}

@font-face {
     font-family: 'Roboto-Regular';
     src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
          url('../fonts/Roboto-Regular.woff') format('woff');
     font-weight:normal;
     font-style: normal;
 }

body {font-family: 'Roboto-Regular', sans-serif;transition: var(--trans);max-width: 1920px;overflow-x: hidden;margin: auto;}

/* Defaule */
:root {
     --color-blue: #2F62EB;
     --color-blue-v2: #002266;
   }
a {color: #000;text-decoration: none;}
.hover-blue:hover {color: var(--color-blue)!important;}
.text-main {color: var(--color-blue);}
.text-yellow{color: var(--color-yellow);}
.Roboto-Bold{font-family: Roboto-Bold;}
.Roboto-SemiBold{font-family: Roboto-SemiBold;}
.Roboto-Regular{font-family: Roboto-Regular;}
.fs-10{font-size: 10px;}
.fs-14{font-size: 14px;}
.fs-18{font-size: 18px;}
.fs-20{font-size: 20px;}
.fs-24{font-size: 24px;}
.fs-32{font-size: 32px;}
.fs-36{font-size: 36px;}
.shadow-bottom {box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);}
.text-2line {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;height: 50px;}
.text-3line {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;height: 70px;}
.text-4line {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;height: 90px;}
.bg-light{background-color: #F7F9F9;}
.bg-blue {background-color: var(--color-blue);}
.bg-blue-v2 {background-color: var(--color-blue-v2);}
.border-main{border: 1px solid var(--color-blue);}
.cursor-pointer{cursor: pointer;}
.list-none {list-style: none;}
.text-justify{text-align: justify;}
.bg-gadient {background: linear-gradient(90deg,#3333FF 0%, #1F1F99 100%);}
.text-red{color: #DB3232;}
.bg-red{background-color: #DB3232;}
.shadow-blue{box-shadow: 1px 4px 1px -2px #051F45;}
.rounded-top-start{border-top-left-radius: .5rem;}
.rounded-top-end{border-top-right-radius: .5rem;}
.container{max-width: 1250px;}
/* Header*/
.header{transition: transform 0.8s ease;}
.fixed{position: fixed!important;z-index: 9999;top: 0px;left: 0px;right: 0px;transform: translateY(-100%)}
.header.fixed.show{transform: translateY(0);}
.header.fixed .logo{max-width: 50px;}
.menu-sub{top: 100%;right: 0;z-index: 999999;max-height: 0px;transition: max-height 0.8s ease;overflow-y: hidden;min-width: 200px;}
.menu-sub.active{max-height: 450px;overflow-y: auto;}
.menu-sub::-webkit-scrollbar ,.menu ul.menu-pc li ul::-webkit-scrollbar{width: 1px;}
.menu-sub ul li{opacity: 0;transform: translateY(-10px);transition: all 0.6s ease;background-color: #fff;}
.menu-sub.active li { opacity: 1;transform: translateY(0);}
#close-menu{color: #808080;font-size: 12px;}
/* Menu */
.menu{position:relative;z-index:10;}
.menu ul.menu-pc{width:100%;padding:0px;margin:auto;list-style:none;}
.menu ul.menu-pc li{position:relative;z-index:1;}
.menu ul.menu-pc li a{display:block;position:relative;text-transform:uppercase;text-decoration:none!important;white-space: nowrap;}
.menu ul.menu-pc li ul{position:absolute;min-width:250px;background:#fff;border-radius:0.25rem;-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;list-style: none;margin: auto;padding: 0;border: 1px solid #eee;display: grid;grid-template-columns: repeat(4, 1fr);column-gap: 20px;max-height: 450px;overflow-y: auto;}
.menu ul.menu-pc li:hover > ul{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0);-webkit-transform-origin:0 0 0;opacity:1;visibility:visible;transition:all .7s;}
.menu ul.menu-pc li ul li{border-bottom:1px solid #eee;}
.menu ul.menu-pc li ul li a{font-weight:400;font-size:14px;text-align:left;text-transform: capitalize;}
.menu ul.menu-pc li ul li a.has-child{margin-right:0px;}
.menu ul.menu-pc li ul li a.has-child:after{-moz-transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}
.menu ul.menu-pc li ul li a{line-height: 20px;padding: 0px;}
.menu ul.menu-pc li a.active{color: var(--color-blue)!important;}
.menu ul.menu-pc li > ul::before{position: absolute;content: "";width: 20px;height: 10px;top: -10px;left: 10%;clip-path: polygon(50% 0%, 0% 100%, 100% 100%);background-color:#eee;}
.menu-mobile{display: none;}
/* .menu ul.menu-pc li ul li:nth-last-child(-n + 4) a {border-bottom: none;} */
/*Menu Mobile*/
.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);border: 0;}
.navbar-toggle {position: relative;padding: 2px 5px;background-color: transparent;background-image: none;border: 1px solid transparent;border-radius: 4px;}
.navbar-toggle .icon-bar {display: block;width: 20px;height: 3px;border-radius: 1px;background-color: #fff;}
.navbar-toggle .icon-bar+.icon-bar {margin-top: 5px;}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
/*Body*/
.title-list span::after,.title-list span::before{position: absolute;content: "";width: 198px;height: 1px;background: linear-gradient(to right, rgba(0,0,0), rgba(255,255,255,1));top: 50%;left: 100%;transform: translate(0,-50%);}
.title-list span::after{left: inherit;right: 100%;transform: rotate(180deg) translate(0,-50%);}
.form-register{width: 100%;max-width: 450px;}
.btn-close{position: absolute;right: 5px;top: 5px;background-color: #D9D9D9;}
.select-register{color: #00000050; border: 1px solid #00000020;}
#form-drive input::placeholder,#form-advise input::placeholder, #form-quote input::placeholder, #form-quote-md input::placeholder{color: #00000050;}
.line:after{position: absolute;content: ""; width: 1px;height: 100%;background-color: rgba(0, 0, 0, 0.1);top: 0;right: -1rem;}
.bar-header{background-color: #028FE310;width: 30px;height: 26px;display: flex;justify-content: space-between;flex-direction: column;padding: 7px;}
.bar-header span{display: block;background-color: var(--color-blue);width: 100%;height: 2px;border-radius: 0.5rem;}
.item-pin{bottom: 0;left: 0;width: 100%;background: linear-gradient(to bottom, #2F62EB01 0%, #2F62EB 100%);}

.video-grid{display: grid;display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;}

.product__grid,.news__grid {display: grid; grid-template-columns: repeat(3, calc(33.33% - (20px * 2 / 3))); grid-gap: 20px;}
.scrollToTop{width:41px;height:41px;text-align:center;color:#fff;text-decoration:none;position:fixed;bottom:15px;right:15px;display:none;z-index:10;cursor:pointer;background: var(--color-blue);line-height: 41px;border-radius: 10px;}
.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;}
.breadcrumb{margin-bottom: 0;}
.breadcrumb li a{color: #fff;text-transform: uppercase;}
.breadcrumb-item+.breadcrumb-item::before{color: #fff;}
.banner_full .background {height: 350px;}

.form-control{background-color: #F4F2F2;border-radius: inherit;border: inherit;}

.btn-thanhtoan.active{background-color: var(--color-blue);color: white;}
.container-maintenance{position: relative;overflow-x: auto;}
/*Footer*/
.nav-footer{display: grid;grid-template-columns: repeat(2, 1fr);gap:5px}
.map_footer iframe{width: 100%;border-radius: 1rem;}
.swiper-wrapper{height: auto!important;}
.swiper-button-next, .swiper-button-prev {background-color: #fff;border-radius: 4px;}
.color-main {color: #0C3245;}
.overflow-hidden {overflow: hidden !important;}
.owl-nav {position: absolute;left: 0;top: 50%;transform: translate(0,-50%);width: 100%;display: flex;justify-content: space-between;}
.owl-prev {margin-left: -15px;}
.owl-next {margin-right: -15px;}
.custom-prev, .custom-next {background: #EFEEEE;border: none;padding: 3px 7px;border-radius: 50%;cursor: pointer;} 
.custom-prev:hover, .custom-next:hover {background: #003d7a;color: #fff;}
.owl-dots {display: flex;justify-content: center;align-items: center;margin-top: 20px;}
.owl-dots button span {display: block;width: 9px;height: 9px;border-radius: 50%;background-color: #C5C5C5;margin: 0 3px;}
.owl-dots button.active span {background-color: #fff;}
label.error {display: block;color: #ff4d4f;font-size: 0.875rem;margin-top: 0.25rem;position: relative;padding-left: 15px;}
label.error::before {content: "⚠";position: absolute;left: 0;}
.item-detail img{ filter: brightness(1000%) invert(1);}
.hvr-bubble-left:before {pointer-events: none;position: absolute;z-index: -1;content: '';border-style: solid;-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;-webkit-transition-property: transform;transition-property: transform;top: calc(50% - 10px);left: -10px;border-width: 10px 15px 10px 0;border-color: transparent #DB3232 transparent transparent;}
.grecaptcha-badge{display: none;}
/*Paging*/
.page-link{color: rgba(0, 0, 0, 0.3);padding: 4px 11px;}
.active>.page-link, .page-link.active{background-color: var(--color-blue);border-color: var(--color-blue);}
/*Ckeditor*/
.content-ckeditor{overflow-wrap: break-word;word-break: break-word;}
.content-ckeditor * {max-width: 100%;box-sizing: border-box;}
.content-ckeditor img{max-width: 100%;height: auto!important;}
.content-ckeditor table{max-width: 100%;border-collapse: collapse;overflow-x: auto;display: block;}
.content-ckeditor table td,
.content-ckeditor table th {word-wrap: break-word;}
.content-ckeditor iframe, .content-ckeditor video {max-width: 100% !important;}
/*widget*/
.widget-mb{display: none;justify-content: space-between;align-items: center;position: fixed;z-index: 99;left: 0;bottom: 0;width: 100%;color: #fff;padding: 2px;}

.widget-desktop { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; position: fixed; right: 10px; bottom: 120px; z-index: 99; }
.widget-desktop-items { margin-bottom: 20px; border-radius: 50%; position: relative; text-decoration: none;}
.widget-desktop-items:last-child { margin-bottom: 0; }
.widget-desktop-items:before { position: absolute; content: ""; width: 100%; height: 100%; background: #2F62EB50; border-radius: 50%; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-animation: scaleIn1 1s; animation: scaleIn1 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.widget-desktop-items:after { position: absolute; content: ""; width: 100%; height: 100%; background: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-blue)), to(var(--color-blue))); background: linear-gradient(90deg, var(--color-blue) 0, var(--color-blue) 100%); border-radius: 50%; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-animation: scaleIn 1.2s; animation: scaleIn 1.2s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }
.widget-desktop-items__icon { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 40px; height: 40px; background: var(--color-blue); border-radius: 50%; position: relative; z-index: 999; padding: 8px;}
.widget-cart{color: #fff;font-size: 20px;}
.widget-desktop-items .widget-desktop-items__content { position: absolute; right: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); padding: 10px 55px 10px 10px; background: -webkit-gradient(linear, left top, right top, color-stop(0, var(--color-blue)), to(#2F62EB50)); background: linear-gradient(90deg, var(--color-blue) 0, #2F62EB50 100%); border-radius: 20px; color: #fff; white-space: nowrap; }
.widget-desktop-items .widget-desktop-items__content span { font-family: "Roboto-Bold"; margin-left: 5px; }

@-webkit-keyframes scaleIn { from { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
  60% { -webkit-transform: translate(-50%, -50%) scale(1.2); transform: translate(-50%, -50%) scale(1.2); } }

@keyframes scaleIn { from { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
  60% { -webkit-transform: translate(-50%, -50%) scale(1.2); transform: translate(-50%, -50%) scale(1.2); } }
@-webkit-keyframes scaleIn1 { from { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
  60% { -webkit-transform: translate(-50%, -50%) scale(1.4); transform: translate(-50%, -50%) scale(1.4); } }
@keyframes scaleIn1 { from { -webkit-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1); }
  60% { -webkit-transform: translate(-50%, -50%) scale(1.4); transform: translate(-50%, -50%) scale(1.4); } }
@keyframes rotate {
     from { transform: translate(-50%,-50%) rotate(0deg); }
     to { transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes rotate-v2 {
     from { transform: rotate(0deg); }
     to { transform: rotate(360deg); }
}
@keyframes rotate-color {
     from { background-color: var(--color-yellow); }
     to { background-color: rgba(255, 255, 255, 0.5); }
}
@keyframes rotate-backforth {
     0%   { transform: rotate(0deg); }
     25%  { transform: rotate(-20deg); } 
     50%  { transform: rotate(20deg); } 
     75%  { transform: rotate(-10deg); }
     100% { transform: rotate(0deg); } 
   }