  :root {
    --maincolor: #d4271e;
    --subcolor: #9ccf11;
    --textcolor:#333;
    --fontmain: "Roboto", sans-serif;
  }
  *{
    margin: 0px;
    padding: 0px;
  
  }
  html,
  body {

    font-family: var(--fontmain);
    scroll-behavior: smooth;
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    line-height: 1.6;
    color: #414141;
    font-weight: 400;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: normal;
    font-weight: 600;
	margin-top:10px
  }

  a {
    text-decoration: none;
    color: currentColor;
  }

  b,
  strong {
    font-weight: 600;
    font-family: var(--fontmain);
    
  }

  img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
  }

  a img {
    display: block;
  }

  #page {
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
em, i{
    font-style: italic;
}
  .c,
  .c5,
  .c10,
  .c15,
  .c20,
  .c30,
  .c3,
  .c2,
  .c80 {
    clear: both;
  }

  .c {
    height: 0px;
  }

  .c3 {
    height: 3px;
  }

  .c4 {
    height: 4px;
  }

  .c5 {
    height: 5px;
  }

  .c10 {
    height: 10px;
  }

  .c15 {
    height: 15px;
  }

  .c20 {
    height: 20px;
  }

  .c30 {
    height: 30px;
  }

  .c50 {
    height: 50px;
  }
  .text-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .text-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .text-line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }

  .text-line-5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  .text-line-6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .text-line-7 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }

  .text-line-8 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }

  .text-line-10 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
  }

  .text-line-12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
  }


  #search-pc {
    line-height: 1.5;
    color: #393939;
    border-radius: 2.8px;
    background-color: #ffffff;
  }
  .icon-search input{
    width: 100%;
    height: 45px;
    padding: 8px 15px;
    outline: none;
    border: none;
    background: #e7e7e7;
    border-radius: 5px;
  }
  .icon-search
  {
    position: relative;

    

  }

  .icon-search i{
    position: absolute;
    right: 15px;
    top: 15px;
    color: #9d9d9d;

  }

  .search-pc .kw {
    width: 100%;
    height: 3.5px;
    border: solid 0.1px #ccc;
    padding: 0px 1px;
    outline: none;
    float: left;
    color: #333;
    border-radius: 2.5px;
    background: #fff;
  }

  .search-pc .fa {
    color: #374458;
  }

  .search-icon {
    padding: 1px 0.8px 0.8px;
    border-radius: 0.4px;
    border: 0px solid var(--maincolor);
    /* margin-left: 5.0px; */
    font-size: 18px;
    background: #fff;
    border-radius: 50%;
    width: 4px;
    height: 4px;
  }


  .closeX
  {
    color: #FFF;
    font-weight: bold;
    position: absolute;
    top: -50px;
    
  }


  .search-icon{
    color: #FFF;
  }
  .search-mobile {
    width: 100%;
    position: relative;
    display: none;
  }

  .search-mobile input {
    width: 100%;
    height: 30px;
  }

  .m-search-icon {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ef5994;
  }
  .topheader
  {
    
    padding: 10px;
    color: #FFF;
    background:#d4271e;
	
  }
  .company-name
  {  font-weight: 600;
    font-size: 20px;
    
    text-transform: uppercase;
  }
  .header-hotline
  {
    font-weight: 500;
    text-align: right;
  }
  .header {
    background: #FFF;
  

    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
    width: 100%;
    transition: all .5s ease-in-out;
  }

  header.header-fixed {
    position: fixed;
    background: #fbfbfb;
    border-bottom: 1px solid #d3d2d2;
  }
  .header-fixed .nav>li {
    height: 60px;
    line-height: 60px;
  }

  .header-fixed .logo {
    margin-top: 0px;
  max-width: 150px;
  }

  .logo {
      float: left;
      padding: 5px 0;
      width: 100%;
    
  }

  .logo img,
  .logo-mobile img {
    display: block;
    max-height: 70px;
    transition: all .5s ease;
  }
  .header-fixed .logo img{
    max-height: 60px;
  }

  .logo-mobile {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
  }

  .menubar {

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }



  .nav {
    padding: 0px;
    width: 100%;
    font-weight: normal;
    max-width: 1200px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
  }

  .nav>li {
    list-style: none;
    display: inline-block;
    position: relative;
    float: left;
    font-size: 16px;
    font-weight: normal;
    height: 65px;
    line-height: 65px;
    margin: 0px 2px;
  }

  .nav li:first-child {
    border-left: none;
  }

  .nav li:last-child {
    margin-right: 0;
  }

  .nav li:last-child a {
    padding-right: 0;
  }

  .nav>li>a {
    text-decoration: none;
    color: #404040;
    display: inherit;
    padding: 0px;
    padding: 0 8px;
    font-size: 17px;
    font-family: var(--fontmain);
    font-weight: 600;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    transition:all .5s ease-in-out
  }
  .nav>li>a:hover{
    color:var(--maincolor);
  }
  .nav>li:hover>a::before{
    width: 90%;
  
  }
  .nav>li.active>a::before{
    width: 90%;
    
  }
  .nav>li.active a
  {
    color:var(--maincolor);
  }

  .nav>li>a img {
    margin-right: 8px;
  }

  .nav li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 270px;
    text-align: left;
    color: #0a0a0a;
    padding: 0px;
    
    z-index: 9;
    display: none;
    font-weight: normal;
    background: #FFF;
    text-transform: initial;
    border-radius: 5px;
    border-top: 3px solid var(--subcolor);
  }

  .nav li ul>li {
    width: 100%;
    list-style: none;
    float: left;
    text-align: left;
    border: none !important;
    text-transform: initial;
    line-height: normal;
    position: relative;
  }

  .nav li ul>li a {
    padding: 0px 10px;
    display: block;
    color: #232323;
    line-height: 18px;
    text-transform: initial;
    padding: 11px 10px;
    font-weight: 600;
    

  }

  .nav>li>ul>li>a:hover {
    color:#333!important;
  }

  .nav li ul ul {
    left: 100%;
    top: -1px;
  }


  .mega-menu {
    width: 100% !important;
    left: 0px !important;

    background: rgba(0, 0, 0, 0.8) !important;
    padding: 10px 0px !important;
  }

  .mega-menu-item {
    padding: 10px 0px;
    line-height: initial !important;
    border-bottom: solid 1px #0a0a0a;
    padding-left: 10px;
  }

  .mega-menu-item a {
    color: #fff;
  }

  .mega-menu-item:hover {
    background: #555;
  }

  .mega-menu-item-link:hover {}

  .mobile-bar {
    background-color: #fff;
    width: 100%;
    padding: 3px;
  }
