/***----- style-common -----***/
/*---HEADER--CSS---*/
#header {
  background-color: #fff;
  padding: 10px 0 24px;
}
@media (max-width: 1700px) {
  #header {
    padding: 16px 0 24px;
  }
}
@media (max-width: 1199px) {
  #header {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  #header {
    padding: 8px 0;
  }
}
#header .header-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
#header .header-control .logo {
  max-width: 240px;
}
#header .header-control .control-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
}
#header .header-control .header-search {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #0374BC;
  padding: 1px;
  border-radius: 50px;
  height: 42px;
  position: relative;
}
#header .header-control .header-search .search-input {
  border: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0 120px 0 16px;
  font-size: 16px;
  font-family: "SVN-Gilroy";
  border-radius: 50px;
}
@media (max-width: 1700px) {
  #header .header-control .header-search .search-input {
    padding-right: 100px;
  }
}
#header .header-control .header-search .search-input:focus {
  outline: none;
}
#header .header-control .header-search .search-button {
  height: calc(100% - 2px);
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background-color: #0374BC;
  color: #fff;
  font-size: 16px;
  position: absolute;
  right: 1px;
  top: 1px;
}
@media (max-width: 1700px) {
  #header .header-control .header-search .search-button {
    width: 90px;
    font-size: 24px;
  }
}
#header .header-control .control-info {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media (max-width: 1700px) {
  #header .header-control .control-info {
    gap: 24px;
    padding-left: 16px;
  }
}
@media (max-width: 1199px) {
  #header .header-control .control-info {
    gap: 16px;
    padding-left: 12px;
  }
}
#header .header-control .control-info .info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #0374BC;
}
#header .header-control .control-info .info-line .icon {
  width: 20px;
  display: block;
}
@media (max-width: 1700px) {
  #header .header-control .control-info .info-line .icon {
    width: 16px;
  }
}
@media (max-width: 1199px) {
  #header .header-control .control-info .info-line .icon {
    display: none;
  }
}
#header .header-control .control-info .info-line .info {
  padding-left: 8px;
  font-size: 12px;
}
@media (max-width: 1199px) {
  #header .header-control .control-info .info-line .info {
    padding-left: 0;
  }
}
#header .header-control .control-info .info-line .info .info-name {
  font-size: 14px;
  font-weight: 500;
}
#header .header-control .control-info .header-cart {
  position: relative;
}
#header .header-control .control-info .header-cart .cart-icon {
  display: block;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1366px) {
  #header .header-control .control-info .header-cart .cart-icon {
    width: 24px;
  }
}
#header .header-control .control-info .header-user .user-register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-control .control-info .header-user .user-register .user-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
}
@media (max-width: 1366px) {
  #header .header-control .control-info .header-user .user-register .user-thumb {
    width: 24px;
    height: 24px;
  }
}
#header .header-control .control-info .header-user .user-register .user-info {
  padding-left: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #0374BC;
}
#header .header-navigation .catalog-menu .dropdown-menu {
  padding: 8px 0;
  width: 280px;
  margin-top: 22px !important;
  background-color: rgba(255, 255, 255, 0.32);
  border: 1px solid #fff;
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 4px 11px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 11px -3px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
}
@media (max-width: 1700px) {
  #header .header-navigation .catalog-menu .dropdown-menu {
    margin-top: 20px !important;
  }
}
@media (max-width: 1199px) {
  #header .header-navigation .catalog-menu .dropdown-menu {
    margin-top: 12px !important;
  }
}
#header .header-navigation .catalog-menu .dropdown-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#header .header-navigation .catalog-menu .dropdown-menu > li:hover .subMenu {
  opacity: 1;
  z-index: 5;
  pointer-events: inherit;
}
#header .header-navigation .catalog-menu .dropdown-menu > li:last-child {
  border-bottom: none;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .dropdown-item {
  padding: 10px 8px 10px 16px;
  font-size: 13px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .dropdown-item .menu-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .subMenu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  padding: 24px;
  position: absolute;
  top: 0;
  left: 100%;
  width: 290px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
}
#header .header-navigation .catalog-menu .dropdown-menu > li .subMenu-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 16px;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .subMenu-list {
  max-width: 180px;
  border-bottom: 1px solid #8F8F8F;
  margin-bottom: 16px;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .subMenu-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .subMenu-list li {
  padding-bottom: 8px;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .subMenu-list li:last-child {
  margin-bottom: 0;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .subMenu-list li a {
  font-size: 13px;
  color: #666666;
  display: block;
  padding: 3px 0;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .subMenu-list li a:hover {
  color: #0374BC;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .subMenu.menu-trademark {
  padding: 32px;
  width: 800px;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .subMenu.menu-trademark .trademark-list {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 16px;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .subMenu.menu-trademark .trademark-list:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
#header .header-navigation .catalog-menu .dropdown-menu > li .subMenu.menu-trademark .trademark-list li {
  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;
}
#header .header-navigation .gNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}
@media (max-width: 1700px) {
  #header .header-navigation .gNavi {
    gap: 4%;
  }
}
@media (max-width: 1199px) {
  #header .header-navigation .gNavi {
    gap: 3%;
  }
}
#header .header-navigation .gNavi > li .link-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #0374BC;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-transform: uppercase;
}
#header .header-navigation .gNavi > li .link-catalog:hover {
  color: #1146c0;
}
#header .header-navigation .gNavi > li .link-catalog img {
  margin-right: 8px;
}
#header .header-navigation .gNavi > li .link-catalog i {
  color: #33363F;
  margin-left: 4px;
  font-size: 18px;
}
#header .header-navigation .gNavi > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #0374BC;
  text-transform: uppercase;
  position: relative;
}
#header .header-navigation .gNavi > li > a:hover {
  color: #1146c0;
}
@media (max-width: 991px) {
  #header .btn-menu {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991px) {
  #header .logo {
    width: 160px;
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  #header .btn-search {
    font-size: 18px;
    margin-right: 12px;
  }
}
#header .btn-search[aria-expanded=true] i::before {
  content: "\f00d";
}
@media (max-width: 991px) {
  #header .btn-cart {
    font-size: 18px;
  }
}
#header .search-collapse {
  position: relative;
  margin-top: 4px;
}
#header .search-collapse .search-input {
  height: 36px;
  border-radius: 50px;
  border: 1px solid #0374BC;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  padding: 0 70px 0 16px;
}
#header .search-collapse .search-input:focus {
  outline: none;
}
#header .search-collapse .search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#header .search-collapse .search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#header .search-collapse .search-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#header .search-collapse .search-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#header .search-collapse .search-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#header .search-collapse .search-btn {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 60px;
  height: calc(100% - 4px);
  background-color: #0374BC;
  color: #fff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
}
#header .header-mobile {
  display: none;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 991px) {
  #header .header-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 99;
  }
}
@media (max-width: 991px) {
  #header .header-mobile.is-active {
    z-index: 99;
    opacity: 1;
    pointer-events: inherit;
  }
}
@media (max-width: 991px) {
  #header .header-mobile .header-top {
    padding: 16px;
    background-color: #0374BC;
  }
}
@media (max-width: 991px) {
  #header .header-mobile .header-top .close-header {
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 18px;
  }
}
#header .header-mobile .header-top .search-mobile {
  position: relative;
}
@media (max-width: 991px) {
  #header .header-mobile .header-top .search-mobile .search-icon {
    position: absolute;
    left: 4px;
    top: 0;
    width: 30px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991px) {
  #header .header-mobile .header-top .search-mobile .search-input {
    height: 36px;
    background-color: #fff;
    border-radius: 4px;
    width: 100%;
    border: none;
    padding: 0 16px 0 40px;
    font-weight: 500;
  }
}
#header .header-mobile .header-top .search-mobile .search-input:focus {
  outline: none;
}
#header .header-mobile .header-top .search-mobile .search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#header .header-mobile .header-top .search-mobile .search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#header .header-mobile .header-top .search-mobile .search-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#header .header-mobile .header-top .search-mobile .search-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#header .header-mobile .header-top .search-mobile .search-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
#header .header-mobile .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
}
#header .header-mobile .nav-menu .nav-item {
  width: 50%;
}
#header .header-mobile .nav-menu .nav-item .nav-link {
  color: #333;
  font-weight: 600;
  font-size: 16px;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  background-color: #fff;
  width: 100%;
}
#header .header-mobile .nav-menu .nav-item .nav-link.active {
  color: #0374BC;
  border-bottom-color: #0374BC;
  background-color: #fff;
}
#header .header-mobile .menu-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100% - 141px);
}
#header .header-mobile .menu-tab .tab-pane {
  height: 100%;
}
#header .header-mobile .menu-tab .gNavi-mobile {
  max-height: 100%;
  overflow-y: auto;
}
#header .header-mobile .menu-tab .gNavi-mobile li {
  border-bottom: 1px solid #e5e7eb;
}
#header .header-mobile .menu-tab .gNavi-mobile li a {
  padding: 12px 16px;
  display: block;
  font-size: 15px;
  color: #333;
}
#header .header-mobile .menu-tab .catalog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-list {
  width: 120px;
  height: 100%;
  padding-right: 8px;
  overflow-y: auto;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-list .catalog-menu {
  height: 100%;
  background-color: #f0f4ff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-list .catalog-menu .nav-item .nav-link {
  border: none;
  border-radius: 0;
  padding: 16px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  text-align: center;
  color: #333;
  background-color: #f0f4ff;
  position: relative;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-list .catalog-menu .nav-item .nav-link.active {
  background-color: #0374BC;
  color: #fff;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-list .catalog-menu .nav-item .nav-link.active .catalog-icon img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-list .catalog-menu .nav-item .nav-link.active::after {
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  right: -8px;
  top: calc(50% - 8px);
  content: "";
  border-left: 8px solid #0374BC;
  border-top: 8px solid transparent;
  border-right: 0;
  border-bottom: 8px solid transparent;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-list .catalog-menu .nav-item .nav-link .catalog-icon {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content {
  height: 100%;
  width: calc(100% - 112px);
  background-color: white;
  margin-left: -8px;
  overflow-y: auto;
  padding-left: 12px;
  padding-right: 16px;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content .link-all {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  color: #333;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content .link-all i {
  margin-right: 6px;
  font-size: 16px;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content .menu-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content .menu-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content .menu-link:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content .menu-link li {
  padding-bottom: 10px;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content .menu-link li:last-child {
  padding-bottom: 0;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content .menu-link li a {
  display: block;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content .trademark-list {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 16px;
  padding-bottom: 16px;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content .trademark-list:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content .trademark-list li {
  width: calc(33.33% - 8px);
  margin-bottom: 10px;
}
#header .header-mobile .menu-tab .catalog-wrap .catalog-content .trademark-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*---FOOTER--CSS---*/
#footer {
  background-color: #fff;
  padding: 16px 0;
}
#footer .flogo {
  max-width: 240px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  #footer .flogo {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  #footer .flogo {
    max-width: 220px;
  }
}
#footer .ftitle {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  #footer .ftitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#footer .info-text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  margin-bottom: 16px;
}
#footer .info-text:last-child {
  margin-bottom: 0;
}
#footer .info-text .text-label {
  color: rgb(0, 0, 0);
}
#footer .fNavi li {
  padding-bottom: 16px;
}
#footer .fNavi li:last-child {
  margin-bottom: 0;
}
#footer .fNavi li a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
#footer .fNavi li a:hover {
  color: rgb(0, 0, 0);
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 400;
  src: url("../fonts/SVN-Gilroy-Regular.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 500;
  src: url("../fonts/SVN-Gilroy-Medium.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 600;
  src: url("../fonts/SVN-Gilroy-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 700;
  src: url("../fonts/SVN-Gilroy-Bold.otf") format("opentype");
}
@font-face {
  font-family: "SVN-Gilroy";
  font-weight: 800;
  src: url("../fonts/SVN-Gilroy-XBold.otf") format("opentype");
}
body {
  font-family: "SVN-Gilroy", sans-serif, arial;
  background-color: #ECF5FA;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 991px) {
  body {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
  border: none;
  background-color: transparent;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #000;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.row.row-24 {
  margin-left: -12px;
  margin-right: -12px;
}
.row.row-24 [class*=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

.text-primary {
  color: #0374BC !important;
}

.text-danger {
  color: #FF3131 !important;
}

.btn.btn-outline-primary {
  border: 1px solid #0374BC;
  color: #0374BC;
}
.btn.btn-outline-primary:hover {
  background-color: #0374BC;
  color: #fff;
}

.wrap {
  width: 100%;
  max-width: 1332px;
  padding: 0 50px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 0 20px;
  }
}

#contents {
  padding-top: 80px;
}
@media (max-width: 1366px) {
  #contents {
    padding-top: 48px;
  }
}
@media (max-width: 991px) {
  #contents {
    padding-top: 24px;
  }
}

.title-cmn {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .title-cmn {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.box-shadow {
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.11);
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .box-shadow {
    -webkit-box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
}

.brand-logo {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .brand-logo {
    margin-bottom: 32px;
  }
}
.brand-logo .brand-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brand-logo .brand-header .title-cmn {
  padding: 24px 32px 16px;
  margin-bottom: 0;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
}
@media (max-width: 991px) {
  .brand-logo .brand-header .title-cmn {
    padding: 12px 24px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 0 0;
  }
}
.brand-logo .brand-body {
  background-color: #fff;
  padding: 24px;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.09);
  position: relative;
  margin-top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(9, 1fr);
}
@media (max-width: 991px) {
  .brand-logo .brand-body {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    padding: 16px 24px;
  }
}
@media (max-width: 767px) {
  .brand-logo .brand-body {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.brand-logo .brand-body .items {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-items .product-thumb {
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .product-items .product-thumb {
    margin-bottom: 10px;
  }
}
.product-items .product-thumb .inner {
  height: 0;
  padding-top: 100%;
}
.product-items .product-thumb .inner .in {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .product-items .product-thumb .inner .in {
    border-radius: 6px;
  }
}
.product-items .product-thumb .inner .in img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .product-items .product-thumb .inner .in img {
    border-radius: 6px;
  }
}
.product-items .product-thumb .inner .in img:hover {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.product-items .product-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-items .product-info .product-name {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}
.product-items .product-info .product-name a:hover {
  color: #0374BC;
}
.product-items .product-info .product-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.product-items .product-info .product-rate .rate-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
  max-width: 45%;
}
@media (max-width: 767px) {
  .product-items .product-info .product-rate .rate-star {
    max-width: inherit;
    margin-right: 6px;
  }
}
.product-items .product-info .product-rate .rate-star img {
  max-width: 18px;
}
@media (max-width: 767px) {
  .product-items .product-info .product-rate .rate-star img {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-items .product-info .product-rate .rate-star img:first-child {
    display: block;
    max-width: 16px;
  }
}
.product-items .product-info .product-rate .rate-count {
  font-size: 12px;
}
.product-items .product-info .product-price {
  font-size: 15px;
  font-weight: 600;
  color: #FF3131;
}
.product-items .product-compare {
  padding-top: 24px;
}
@media (max-width: 991px) {
  .product-items .product-compare {
    padding-top: 16px;
  }
}
.product-items .product-compare .btn-compare {
  font-size: 16px;
  font-weight: 500;
  color: #0374BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .product-items .product-compare .btn-compare {
    font-size: 14px;
  }
}
.product-items .product-compare .btn-compare img {
  margin-right: 8px;
}

.product-list {
  grid-gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 32px;
}
@media (max-width: 1600px) {
  .product-list {
    grid-gap: 16px;
    row-gap: 24px;
  }
}
@media (max-width: 991px) {
  .product-list {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .product-list {
    grid-gap: 8px;
    row-gap: 20px;
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-list.grid-5 {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 991px) {
  .product-list.grid-5 {
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .product-list.grid-5 {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}

.box-contact {
  padding: 48px 0 0 48px;
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1366px) {
  .box-contact {
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .box-contact {
    padding: 32px 0 0 32px;
  }
}
@media (max-width: 991px) {
  .box-contact {
    padding: 32px 16px;
  }
}
.box-contact .contact-main {
  width: 70%;
}
@media (max-width: 767px) {
  .box-contact .contact-main {
    width: 100%;
  }
}
.box-contact .contact-main .title-cmn .title-label {
  font-weight: 800;
}
.box-contact .contact-thumb {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .box-contact .contact-thumb {
    display: none;
  }
}
.box-contact .contact-thumb .inner {
  margin-right: -32px;
}
@media (max-width: 1366px) {
  .box-contact .contact-thumb .inner {
    margin-right: -16px;
  }
}
.box-contact .form-floating .form-floating-label {
  padding-left: 20px;
}
.box-contact .form-floating .form-control {
  background-color: #F3FBFF;
  height: 60px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}
.box-contact .form-floating .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.box-contact .form-floating .form-textarea {
  height: 210px;
  resize: none;
}
@media (max-width: 991px) {
  .box-contact .form-floating .form-textarea {
    height: 120px;
  }
}
.box-contact .form-floating .form-textarea ~ .form-floating-label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.box-contact .form-floating-label {
  color: #666666;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
}
.box-contact .form-floating-label::after {
  display: none;
}
.box-contact .form-floating-label .req {
  color: #FF3131;
}
.box-contact .form-button {
  padding-top: 48px;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .box-contact .form-button {
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .box-contact .form-button {
    padding-bottom: 0;
  }
}
.box-contact .form-button .btn-submit {
  font-size: 16px;
  background-color: #0374BC;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  padding: 16px 32px;
  line-height: 100%;
  border-radius: 40px;
  min-width: 180px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 767px) {
  .box-contact .form-button .btn-submit {
    width: 100%;
  }
}
.box-contact .form-button .btn-submit:hover {
  background-color: #005a93;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.7) translateY(-0.5rem) translateX(0.15rem) !important;
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  transform: scale(0.7) translateY(-0.5rem) translateX(0.15rem) !important;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
  -webkit-transform: scale(0.7) translateY(-0.5rem) translateX(0.15rem) !important;
          transform: scale(0.7) translateY(-0.5rem) translateX(0.15rem) !important;
}

.breadcrumb {
  padding: 24px 0;
  margin-bottom: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .breadcrumb {
    padding: 16px 0;
  }
}
.breadcrumb .breadcrumb-item {
  font-size: 16px;
  font-weight: 500;
  color: #0374BC;
}
.breadcrumb .breadcrumb-item:first-child a img {
  margin-right: 10px;
  max-width: 24px;
}
.breadcrumb .breadcrumb-item a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-filter {
  padding-bottom: 40px;
  border-bottom: 1px solid #0374BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .product-filter {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .product-filter {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.product-filter .filter-label {
  font-size: 16px;
  font-weight: 600;
  color: #0374BC;
  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;
  padding: 10px 18px 11px 8px;
  border-radius: 10px;
  border: 1px solid #0374BC;
  background-color: #fff;
  width: 120px;
  height: 48px;
}
@media (max-width: 1700px) {
  .product-filter .filter-label {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .product-filter .filter-label {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    height: 40px;
  }
}
.product-filter .filter-label img {
  margin-right: 8px;
  width: 24px;
}
.product-filter .form-select {
  height: 48px;
  border-radius: 10px;
  font-size: 15px;
  border-color: #000;
}
@media (max-width: 1700px) {
  .product-filter .form-select {
    border-radius: 8px;
  }
}
@media (max-width: 767px) {
  .product-filter .form-select {
    height: 42px;
    font-size: 14px;
  }
}
.product-filter .form-select:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-filter .filter-wrap {
  width: calc(100% - 120px);
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  row-gap: 10px;
  gap: 12px;
}
@media (max-width: 1700px) {
  .product-filter .filter-wrap {
    gap: 12px;
    row-gap: 12px;
  }
}
@media (max-width: 767px) {
  .product-filter .filter-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-left: 0;
  }
}
.product-filter .filter-wrap .select-filter.select--trademark {
  width: 16%;
}
@media (max-width: 1024px) {
  .product-filter .filter-wrap .select-filter.select--trademark {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .product-filter .filter-wrap .select-filter.select--trademark {
    width: calc(50% - 8px);
  }
}
.product-filter .filter-wrap .select-filter.select--origin {
  width: 12%;
}
@media (max-width: 1024px) {
  .product-filter .filter-wrap .select-filter.select--origin {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .product-filter .filter-wrap .select-filter.select--origin {
    width: calc(50% - 8px);
  }
}
.product-filter .filter-wrap .select-filter.select--price {
  width: 16%;
}
@media (max-width: 1024px) {
  .product-filter .filter-wrap .select-filter.select--price {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .product-filter .filter-wrap .select-filter.select--price {
    width: calc(50% - 8px);
  }
}
.product-filter .filter-wrap .select-filter.select--certification {
  width: 26%;
}
@media (max-width: 1700px) {
  .product-filter .filter-wrap .select-filter.select--certification {
    width: 27%;
  }
}
@media (max-width: 767px) {
  .product-filter .filter-wrap .select-filter.select--certification {
    width: calc(50% - 8px);
  }
}
.product-filter .filter-wrap .select-filter.select--lowhigh {
  width: 22.2%;
}
@media (max-width: 1700px) {
  .product-filter .filter-wrap .select-filter.select--lowhigh {
    width: 23%;
  }
}
@media (max-width: 1024px) {
  .product-filter .filter-wrap .select-filter.select--lowhigh {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .product-filter .filter-wrap .select-filter.select--lowhigh {
    width: 100%;
  }
}

.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination {
    margin-top: 32px;
  }
}
.pagination .page-item {
  padding: 0 6px;
}
@media (max-width: 991px) {
  .pagination .page-item {
    padding: 0 4px;
  }
}
.pagination .page-item .page-link {
  border-radius: 50%;
  border: none;
  min-width: 28px;
  min-height: 28px;
  font-size: 14px;
  font-weight: 500;
  color: #0374BC;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
}
@media (max-width: 767px) {
  .pagination .page-item .page-link {
    font-size: 12px;
  }
}
.pagination .page-item .page-link:hover {
  background-color: rgba(3, 116, 188, 0.3);
}
.pagination .page-item .page-link.active {
  background-color: #0374BC;
  color: #fff;
}

/***----- style-page -----***/
/***----- home-page -----***/
.home-page {
  padding-top: 24px !important;
}
@media (max-width: 991px) {
  .home-page {
    padding-top: 0 !important;
  }
}
.home-page .home-banner {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .home-page .home-banner {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .home-page .home-banner {
    margin-bottom: 16px;
  }
}
.home-page .home-banner img {
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .home-page .home-banner img {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 576px) {
  .home-page .home-banner img {
    height: 160px;
  }
}
.home-page .banner-ads {
  grid-gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .home-page .banner-ads {
    grid-gap: 16px;
  }
}
@media (max-width: 767px) {
  .home-page .banner-ads {
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .home-page .banner-ads {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-page .banner-ads li a {
  display: block;
}
.home-page .banner-ads li a:hover img {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.home-page .banner-ads li a img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 10px;
  -webkit-box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .home-page .banner-ads li a img {
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .home-page .banner-ads li a img {
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  }
}
.home-page .company-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 24px 16px;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.11);
}
@media (max-width: 991px) {
  .home-page .company-policy {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .home-page .company-policy {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 10px;
    gap: 10px;
    padding: 16px;
  }
}
.home-page .company-policy li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 11%;
}
@media (max-width: 991px) {
  .home-page .company-policy li {
    width: initial;
  }
}
.home-page .company-policy li .policy-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: cneter;
      -ms-flex-align: cneter;
          align-items: cneter;
  max-width: 80px;
  margin: 0 auto 8px auto;
}
@media (max-width: 991px) {
  .home-page .company-policy li .policy-icon {
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  .home-page .company-policy li .policy-icon {
    max-width: 50px;
  }
}
.home-page .company-policy li .policy-icon:hover img {
  -webkit-transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.home-page .company-policy li .policy-icon img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.home-page .company-policy li .policy-name {
  font-size: 13px;
  color: #0374BC;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home-page .company-policy li .policy-name {
    font-size: 12px;
  }
}
.home-page .box-product {
  padding: 32px;
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .home-page .box-product {
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .home-page .box-product {
    padding: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .home-page .box-product {
    padding: 24px 10px;
  }
}
.home-page .product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.home-page .product-wrap .product-banner {
  width: 18.5%;
}
@media (max-width: 991px) {
  .home-page .product-wrap .product-banner {
    display: none;
  }
}
.home-page .product-wrap .product-list {
  width: 79%;
}
@media (max-width: 991px) {
  .home-page .product-wrap .product-list {
    width: 100%;
  }
}
.home-page .banner-ads-full {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .home-page .banner-ads-full {
    margin-bottom: 40px;
  }
}
.home-page .banner-ads-full img {
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .home-page .banner-ads-full img {
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  }
}
.home-page .news-list {
  grid-gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 32px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .home-page .news-list {
    grid-gap: 16px;
    margin-bottom: 40px;
    row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .home-page .news-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    row-gap: 16px;
  }
}
.home-page .news-list li a {
  display: block;
}
.home-page .news-list li a .news-thumb {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .home-page .news-list li a .news-thumb {
    margin-bottom: 10px;
  }
}
.home-page .news-list li a .news-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .home-page .news-list li a .news-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.home-page .news-list li a .news-title:hover {
  color: #0374BC;
}
.home-page .gallery-client {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .home-page .gallery-client {
    margin-bottom: 40px;
  }
}
.home-page .gallery-client .gallery-list {
  display: -ms-grid;
  display: grid;
}
.home-page .gallery-client .gallery-list.grid-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.home-page .gallery-client .gallery-list.grid-3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.home-page .gallery-client .gallery-list li {
  overflow: hidden;
}
.home-page .gallery-client .gallery-list li:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home-page .gallery-client .gallery-list li img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.home-page .comment-client {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .home-page .comment-client {
    margin-bottom: 60px;
  }
}
.home-page .comment-client .swiper-pagination {
  position: initial;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .home-page .comment-client .swiper-pagination {
    margin-top: 10px;
  }
}
.home-page .comment-client .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #0374BC;
}
@media (max-width: 991px) {
  .home-page .comment-client .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
.home-page .comment-client .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0374BC;
}
.home-page .comment-client .comment-items {
  position: relative;
}
.home-page .comment-client .comment-items::after, .home-page .comment-client .comment-items::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0374BC;
  position: absolute;
  content: "";
  z-index: 5;
}
.home-page .comment-client .comment-items::before {
  left: 24px;
  top: 24px;
}
@media (max-width: 991px) {
  .home-page .comment-client .comment-items::before {
    left: 24px;
    top: 16px;
  }
}
.home-page .comment-client .comment-items::after {
  right: 24px;
  top: 24px;
}
@media (max-width: 991px) {
  .home-page .comment-client .comment-items::after {
    right: 24px;
    top: 16px;
  }
}
.home-page .comment-client .comment-items .inner {
  border-radius: 20px;
  background-color: #fff;
  padding: 24px;
  position: relative;
}
.home-page .comment-client .comment-items .inner::after, .home-page .comment-client .comment-items .inner::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #0374BC;
  position: absolute;
  content: "";
  z-index: 5;
}
.home-page .comment-client .comment-items .inner::before {
  left: 24px;
  bottom: 24px;
}
@media (max-width: 991px) {
  .home-page .comment-client .comment-items .inner::before {
    left: 24px;
    bottom: 16px;
  }
}
.home-page .comment-client .comment-items .inner::after {
  right: 24px;
  bottom: 24px;
}
@media (max-width: 991px) {
  .home-page .comment-client .comment-items .inner::after {
    right: 24px;
    bottom: 16px;
  }
}
.home-page .comment-client .comment-items .cmt-text {
  padding: 32px 16px 32px;
  position: relative;
  margin-bottom: 8px;
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .home-page .comment-client .comment-items .cmt-text {
    padding: 16px 24px;
  }
}
.home-page .comment-client .comment-items .cmt-text::before, .home-page .comment-client .comment-items .cmt-text::after {
  width: 23px;
  height: 19px;
  position: absolute;
  content: "";
  background: url("../img/common/quote-cmt-icon.png") no-repeat;
}
.home-page .comment-client .comment-items .cmt-text::before {
  left: 24px;
  top: 10px;
}
.home-page .comment-client .comment-items .cmt-text::after {
  right: 24px;
  bottom: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home-page .comment-client .comment-items .cmt-authour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px 16px;
}
.home-page .comment-client .comment-items .cmt-authour .authour-thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #0374BC;
}
@media (max-width: 991px) {
  .home-page .comment-client .comment-items .cmt-authour .authour-thumb {
    width: 40px;
    height: 40px;
  }
}
.home-page .comment-client .comment-items .cmt-authour .authour-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.home-page .comment-client .comment-items .cmt-authour .authour-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 8px;
}
.home-page .comment-client .comment-items .cmt-authour .authour-info .authour-name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2px;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 220px;
}
.home-page .comment-client .comment-items .cmt-authour .authour-info .authour-address {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 12px;
}
.home-page .comment-client .comment-items .cmt-authour .authour-info .rate-vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #f7c800;
}
.home-page .comment-client .comment-items .cmt-authour .authour-info .rate-vote i {
  margin-right: 2px;
}
.home-page .comment-client .comment-items .arrow-down {
  display: block;
  text-align: right;
  height: 50px;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .home-page .comment-client .comment-items .arrow-down {
    height: 40px;
  }
}
.home-page .comment-client .comment-items .arrow-down::after {
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-top: 40px solid #fff;
  border-right: 50px solid transparent;
  border-bottom: 0;
  border-left: 30px solid transparent;
  -webkit-transform: rotate(-140deg);
          transform: rotate(-140deg);
  margin-top: -12px;
}
@media (max-width: 991px) {
  .home-page .comment-client .comment-items .arrow-down::after {
    border-top: 30px solid #fff;
    border-right: 30px solid transparent;
    border-bottom: 0;
    border-left: 30px solid transparent;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    margin-top: -10px;
  }
}

/***----- about-page -----***/
.about-page .about-banner img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .about-page .about-banner img {
    border-radius: 6px;
    min-height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.about-page .about-information {
  padding: 32px 48px 48px;
  font-size: 20px;
  font-weight: 500;
  color: #208FCA;
}
@media (max-width: 1366px) {
  .about-page .about-information {
    padding: 30px 50px 80px;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .about-page .about-information {
    padding: 20px 32px 50px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about-page .about-information {
    padding: 20px 16px 50px;
    font-size: 16px;
  }
}
.about-page .box-number {
  padding: 32px 48px 48px;
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  .about-page .box-number {
    padding: 24px 24px 32px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .about-page .box-number {
    padding: 24px 16px 32px;
  }
}
.about-page .box-number .title {
  margin-bottom: 48px;
}
.about-page .box-number .number-list {
  grid-gap: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
  .about-page .box-number .number-list {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.about-page .box-number .number-list li {
  background: -webkit-gradient(linear, left top, left bottom, from(#0374bc), color-stop(50%, #84a6ef), to(#0374bc));
  background: linear-gradient(to bottom, #0374bc 0%, #84a6ef 50%, #0374bc 100%);
  border-radius: 20px;
  padding: 6px;
}
@media (max-width: 991px) {
  .about-page .box-number .number-list li {
    padding: 3px;
    border-radius: 12px;
  }
}
.about-page .box-number .number-list li .statistical-number {
  background-color: #fff;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 32px 10px 12px;
  height: 100%;
  width: 100%;
  color: #0374BC;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1366px) {
  .about-page .box-number .number-list li .statistical-number {
    padding-top: 24px;
  }
}
@media (max-width: 991px) {
  .about-page .box-number .number-list li .statistical-number {
    padding: 16px 10px 12px;
    border-radius: 10px;
    font-size: 14px;
  }
}
.about-page .box-number .number-list li .statistical-number .statistical-label {
  display: block;
  line-height: 100%;
  height: 20px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .about-page .box-number .number-list li .statistical-number .statistical-label {
    height: 16px;
  }
}
.about-page .box-number .number-list li .statistical-number .number {
  font-size: 4.5vw;
  font-weight: 800;
  line-height: 85%;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1900px) {
  .about-page .box-number .number-list li .statistical-number .number {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .about-page .box-number .number-list li .statistical-number .number {
    font-size: 40px;
  }
}
.about-page .box-number .number-list li .statistical-number .number .number-sub {
  font-size: 18px;
  line-height: 100%;
}
@media (max-width: 1366px) {
  .about-page .box-number .number-list li .statistical-number .number .number-sub {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .about-page .box-number .number-list li .statistical-number .number .number-sub {
    font-size: 14px;
  }
}
.about-page .box-number .number-list li .statistical-number .statistical-text {
  line-height: 120%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
  margin: 0 auto;
}
.about-page .vision-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 200px;
}
@media (max-width: 1366px) {
  .about-page .vision-area {
    margin-bottom: 140px;
  }
}
@media (max-width: 991px) {
  .about-page .vision-area {
    margin-bottom: 100px;
  }
}
.about-page .vision-area .vision-info {
  width: 54%;
  padding-left: 80px;
}
@media (max-width: 1366px) {
  .about-page .vision-area .vision-info {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .about-page .vision-area .vision-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
  }
}
.about-page .vision-area .vision-info .vision-text {
  font-size: 20px;
  font-weight: 500;
  color: #208FCA;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-page .vision-area .vision-info .vision-text {
    font-size: 16px;
  }
}
.about-page .vision-area .vision-thumb {
  width: 39%;
  position: relative;
}
@media (max-width: 1199px) {
  .about-page .vision-area .vision-thumb {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .about-page .vision-area .vision-thumb {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
.about-page .vision-area .vision-thumb::after, .about-page .vision-area .vision-thumb::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0374bc), to(#52afea));
  background: linear-gradient(to bottom, #0374bc 1%, #52afea 100%);
  border-radius: 50%;
}
.about-page .vision-area .vision-thumb::after {
  width: 260px;
  height: 260px;
  right: -100px;
  top: -90px;
}
@media (max-width: 1900px) {
  .about-page .vision-area .vision-thumb::after {
    right: -50px;
  }
}
@media (max-width: 1366px) {
  .about-page .vision-area .vision-thumb::after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .about-page .vision-area .vision-thumb::after {
    right: -20px;
    top: -40px;
    width: 100px;
    height: 100px;
  }
}
.about-page .vision-area .vision-thumb::before {
  width: 180px;
  height: 180px;
  left: -50px;
  bottom: -70px;
}
@media (max-width: 1900px) {
  .about-page .vision-area .vision-thumb::before {
    left: -30px;
  }
}
@media (max-width: 1366px) {
  .about-page .vision-area .vision-thumb::before {
    width: 120px;
    height: 120px;
    bottom: -40px;
  }
}
@media (max-width: 1199px) {
  .about-page .vision-area .vision-thumb::before {
    width: 70px;
    height: 70px;
    bottom: -20px;
    left: -20px;
  }
}
.about-page .vision-area .vision-thumb .inner {
  position: relative;
  z-index: 5;
}
.about-page .vision-area .vision-thumb .inner::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0374bc), to(#52afea));
  background: linear-gradient(to bottom, #0374bc 1%, #52afea 100%);
  border-radius: 50%;
  width: 107px;
  height: 107px;
  right: -44px;
  bottom: -20px;
}
@media (max-width: 1900px) {
  .about-page .vision-area .vision-thumb .inner::before {
    right: -30px;
  }
}
@media (max-width: 1366px) {
  .about-page .vision-area .vision-thumb .inner::before {
    width: 50px;
    height: 50px;
    right: -10px;
    bottom: -10px;
  }
}
.about-page .mission-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 140px;
}
@media (max-width: 1366px) {
  .about-page .mission-area {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .about-page .mission-area {
    margin-bottom: 60px;
  }
}
.about-page .mission-area .mission-info {
  width: 55%;
  padding-right: 80px;
  text-align: right;
}
@media (max-width: 1366px) {
  .about-page .mission-area .mission-info {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .about-page .mission-area .mission-info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    text-align: left;
  }
}
.about-page .mission-area .mission-info .mission-text {
  font-size: 20px;
  font-weight: 500;
  color: #208FCA;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-page .mission-area .mission-info .mission-text {
    font-size: 16px;
  }
}
.about-page .mission-area .mission-thumb {
  width: 39%;
  position: relative;
}
@media (max-width: 1199px) {
  .about-page .mission-area .mission-thumb {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .about-page .mission-area .mission-thumb {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
}
.about-page .mission-area .mission-thumb::after, .about-page .mission-area .mission-thumb::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0374bc), to(#52afea));
  background: linear-gradient(to bottom, #0374bc 1%, #52afea 100%);
  border-radius: 50%;
}
.about-page .mission-area .mission-thumb::after {
  width: 260px;
  height: 260px;
  left: -100px;
  top: -90px;
}
@media (max-width: 1900px) {
  .about-page .mission-area .mission-thumb::after {
    left: -50px;
  }
}
@media (max-width: 1366px) {
  .about-page .mission-area .mission-thumb::after {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .about-page .mission-area .mission-thumb::after {
    left: -20px;
    top: -40px;
    width: 100px;
    height: 100px;
  }
}
.about-page .mission-area .mission-thumb::before {
  width: 180px;
  height: 180px;
  right: -50px;
  bottom: -70px;
}
@media (max-width: 1900px) {
  .about-page .mission-area .mission-thumb::before {
    right: -30px;
  }
}
@media (max-width: 1366px) {
  .about-page .mission-area .mission-thumb::before {
    width: 120px;
    height: 120px;
    bottom: -40px;
  }
}
@media (max-width: 1199px) {
  .about-page .mission-area .mission-thumb::before {
    width: 70px;
    height: 70px;
    bottom: -20px;
    right: -20px;
  }
}
.about-page .mission-area .mission-thumb .inner {
  position: relative;
  z-index: 5;
}
.about-page .mission-area .mission-thumb .inner::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0374bc), to(#52afea));
  background: linear-gradient(to bottom, #0374bc 1%, #52afea 100%);
  border-radius: 50%;
  width: 107px;
  height: 107px;
  left: -44px;
  bottom: -20px;
}
@media (max-width: 1900px) {
  .about-page .mission-area .mission-thumb .inner::before {
    right: -30px;
  }
}
@media (max-width: 1366px) {
  .about-page .mission-area .mission-thumb .inner::before {
    width: 50px;
    height: 50px;
    left: -10px;
    bottom: -10px;
  }
}
.about-page .guarantee-center {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .about-page .guarantee-center {
    margin-bottom: 40px;
  }
}
.about-page .guarantee-center .guarantee-box {
  margin: 0 auto;
  max-width: 1510px;
  padding: 32px 32px 48px;
}
@media (max-width: 991px) {
  .about-page .guarantee-center .guarantee-box {
    padding: 24px 16px 16px;
  }
}
.about-page .guarantee-center .guarantee-box .title-cmn {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .about-page .guarantee-center .guarantee-box .title-cmn {
    margin-bottom: 24px;
  }
}
.about-page .guarantee-center .guarantee-box .center-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.about-page .guarantee-center .guarantee-box .center-list li {
  width: 25%;
  padding: 0 3%;
  text-align: center;
}
@media (max-width: 1366px) {
  .about-page .guarantee-center .guarantee-box .center-list li {
    padding: 0 8px;
  }
}
@media (max-width: 991px) {
  .about-page .guarantee-center .guarantee-box .center-list li {
    padding: 0 2px;
  }
}
@media (max-width: 767px) {
  .about-page .guarantee-center .guarantee-box .center-list li {
    width: 50%;
    margin-bottom: 16px;
  }
}
.about-page .guarantee-center .guarantee-box .center-list li .number {
  font-size: 3.5vw;
  font-weight: 800;
  background: -webkit-gradient(linear, left top, right top, from(#0374BC), to(#0BA0FF));
  background: linear-gradient(to right, #0374BC, #0BA0FF);
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  line-height: 120%;
}
@media (min-width: 1700px) {
  .about-page .guarantee-center .guarantee-box .center-list li .number {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .about-page .guarantee-center .guarantee-box .center-list li .number {
    font-size: 32px;
  }
}
.about-page .guarantee-center .guarantee-box .center-list li .text {
  font-size: 18px;
  font-weight: 500;
  color: #0374BC;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 991px) {
  .about-page .guarantee-center .guarantee-box .center-list li .text {
    font-size: 14px;
  }
}
.about-page .banner-ads {
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .about-page .banner-ads {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .about-page .banner-ads {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .about-page .banner-ads {
    margin-bottom: 32px;
  }
}
.about-page .banner-ads img {
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  .about-page .banner-ads img {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 576px) {
  .about-page .banner-ads img {
    height: 160px;
  }
}

/***----- product-catalog-page -----***/
.product-catalog-page {
  padding-top: 0 !important;
}
.product-catalog-page .catalog-banner {
  margin-bottom: 32px;
}
.product-catalog-page .catalog-banner img {
  border-radius: 10px;
}
.product-catalog-page .brand-logo {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product-catalog-page .brand-logo {
    margin-bottom: 24px;
  }
}
.product-catalog-page .box-catalog-product {
  margin-top: 50px;
  padding: 32px 32px 48px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .product-catalog-page .box-catalog-product {
    padding: 32px 16px;
  }
}
.product-catalog-page .box-catalog-product .product-list {
  row-gap: 60px;
}
@media (max-width: 1366px) {
  .product-catalog-page .box-catalog-product .product-list {
    row-gap: 48px;
  }
}
@media (max-width: 991px) {
  .product-catalog-page .box-catalog-product .product-list {
    row-gap: 32px;
  }
}

/***----- news-page -----***/
.news-page .news-main {
  margin-bottom: 40px;
}
.news-page .news-items .news-thumb {
  margin-bottom: 16px;
}
.news-page .news-items .news-thumb img {
  width: 100%;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1900px) {
  .news-page .news-items .news-thumb img {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .news-page .news-items .news-thumb img {
    border-radius: 8px;
    height: auto;
  }
}
@media (max-width: 1366px) {
  .news-page .news-items .news-thumb {
    margin-bottom: 16px;
  }
}
.news-page .news-items .news-ctg {
  font-size: 16px;
  font-weight: 500;
  color: #0374BC;
  margin-bottom: 10px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .news-page .news-items .news-ctg {
    font-size: 14px;
  }
}
.news-page .news-items .news-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .news-page .news-items .news-title {
    font-size: 16px;
  }
}
.news-page .news-items .news-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page .news-items .news-title a:hover {
  color: #0374BC;
}
.news-page .news-items .news-desc {
  margin-bottom: 0;
  font-size: 14;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-page .news-items.news--big {
  padding-right: 3%;
}
@media (max-width: 1366px) {
  .news-page .news-items.news--big {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .news-page .news-items.news--big {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .news-page .news-items.news--big {
    position: relative;
  }
}
@media (max-width: 767px) {
  .news-page .news-items.news--big::after {
    content: "";
    width: calc(100% + 40px);
    position: absolute;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.07);
    left: -20px;
    bottom: 0;
  }
}
.news-page .news-items.news--big .news-thumb {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .news-page .news-items.news--big .news-thumb {
    margin-bottom: 16px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.news-page .news-items.news--big .news-thumb img {
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  height: 32vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1900px) {
  .news-page .news-items.news--big .news-thumb img {
    height: 640px;
  }
}
@media (max-width: 991px) {
  .news-page .news-items.news--big .news-thumb img {
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    height: auto;
  }
}
@media (max-width: 767px) {
  .news-page .news-items.news--big .news-thumb img {
    border-radius: 0;
  }
}
.news-page .news-items.news--big .news-ctg {
  font-size: 20px;
  margin-bottom: 16px;
}
@media (min-width: 1900px) {
  .news-page .news-items.news--big .news-ctg {
    font-size: 52px;
    margin-bottom: 32px;
  }
}
@media (max-width: 991px) {
  .news-page .news-items.news--big .news-ctg {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .news-page .news-items.news--big .news-ctg {
    font-size: 20px;
  }
}
.news-page .news-items.news--big .news-title {
  font-size: 32px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .news-page .news-items.news--big .news-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .news-page .news-items.news--big .news-title {
    font-size: 20px;
  }
}
.news-page .news-items.news--big .news-desc {
  font-size: 18px;
}
@media (max-width: 767px) {
  .news-page .news-items.news--big .news-desc {
    font-size: 16px;
  }
}
.news-page .news-list {
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .news-page .news-list {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .news-page .news-list {
    margin-bottom: 40px;
  }
}
.news-page .btn-view-more {
  background-color: #0374BC;
  font-size: 16px;
  padding: 10px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;
  margin: 0 auto;
  min-width: 210px;
  height: 48px;
  color: #fff;
}
@media (max-width: 1366px) {
  .news-page .btn-view-more {
    font-size: 18px;
    width: 180px;
  }
}
@media (max-width: 991px) {
  .news-page .btn-view-more {
    font-size: 16px;
  }
}

/***----- contact-page -----***/
.contact-page .contact-banner {
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .contact-page .contact-banner {
    margin-bottom: 40px;
  }
}
.contact-page .contact-banner img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .contact-page .contact-banner img {
    border-radius: 6px;
    min-height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact-page .contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  padding-bottom: 50px;
}
@media (max-width: 1366px) {
  .contact-page .contact-wrap {
    padding-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .contact-page .contact-wrap {
    padding-bottom: 25px;
  }
}
.contact-page .contact-wrap .company-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .contact-page .contact-wrap .company-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 16px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.contact-page .contact-wrap .company-info .box-shadow {
  padding: 32px;
}
@media (max-width: 991px) {
  .contact-page .contact-wrap .company-info .box-shadow {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-wrap .company-info .box-shadow {
    padding: 24px 16px;
  }
}
.contact-page .contact-wrap .company-info .company-addess {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 991px) {
  .contact-page .contact-wrap .company-info .company-addess {
    width: calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .contact-page .contact-wrap .company-info .company-addess {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contact-page .contact-wrap .company-info .company-open {
    width: calc(50% - 8px);
  }
}
@media (max-width: 767px) {
  .contact-page .contact-wrap .company-info .company-open {
    width: 100%;
  }
}
.contact-page .contact-wrap .company-info .info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.contact-page .contact-wrap .company-info .info-line:last-child {
  margin-bottom: 0;
}
.contact-page .contact-wrap .company-info .info-line .icon {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-page .contact-wrap .company-info .info-line .text {
  padding-left: 12px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contact-page .contact-wrap .company-info .info-line .text {
    font-size: 16px;
  }
}
.contact-page .contact-wrap .company-info .time-open li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
@media (max-width: 767px) {
  .contact-page .contact-wrap .company-info .time-open li {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.contact-page .contact-wrap .company-info .time-open li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-wrap .company-info .time-open li .time-label {
  width: 130px;
  display: block;
  font-weight: 600;
}
@media (max-width: 991px) {
  .contact-page .contact-wrap .company-info .time-open li .time-label {
    width: 110px;
  }
}
@media (max-width: 991px) {
  .contact-page .contact-wrap .company-info .time-open li .time-label {
    width: 90px;
  }
}
.contact-page .contact-wrap .company-info .time-open li .time-clock {
  padding-left: 8px;
}
.contact-page .contact-wrap .company-form {
  width: 54.5%;
  padding: 32px 32px 0 32px;
}
@media (max-width: 1366px) {
  .contact-page .contact-wrap .company-form {
    padding: 50px 40px 0 60px;
  }
}
@media (max-width: 1199px) {
  .contact-page .contact-wrap .company-form {
    padding: 32px 24px 0 24px;
  }
}
@media (max-width: 991px) {
  .contact-page .contact-wrap .company-form {
    padding: 32px 16px 0 16px;
    width: 100%;
  }
}
.contact-page .contact-wrap .company-form .form-group {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .contact-page .contact-wrap .company-form .form-group {
    margin-bottom: 16px;
  }
}
.contact-page .contact-wrap .company-form .form-floating .form-floating-label {
  padding-left: 20px;
}
.contact-page .contact-wrap .company-form .form-floating .form-control {
  background-color: #F3FBFF;
  height: 60px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}
.contact-page .contact-wrap .company-form .form-floating .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-page .contact-wrap .company-form .form-floating .form-textarea {
  height: 280px;
  resize: none;
}
@media (max-width: 991px) {
  .contact-page .contact-wrap .company-form .form-floating .form-textarea {
    height: 200px;
  }
}
.contact-page .contact-wrap .company-form .form-floating .form-textarea ~ .form-floating-label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-page .contact-wrap .company-form .form-floating-label {
  color: #666666;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .contact-page .contact-wrap .company-form .form-floating-label {
    font-size: 16px;
  }
}
.contact-page .contact-wrap .company-form .form-floating-label::after {
  display: none;
}
.contact-page .contact-wrap .company-form .form-floating-label .req {
  color: #FF3131;
}
.contact-page .contact-wrap .company-form .form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 10px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .contact-page .contact-wrap .company-form .form-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.contact-page .contact-wrap .company-form .form-button .btn-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border-radius: 50px;
  background-color: #0374BC;
  height: 50px;
  width: 240px;
}
@media (max-width: 991px) {
  .contact-page .contact-wrap .company-form .form-button .btn-send {
    font-size: 16px;
    width: 180px;
    height: 40px;
  }
}
.contact-page .contact-wrap .company-form .form-button .btn-send:hover {
  background-color: #005a93;
}
.contact-page .contact-wrap .flymail-thumb {
  text-align: center;
}
.contact-page .contact-wrap .flymail-thumb img {
  max-width: 190px;
}
@media (max-width: 991px) {
  .contact-page .contact-wrap .flymail-thumb img {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-wrap .flymail-thumb img {
    max-width: 100px;
  }
}
.contact-page .map-company {
  padding-top: 50px;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .contact-page .map-company {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .contact-page .map-company {
    padding-top: 25px;
    margin-bottom: 25px;
  }
}
.contact-page .map-company .title-cmn {
  margin-bottom: 24px;
}

/***----- product-page -----***/
.product-page {
  padding-top: 0 !important;
}
.product-page .product-control-view {
  position: absolute;
  left: 10px;
  z-index: 10;
  margin-top: 24px;
}
@media (max-width: 1500px) {
  .product-page .product-control-view {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .product-page .product-control-view {
    display: none;
  }
}
.product-page .product-control-view.fixed {
  top: 0;
  position: fixed;
}
.product-page .product-control-view li {
  font-size: 12px;
  text-align: center;
  margin-bottom: 16px;
  line-height: 110%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 1500px) {
  .product-page .product-control-view li {
    font-size: 10px;
  }
}
.product-page .product-control-view li:last-child {
  margin-bottom: 0;
}
.product-page .product-control-view li .btn-control {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.product-page .product-control-view li .btn-control .control-icon {
  line-height: 120%;
  margin: 0 auto;
  width: 52px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3px;
  padding: 4px 10px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media (max-width: 1500px) {
  .product-page .product-control-view li .btn-control .control-icon {
    width: 40px;
    height: 32px;
    border-radius: 6px;
    margin-bottom: 2px;
  }
}
.product-page .product-control-view li .btn-control .control-icon img {
  max-width: 20px;
}
.product-page .product-control-view li .btn-control:hover {
  color: #0374BC;
}
.product-page .product-control-view li .btn-control:hover .control-icon {
  border-color: #0374BC;
}
.product-page .product-detail-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.product-page .product-detail-wrap .box-shadow {
  border-radius: 10px;
}
.product-page .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.product-page .col-wrap .col-main {
  width: 58.5%;
}
@media (max-width: 767px) {
  .product-page .col-wrap .col-main {
    width: 100%;
  }
}
.product-page .col-wrap .col-bar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
}
@media (max-width: 1199px) {
  .product-page .col-wrap .col-bar {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .product-page .col-wrap .col-bar {
    display: none;
  }
}
.product-page .product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .product-page .product-gallery {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    position: relative;
    margin-bottom: 24px;
    padding-bottom: 70px;
  }
}
.product-page .product-gallery .gallery-thumbnail {
  height: 585px;
  position: relative;
  width: 84px;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .product-page .product-gallery .gallery-thumbnail {
    padding: 32px 0;
    height: 450px;
  }
}
@media (max-width: 767px) {
  .product-page .product-gallery .gallery-thumbnail {
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    margin-top: 10px;
  }
}
.product-page .product-gallery .gallery-thumbnail .swiper-slide-thumb-active {
  opacity: 0.7;
}
.product-page .product-gallery .gallery-thumbnail .swiper-button-prev,
.product-page .product-gallery .gallery-thumbnail .swiper-button-next {
  z-index: 5;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: calc(50% - 16px);
  z-index: 5;
}
@media (max-width: 767px) {
  .product-page .product-gallery .gallery-thumbnail .swiper-button-prev,
  .product-page .product-gallery .gallery-thumbnail .swiper-button-next {
    display: none;
  }
}
.product-page .product-gallery .gallery-thumbnail .swiper-button-prev::after,
.product-page .product-gallery .gallery-thumbnail .swiper-button-next::after {
  display: none;
}
.product-page .product-gallery .gallery-thumbnail .swiper-button-prev::before,
.product-page .product-gallery .gallery-thumbnail .swiper-button-next::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 26px;
  color: #666;
}
.product-page .product-gallery .gallery-thumbnail .swiper-button-prev {
  top: 0;
  margin: 0;
}
.product-page .product-gallery .gallery-thumbnail .swiper-button-prev::before {
  content: "\f077";
}
.product-page .product-gallery .gallery-thumbnail .swiper-button-next {
  bottom: 0;
  top: initial;
  margin: 0;
}
.product-page .product-gallery .gallery-thumbnail .swiper-button-next::before {
  content: "\f078";
}
.product-page .product-gallery .gallery-thumbnail .gallerySwiper-thumbnail {
  height: 100%;
}
.product-page .product-gallery .gallery-thumbnail .gallerySwiper-big {
  height: 585px;
}
.product-page .product-gallery .gallery-thumbnail .swiper-slide {
  height: 100%;
}
.product-page .product-gallery .gallery-thumbnail .swiper-slide img {
  display: block;
  width: 84px;
  height: 84px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .product-page .product-gallery .gallery-thumbnail .swiper-slide img {
    height: 60px;
    width: 60px;
  }
}
.product-page .product-gallery .gallery-view {
  width: calc(100% - 84px);
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .product-page .product-gallery .gallery-view {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .product-page .product-gallery .gallery-view {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.product-page .product-gallery .gallery-view .swiper-slide img {
  height: 585px;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .product-page .product-gallery .gallery-view .swiper-slide img {
    height: 450px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .product-page .product-gallery .gallery-view .swiper-slide img {
    height: 300px;
  }
}
.product-page .product-gallery .gallery-view .product-control {
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (max-width: 1199px) {
  .product-page .product-gallery .gallery-view .product-control {
    gap: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 767px) {
  .product-page .product-gallery .gallery-view .product-control {
    position: absolute;
    bottom: 0;
    width: 100%;
    gap: 10px;
  }
}
.product-page .product-gallery .gallery-view .product-control li {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  .product-page .product-gallery .gallery-view .product-control li {
    font-size: 10px;
  }
}
.product-page .product-gallery .gallery-view .product-control li .btn-control {
  margin-bottom: 5px;
  width: 60px;
  height: 46px;
  border-radius: 8px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .product-page .product-gallery .gallery-view .product-control li .btn-control {
    width: 40px;
    height: 32px;
    padding: 4px 8px;
    border-radius: 6px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .product-page .product-gallery .gallery-view .product-control li .btn-control {
    padding: 4px 11px;
  }
}
.product-page .product-gallery .gallery-view .product-control li .btn-control:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.product-page .box-title {
  font-size: 18px;
  font-weight: 700;
  color: #0374BC;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .product-page .box-title {
    font-size: 16px;
  }
}
.product-page .company-promise {
  padding: 20px 16px 20px;
  margin-bottom: 24px;
}
.product-page .company-promise .box-title {
  padding-left: 18px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .product-page .company-promise .box-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-page .company-promise .promise-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.product-page .company-promise .promise-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px 12px 18px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.6);
  width: 43%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .product-page .company-promise .promise-list li {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .product-page .company-promise .promise-list li {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
  }
}
.product-page .company-promise .promise-list li:nth-child(even) {
  width: 57%;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .product-page .company-promise .promise-list li:nth-child(even) {
    width: 100%;
    padding-left: 0;
  }
}
.product-page .company-promise .promise-list li:nth-child(3), .product-page .company-promise .promise-list li:nth-child(4) {
  border-bottom: none;
}
.product-page .company-promise .promise-list li .icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page .company-promise .promise-list li .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 12px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .product-page .company-promise .promise-list li .text {
    padding-left: 8px;
  }
}
.product-page .product-viewed {
  padding: 32px 32px 30px;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .product-page .product-viewed {
    padding: 24px 16px;
  }
}
.product-page .product-viewed .text-storty {
  text-align: right;
  font-size: 15px;
}
@media (max-width: 767px) {
  .product-page .product-viewed .text-storty {
    font-size: 13px;
  }
}
.product-page .product-viewed .text-storty .btn-delete-storty {
  color: rgba(0, 0, 0, 0.6);
}
.product-page .product-viewed .viewed-list {
  grid-gap: 24px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199px) {
  .product-page .product-viewed .viewed-list {
    grid-gap: 10px;
  }
}
@media (max-width: 767px) {
  .product-page .product-viewed .viewed-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-page .product-viewed .viewed-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 8px;
  border: 1px solid #CECECE;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .product-page .product-viewed .viewed-list li {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
}
.product-page .product-viewed .viewed-list li .btn-delete {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #8B9EB7;
  color: #fff;
  position: absolute;
  right: 8px;
  top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 9px;
  padding-bottom: 1px;
}
.product-page .product-viewed .viewed-list li .product-thumb {
  width: 79px;
  height: 79px;
}
.product-page .product-viewed .viewed-list li .product-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.product-page .product-viewed .viewed-list li .product-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .product-page .product-viewed .viewed-list li .product-info {
    padding-bottom: 0;
  }
}
.product-page .product-viewed .viewed-list li .product-info .product-name {
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 8px;
}
.product-page .product-viewed .viewed-list li .product-info .product-name a {
  color: #0374BC;
}
.product-page .product-viewed .viewed-list li .product-info .product-price {
  font-size: 15px;
  font-weight: 700;
  color: #FF3131;
}
.product-page .box-search-showroom {
  padding: 24px 32px 16px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .product-page .box-search-showroom {
    padding: 24px 16px 16px;
    margin-bottom: 16px;
  }
}
.product-page .box-search-showroom .search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-page .box-search-showroom .search-box .search-input {
  width: 44%;
  background-color: rgba(82, 175, 234, 0.13);
  border-radius: 8px;
  height: 40px;
  border: none;
  padding: 0 10px;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .product-page .box-search-showroom .search-box .search-input {
    border-radius: 6px;
  }
}
.product-page .box-search-showroom .search-box .search-input:focus {
  outline: none;
}
.product-page .box-search-showroom .search-box .search-input::-webkit-input-placeholder {
  color: #9DA2A6;
}
.product-page .box-search-showroom .search-box .search-input::-moz-placeholder {
  color: #9DA2A6;
}
.product-page .box-search-showroom .search-box .search-input:-ms-input-placeholder {
  color: #9DA2A6;
}
.product-page .box-search-showroom .search-box .search-input::-ms-input-placeholder {
  color: #9DA2A6;
}
.product-page .box-search-showroom .search-box .search-input::placeholder {
  color: #9DA2A6;
}
.product-page .box-search-showroom .search-box .search-btn {
  border-radius: 8px;
  min-width: 62px;
  width: 62px;
  height: 40px;
  background-color: #0374BC;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .product-page .box-search-showroom .search-box .search-btn {
    border-radius: 6px;
    font-size: 18px;
  }
}
.product-page .box-search-showroom .viewAll {
  font-size: 12px;
}
.product-page .box-search-showroom .list-showroom li {
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
@media (max-width: 1199px) {
  .product-page .box-search-showroom .list-showroom li {
    padding: 12px 0;
  }
}
.product-page .box-search-showroom .list-showroom li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .box-search-showroom .list-showroom li .location-icon {
  width: 24px;
}
.product-page .box-search-showroom .list-showroom li .showroom-info {
  padding-top: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 5px;
}
.product-page .box-search-showroom .list-showroom li .showroom-info .showroom-name {
  color: #0374BC;
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .product-page .box-search-showroom .list-showroom li .showroom-info .showroom-name {
    font-size: 16px;
  }
}
.product-page .box-search-showroom .list-showroom li .showroom-info .showroom-address {
  margin-bottom: 0;
  font-size: 12px;
  color: #9DA2A6;
}
.product-page .head-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
.product-page .head-info .head-info-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  font-size: 15px;
  gap: 8px;
}
.product-page .head-info .btn-product-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #0374BC;
}
.product-page .head-info .btn-product-compare img {
  margin-right: 8px;
}
.product-page .product-name-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}
@media (max-width: 1199px) {
  .product-page .product-name-title {
    margin-bottom: 16px;
  }
}
.product-page .product-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .product-page .product-rate {
    margin-bottom: 10px;
  }
}
.product-page .product-rate .rate-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  max-width: 50%;
}
@media (max-width: 767px) {
  .product-page .product-rate .rate-star {
    max-width: inherit;
    margin-right: 6px;
  }
}
.product-page .product-rate .rate-star img {
  max-width: 20%;
}
@media (max-width: 767px) {
  .product-page .product-rate .rate-star img {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-page .product-rate .rate-star img:first-child {
    display: block;
    max-width: 16px;
  }
}
.product-page .product-rate .rate-count {
  font-size: 12px;
}
.product-page .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 18px;
}
.product-page .price-box .price-number {
  font-size: 18px;
  font-weight: 500;
  color: #FF3131;
}
@media (max-width: 767px) {
  .product-page .price-box .price-number {
    font-size: 16px;
  }
}
.product-page .price-box .price-prepay {
  text-align: right;
}
.product-page .price-box .price-prepay .prepay-label {
  font-size: 11px;
  margin-bottom: 0;
}
.product-page .price-box .price-prepay .prepay-number {
  font-size: 13px;
  font-weight: 500;
}
.product-page .list-price {
  font-size: 18px;
  margin-bottom: 20px;
}
.product-page .list-price .text-label {
  font-size: 12px;
}
.product-page .group-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .product-page .group-button {
    margin-bottom: 16px;
  }
}
.product-page .group-button .button-endow,
.product-page .group-button .button-callback {
  width: calc(50% - 10px);
  height: 66px;
  background-color: #0374BC;
  color: white;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 8px;
}
@media (max-width: 767px) {
  .product-page .group-button .button-endow,
  .product-page .group-button .button-callback {
    width: calc(50% - 5px);
    padding: 10px 4px;
    border-radius: 6px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    height: auto;
  }
}
@media (max-width: 767px) {
  .product-page .group-button .button-endow .icon,
  .product-page .group-button .button-callback .icon {
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
  }
}
.product-page .group-button .button-endow .info,
.product-page .group-button .button-callback .info {
  padding-left: 6px;
}
@media (max-width: 1199px) {
  .product-page .group-button .button-endow .info,
  .product-page .group-button .button-callback .info {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-page .group-button .button-endow .info,
  .product-page .group-button .button-callback .info {
    font-size: 12px;
    width: 100%;
  }
}
.product-page .group-button .button-endow .info .text-sub,
.product-page .group-button .button-callback .info .text-sub {
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0;
}
.product-page .group-button .button-callback {
  border: 1px solid #0374BC;
  color: #0374BC;
  background-color: transparent;
}
.product-page .interest-company {
  border-radius: 10px;
  padding: 6px;
  background: linear-gradient(135deg, #208fca 0%, #0374bc 17%);
}
@media (max-width: 767px) {
  .product-page .interest-company {
    margin-bottom: 16px;
  }
}
.product-page .interest-company .interest-title {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  padding: 18px 32px;
  color: #fff;
}
@media (max-width: 1199px) {
  .product-page .interest-company .interest-title {
    font-size: 16px;
    padding: 16px 24px;
  }
}
.product-page .interest-company .interest-box {
  background-color: #fff;
  padding: 24px 12px;
  border-radius: 9px;
}
.product-page .interest-company .interest-list li {
  margin-bottom: 18px;
  font-size: 12px;
  background: url("../img/common/tick-circle.svg") no-repeat;
  background-position: 0 2px;
  padding-left: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.product-page .interest-company .interest-list li:last-child {
  margin-bottom: 0;
}
.product-page .ads-banner img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .product-page .ads-banner img {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
}
.product-page .promotion-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  margin-top: 24px;
}
.product-page .promotion-countdown .countdown-title {
  font-size: 22px;
  font-weight: 500;
  color: #FF3131;
  text-align: right;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .product-page .promotion-countdown .countdown-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-page .promotion-countdown .countdown-title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.product-page .promotion-countdown .countdown-times {
  gap: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page .promotion-countdown .countdown-times .times-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 60px;
  background-color: #0374BC;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.product-page .promotion-countdown .countdown-times .times-box .times-number {
  font-size: 27px;
  font-weight: 800;
  display: block;
  line-height: 100%;
}
.product-page .promotion-countdown .countdown-times .times-box .times-label {
  font-size: 13px;
}
.product-page .detail-parameter {
  padding: 42px 32px 46px;
}
@media (max-width: 1199px) {
  .product-page .detail-parameter {
    padding: 24px 16px;
  }
}
@media (max-width: 767px) {
  .product-page .detail-parameter {
    margin-bottom: 24px;
  }
}
.product-page .detail-parameter .box-title {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .product-page .detail-parameter .box-title {
    margin-bottom: 16px;
  }
}
.product-page .detail-parameter .box-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 30px);
  left: -15px;
  bottom: 0;
  background-color: rgba(47, 45, 45, 0.6);
  opacity: 0.6;
  height: 1px;
}
@media (max-width: 1199px) {
  .product-page .detail-parameter .box-title::after {
    width: 100%;
    left: 0;
  }
}
.product-page .detail-parameter .parameter-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  padding: 8px 10px;
}
@media (max-width: 1199px) {
  .product-page .detail-parameter .parameter-list li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .product-page .detail-parameter .parameter-list li {
    padding: 6px 0;
    font-size: 12px;
  }
}
.product-page .detail-parameter .parameter-list li .parameter-name {
  width: 135px;
}
@media (max-width: 767px) {
  .product-page .detail-parameter .parameter-list li .parameter-name {
    width: 110px;
  }
}
.product-page .detail-parameter .parameter-list li .parameter-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}
.product-page .btn-more {
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.product-page .detail-article {
  padding: 32px;
}
@media (max-width: 1199px) {
  .product-page .detail-article {
    padding: 24px 16px;
  }
}
.product-page .detail-article .box-title {
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .product-page .detail-article .box-title {
    margin-bottom: 24px;
  }
}
.product-page .detail-article .article-title {
  font-size: 24px;
  font-weight: 700;
  color: #0374BC;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .product-page .detail-article .article-title {
    font-size: 18px;
  }
}
.product-page .detail-article .article-view {
  position: relative;
  max-height: 410px;
  overflow: hidden;
}
.product-page .detail-article .article-view::after {
  width: 100%;
  height: 100px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.product-page .detail-article .article-text {
  font-size: 16px;
  margin-bottom: 12px;
}
.product-page .detail-article .article-text:last-child {
  margin-bottom: 0;
}
.product-page .box-product-other {
  padding: 60px 46px 64px;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .product-page .box-product-other {
    margin-bottom: 80px;
    padding: 50px 32px;
  }
}
@media (max-width: 1199px) {
  .product-page .box-product-other {
    padding: 32px 16px;
    margin-bottom: 48px;
  }
}
.product-page .box-product-other .box-title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .product-page .box-product-other .box-title {
    margin-bottom: 24px;
  }
}
.product-page .box-product-other .product-list {
  grid-gap: 20px;
}
@media (max-width: 1366px) {
  .product-page .box-product-other .product-list {
    grid-gap: 10px;
    row-gap: 24px;
  }
}
.product-page .box-product-other .product-items .product-info .product-name {
  font-size: 13px;
  font-weight: 500;
}
.product-page .box-product-other .product-items .product-info .product-rate .rate-star img {
  width: 16px;
}
.product-page .box-product-other .product-items .product-info .product-rate .rate-count {
  font-size: 10px;
}
.product-page .box-product-other .product-items .product-info .product-price {
  font-size: 13px;
}
.product-page .box-product-other .product-items .product-info .product-compare {
  padding-top: 18px;
}
.product-page .box-product-other .product-items .product-info .product-compare .btn-compare {
  font-size: 12px;
}
.product-page .box-product-other .product-items .product-info .product-compare .btn-compare img {
  width: 16px;
}
.product-page .comment-review {
  padding: 48px 32px 32px;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .product-page .comment-review {
    padding: 32px 24px;
  }
}
@media (max-width: 991px) {
  .product-page .comment-review {
    padding: 24px 16px;
  }
}
.product-page .comment-review .box-title {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .product-page .comment-review .box-title {
    margin-bottom: 24px;
  }
}
.product-page .comment-review .review-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .review-overview {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .product-page .comment-review .review-overview {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.product-page .comment-review .review-overview .overview-client {
  width: calc(28% - 8px);
}
@media (max-width: 767px) {
  .product-page .comment-review .review-overview .overview-client {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.product-page .comment-review .review-overview .overview-client .star-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .product-page .comment-review .review-overview .overview-client .star-overview {
    width: 100%;
  }
}
.product-page .comment-review .review-overview .overview-client .star-overview .icon {
  display: block;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .review-overview .overview-client .star-overview .icon {
    margin-right: 6px;
  }
}
.product-page .comment-review .review-overview .overview-client .star-overview .icon img {
  width: 30px;
}
.product-page .comment-review .review-overview .overview-client .star-overview .number-point .average-score {
  font-size: 32px;
  font-weight: 700;
  color: #292D32;
}
@media (max-width: 1199px) {
  .product-page .comment-review .review-overview .overview-client .star-overview .number-point .average-score {
    font-size: 24px;
  }
}
.product-page .comment-review .review-overview .overview-client .star-overview .number-point .total-vote {
  font-size: 16px;
  color: rgba(47, 45, 45, 0.6);
  margin-left: -2px;
}
.product-page .comment-review .review-overview .overview-client .total-satisfied {
  font-size: 20px;
  color: #292D32;
  line-height: 100%;
}
@media (max-width: 767px) {
  .product-page .comment-review .review-overview .overview-client .total-satisfied {
    font-size: 16px;
  }
}
.product-page .comment-review .review-overview .overview-client .total-vote {
  font-size: 18px;
  color: rgba(47, 45, 45, 0.6);
}
@media (max-width: 1199px) {
  .product-page .comment-review .review-overview .overview-client .total-vote {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-page .comment-review .review-overview .overview-client .total-vote {
    font-size: 14px;
  }
}
.product-page .comment-review .review-overview .overview-rate {
  width: calc(40% - 8px);
}
@media (max-width: 767px) {
  .product-page .comment-review .review-overview .overview-rate {
    width: 100%;
    margin-bottom: 24px;
  }
}
.product-page .comment-review .review-overview .overview-rate .rate-star li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .review-overview .overview-rate .rate-star li {
    margin-bottom: 8px;
  }
}
.product-page .comment-review .review-overview .overview-rate .rate-star li:last-child {
  margin-bottom: 0;
}
.product-page .comment-review .review-overview .overview-rate .rate-star li .rate-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page .comment-review .review-overview .overview-rate .rate-star li .rate-label .number-star {
  margin-right: 4px;
  display: block;
  font-size: 18px;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .product-page .comment-review .review-overview .overview-rate .rate-star li .rate-label .number-star {
    font-size: 16px;
  }
}
.product-page .comment-review .review-overview .overview-rate .rate-star li .rate-label img {
  width: 17px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.product-page .comment-review .review-overview .overview-rate .rate-star li .progress {
  height: 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 12px 0 6px;
  background-color: rgba(102, 102, 102, 0.2);
}
.product-page .comment-review .review-overview .overview-rate .rate-star li .progress-bar {
  background-color: #0374BC;
}
.product-page .comment-review .review-overview .overview-rate .rate-star li .count-percent {
  font-size: 18px;
  font-weight: 600;
  width: 70px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .review-overview .overview-rate .rate-star li .count-percent {
    font-size: 16px;
    width: 50px;
  }
}
.product-page .comment-review .review-overview .overview-thumbnail {
  width: calc(32% - 8px);
}
@media (max-width: 767px) {
  .product-page .comment-review .review-overview .overview-thumbnail {
    width: 100%;
  }
}
.product-page .comment-review .review-overview .overview-thumbnail .thumbnail-list {
  grid-gap: 5px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
.product-page .comment-review .review-overview .overview-thumbnail .thumbnail-list li .inner {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.product-page .comment-review .review-overview .overview-thumbnail .thumbnail-list li .inner .in {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.product-page .comment-review .review-overview .overview-thumbnail .thumbnail-list li .inner .in img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.product-page .comment-review .comment-list .comment-items {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}
@media (max-width: 991px) {
  .product-page .comment-review .comment-list .comment-items {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .comment-list .comment-items .comment-head {
    margin-bottom: 4px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-head .client-name {
  font-size: 22px;
  font-weight: 700;
  margin-right: 18px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .comment-list .comment-items .comment-head .client-name {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .product-page .comment-review .comment-list .comment-items .comment-head .client-name {
    font-size: 16px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 8px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-head .tick-buy {
  color: #0374BC;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .product-page .comment-review .comment-list .comment-items .comment-head .tick-buy {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-page .comment-review .comment-list .comment-items .comment-head .tick-buy {
    font-size: 14px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-head .tick-buy i {
  margin-right: 8px;
}
.product-page .comment-review .comment-list .comment-items .comment-body {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .comment-list .comment-items .comment-body {
    margin-bottom: 24px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-body .client-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .comment-list .comment-items .comment-body .client-selected {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .product-page .comment-review .comment-list .comment-items .comment-body .client-selected {
    margin-bottom: 16px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-body .client-selected .vote-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  position: relative;
}
@media (max-width: 1199px) {
  .product-page .comment-review .comment-list .comment-items .comment-body .client-selected .vote-star {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .product-page .comment-review .comment-list .comment-items .comment-body .client-selected .vote-star {
    width: auto;
    padding-right: 8px;
    margin-bottom: 4px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-body .client-selected .vote-star::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.72);
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}
@media (max-width: 767px) {
  .product-page .comment-review .comment-list .comment-items .comment-body .client-selected .vote-star::after {
    display: none;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-body .client-selected .vote-star img {
  width: 22px;
  margin-right: 3px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .comment-list .comment-items .comment-body .client-selected .vote-star img {
    width: 18px;
    margin-right: 2px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-body .client-selected .vote-star img:last-child {
  margin-right: 0;
}
.product-page .comment-review .comment-list .comment-items .comment-body .client-selected .refer-friend {
  font-size: 16px;
  padding-left: 12px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .comment-list .comment-items .comment-body .client-selected .refer-friend {
    font-size: 14px;
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  .product-page .comment-review .comment-list .comment-items .comment-body .client-selected .refer-friend {
    width: 100%;
    font-size: 14px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-body .client-selected .refer-friend .icon {
  color: #FF3131;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .comment-list .comment-items .comment-body .client-selected .refer-friend .icon {
    margin-right: 8px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-body .comment-text {
  font-size: 18px;
  color: #292D32;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .product-page .comment-review .comment-list .comment-items .comment-body .comment-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-page .comment-review .comment-list .comment-items .comment-body .comment-text {
    font-size: 14px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.product-page .comment-review .comment-list .comment-items .comment-footer .like-comment {
  width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-right: 48px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .comment-list .comment-items .comment-footer .like-comment {
    width: 120px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .product-page .comment-review .comment-list .comment-items .comment-footer .like-comment {
    margin-right: 0px;
    width: auto;
    padding-right: 8px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-footer .like-comment::after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.72);
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}
.product-page .comment-review .comment-list .comment-items .comment-footer .like-button {
  margin-right: 8px;
}
.product-page .comment-review .comment-list .comment-items .comment-footer .like-text {
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .product-page .comment-review .comment-list .comment-items .comment-footer .like-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .product-page .comment-review .comment-list .comment-items .comment-footer .like-text {
    font-size: 14px;
  }
}
.product-page .comment-review .comment-list .comment-items .comment-footer .used-time {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .product-page .comment-review .comment-list .comment-items .comment-footer .used-time {
    font-size: 14px;
    padding-left: 8px;
  }
}
.product-page .comment-review .group-button {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .product-page .comment-review .group-button {
    padding: 0;
  }
}
.product-page .comment-review .group-button .btn {
  width: calc(40% - 10px);
  max-width: 300px;
  height: 50px;
  border-radius: 10px;
  font-size: 18px;
}
@media (max-width: 1199px) {
  .product-page .comment-review .group-button .btn {
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .product-page .comment-review .group-button .btn {
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .product-page .comment-review .group-button .btn:last-child {
    margin-bottom: 0;
  }
}
.product-page .comment-review .group-button .btn.btn-viewAll {
  border: 1px solid #000;
  color: #292D32;
}
.product-page .comment-review .group-button .btn.btn-viewAll:hover {
  background-color: #333;
  color: #fff;
}
.product-page .comment-review .group-button .btn.btn-creatComment {
  background-color: #0374BC;
  color: #fff;
}
.product-page .comment-review .group-button .btn.btn-creatComment:hover {
  background-color: #005a93;
}