@font-face {
    font-family: 'Inter-ExtraBold';
    src: url('../fonts/Inter_24pt-ExtraBold.woff2') format('woff2'),
         url('../fonts/Inter_24pt-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@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: 'Inter-Bold';
  src: url('../fonts/Inter24pt-Bold.woff2') format('woff2'),
       url('../fonts/Inter24pt-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:0 auto}

/* Defaule */
a {color: #000;}
.hover-main:hover {background-color: #fff;color: #0598FF!important;}
.hover:hover {color: #0598FF!important;}
.text-blue {color: #0598FF;}
.Inter-ExtraBold{font-family: Inter-ExtraBold;}
.Inter-SemiBold{font-family: Inter-SemiBold;}
.Roboto-Bold{font-family: Roboto-Bold;}
.Inter-Bold{font-family: Inter-Bold;}
.fs-20{font-size: 20px;}
.fs-32{font-size: 32px;}
.fs-36{font-size: 36px;}
.fs-28{font-size: 28px;}
.fs-20{font-size: 20px;}
.fs-18{font-size: 18px;}
.shadow-bottom {box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);}
.rounded-top-left {border-top-left-radius: 1rem;}
.rounded-top-right {border-top-right-radius: 1rem;}
.text-2line {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; /* Hiển thị 2 dòng */overflow: hidden;text-overflow: ellipsis;line-height:1.3;margin-bottom:0.5rem}
.text-4line {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4; /* Hiển thị 2 dòng */overflow: hidden;text-overflow: ellipsis;height: 90px;}
.bg-main {background-color: #0598FF;}
.border-main{border: 1px solid #0598FF;}
.cursor-pointer{cursor: pointer;}
.bsd{border: 1px solid #0598FF;}
/* Header*/
.bg-header{background: url('../images/bg-header.png')no-repeat;background-size: 100% 100%;}
.bg-hotline{background: url('../images/bg-hotline.png')no-repeat;width: 100%;max-width: 221px;height: 52px;line-height: 52px;text-align: right;}
.rounded-button {border-radius: 0 2rem 2rem 2rem;}
.info-header{width: calc(100% - 280px);}
/* Menu */
.menu{position:relative;z-index:10;transition: transform 0.8s ease;}
.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.line{width:1px;height:15px;background-color:rgba(0,0,0,0.1);}
.menu ul.menu-pc li a{display:block;position:relative;padding:0px 25px;text-transform:uppercase;text-decoration:none!important;white-space: nowrap;}
.menu ul.menu-pc li a.has-child{padding-right:16px;margin-right:8px;}
.menu ul.menu-pc 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;border-color:#FF99A8;}
.menu ul.menu-pc li ul{position:absolute;min-width:250px;background:#0598FF;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 .5s;list-style: none;margin: auto;padding: 0;}
.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{padding-left:10px;padding-right:10px;}
.menu ul.menu-pc li ul li a{font-weight:400;font-size:14px;text-align:left;border-bottom:1px solid #eee;text-transform: capitalize;}
.menu ul.menu-pc li ul li:last-child > a{border-bottom:0px;}
.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-mobile{display: none;}
.dropdown-menu {width: 100%;min-width: auto;padding: 1px;border-radius: inherit;}
.dropdown-toggle::after{color: #C9C9C9;}
.dropdown-item {padding: 2px 0;text-align: center;}
.dropdown-menu li a img{max-width: 26px;}
.fixed{position: fixed!important;z-index: 9999;top: 0px;left: 0px;right: 0px;transform: translateY(-100%);}
.menu.fixed.show{transform: translateY(0);}
ul.menu-pc li a::after {content: "";position: absolute;left: 0;top: 0;height: 4px;width: 0;background: #fff;transition: width 0.9s ease;}
ul.menu-pc li a:hover::after,ul.menu-pc li a.active::after {width: 100%;}
/*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;}
.hc-nav-trigger.hc-nav-1 {background-color: #0598FF!important;}
.lang-item-mb{display: none;}
/*About*/
.bg-about{position: relative;background: url('../images/bg-about.png')no-repeat;background-size: 100% 100%;}

.fs-50{font-size: 50px;}

/*Body*/
.items-products{background-color: #F9F9F9;}
.product__grid, .news__grid { display: grid; grid-template-columns: repeat(3, calc(33.33% - (10px * 2 / 3))); grid-gap: 10px; }
.news_related_grid,.product_related_grid { display: grid; grid-template-columns: repeat(4, calc(25% - (10px * 3 / 4))); grid-gap: 10px; }
#send-register{background-color: #EBB47F;color: #0C3245;display: block;margin: auto;font-size: 22px;font-family: Roboto-SemiBold;}
.shadow-title{ box-shadow: 0 4px 6px rgba(0,0,0,0.2);}
ul.ul-list-product ul {max-height: 0;overflow: hidden;transition: max-height 0.9s ease;}
ul.ul-list-product li{border: 1px solid #0598FF;}
ul.ul-list-product li.active ul {max-height: 300px;}
ul.ul-list-product li #fa-product{transition-duration: 0.9s;}
ul.ul-list-product li:hover #fa-product{-webkit-transform: translateX(8px);transform: translateX(8px);font-weight: bold;}
ul.ul-list-product li:hover{border-bottom: 1px solid #0598FF!important;}
ul.ul-list-product li:hover a{color: #0598FF!important;}
.item-hotline p{margin-bottom: 0;}
.item-new{border-bottom: 1px dashed rgba(0, 0, 0, 0.3);}

.form_detail{padding: 5px 10px;}
.form_detail input,.form_detail textarea{background: rgba(255, 255, 255, 0.1);border: none;color: #fff;}
.form_detail input::placeholder,.form_detail textarea::placeholder {color: #fff}
.form_detail input:focus,.form_detail textarea:focus{background-color: transparent;outline: none;outline: none;border: none; color: #fff;}
.form_detail label.error, #contact-form label.error{color: red;margin-top: 5px;}
.list-none {list-style: none;}

.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: #0598FF;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{text-decoration: none;color: #000;text-transform: uppercase;font-size:0.9rem}
.breadcrumb li.active a{color: #0598FF;}
.breadcrumb-item+.breadcrumb-item::before{color: #0598FF;}
.banner_full .background {height: 350px;}
.btn:hover{background-color: #0598FF;color: #fff;}

.breadCrumb{padding: 10px 0;}
.breadCrumb .breadcrumb{margin-bottom: 0;text-transform: uppercase;}
.breadCrumb .breadcrumb a{text-decoration: none;color: #000;}
.breadCrumb .breadcrumb li.active a{color: rgba(87, 43, 43, 0.5);}
.breadcrumbDetail .breadcrumb-item a, .breadcrumbDetail .breadcrumb-item+.breadcrumb-item::before {color:#0598FF;}

.breadCrumb .breadcrumb-item::before{color: #000!important;}
.breadCrumb .breadcrumb-item.active a{color: #0598FF!important;}
.swiper-new {height: 250px;}
.item-list-mb{display: none;}
/*Footer*/
.bg-footer{margin-top: 85px;}
.bg-footer::after{position: absolute;content: "";left: 0;top: -82px;height: 85px;width: 100%;background: url('../images/line-footer.png')no-repeat;}
.map_footer iframe{width: 100%;}
.back_link{
     text-decoration:none;
     color:#fff;
     font-size:0.9rem;
}
.back_link:hover{
     text-decoration:underline;
}

.swiper-wrapper{height: auto!important;}
.swiper-button-next, .swiper-button-prev {background-color: #00000050;border-radius: 4px;color: #0598FF;width:30px;}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 30px;}
.items-news {border-bottom: 1px dashed rgba(0, 0, 0, 0.25);}
.img-new {width: 100%;max-width: 234px;}
.items-content-new{width: calc(100% - 234px);}
.items-content-new .desc{font-size: 14px;}
.color-main {color: #0C3245;}W
.overflow-hidden {overflow: hidden !important;}
img.zoom-hover {transition: transform 0.4s ease;}
img.zoom-hover:hover {transform: scale(1.2);}
.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: #0598FF;}
.icon-map:hover{color: #0598FF!important;}
/*Hover*/
.hv-slide:before {content: "";position: absolute;z-index: -1;top: 0;bottom: 0;left: 0;right: 0;background: #0598FF;-webkit-transform: scaleX(1);transform: scaleX(1);-webkit-transform-origin: 50%;transform-origin: 50%;-webkit-transition-property: transform;transition-property: transform;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-timing-function: ease-out;transition-timing-function: ease-out;}
.hv-slide {vertical-align: middle;-webkit-transform: perspective(1px) translateZ(0);transform: perspective(1px) translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative;background: #fff;-webkit-transition-property: color;transition-property: color;-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;text-decoration: none;}
.hv-slide:hover:before{-webkit-transform: scaleX(0);transform: scaleX(0);}
.hv-slide:hover{color: #0598FF!important;}
.hv-button:before{border-radius: 0.5rem;}
/*widget*/

.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: 9999; }
.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: #0598FF50; 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, #0598FF), to(#0598FF)); background: linear-gradient(90deg, #0598FF 0, #0598FF 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: #0598FF; border-radius: 50%; position: relative; z-index: 999; padding: 8px;}

@-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); } }