.mm-menu {
    background: linear-gradient(45deg, #0180c9, #01a5e7) !important;
  
    color: #FFF !important;
}
  .lang-flag {
    float: right;
    /* margin-top: 2px; */
    border: none;
    margin-left: 15px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
  }
  .burger
  {
    width:60px;
    float:right;
  }
  .burger div {
      width: 40px;
      height: 3px;
      margin-bottom: 10px;
      background: var(--maincolor);
    float:right;
  }
  .crumb {
    background:#f1f2f2;

    padding: 5px 0px;
    font-size: 12px;


  }

  .crumb-gray .crumb {
    background-color: #f5f5f5;
  }

  .crumb a {
    font-size: 14px;
    line-height: 24px;
    color:var(--maincolor);
    font-weight: 400;

    text-align: center;
  }

  .crumb a:first-child {
    padding-left: 0;
  }

  .crumb a:last-of-type {
    color:var(--maincolor);
    padding-left: 10px;
    font-weight: 700;
  } 


  /*  */

  .menuleft {
    padding: 0px;
    margin: 0px;
    color: #58595b;
    background: #E5F1EE;
    border: solid 1px #eee;
  }
  .menuleft .title{
    background: var(--subcolor);
    color: #FFF;
    padding: 10px 15px;
    font-size: 17px;
  font-family: var(--fontmain);

  
  }
  .menuleft .fa {
    font-size: 10px; float: right;
  }

  .menuleft ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }

  .menuleft li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: solid 1px #eee;
  }

  .menuleft li:last-child {
    border-bottom: none;
  }

  .menuleft li a:hover {
    color: var(--subcolor);
  }

  .menuleft li a {
    color: #0a0a0a;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 15px;
  font-family: var(--fontmain);

  }

  .menuleft>.actived {
    background: #eee;
  }

  .menuleft>.actived>a {
    color: #0a0a0a;
    font-family: var(--fontmain);
  }

  .menuleft .actived ul {
    background: #eee;
    display: block;
  }

  .menuleft .actived .actived a {
    color: #244294;
  }

  .menuleft li ul {
    margin: 0px;
    padding: 0px;
    padding-left: 35px;
    background: #eee;
    display: none;
  }

  .menuleft li ul li {
    padding-left: 0px;
    list-style-type: square;
  }

  .menuleft li ul li a {
    border-bottom: none;
    padding: 8px 0px;
    font-size: 14px;
    color: #0a0a0a;
  }

  .menuleft-icon {
    padding-right: 8px;
  }



  #button-btt {
    position: fixed;
    right: 10px;
    bottom: 70px;
    color: #0059bd;
    background: #ccc;
    padding: 10px;
    opacity: 0.8;
    z-index: 10;
  }

  #button-btt a {
    color: #fff;
  }

  .view-detail {
    display: block;
    color: #fff;
    background: #244294;
    padding: 10px 30px;
    box-shadow: 0px 0px 3px #999;
    float: left;
  }





  .menutab {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 2px solid #e4e4e4;
        
          padding-bottom: 8px;
  }

  .menutab-item {

    
    text-align: center;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    border: 2px solid transparent;
    position:relative;

  }

  .menutab-item.active
  {
    width:100%;
  }
  .menutab-item:nth-child(1)
  {
  padding-left: 0px;
  }
  .menutab-item a {
    
    font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #474747;
  font-weight: 700;
  transition: all .5s ease-in;
      padding: 15px 15px;
  position:relative;

  }
  .menutab-item a:before
  {
    content:"";
    width:0%;
    height:1px;
    background:--var(maincolor);
    position:absolute;
    bottom:0px;
    left:0px;
    
  }

  .menutab-item.actived a:before
  {
    content:"";
    width:100%;
    height:1px;
    background:--var(maincolor);
    position:absolute;
    bottom:0px;
    left:0px;
    
  }



  .tab-item:last-child {
    border-right: none;
  }

  .menutab-item:hover :before {
    width:100%
  }
  .menutab-item a:hover :before
  .menutab .actived :before {
    width:100%

  }


  .tab-bar {
    /* background: #e1e1e1; */
    position: relative;
    display: flex;
    align-items: center;
  }

  .tab-bar-wrapper {
    padding-right: 40px;
  }

  .tab-title {
    margin: 0px;
    font-weight: 700;
    font-size: 16px;
    color: #484848;
    text-transform: uppercase;
    padding: 10px 20px 10px;
    display: block;
    float: left;
  }

  .tab-title:nth-child(2) {
    padding: 10px 20px
  }



  .tab-active {
    position: relative;
    color: #ffa200;
  }

  .tab-active::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #ffa200;
    border: solid 1px #ffa200;
    left: 0;
  }

  .tab-bar::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #176078;
    border: solid 1px #176078;

  }
  #tabs-nav
  {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
  }
  #tabs-nav li{

    list-style: none;
    text-align: center;
    color: var(--subcolor);
    margin: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #FFF;
  }
  #tabs-nav li.active a{
    color: var(--subcolor);
  font-family: var(--fontmain);

  }


  /*Modal*/
  .blocker
  {
    z-index:111!important;
  }
  .modal
  {
        max-width: 100%!important;
      padding: 0px!important;
    border-radius:20px!important;
  }
  .modal a.close-modal, .modal-close
  {
    opacity:0;
    display:none;
  }
  .modal-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6) !important;
  }
  .modal-box {
    display: none;
    position: fixed;
    z-index: 1404040;
    width: 100%;
	max-width:600px;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
  
    background: #fff;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .modal-box header,
  .modal-box .modal-header {
    padding: 1.25em 1.5px;
    border-bottom: 1px solid #ddd;
  }

  .modal-box header h3,
  .modal-box header h4,
  .modal-box .modal-header h3,
  .modal-box .modal-header h4 {
    margin: 0;
  }

  .modal-box .modal-body {
    padding: 10px 20px;
  }

  .modal-box footer,
  .modal-box .modal-footer {
    padding: 1px;
    border-top: 1px solid #ddd;
    background: rgba(0, 0, 0, 0.02);
    text-align: right;
    padding: 8px;
  }

  a.close {
    line-height: 1;
    font-size: 20px;
    position: absolute;
    top: 5%;
    right: 2%;
    text-decoration: none;
    color: #bbb;
  }

  a.close:hover {
    color: #222;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
  }

  .msgbox {
    color: #ccc;
  }
  .img-shine {
    position: relative;
    overflow: hidden;
    display: block;
  }

  .img-shine:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.13) 0%,
      rgba(255, 255, 255, 0.13) 77%,
      rgba(255, 255, 255, 0.5) 92%,
      rgba(255, 255, 255, 0) 100%
    );
  }

  /* Hover state - trigger effect */
  .img-shine:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  .error {
    border: solid 1px red!important;
  }

  .btn {
    padding: 10px 25px;
    color: #FFF;
    background-color: #00b8ce;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid var(--subcolor);
    
  }

  .btn:hover {
    background-color: var(--maincolor);
    color: #fff;
    border: 1px solid #FFF;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
  }
  /* Active state */
  .img-shine:active:after {
    opacity: 0;
  }


  .menu-mobile {
    display: block;
    float: right;
    color: #000;
    font-size: 30px;
    margin-left: auto;
  }

  .menu-mobile-item {
    display: block;
    float: left;
    margin-top: 5px;
    color: #fff;
    margin-left: 10px;
  }

  #simplePagerNav {
    display: flex;
    justify-content: center;
  } 

  .pagination {
    margin-bottom: 30px;
  display:flex;
  justify-content:center;
  }
  .page {
    display: none;
  }
  .pagination-item {
        text-decoration: none;
      color: #0a0a0a;
      font-size: 18px;
      font-weight: 500;
      display: inline-block;
      min-width: 50px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border-radius: 50%;
      background-color: #FFF;
      margin: 0 5px;
      border: 2px solid #b3b3b3;
    
  }


  .pagination-item__clicked {
    text-decoration: none;
      color: #fff;
      font-size: 18px;
      font-weight: 500;
      display: inline-block;
      min-width: 50px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border-radius: 50%;
      background-color:var(--maincolor);
      margin: 0 5px;
      border: 2px solid #b3b3b3;
    
  }

  .pagination-item-icon {
    font-size: 20px;
    font-weight: 500;
    color: #176078;
  }




  .ullist {
    height: 450px;
    overflow-y: scroll;
  }

  .ullist li h3 {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    color: #244294;
    font-size: 16px;
  }

  .ullist li p {
    margin: 0px;
    padding: 5px 0px;
  }

  .ullist li {
    border-bottom: dashed 1px #ddd;
  }

  .ullist li .fa {
    display: block;
    float: left;
    width: 18px;
    margin-top: 2px;
  }

  #loadMoreProduct {
    display: block;
    background: #ddd;
    color: #244294;
    padding: 10px 20px;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
    width: 220px;
  }


  .form-title {
    font-family: var(--fontmain);
    font-size: 24px;
    font-weight: normal;

    text-align: center;
    width: 100%;
  }


  .sendmail__btn {
    background:var(--subcolor);
    text-align: center;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 0px 5px 5px 0px;
    color: #FFF;
    text-transform: uppercase;
    display: block;
    font-size: 18px;
        height: 50px;
  }
  .sendmail__input {
    padding: 10px;
    border-radius: 5px 0px 0px 5px;
    border: none;
    outline: none;
  }

  .sendmail__frm {
    display: flex;
  }
  .sendmail__input::placeholder {
    color: #888888;
    opacity: 1;
    /* Firefox */
  }


  .view-more {
    font-weight: normal;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-family: 'Muli-L';
    margin-top: 25px;
    background-color: #1d509b;
    padding: 10px 20px;
  }
  .line{
   height: 2px;
   width: 100%;
   background:linear-gradient(90deg, var(--subcolor), var(--maincolor))
  }


  .line-w {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }

  .line-w span {
    display: inline-block;
    margin-right: 5px;
    background: var(--subcolor);
    background-repeat: no-repeat;
    background-size: 90% 90%;
    width: 100px;
    height: 3px;
    margin-top: 10px;
  }

  .line-w span:last-child {
    margin-right: 0;
  }


  .Tocct {
        border: 1px solidvar(--maincolor);
      margin-top: 30px;
      border-radius: 25px;
      max-width: 100%;
      padding: 25px;
      position: relative;
  }
  .longPageTOC {
      font-size: 20px;
     
      text-transform: uppercase;
  }
  .tocWrap {
    background: #f0f0f0;
    padding: 10px;
}
.longPageTOC.TOCShowHide {
    font-family: var(--fontmainB);
}
  .TOCShowHide.hideTOC {
      position: absolute;
      right: 15px;
      top: 5px;
      color: #00b8ce;
  }
  .longPageNavigationDiv {
    padding: 10px;
  
    
    
    padding-right: 20px;
    width: 100%;
  }

  .longPageNavigationDiv a {
    color: #0a0a0a;
  }

  .longPageNavigationDiv ul {
    padding-left: 20px;
  }

  .longPageNavigationDiv ul li {
    list-style: none;
    padding: 2px 0px;
  }

  .longPageNavigationDiv ul .toc-heading3 {
    padding-left: 20px;
  }

  .form-group {
    padding: 10px 0px;
    border-bottom: dotted 1px #ccc;
  }
  .btndangnhap
  {
    background-color:var(--maincolor);
  color:#FFF;
  padding: 8px 15px;
  border-radius: 3px;
  font-size: 18px;
  }




  /* home */
    .slidehome{
      position: relative;
    }
    .slidehome-content{
      position: absolute;
      top:50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: auto;
      color: #FFF;
      animation: btom-to-top 3s ;
      animation-iteration-count: 1;
      animation-direction: reverse;

    }
    .search-form {
      position: relative;
      padding: 30px;
      background: #FFF;
      border-radius: 20px;
      box-shadow: 1px 5px 9px #0000002e;
  }
  .search-mobile-bar {
    float: right;
    width: 200px;
    position: relative;
    margin-right: 10px;
    margin-top: 5px;
  }

  .search-mobile-bar .kw {
    width: 100%;
    height: 30px;
    border: solid 1px #eee;
    padding: 0px 10px;
    outline: none;
    float: left;
    color: #0a0a0a;
    border-radius: 25px;
    background: #fff;
  }

  .submit-search-mobile {
    float: right;
    color:var(--maincolor);
    font-size: 14px;
    position: absolute;
    top: 8px;
    right: 25px;
  }
  .header-mobile {
    background: #fff;
    border-bottom: solid 2px #2c9fcb;
  }

  .cart-mobile {
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
    width: 40px;
    float: right;
  }

  .cart-mobile span {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 11px;
    background: #244294;
    color: #fff;
    display: block;
    padding: 1px 4px;
    border-radius: 50%;
  }

  .kw-mobile {
    width: 94%;
    height: 30px;
    border: none;
    border-radius: 20px;
    margin: 0px 10px;
    margin-bottom: 0px;
    color: #0a0a0a;
    padding-left: 5px;
  }

  .mobile-footer-bar {
    position: fixed;
    bottom: 0px;
    padding: 5px;
    width: 100%;
    background: #fff;
    box-shadow: 0px -1px 3px #244294;
    z-index: 9999;
  }
  .btn-xemthem
  {
    text-align: center;
    padding:10px 25px;


    background-color:var(--maincolor);
    font-size: 20px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 500;

  }
  .btn-all
  {
    text-align: center;
    padding:10px 25px;
    font-size: 20px;
    line-height: 20px;
    color: #030303;
    border:1px solidvar(--maincolor);
    font-weight: 500;

  }

  .slidehome-content h1{
    font-size: 38px;
    text-transform: uppercase;
    color:var(--maincolor);
    font-weight: 700;
    font-family: var(--fontmain);
  }

  .search-form input::placeholder
  {
    color: #909090;
    font-family: var(--fontmain);
    font-size:18px;
    height:50px;
  }
  .search-form input{
  border:none;
  outline: none;
  font-weight: 500;
  margin-bottom: 0px;
  padding-left:35px!important;

    font-family: var(--fontmain);

  }
  .search-form .search-icon--input{
    color:#909090;
  }
  .search-form select{
    outline: none;
    width: 100%;
    font-family: var(--fontmain);
    font-weight: 500;
    height: 50px;
    border-radius: 5px;
    border:1px solid #a0a0a0;
    font-size:20px;
  }
  input:focus-visible, select:focus-visible{
    border:1px solid #a0a0a0
  }
  .btn-search
  {
    background:var(--maincolor);
    color: #FFF;
    width: 100%;
    padding: 12px;
  max-width: 200px;
    height: 50px;
    text-align: center;
    font-size:20px;
    line-height: 1.4;
  }

  
    .homecat-title{
    font-size: 30px;
    text-transform: uppercase;
    color: #404040;
    font-weight: 700;

    text-align: left;
      position: relative;
      text-transform: uppercase;
      margin: 0px;
    }
  
    .homecat-intro
    {
      margin: auto;
      text-align: center;
      font-size: 18px;
      font-weight: 400;
    }
    .pagecat-title{
      text-align: left;
      color: #282828;
    font-family: var(--fontmain);


      position: relative;
      font-size: 35px;
      text-transform: uppercase;
      margin: 0px;
      line-height: 1.3;
    }

    .homecat-title a, .pagecat-title a {
      color: currentColor;
    }
    

  .menu-footer {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 10px 0px;
  }

  .menu-footer a {
    font-size: 13px;
    color: #FFF;
    margin-right: 20px;
    text-decoration: none;
  }

  .footer {
    background: linear-gradient(195deg, #005aab, #005aab, #00aeef);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFF;
  }


  .footer a {
    color: #FFF;
  }
  .text-center{
    margin: auto;
    text-align: center;
  }

  .footer-title .i {
    float: right;
    margin-top: 3px;
    font-size: 14px;
    display: none;
    transition: 0.5s;
    color: #FFF;
  }

  .footer-block {
    padding-left: 0px;
    margin-top: 20px;
  }
  .footer-logo
  {
    padding: 30px 0px;
  }
  .footer-block .info
  {
  
      display: flex;
      align-items: center;
      color: #FFF;
      font-size: 18px;
      /* margin-bottom: 10px; */
      line-height: 2;
  }
  .footer-block .info i
  {
    margin-right: 10px;
  }
  .footer-social
  {
    display: flex;
    align-items: center;
    justify-content: flex-start;

  }
  .footer-social li{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #FFF;
    line-height: 40px;
    margin-right: 10px;
    background-color: #FFF;
    
  }
  .footer-social li a{
    color: var(--subcolor);
  }
  .menuboxfooter
  {
    padding: 0px;
    list-style-type: none;
    font-size:14px
  }
  .menuboxfooter li{
    margin-bottom: 5px;
  }
  .menuboxfooter a{
    color: #FFF;
    transition: all .5s ease-in;
  }
  .footer-title {
    font-size: 18px;
    color: #FFF;
    font-weight: 600;
    font-family: var(--fontmain);;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .menuboxfooter a:hover{
    color: var(--subcolor);
  }
  .footer-copyright {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 40px;
    border-top: 1px solid #FFF;
  }
  .star-rate{
    background: url(/images/starrate.png) right top no-repeat;
      height: 30px;
    width: 100%;
  background-size: auto;
  }
  .rate1
  {
    background-position-y: -116px;
  }
  .rate2{
    background-position-y: -86px;
  }
  .rate3{
    background-position-y: -58px;
  }
  .rate4{
    background-position-y: -30px;
  }
  .rate5{
    background-position-y: 0px;
  }
  .img-poster
  {
    position: relative;
  }
  .img-poster img {
    display: block;
  }
  .poster-content {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -20%);
    text-align: center;
  }
  .frm-contact input{
    width:100%;
    padding:15px;
    border:1px solid #9c9c9c;
    margin-bottom:30px
  }
  .frm-contact input.btn-contact
  {
    background:var(--maincolor);
    color:#FFF;
    
    text-transform:uppercase
  }
  .line-title {
      font-weight: 600;
  }
  .featured-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .featured-item-img {
    width: 40%;
  }
  .featured-item-content {
    width: 60%;
    overflow: hidden;
    padding-left: 10px;
    line-height: 1.4;
  }
  .featured-item-name
  {
    font-weight: 700;
  }
  .featured-item-img img{
    border-radius: 5px;
  }
  .slide-btn-next
  {
      position: absolute;
      right: -15px;
      top: 50%;
      width: 45px;
      height: 45px;
      transform: translate(0px,-50%);
      line-height: 45px;
      background-color: var(--maincolor);
      border-radius: 50%;
      text-align: center;
      z-index: 2;

  }
  .slide-btn-prev
  {
      position: absolute;
      left: -5px;
      top: 50%;
      width: 45px;
      height: 45px;
      transform: translate(0px,-50%);
      line-height: 45px;
      background-color: var(--maincolor);
      border-radius: 50%;
      text-align: center;
      z-index: 2;

  }
  /* home */
  .homeinfo-wrapper, .homeproduct-wrapper
  {
    background-color: #F5F3F2;
  }
  .homeinfo
  {
    background-color: #FFF;
    padding: 30px;
    border-radius: 10px;
  }
  #slide_home
  {
    position: relative;
  }
  .info-name
  {
    font-size: 20px;
    font-weight: 600;
  }
  .info-intro
  {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  }
  .info-item
  {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
  }
  .infoitem-img{
    width: 110px;
    height: 110px;
    background-color: var(--subcolor);
    /* line-height: 115px; */
    /* text-align: center; */
    border-radius: 50%;
    transition: all .5s ease-in;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .infoitem-img img{
     width: 70px;
    height: 70px;
  }
  .infoitem-name
  {
    width: calc(100% - 100px);
    margin-left: -50px;
    padding-left: 70px;
    background-color: #FFF;
    z-index: 1;
    border-radius: 10px;
    padding: 15px 50px 15px 70px;
    border: 1px solid #9d9d9d44;
    font-weight: 500;
    font-size: 18px;
    transition: all .5s ease-in-out;
  }
  .info-item:hover .infoitem-name
  {
    color: var(--maincolor);
  }
  .info-item:hover .infoitem-img
  {
    background-color: var(--maincolor);
  }
  .btn-seeall
  {
    text-align: right;
    font-weight: 600;
    color: var(--maincolor);
    transition: all .5s ease;
  }
  .btn-seeall i{
    width: 30px;
    height: 30px;
    font-size: 16px;
    border-radius: 50%;
    background-color: var(--subcolor);
    line-height: 30px;
    text-align: center;
    color: #FFF;
  }
  .homeproduct-wrapper .homecat-title{
    color: #333;
  }
  .btn-seeall:hover {
  color: var(--subcolor);
  }
  .product-item
  {
    background-color: #FFF;
    padding: 50px 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
    
  }
  .product-imgbig
  {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    opacity: 0;
    transition: all .5s ease-in;
  }
  .homeproduct-name
  {
    font-size: 18px;
    font-weight: 500;
    transition:all .5s ease-in;
	    margin-top: 10px;
		min-height:60px;
  }
  .homeproduct-name:hover{
    color: var(--maincolor);
  }
  .product-item:hover .product-imgbig
  {

    opacity: 1;
  }
  .homeservice-wrapper .homecat-title
  {
    color: #FFF; 
  }
  .homeservice-wrapper {
    background: linear-gradient(165deg, #005aab, #005aab, #00aeef);
  }
  .homeservice-item
  {
    color: #FFF;
    display: flex;
    align-items: center;
    border: 2px solid var(--subcolor);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    justify-content: space-between;
  }
  .homeservice-img
  {
    width: 80px;
  }
  .homeservice-img img{
    transition: all .5s ease;
    width: auto;
  }
  .homeservice-name
  {
    width: calc(100% - 90px);
  }
  .homeservice-item:hover img{
    filter:sepia(30%) contrast(126%) saturate(0%) brightness(160%) hue-rotate(0deg)
  }
  .homeproduc-hv
  {
    position: absolute;
    z-index: 3;
    background-color: #3330;
    opacity: 1;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    color: #FFF;
  }
  .homeproduct-namehv:before {
    content: "";
    width: 85px;
    height: 2px;
    background: var(--subcolor);
    position: absolute;
    bottom: 20px;
  }
  .homeproduct-namehv {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-bottom: 30px;
  }
  .btn-chitiet
  {
    padding: 10px 15px;
    color: #FFF;
    background-color: var(--subcolor);
    font-weight: 600;
    border-radius: 5px;
  }
  .homenews-item__name
  {
    font-size: 18px;
  }
  .homenews-item img{
    border-radius: 5px;
  }
  .catproduct_image
  {
    position: relative;
  }
  .category-product-content
  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #FFF;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }
  .price
  {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .price span{
    padding: 7px 25px;
    border-radius: 18px;
    margin: 5px;
    background-color: #e8f3f7;
  }
  .price i{
    width: 40px;
    height: 40px;
    background-color: #E7F7FD;
    border-radius: 50%;
    line-height: 40px;
    color: var(--subcolor);
  }
  .product-list .cell-product{
    width: 25%;
   
    margin: auto;
  }

  .product-list{
    border-left: 1px solid #dddddd69;
    border-top: 1px solid #9d9d9d40;
  }
  .product-list .product-item{
    border-right: 1px solid #dddddd69;
    border-bottom: 1px solid #9d9d9d40;
  }
  .productdt-intro{
      background: #f2f2f2;
    color: #333;
    padding: 25px;
  }
  .pageproduct-title
  {
    font-weight: 600;
    color: #333;
    font-size: 30px;
	line-height:36px;
	
  }
  .btn-dangky, .btn-chitietsp
  {
    float: left;

  }
  .btn-dangky a,.btn-chitietsp a:hover {
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
	color:#FFF;
    margin-right: 10px;
    text-transform: uppercase;
	 transition: all .5s ease-in;
    background-color: var(--subcolor);
  }
  .btn-chitietsp a, .btn-dangky a:hover{
	    transition: all .5s ease-in;
    padding: 10px 15px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    color: #FFF;
    text-transform: uppercase;
    background-color: var(--maincolor);
  }
  .share-social li
  {
    width: 45px;
    height: 45px;
    border-radius: 30px;
    line-height: 45px;
    text-align: center;
    background-color: rgba(170, 170, 170, 0.349);
  }
  .contentproduct-detail .cell-1-2
  {
    margin-bottom: 10px;
  }
  .content-detail
  {
    border-bottom: 1px solid #d3d3d3;
  }
  .tabbar-product {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
  .tabbar-product a
  {
    padding: 10px 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    transition: all .5s ease-in;
    border-bottom: 2px solid #FFF;
    margin: 0px 10px;
  }
  .tabbar-pr .btn-dangky{
    color: #FFF;
  }
  .tabbar-pr
  {
    border-bottom: 1px solid #d3d3d3;
  }
  .tabbar-product .tabbar-item:nth-child(1)
  {
    padding-left: 0px;
    margin-left: 0px;
  }
  .tabbar-item:hover {
    border-bottom: 2px solid var(--subcolor);
    
}
#productother .product-item
{
  border-bottom: 1px solid #d3d3f3;
  border-top:none;
}
#productother {
    border-right: 1px solid #ebebeb;
    border-top: 1px solid #ebebee;

}
.news-item
{
  margin-bottom: 30px;
  background-color: #F0F0F0;
}
.newitem-desc
{
  padding: 25px;
}
.tocContent ul, .content-product ul{
	margin-left:30px;
	margin-top:10px;
}
.service-wrapper .homeservice-item{
	color:#333;
	transition: all .1s ease-in;
}
.service-wrapper .homeservice-item:hover 
{
	background: var(--maincolor);
	color:#FFF;
}
.other-service
{
	padding-left:30px;
}
.other-service li
{
	font-weight:600;
	transition: all .1s ease-in;
	
}
.other-service li:hover
{
	color:var(--maincolor)
}
#popupDangKy input, #popupDangKy select{
width: 100%;
    padding: 10px 20px;
    color: #333;
    font-size: 16px;
    outline: none;
    border: 1px solid #9d9d9d;
    border-radius: 20px;
}
#popupDangKy .btn-send {
    background: var(--maincolor);
    border: 1px solid var(--maicolor);
    border-radius: 5px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .5s ease;
}
.content-thongso table
{
	width:100%;
	
}
.content-thongso table td
{
	padding:10px;
}

.content-thongso table {
    width: 100%;
    text-align: center;
}

.btn-seemore a {
  
 background: var(--maincolor);
    padding: 10px 30px;
    color: #FFF;
    border-radius: 5px;
    font-weight: 500;
}
.btn-seemore a:hover
{
	 background: var(--subcolor);
}
.price i {
    width: 28px;
    height: 29px;
    background-color: #E7F7FD;
    border-radius: 50%;
    line-height: 30px;
    color: var(--subcolor);
}
#productother {
    border-bottom: 1px solid #ebebeb !important;
    border-left: 1px solid #ebebeb;
}
#productother .product-list{
	border-bottom:1px solid #ebebeb;
}
#product_sv{
	 border-bottom: 1px solid #ebebeb !important;
    border-left: 1px solid #ebebeb;
		border-top:1px solid #ebebeb;
}
#product_sv .product-item 
{
	border-right: 1px solid #ebebeb;
}
.bottompage a
{
	float:right;
	
}


.price-color{
    float: left;
    margin-right: 10px;
    border: solid 1px #CCC;
    background: #FFF;
    padding: 2px 20px;
    min-width: 50px;
    text-align: center;
    border-radius: 5px;
	cursor:pointer;
}

.choose-price{
	background-color: var(--subcolor);
}

.txt-number{
	padding: 5px;
    border: 1px solid #9c9c9c;
    float: left;
    font-size: 18px;
    text-align: center;
}
