body {
  font-family: "db_helvethaica_x";
}

@media only screen and (min-width: 1600px) {
  .container {
    max-width: 1550px;
  }
}

section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.icons {
  display: flex;
  width: 24px;
  height: 24px;
}

.buttonControl {
  display: flex;
}
.buttonControl.boxCenter {
  justify-content: center;
  align-items: center;
}

.navBreadCrumb {
  display: flex;
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 2;
}
.navBreadCrumb .breadCrumb {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.navBreadCrumb .breadCrumb li {
  display: inline-flex;
  position: relative;
  color: #FFFFFF;
}
.navBreadCrumb .breadCrumb li::after {
  content: "/";
  display: inline-flex;
  margin: 0 10px;
}
.navBreadCrumb .breadCrumb li:last-child::after {
  display: none;
}
.navBreadCrumb .breadCrumb li a {
  color: #FFFFFF;
}
.navBreadCrumb .breadCrumb li a:hover {
  color: #FF7301;
}
.navBreadCrumb .breadCrumb li span {
  color: #FF7301;
}
.navBreadCrumb.themeDark .breadCrumb a {
  color: #373737;
}
.navBreadCrumb.themeDark .breadCrumb li::after {
  color: #373737;
}

.mainHeader {
  display: flex;
  position: relative;
  margin-bottom: -18px;
  z-index: 10;
  width: 100%;
}
.mainHeader .logo {
  display: flex;
  max-width: 200px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: #013ca6;
  margin-right: 100px;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
}
.mainHeader .logo img {
  width: 100%;
  max-width: 156px;
}
.mainHeader .innerHeader {
  display: flex;
  width: 100%;
  position: relative;
}
.mainHeader .innerHeader::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 18px;
  background: #002e8c;
  z-index: 0;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.15);
}
.mainHeader .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 5;
}
.mainHeader .mainMenu {
  display: flex;
  position: relative;
}
.mainHeader .mainMenu ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
.mainHeader .mainMenu ul li {
  display: flex;
  margin-right: 55px;
}
.mainHeader .mainMenu ul li:last-child {
  margin-right: 0;
}
.mainHeader .mainMenu ul li.active a, .mainHeader .mainMenu ul li:hover a {
  color: #FF7301;
}
.mainHeader .mainMenu ul li.active a::after, .mainHeader .mainMenu ul li:hover a::after {
  width: 28px;
}
.mainHeader .mainMenu ul li.active a {
  font-weight: bold;
}
.mainHeader .mainMenu ul li a {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  color: #FFFFFF;
  position: relative;
  padding-bottom: 12px;
  letter-spacing: 1px;
  letter-spacing: 1px;
  font-family: "db_helvethaica_x";
}
.mainHeader .mainMenu ul li a::after {
  content: "";
  position: absolute;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  bottom: 0;
  height: 4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background: #FF7301;
}
.mainHeader .navSocial {
  display: flex;
  margin-left: auto;
}
.mainHeader .navSocial ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
}
.mainHeader .navSocial ul li {
  display: flex;
  margin-right: 24px;
}
.mainHeader .navSocial ul li:last-child {
  margin-right: 0;
}
.mainHeader .navSocial ul li a {
  color: #FFFFFF;
}
.mainHeader .navSocial .icons svg path {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  fill: #FFFFFF;
}
.mainHeader .navSocial .icons:hover.icoLine svg path {
  fill: #00b900;
}
.mainHeader .navSocial .icons:hover.icoFacebook svg path {
  fill: #25b1ff;
}
.mainHeader .navSocial .icons:hover.icoYoutube svg path {
  fill: #ff0000;
}
.mainHeader .mainMenu,
.mainHeader .navSocial {
  margin-bottom: 20px;
}

.bannerSlider {
  position: relative;
}
.bannerSlider .item {
  position: relative;
}
.bannerSlider .captionBox {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bannerSlider .captionBox .buttonControl {
  margin-top: 70px;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot span {
  margin: 0 3px;
  background-color: #FFFFFF;
}
.owl-theme .owl-dots .owl-dot.active span {
  border: 1px solid #FFFFFF;
  background-color: transparent;
}

.scVideo {
  padding: 120px 0;
  background: url("../images/home/bg-vdo.jpg") center center no-repeat;
  background-size: cover;
}
.scVideo .videoWrapper {
  display: flex;
  align-items: stretch;
}
.scVideo .videoWrapper .videoBox {
  display: flex;
  max-width: 935px;
  width: 100%;
  align-self: flex-start;
  position: relative;
}
.scVideo .videoWrapper .videoBox .btnPlay {
  position: absolute;
  top: calc(50% - 39px);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
@media only screen and (min-width: 1200px) {
  .scVideo .videoWrapper .videoBox .btnPlay {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    opacity: 0;
  }
  .scVideo .videoWrapper .videoBox:hover .btnPlay {
    opacity: 1;
  }
}
.scVideo .videoWrapper .contentBox {
  display: flex;
  width: calc(100% - 935px);
  padding-left: 80px;
  flex-direction: column;
}
.scVideo .videoWrapper .fileVdo {
  display: flex;
  width: 100%;
}
.scVideo .videoWrapper .fileVdo video {
  width: 100%;
}
.scVideo .videoWrapper .controls {
  position: absolute;
  z-index: -9999;
  top: 0;
  left: 0;
}

.btnPlay {
  display: flex;
  width: 78px;
  justify-content: center;
  align-items: center;
  height: 78px;
  border-radius: 50%;
  background: #FF7301;
  cursor: pointer;
  box-shadow: 0 0 0 white;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 white;
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.scProduct {
  padding: 90px 0 150px;
}
.scProduct .cardProduct {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.scProduct .cardProduct:hover .imgBox img {
  transform: scale(1.05);
}
.scProduct .cardProduct:hover .contentBox::after {
  transform: rotate(180deg) scale(1.5);
}
.scProduct .cardProduct .imgBox {
  overflow: hidden;
  display: flex;
  margin-bottom: 30px;
}
.scProduct .cardProduct .imgBox img {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transform: scale(1);
}
.scProduct .cardProduct .contentBox {
  display: flex;
  padding-left: 40px;
  position: relative;
  flex-direction: column;
}
.scProduct .cardProduct .contentBox::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icons/ico-caret-up.svg") center center no-repeat;
  background-size: 12px auto;
  position: absolute;
  left: 8px;
  top: 6px;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  transform: rotate(0deg) scale(1);
}
.scProduct .cardProduct .contentBox .h-3 {
  margin-bottom: 16px;
}
.scProduct .cardProduct.cardReverse {
  padding-top: 60px;
}
.scProduct .cardProduct.cardReverse .imgBox {
  order: 2;
  margin-bottom: 0;
  margin-top: 30px;
}
.scProduct .cardProduct.cardReverse .contentBox {
  padding-left: 0;
  padding-bottom: 40px;
}
.scProduct .cardProduct.cardReverse .contentBox::after {
  background: url("../images/icons/ico-caret-down.svg") center center no-repeat;
  background-size: 12px auto;
  top: auto;
  bottom: 0;
}

.headTitle {
  display: flex;
  flex-direction: column;
}
.headTitle.textCenter {
  align-items: center;
}

.scKnowledge {
  display: flex;
  justify-content: space-between;
  overflow: visible;
}
.scKnowledge.pageDetail {
  padding: 80px 0 135px;
}
.scKnowledge .innerWrapper {
  display: flex;
  flex-direction: column;
}
.scKnowledge .sideKnowledge {
  display: flex;
  flex-direction: column;
  min-height: 930px;
  justify-content: flex-start;
  align-items: center;
  width: 680px;
  padding-top: 120px;
  background-color: #013CA6;
}
.scKnowledge .listMenu {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}
.scKnowledge .listMenu li {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.scKnowledge .listMenu li a {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  color: #FFFFFF;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.scKnowledge .listMenu li a:hover {
  color: #FF7301;
}
.scKnowledge .listMenu li a:hover .icons {
  border-color: #FF7301;
  background-color: #FF7301;
}
.scKnowledge .listMenu li .icons {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
}

.bodyKnowledge {
  display: flex;
  width: calc(100% - 680px);
  padding-left: 90px;
  background: #EFF4F9;
  justify-content: center;
  align-items: center;
}
.bodyKnowledge .cardKnowledge .buttonControl {
  position: relative;
  right: 0;
  margin-top: 10px;
}
.bodyKnowledge .cardKnowledge:hover .btnAnimate span {
  visibility: visible;
  margin-left: 0;
  opacity: 1;
}
.bodyKnowledge .cardKnowledge:hover .btnAnimate .icoArrowCircle {
  transform: rotate(360deg);
  background-image: url(../images/icons/ico-arrow-circle-active.svg);
}

.slideKnowledge {
  display: block;
  width: 100%;
  position: relative;
}
.slideKnowledge .buttonControl {
  position: absolute;
  right: 200px;
  bottom: 0;
  z-index: 5;
}
.slideKnowledge .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 80px;
  max-width: max-content;
}
.slideKnowledge .owl-carousel .owl-nav [class*=owl-] {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  display: flex;
  width: 64px;
  height: 64px;
  padding: 0;
  margin: 0 10px;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 50%;
}
.slideKnowledge .owl-carousel .owl-nav [class*=owl-] span {
  display: none;
}
.slideKnowledge .owl-carousel .owl-nav [class*=owl-]:hover {
  background-color: #013CA6;
}
.slideKnowledge .owl-carousel .owl-nav .owl-prev {
  background: url("../images/icons/arrow-prev.svg") center center no-repeat;
}
.slideKnowledge .owl-carousel .owl-nav .owl-next {
  background: url("../images/icons/arrow-next.svg") center center no-repeat;
}

.cardKnowledge {
  display: flex;
  flex-direction: column;
  width: 390px;
}
.cardKnowledge .innerCard {
  display: flex;
  flex-direction: column;
}
.cardKnowledge .innerCard:hover .imgBox img {
  transform: scale(1.05);
}
.cardKnowledge .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cardKnowledge .imgBox img {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transform: scale(1);
  align-self: center;
}
.cardKnowledge .titleBox {
  display: flex;
  margin-bottom: 10px;
  height: 5em;
  overflow: hidden;
  flex-direction: column;
}
.cardKnowledge .titleBox .label {
  display: flex;
  padding: 4px 10px;
  border-radius: 5px;
  max-width: max-content;
  margin-bottom: 20px;
}
.cardKnowledge .titleBox .label.bOrange {
  background-color: #fff0e2;
  color: #ff7301;
}
.cardKnowledge .titleBox .label.bBlue {
  background-color: #e7f0fe;
  color: #0047b6;
}
.cardKnowledge .titleBox .label.bRed {
  background-color: #ffe2e2;
  color: #ff6767;
}
.cardKnowledge .contentBox {
  display: flex;
  padding: 20px 38px;
  flex-direction: column;
  background-color: #FFFFFF;
}
.cardKnowledge .contentBox .dateBox {
  display: flex;
  padding-bottom: 20px;
  margin: 10px 0 24px;
  position: relative;
}
.cardKnowledge .contentBox .dateBox::after {
  content: "";
  height: 3px;
  width: 33px;
  background-color: #FF7301;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cardKnowledge .contentBox .con-2 {
  height: 5em;
  overflow: hidden;
}

.scNews {
  padding: 120px 0;
}
.scNews.pageDetail {
  padding: 80px 0 135px;
}
.scNews .newsWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.scNews .buttonControl {
  margin-top: 80px;
}

.cardNews {
  display: flex;
  padding: 0 20px;
  width: 33.333333%;
}
.cardNews .innerCard {
  display: flex;
  flex-direction: column;
}
.cardNews .innerCard:hover .imgBox img {
  transform: scale(1.05);
}
.cardNews .innerCard:hover .btnAnimate span {
  visibility: visible;
  margin-left: 0;
  opacity: 1;
}
.cardNews .innerCard:hover .btnAnimate .icoArrowCircle {
  transform: rotate(360deg);
  background-image: url(../images/icons/ico-arrow-circle-active.svg);
}
.cardNews .imgBox {
  overflow: hidden;
  position: relative;
}
.cardNews .imgBox .label {
  display: flex;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 20px;
  max-width: max-content;
  margin-bottom: 20px;
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 1;
}
.cardNews .imgBox .label.bOrange {
  background-color: rgba(249, 134, 1, 0.8);
  color: #FFFFFF;
}
.cardNews .imgBox .label.bBlue {
  background-color: rgba(0, 71, 182, 0.8);
  color: #FFFFFF;
}
.cardNews .imgBox .label.bRed {
  background-color: rgba(255, 103, 103, 0.8);
  color: #FFFFFF;
}
.cardNews .imgBox img {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  transform: scale(1);
}
.cardNews .contentBox {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  margin-top: -65px;
  position: relative;
  z-index: 1;
}
.cardNews .contentBox .dateBox {
  display: flex;
  border-radius: 5px 5px 0 0;
  background: #FFFFFF;
  width: max-content;
  padding: 10px 45px 0 20px;
  margin-left: auto;
  position: relative;
}
.cardNews .contentBox .dateBox::before {
  content: "";
  height: 100%;
  width: 40px;
  position: absolute;
  left: -12px;
  top: 0;
  border-radius: 5px 0 0 0;
  background: #FFFFFF;
  transform: skewX(-45deg);
  z-index: -1;
}
.cardNews .contentBox .innerBox {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 5px 0 5px 5px;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.cardNews .contentBox .innerBox .con-2 {
  height: 2.5em;
  overflow: hidden;
}
.cardNews .contentBox .titleBox {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 26px;
  height: 4em;
  overflow: hidden;
}
.cardNews .contentBox .titleBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 5px;
  background: #FF7301;
}
.cardNews .buttonControl {
  position: relative;
  right: 0;
  margin-top: 10px;
}
.cardNews .buttonControl .btn {
  overflow: visible;
}

.scQuestion {
  background: #EFF4F9;
  padding: 130px 0 160px;
}
.scQuestion.pageDetail .boxLeft {
  max-width: 100%;
}
.scQuestion .boxLeft {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
}
.scQuestion .boxLeft .headTitle {
  margin-bottom: 100px;
}
.scQuestion .boxLeft .headTitle > p {
  margin-bottom: 50px;
}
.scQuestion .boxLeft .buttonControl .btn {
  min-width: 174px;
  margin-right: 30px;
}
.scQuestion .boxLeft .buttonControl .btn:last-child {
  margin-right: 0;
}
.scQuestion .boxLeft .imgBox {
  max-width: 500px;
  width: 100%;
}
.scQuestion .boxLeft .imgBox img {
  width: 100%;
}
.scQuestion .boxRight {
  display: flex;
  flex-direction: column;
}
.scQuestion .questToggle {
  display: flex;
  flex-direction: column;
  max-width: 905px;
  width: 100%;
}
.scQuestion .questToggle .questList {
  display: flex;
  padding: 25px 45px;
  background: #f7f9fd;
  border-radius: 10px;
  flex-direction: column;
  cursor: pointer;
  margin-bottom: 28px;
}
.scQuestion .questToggle .questList.active .headBox::after {
  transform: rotate(180deg);
  background-image: url("../images/icons/ico-minus.svg");
}
.scQuestion .questToggle .questList.active .headBox .icons {
  transform: rotate(360deg);
  background-image: url("../images/icons/ico-communication-active.svg");
}
.scQuestion .questToggle .headBox {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.scQuestion .questToggle .headBox p {
  display: inline-block;
  width: calc(100% - 80px);
  padding: 0;
}
.scQuestion .questToggle .headBox::after {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 2px;
  background-image: url("../images/icons/ico-plus.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: rotate(0);
}
.scQuestion .questToggle .icons {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  margin-right: 40px;
  transform: rotate(0);
}
.scQuestion .questToggle .icoCommu {
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/ico-communication.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.scQuestion .questToggle .contentBox {
  display: none;
}
.scQuestion .questToggle .contentBox .innerContent {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-left: 65px;
}
.scQuestion .questToggle .contentBox ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 20px 0 40px;
}
.scQuestion .questToggle .contentBox ul li {
  display: flex;
  width: 100%;
  position: relative;
  padding-left: 25px;
}
.scQuestion .questToggle .contentBox ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 15px;
  background: #373737;
}
.scQuestion .questToggle .contentBox .videoBox {
  position: relative;
  display: flex;
  max-width: 470px;
  width: 100%;
}
.scQuestion .questToggle .contentBox .videoBox .btnPlay {
  width: 66px;
  height: 66px;
  position: absolute;
  top: calc(50% - 33px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.mainFooter {
  display: flex;
  width: 100%;
  flex-direction: column;
  overflow: hidden;
}
.mainFooter .menuWrapper {
  display: flex;
  width: 100%;
  padding: 20px 0 120px;
  background-color: #013CA6;
}
.mainFooter .container {
  display: flex;
}
.mainFooter .colsContact {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.mainFooter .colsContact .logo {
  max-width: 200px;
}
.mainFooter .colsContact .titleBox {
  display: flex;
  padding: 0;
  flex-direction: column;
  list-style: none;
  margin: 20px 0 40px;
}
.mainFooter .colsContact .titleBox li {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}
.mainFooter .colsContact .buttonControl {
  margin-top: 60px;
}
.mainFooter .colsContact .buttonControl .icons {
  width: 24px;
  height: 24px;
}
.mainFooter .colsMenu,
.mainFooter .colsAddress {
  padding-top: 60px;
}
.mainFooter .titleMenu {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 26px;
}
.mainFooter .titleMenu::after {
  content: "";
  width: 24px;
  height: 4px;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #FF7301;
}
.mainFooter .colsMenu {
  display: flex;
  width: 40%;
}
.mainFooter .colsMenu .listMenu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.mainFooter .colsMenu .listMenu li {
  display: flex;
  margin-bottom: 10px;
}
.mainFooter .colsMenu .listMenu li a {
  color: #FFFFFF;
  font-family: "kanitlight";
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
}
.mainFooter .colsMenu .listMenu li a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: 10px;
  background: #FFFFFF;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
}
.mainFooter .colsMenu .listMenu li a:hover {
  color: #FF7301;
}
.mainFooter .colsMenu .listMenu li a:hover::before {
  background: #FF7301;
}
.mainFooter .colsMenu .listMenu li:last-child {
  margin-bottom: 0;
}
.mainFooter .colsMenu .menuGroup {
  display: flex;
  flex-direction: column;
  width: 70%;
}
.mainFooter .colsMenu .menuGroup:last-child {
  width: 30%;
}
.mainFooter .colsAddress {
  display: flex;
  flex-direction: column;
  width: 30%;
  padding-left: 100px;
}
.mainFooter .colsAddress .mapsBox {
  max-width: 200px;
  padding: 10px;
  background: #FFFFFF;
  margin-bottom: 60px;
  box-shadow: 0px 82px 74px rgba(0, 0, 0, 0.12), 0px 18.3158px 16.5289px rgba(0, 0, 0, 0.0715329), 0px 5.45308px 4.92108px rgba(0, 0, 0, 0.0484671);
}
.mainFooter .colsAddress .callBox {
  margin-bottom: 32px;
}
.mainFooter .callBox {
  display: flex;
  align-items: flex-start;
}
.mainFooter .callBox .icons {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid #4a75b9;
  box-sizing: border-box;
  margin-right: 22px;
}
.mainFooter .callBox .txtBox {
  display: flex;
  flex-direction: column;
  width: calc(100% - 70px);
}
.mainFooter .copyRight {
  display: flex;
  background-color: #00368b;
  padding: 22px 0;
}
.mainFooter .copyRight .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainFooter .copyRight .terms {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainFooter .copyRight .terms li {
  display: flex;
  margin-right: 24px;
  padding-right: 24px;
  border-right: 1px solid #1a5bc0;
}
.mainFooter .copyRight .terms li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.mainFooter .copyRight .terms a {
  color: #FFFFFF;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
}
.mainFooter .copyRight .terms a:hover {
  color: #FF7301;
}

.scAllProduct {
  padding: 130px 0 280px;
  margin: 0 -20px;
}

.allProductWrapper {
  display: flex;
  flex-wrap: wrap;
}

.cardAllProduct {
  display: flex;
  padding: 0 20px;
  margin-bottom: 40px;
  width: 33.33333%;
}
.cardAllProduct .innerCard {
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
}
.cardAllProduct .innerCard:hover span {
  visibility: visible;
  margin-left: 0;
  opacity: 1;
}
.cardAllProduct .innerCard:hover .icoArrowCircle {
  transform: rotate(360deg);
  background-image: url("../images/icons/ico-arrow-circle-active.svg");
}
.cardAllProduct .innerCard:hover .imgBox img {
  transform: scale(1.05);
}
.cardAllProduct .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cardAllProduct .imgBox img {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  align-self: center;
  transform: scale(1);
}
.cardAllProduct .contentBox {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  flex: auto;
}
.cardAllProduct .contentBox .titleBox .h-3 {
  height: 2.3em;
  overflow: hidden;
  margin-bottom: 16px;
}
.cardAllProduct .contentBox .con-2 {
  height: 3.6em;
  margin-bottom: auto;
}
.cardAllProduct .buttonControl {
  margin-top: 15px;
}

.navTabsWrapper {
  display: flex;
  margin-top: -75px;
  margin-bottom: 125px;
  width: 100%;
  position: relative;
  z-index: 10;
}
.navTabsWrapper .nav-pills {
  display: flex;
  width: 100%;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
}
.navTabsWrapper .nav-pills .nav-item {
  display: flex;
  width: 25%;
}
.navTabsWrapper .nav-pills .nav-link {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  background: #FFFFFF;
  font-size: 28px;
  color: #373737;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 26px 30px;
  justify-content: center;
  border-radius: 0;
}
.navTabsWrapper .nav-pills .nav-link .icons {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #FF7301;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
  background-position: center center;
  background-repeat: no-repeat;
}
.navTabsWrapper .nav-pills .nav-link .icons svg path {
  fill: #FF7301;
}
.navTabsWrapper .nav-pills .nav-link.active {
  background: #FF7301;
  color: #FFFFFF;
}
.navTabsWrapper .nav-pills .nav-link.active .icons {
  border-color: #FFFFFF;
}
.navTabsWrapper .nav-pills .nav-link.active .icons svg path {
  fill: #FFFFFF;
}

.knowledgeSlider {
  position: relative;
}
.knowledgeSlider .item {
  position: relative;
}

.tabsContentWrapper .tab-pane {
  padding-bottom: 120px;
}
.tabsContentWrapper .knowledgeSlider .knowledgeContent {
  display: flex;
  overflow: hidden;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 100px;
}
.tabsContentWrapper .knowledgeSlider .bannerBox {
  display: flex;
  max-width: 900px;
  width: 100%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
}
.tabsContentWrapper .knowledgeSlider .bannerBox img {
  align-self: center;
}
.tabsContentWrapper .knowledgeSlider .contentBox {
  display: flex;
  width: calc(100% - 1000px);
  flex-direction: column;
}
.tabsContentWrapper .knowledgeSlider .contentBox .titleBox {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
}
.tabsContentWrapper .knowledgeSlider .contentBox .titleBox .label {
  display: flex;
  padding: 4px 10px;
  border-radius: 5px;
  max-width: max-content;
  margin-bottom: 20px;
}
.tabsContentWrapper .knowledgeSlider .contentBox .titleBox .label.bOrange {
  background-color: #fff0e2;
  color: #ff7301;
}
.tabsContentWrapper .knowledgeSlider .contentBox .titleBox .label.bBlue {
  background-color: #e7f0fe;
  color: #0047b6;
}
.tabsContentWrapper .knowledgeSlider .contentBox .titleBox .label.bRed {
  background-color: #ffe2e2;
  color: #ff6767;
}
.tabsContentWrapper .knowledgeSlider .contentBox .dateBox {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 32px;
}
.tabsContentWrapper .knowledgeSlider .contentBox .dateBox::after {
  content: "";
  width: 34px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #FF7301;
}
.tabsContentWrapper .knowledgeSlider .contentBox .buttonControl {
  margin-top: 60px;
}
.tabsContentWrapper .knowledgeSlider .owl-theme .owl-dots .owl-dot {
  outline: 0;
}
.tabsContentWrapper .knowledgeSlider .owl-theme .owl-dots .owl-dot span {
  border: 1px solid #013CA6;
  outline: 0;
}
.tabsContentWrapper .knowledgeSlider .owl-theme .owl-dots .owl-dot.active span {
  border-color: #013CA6;
  background-color: #013CA6;
}

.allKnowledgeWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 80px -20px;
}
.allKnowledgeWrapper .cardKnowledge {
  width: 33.333333%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.allKnowledgeWrapper .cardKnowledge .innerCard {
  border: 1px solid #eff4f9;
}
.allKnowledgeWrapper .cardKnowledge .buttonControl {
  position: relative;
  right: 0;
  margin-top: 10px;
}
.allKnowledgeWrapper .cardKnowledge:hover .btnAnimate span {
  visibility: visible;
  margin-left: 0;
  opacity: 1;
}
.allKnowledgeWrapper .cardKnowledge:hover .btnAnimate .icoArrowCircle {
  transform: rotate(360deg);
  background-image: url(../images/icons/ico-arrow-circle-active.svg);
}

.paginationWrapper {
  display: flex;
  align-items: center;
  margin: 0 auto;
  position: relative;
  justify-content: center;
  margin-top: 120px;
}
.paginationWrapper ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.paginationWrapper ul li {
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 17px;
  margin-right: 8px;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
}
.paginationWrapper ul li:last-child {
  margin-right: 0;
}
.paginationWrapper ul li .icons {
  width: 42px;
  height: 42px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF7301;
}
.paginationWrapper ul li .icons svg {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
}
.paginationWrapper ul li .dots {
  width: 42px;
  height: 42px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.paginationWrapper ul li .navPage {
  width: 42px;
  height: 42px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
  justify-content: center;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
}
.paginationWrapper ul li .navPage:hover, .paginationWrapper ul li .navPage.active {
  background-color: #013CA6;
  color: #FFFFFF;
}
.paginationWrapper ul .firstPage .navPage:hover,
.paginationWrapper ul .prevPage .navPage:hover,
.paginationWrapper ul .lastPage .navPage:hover,
.paginationWrapper ul .nextPage .navPage:hover {
  border-color: transparent;
  background-color: transparent;
}
.paginationWrapper ul .firstPage:hover,
.paginationWrapper ul .prevPage:hover,
.paginationWrapper ul .lastPage:hover,
.paginationWrapper ul .nextPage:hover {
  background-color: #FF7301;
}
.paginationWrapper ul .firstPage:hover svg path,
.paginationWrapper ul .prevPage:hover svg path,
.paginationWrapper ul .lastPage:hover svg path,
.paginationWrapper ul .nextPage:hover svg path {
  stroke: #FFFFFF;
}
.paginationWrapper .pageCurrent {
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}
.paginationWrapper .pageCurrent li {
  align-items: center;
  justify-content: center;
}
.paginationWrapper .pageCurrent li .form-control {
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  text-align: center;
}

.scDetail {
  padding: 50px 0 150px;
}
.scDetail .navBreadCrumb {
  position: relative;
  top: 0;
}
.scDetail .navBreadCrumb .breadCrumb a {
  color: #373737;
}
.scDetail .navBreadCrumb .breadCrumb li::after {
  color: #373737;
}
.scDetail .categoryWrapper {
  display: flex;
  align-items: center;
}
.scDetail .categoryWrapper .label {
  display: flex;
  padding: 4px 10px;
  border-radius: 5px;
  max-width: max-content;
  margin-left: 56px;
}
.scDetail .categoryWrapper .label.bOrange {
  background-color: #fff0e2;
  color: #ff7301;
}

.editorWrapper {
  display: flex;
  flex-direction: column;
  padding-top: 60px;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.editorWrapper .contentBox {
  display: flex;
  flex-direction: column;
}
.editorWrapper .thankyouBox {
  display: flex;
  padding-top: 56px;
  position: relative;
  flex-direction: column;
}
.editorWrapper .thankyouBox::before {
  content: "";
  width: 35px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  background: #FF7301;
}

.scBanner.pageDetail {
  padding-top: 0;
}
.scBanner .breadCrumb a {
  color: #373737;
}

.allNewsWrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 80px -20px 0;
}
.allNewsWrapper .cardNews {
  width: 33.333333%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.allNewsWrapper .cardNews .innerCard {
  position: relative;
}
.allNewsWrapper .cardNews .label {
  display: flex;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 20px;
  max-width: max-content;
  margin-bottom: 20px;
  position: absolute;
  top: 20px;
  left: 24px;
  z-index: 1;
}
.allNewsWrapper .cardNews .label.bOrange {
  background-color: rgba(249, 134, 1, 0.8);
  color: #FFFFFF;
}
.allNewsWrapper .cardNews .label.bBlue {
  background-color: rgba(0, 71, 182, 0.8);
  color: #FFFFFF;
}
.allNewsWrapper .cardNews .label.bRed {
  background-color: rgba(255, 103, 103, 0.8);
  color: #FFFFFF;
}

.scFaqs {
  padding: 150px 0;
  position: relative;
  background: white;
  background: linear-gradient(0deg, white 50%, #eaeff4 100%);
}
.scFaqs::after {
  content: "";
  width: 327px;
  height: 508px;
  background: url("../images/faqs/object-question.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 300px;
  top: 80px;
  z-index: -1;
}
.scFaqs .faqsWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.scFaqs .faqsWrapper .boxLeft {
  display: flex;
  flex-direction: column;
  max-width: 360px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.scFaqs .faqsWrapper .boxRight {
  display: flex;
  align-items: center;
  width: calc(100% - 480px);
}
.scFaqs .faqsWrapper .cardFaqsWrapper {
  display: flex;
  width: 100%;
  margin: 0 -24px;
  align-items: center;
}
.scFaqs .faqsWrapper .cardFaqsWrapper:hover .cardFaqs {
  bottom: 0;
}
.scFaqs .faqsWrapper .cardFaqsWrapper:hover .cardFaqs .innerCard .imgBox::before {
  opacity: 0;
}
.scFaqs .faqsWrapper .cardFaqs {
  display: flex;
  width: 33.33333%;
  padding: 0 24px;
  position: relative;
  bottom: 0;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
}
.scFaqs .faqsWrapper .cardFaqs:hover {
  bottom: 40px !important;
}
.scFaqs .faqsWrapper .cardFaqs:hover .innerCard .imgBox::before {
  opacity: 0.7 !important;
}
.scFaqs .faqsWrapper .cardFaqs .innerCard {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.scFaqs .faqsWrapper .cardFaqs .innerCard .imgBox {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.scFaqs .faqsWrapper .cardFaqs .innerCard .imgBox img {
  object-fit: contain;
  width: 100%;
  align-self: center;
}
.scFaqs .faqsWrapper .cardFaqs .innerCard .imgBox::before {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0047b6;
  opacity: 0;
  background: linear-gradient(0deg, #0047b6 0%, #0047b6 100%);
}
.scFaqs .faqsWrapper .cardFaqs .innerCard .captionBox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 40px 30px;
}
.scFaqs .faqsWrapper .cardFaqs .innerCard .captionBox > .icons {
  margin-bottom: 32px;
}
.scFaqs .faqsWrapper .cardFaqs .innerCard .captionBox .buttonControl {
  margin-top: 34px;
}

.scHelp {
  padding: 120px 0;
  background: url("../images/faqs/bg-help.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.scHelp .helpWrapper {
  flex-direction: column;
}
.scHelp .buttonControl {
  margin-top: 60px;
}

.scProductDetail {
  display: flex;
  padding: 140px 0;
}
.scProductDetail .productContact {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.scProductDetail .productContact .boxLeft {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
}
.scProductDetail .productContact .boxLeft .imgBox {
  display: flex;
  width: 100%;
  filter: drop-shadow(0px 82px 74px rgba(0, 0, 0, 0.12)) drop-shadow(0px 18.3158px 16.5289px rgba(0, 0, 0, 0.0715329)) drop-shadow(0px 5.45308px 4.92108px rgba(0, 0, 0, 0.0484671));
}
.scProductDetail .productContact .boxLeft .imgBox img {
  align-self: center;
}
.scProductDetail .productContact .boxRight {
  display: flex;
  flex-direction: column;
  max-width: 520px;
  width: 100%;
}
.scProductDetail .productContact .boxRight .contentBox {
  display: flex;
  flex-direction: column;
}
.scProductDetail .productContact .boxRight .contentBox h3 {
  margin-bottom: 58px;
}
.scProductDetail .productContact .boxRight .contentBox .buttonControl {
  margin-top: 70px;
}
.scProductDetail .productContact .boxRight .contentBox .buttonControl .btn + .btn {
  margin-left: 24px;
}

.scCredit {
  padding: 80px 0;
}
.scCredit > .container {
  max-width: 1760px;
}
.scCredit .creditWrapper {
  display: flex;
  align-items: center;
}
.scCredit .creditWrapper .boxLeft {
  display: flex;
  flex-direction: column;
  padding: 80px 80px 80px 100px;
  background: #e5edf5;
  max-width: 700px;
  min-height: 580px;
  width: 100%;
}
.scCredit .creditWrapper .boxRight {
  display: flex;
  max-width: 900px;
  width: 100%;
  margin-left: 64px;
}
.scCredit .creditWrapper .cardWrapper {
  display: flex;
  align-items: center;
  margin: 0 -32px;
}
.scCredit .creditWrapper .cardWrapper:hover .cardCredit {
  bottom: 0;
}
.scCredit .creditWrapper .cardWrapper:hover .cardCredit .innerCard .imgBox .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.cardCredit {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  display: flex;
  padding: 0 32px;
  bottom: 0;
  position: relative;
}
.cardCredit:hover {
  bottom: 40px !important;
}
.cardCredit:hover .innerCard .imgBox .overlay {
  background: rgba(1, 60, 166, 0.85) !important;
}
.cardCredit .innerCard {
  display: flex;
  flex-direction: column;
  width: 405px;
  position: relative;
}
.cardCredit .innerCard .imgBox {
  width: 100%;
  position: relative;
  box-shadow: 0px 82px 74px rgba(0, 0, 0, 0.12), 0px 18.3158px 16.5289px rgba(0, 0, 0, 0.0715329), 0px 5.45308px 4.92108px rgba(0, 0, 0, 0.0484671);
}
.cardCredit .innerCard .imgBox img {
  width: 100%;
  align-self: center;
}
.cardCredit .innerCard .imgBox .overlay {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
}
.cardCredit .innerCard .captionBox {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 46px 30px;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFFFFF;
}
.cardCredit .innerCard .captionBox .topBox {
  display: flex;
  flex-direction: column;
}
.cardCredit .innerCard .bottomBox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cardCredit .innerCard .price {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cardCredit .innerCard .price .numBox {
  font-size: 150px;
  line-height: 115px;
  margin-right: 4px;
}
.cardCredit .innerCard .price .txtBox {
  display: flex;
  flex-direction: column;
}

.scCondition {
  padding: 80px 0;
}

.conditionWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f4f6f8;
  padding: 50px 80px;
  margin-bottom: 16px;
}
.conditionWrapper .conditionList {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
}
.conditionWrapper .conditionList li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
.conditionWrapper .conditionList li .icons {
  margin-right: 25px;
}

.scRate {
  padding: 30px 0 150px;
}
.scRate .rateWrapper .imgBox {
  display: flex;
  max-width: 740px;
}
.scRate .rateWrapper .imgBox img {
  width: 100%;
  align-items: center;
}
.scRate .listWrapper {
  display: flex;
  flex-direction: column;
  max-width: 620px;
  margin-left: auto;
}
.scRate .listWrapper ul.rateList {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: column;
}
.scRate .listWrapper ul.rateList li {
  background: #f6f8fb;
  display: flex;
  justify-content: space-between;
  padding: 20px 60px;
}
.scRate .listWrapper ul.rateList li:nth-child(2n) {
  background: #FFFFFF;
}

.scDownload {
  background: #013CA6;
  padding: 80px 0 130px;
  position: relative;
}
.scDownload::after {
  content: "";
  width: 544px;
  height: 560px;
  position: absolute;
  right: 0;
  top: 50px;
  background: url("../images/product/object-folder.svg") center center no-repeat;
  background-size: cover;
  opacity: 0.08;
}
.scDownload .table {
  color: #FFFFFF;
  position: relative;
  z-index: 5;
}
.scDownload .table th,
.scDownload .table td {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  vertical-align: middle;
  border: 1px solid #0a58e6;
}
.scDownload .table .dateBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scDownload .table .dateBox .date {
  font-size: 42px;
  margin-right: 16px;
}
.scDownload .table .dateBox .month {
  font-weight: 100;
}
.scDownload .table-hover tbody tr {
  transition: all 0.35s ease-in-out 0s;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
}
.scDownload .table-hover tbody tr:hover {
  background-color: #FF7301;
  color: #FFFFFF;
}
.scDownload .table-hover tbody tr:hover th,
.scDownload .table-hover tbody tr:hover td {
  border-color: #FF7301;
}
.scDownload .table-hover tbody tr:hover .btnLight {
  color: #FFFFFF;
}
.scDownload .table-hover tbody tr:hover .btnLight .icoEye svg path {
  stroke: #FFFFFF;
}
.scDownload .table-hover tbody tr:hover .btnLight .icoDownload svg path {
  fill: #FFFFFF;
}
.scDownload .btnLight {
  margin: 0 auto;
}

.relatedProduct {
  padding: 120px 0 200px;
}
.relatedProduct .relatedWrapper {
  display: flex;
  margin: 0 -20px;
}

.toggleMenu {
  display: none;
  position: fixed;
  right: 15px;
  top: 18px;
  cursor: pointer;
}

.navHamburger {
  cursor: pointer;
  width: 30px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navHamburger.open span {
  background-color: #FF7301;
}

.navHamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navHamburger span:nth-child(1) {
  top: 0px;
}

.navHamburger span:nth-child(2),
.navHamburger span:nth-child(3) {
  top: 10px;
}

.navHamburger span:nth-child(4) {
  top: 20px;
}

.navHamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navHamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navHamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navHamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

body.openLang .select2-search--dropdown {
  display: none;
}
body.openLang .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f79727;
}
body.openLang .select2-results__option--selectable {
  text-align: center;
}
body.openLang .select2-container--open .select2-dropdown--below {
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
}

.mainHeader .langConrol {
  display: flex;
  align-self: center;
  margin-bottom: 20px;
  margin-left: 25px;
  padding-left: 15px;
  border-left: 1px solid #134dc4;
}
.mainHeader .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
.mainHeader .select2-container--default .select2-selection--single {
  background: none;
  border: none;
}
.mainHeader .select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 10px;
  height: 5px;
  border: none;
  background: url("../images/icons/ico-caretDown.svg") center center no-repeat;
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: 1440px;
  }

  .scKnowledge .sideKnowledge {
    width: 480px;
  }

  .bodyKnowledge {
    width: calc(100% - 480px);
  }

  .scProduct {
    padding: 90px 0;
  }

  .scAllProduct {
    padding: 90px 0;
  }

  .scProductDetail {
    padding: 90px 0;
  }

  .scProductDetail .productContact .boxLeft {
    max-width: 720px;
  }

  .relatedProduct {
    padding: 90px 0;
  }

  .mb-xl {
    margin-bottom: 60px;
  }

  .paginationWrapper {
    margin-top: 0;
  }

  .navTabsWrapper {
    margin-bottom: 85px;
  }

  .scKnowledge.pageDetail .allKnowledgeWrapper {
    margin-bottom: 0;
  }

  .cardNews .contentBox .titleBox {
    height: auto;
  }
  .cardNews .contentBox .titleBox h3 {
    height: 2.4em;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 1200px;
  }

  .scVideo .videoWrapper .videoBox {
    max-width: 50%;
  }

  .scVideo .videoWrapper .contentBox {
    width: 50%;
  }

  .mb-xl {
    margin-bottom: 48px;
  }

  .mb-l {
    margin-bottom: 35px;
  }

  .h-xxl {
    font-size: 80px;
    line-height: 85px;
    font-weight: 900;
    letter-spacing: 1px;
  }

  .h-xl {
    font-size: 68px;
    line-height: 72px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .h-lg {
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .h-md {
    font-size: 34px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .h-1 {
    font-size: 52px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .h-2 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .h-3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    letter-spacing: 1px;
  }

  .h-4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .con-1,
.con-2 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
  }

  .fKanit.con-5,
.fKanitB.con-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .scVideo,
.scNews {
    padding: 60px 0;
  }

  .scVideo {
    padding-top: 30px;
  }

  .scQuestion,
.scDownload {
    padding: 80px 0;
  }

  .scKnowledge .sideKnowledge {
    width: 400px;
  }

  .bodyKnowledge {
    width: calc(100% - 400px);
  }

  .mainFooter .colsAddress {
    padding-left: 30px;
  }

  .scProductDetail .productContact .boxLeft {
    max-width: 50%;
  }

  .scProductDetail .productContact .boxRight {
    max-width: 45%;
  }

  .scRate .rateWrapper .imgBox {
    max-width: 480px;
  }

  .scCredit .creditWrapper .boxLeft {
    padding: 60px;
  }

  .navTabsWrapper .nav-pills .nav-link {
    padding: 20px;
  }

  .navTabsWrapper {
    margin-top: -55px;
  }

  .tabsContentWrapper .knowledgeSlider .bannerBox {
    max-width: 50%;
    align-self: center;
  }

  .tabsContentWrapper .knowledgeSlider .contentBox {
    width: 45%;
  }

  .scFaqs .faqsWrapper .boxRight {
    width: calc(100% - 360px);
  }

  .mainHeader .logo {
    max-width: 180px;
    margin-right: 40px;
  }

  .cardKnowledge .titleBox {
    height: 4.4em;
  }
}
@media only screen and (max-width: 1200px) {
  body {
    padding-top: 55px;
  }

  .toggleMenu {
    display: flex;
    z-index: 20;
  }

  .mainHeader {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .mainHeader .container {
    position: static;
  }

  .mainHeader .logo {
    max-width: 100px;
    margin-right: 0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  }

  .mainHeader .mainMenu {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    z-index: -999;
    opacity: 0;
    transform: scale(1.5);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    background: #013CA6;
  }
  .mainHeader .mainMenu ul {
    flex-direction: column;
  }
  .mainHeader .mainMenu .navLink {
    font-size: 36px;
  }
  .mainHeader .mainMenu.active {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
  }

  .mainHeader .mainMenu ul li {
    margin: 0 auto 20px;
  }
  .mainHeader .mainMenu ul li:last-child {
    margin-right: auto;
  }

  .mainHeader .navSocial {
    margin: -18px 0 0 auto;
  }

  .mainHeader .langConrol {
    margin-right: 60px;
    margin-bottom: 15px;
  }

  .mainHeader .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 20px;
  }

  .cardNews .contentBox {
    margin-top: -42px;
    padding: 0 12px;
  }

  .cardNews .contentBox .innerBox {
    padding: 15px;
  }

  .cardNews .contentBox .dateBox {
    padding-right: 15px;
  }

  .scProduct .productWrapper {
    max-width: 900px;
    margin: 0 auto;
  }
  .scProduct .cardProduct {
    margin-bottom: 40px;
  }

  .scAllProduct {
    margin: 0;
  }

  .allProductWrapper {
    margin: 0 -20px;
  }
  .allProductWrapper .cardAllProduct {
    width: 50%;
  }

  .scCredit .creditWrapper {
    flex-wrap: wrap;
  }

  .scCredit .creditWrapper .boxLeft {
    max-width: 100%;
  }

  .scCredit .creditWrapper .boxLeft {
    min-height: auto;
    margin-bottom: 60px;
  }

  .navBreadCrumb .breadCrumb li a {
    white-space: nowrap;
  }

  .navBreadCrumb .breadCrumb li span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 400px;
  }

  .scFaqs .faqsWrapper {
    flex-direction: column;
  }
  .scFaqs .faqsWrapper .boxLeft {
    width: 100%;
    max-width: 100%;
  }

  .scFaqs .faqsWrapper .boxRight {
    width: 100%;
    margin-top: 30px;
  }

  .scFaqs::after {
    content: "";
    width: 200px;
    height: 400px;
    left: auto;
    right: 100px;
  }

  .openLang .select2-results__option--selectable {
    font-size: 20px;
  }

  .bannerSlider .captionBox h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .bannerSlider .captionBox .buttonControl {
    margin-top: 20px;
  }

  .bannerSlider .captionBox {
    padding-top: 50px;
  }

  .navTabsWrapper .nav-pills .nav-link .icons {
    margin-right: 15px;
  }

  .tabsContentWrapper .knowledgeSlider .contentBox .buttonControl {
    margin-top: 30px;
  }

  .scDetail .navBreadCrumb .container {
    padding: 0;
  }

  .editorWrapper {
    padding-top: 30px;
  }

  .scDetail {
    padding-bottom: 60px;
  }

  .headTitle .mb-m {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .mainFooter .container {
    flex-wrap: wrap;
  }

  .mainFooter .colsContact {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .mainFooter .colsContact .buttonControl {
    margin-top: 0;
  }

  .mainFooter .colsMenu {
    width: 70%;
  }

  .mainFooter .menuWrapper {
    padding: 40px 0;
  }

  .scVideo .videoWrapper {
    flex-wrap: wrap;
  }

  .scVideo .videoWrapper .videoBox {
    max-width: 100%;
  }

  .scVideo .videoWrapper .contentBox {
    width: 100%;
    padding: 40px;
  }

  .scProduct .cardProduct.cardReverse .imgBox {
    order: 0;
    margin-top: 0;
    margin-bottom: 30px;
  }

  .scProduct .cardProduct.cardReverse {
    padding-top: 0;
  }

  .scProduct .cardProduct.cardReverse .contentBox {
    padding-left: 40px;
    padding-bottom: 0;
  }

  .scProduct .cardProduct.cardReverse .contentBox::after {
    background: url(../images/icons/ico-caret-up.svg) center center no-repeat;
    background-size: 12px auto;
    top: 0;
    bottom: auto;
  }

  .scKnowledge {
    flex-direction: column;
  }

  .scKnowledge .sideKnowledge {
    width: 100%;
    min-height: auto;
    padding: 30px;
  }

  .bodyKnowledge {
    width: 100%;
    padding: 60px;
  }

  .scNews .newsWrapper {
    flex-direction: column;
  }
  .scNews .newsWrapper .cardNews {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 40px;
  }

  .scQuestion .boxLeft {
    margin-bottom: 60px;
  }
  .scQuestion .boxLeft .headTitle {
    margin-bottom: 30px;
  }

  .mainFooter .colsContact {
    flex-wrap: wrap;
  }

  .mainFooter .colsContact .buttonControl {
    margin: 0 auto;
  }

  .mainFooter .colsMenu {
    width: 100%;
  }

  .mainFooter .colsAddress {
    width: 100%;
  }

  .mainFooter .colsAddress .mapsBox {
    margin: 0 auto 40px;
  }

  .mainFooter .colsMenu .menuGroup {
    width: 60%;
  }

  .mainFooter .colsMenu .menuGroup:last-child {
    width: 40%;
  }

  .mainFooter .copyRight .container {
    align-items: center;
    justify-content: center;
  }
  .mainFooter .copyRight .container > p {
    margin-bottom: 10px;
  }

  .scKnowledge .innerWrapper .headTitle {
    margin-bottom: 0;
  }

  .slideKnowledge .buttonControl {
    right: 0;
  }

  .scBanner .bannerBox {
    height: 300px;
  }
  .scBanner .bannerBox img {
    object-fit: cover;
    height: 100%;
  }
  .scBanner.homePage .bannerBox {
    height: auto;
  }

  .scProductDetail .productContact {
    flex-direction: column;
  }

  .scProductDetail .productContact .boxLeft,
.scProductDetail .productContact .boxRight {
    max-width: 100%;
  }

  .scProductDetail .productContact .boxRight {
    padding: 40px;
  }

  .scRate .rateWrapper .imgBox {
    margin: 0 auto 40px;
  }

  .scRate .listWrapper {
    margin: 0 auto;
  }

  .cardCredit .innerCard {
    width: 305px;
  }

  .cardCredit .innerCard .price .numBox {
    font-size: 100px;
    line-height: 95px;
  }

  .cardCredit .innerCard .price .numBox .h-lg {
    font-size: 32px;
    line-height: 38px;
  }

  .cardCredit {
    padding: 0 20px;
  }

  .tabsContentWrapper .knowledgeSlider .knowledgeContent {
    flex-direction: column;
  }

  .tabsContentWrapper .knowledgeSlider .bannerBox {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .tabsContentWrapper .knowledgeSlider .contentBox {
    width: 100%;
    padding: 40px;
  }

  .allKnowledgeWrapper .cardKnowledge {
    width: 50%;
  }

  .paginationWrapper {
    flex-direction: column;
  }

  .paginationWrapper .pageCurrent {
    position: relative;
    margin-top: 30px;
  }

  .allNewsWrapper .cardNews {
    width: 50%;
  }

  .scQuestion .boxLeft {
    max-width: 100%;
  }

  .scQuestion .boxLeft .imgBox {
    margin: 0 auto;
  }

  .navBreadCrumb .breadCrumb li {
    font-size: 18px;
  }

  .scDownload .table th,
.scDownload .table td {
    white-space: nowrap;
  }

  .navTabsWrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .navTabsWrapper .nav-pills {
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .navTabsWrapper .nav-pills .nav-link {
    white-space: nowrap;
    padding: 10px 15px;
  }

  .navTabsWrapper .nav-pills .nav-item {
    width: auto;
  }

  .navTabsWrapper .nav-pills .nav-link .icons {
    width: 42px;
    height: 42px;
    margin-right: 10px;
  }

  .cardNews .contentBox .titleBox {
    height: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .h-xl {
    font-size: 48px;
    line-height: 52px;
  }

  .h-1 {
    font-size: 36px;
    line-height: 45px;
  }

  .h-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .mb-m {
    margin-bottom: 20px;
  }

  .cardKnowledge {
    width: 300px;
  }

  .bodyKnowledge {
    padding: 30px 15px;
  }

  .navBreadCrumb {
    position: relative;
    top: 0;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .navBreadCrumb .breadCrumb li a {
    color: #373737;
  }

  .navBreadCrumb .breadCrumb li::after {
    color: #373737;
  }

  .scProduct,
.scAllProduct {
    padding: 40px 0;
  }

  .allProductWrapper .cardAllProduct {
    width: 100%;
  }

  .mainFooter .colsMenu {
    flex-direction: column;
  }

  .mainFooter .colsMenu .menuGroup {
    width: 100%;
    margin-bottom: 30px;
  }

  .mainFooter .colsMenu .menuGroup:last-child {
    width: 100%;
  }

  .btn.btnPrimary {
    padding: 0 20px;
    font-size: 16px;
    height: 48px;
  }

  .btn.btnLine {
    height: 48px;
    font-size: 16px;
    padding: 0 20px;
  }

  .btnPlay {
    width: 60px;
    height: 60px;
  }

  .btn.btnOutline {
    font-size: 25px;
    padding: 0 20px;
    height: 48px;
  }

  .scQuestion .boxLeft .buttonControl .btn {
    min-width: inherit;
  }

  .scQuestion .questToggle .questList {
    padding: 20px 15px;
  }

  .mainFooter .colsContact .logo {
    margin: 0 auto;
    max-width: 150px;
  }

  .mainFooter .colsContact {
    justify-content: center;
  }

  .mainFooter .copyRight .terms a {
    font-size: 10px;
  }

  .mainHeader .mainMenu .navLink {
    font-size: 28px;
  }

  .allKnowledgeWrapper .cardKnowledge {
    width: 100%;
  }

  .cardKnowledge .contentBox {
    padding: 20px;
  }

  .paginationWrapper ul li .icons,
.paginationWrapper ul li .navPage {
    width: 32px;
    height: 32px;
  }

  .tabsContentWrapper .knowledgeSlider .contentBox {
    padding: 10px 0;
  }

  .paginationWrapper ul li {
    width: auto;
    margin-right: 4px;
  }

  .paginationWrapper .pageCurrent {
    padding-left: 0;
  }

  .allKnowledgeWrapper {
    margin-bottom: 0;
  }

  .navBreadCrumb .breadCrumb li span {
    max-width: 100px;
  }

  .editorWrapper {
    padding: 20px 0;
  }

  .allNewsWrapper .cardNews {
    width: 100%;
  }

  .scDetail {
    padding-bottom: 50px;
  }

  .scNews.pageDetail {
    padding: 50px 0;
  }

  .mb-xl {
    margin-bottom: 20px;
  }

  .scFaqs .faqsWrapper .cardFaqs {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px;
  }

  .scFaqs .faqsWrapper .cardFaqsWrapper {
    flex-wrap: wrap;
  }

  .scFaqs .faqsWrapper .cardFaqs:first-child {
    bottom: 0;
  }

  .scFaqs .faqsWrapper .boxRight {
    justify-content: center;
  }

  .scFaqs {
    padding: 60px 0;
  }

  .scQuestion .questToggle .icons {
    margin-right: 10px;
  }

  .scQuestion .questToggle .contentBox .innerContent {
    padding-left: 40px;
  }

  .scQuestion .questToggle .contentBox ul li {
    font-size: 18px;
  }

  .scQuestion .questToggle .contentBox ul li::before {
    top: 10px;
  }

  .scQuestion .questToggle .questList {
    padding: 20px 15px;
  }

  .scHelp {
    padding: 80px 0;
  }

  .mainFooter .colsContact {
    flex-direction: column;
  }

  .mainFooter .colsContact .buttonControl {
    margin-top: 20px;
  }

  .scVideo .videoWrapper .contentBox {
    padding: 20px 0;
  }

  .scKnowledge .listMenu li {
    margin-bottom: 24px;
  }

  .navTabsWrapper .nav-pills .nav-link {
    font-size: 18px;
  }

  .navTabsWrapper .nav-pills .nav-link .icons {
    width: 30px;
    height: 30px;
  }
  .navTabsWrapper .nav-pills .nav-link .icons svg {
    width: 18px;
  }

  .scProductDetail .productContact .boxRight {
    padding: 20px 0;
  }

  .scProductDetail .productContact .boxRight .contentBox .buttonControl {
    flex-direction: column;
    align-items: center;
  }
  .scProductDetail .productContact .boxRight .contentBox .buttonControl .btn {
    margin: 0 auto 15px;
    min-width: 200px;
  }
  .scProductDetail .productContact .boxRight .contentBox .buttonControl .btn + .btn {
    margin-left: auto;
  }

  .scCredit .creditWrapper .cardWrapper {
    flex-direction: column;
    margin: 0;
  }

  .scCredit .creditWrapper .boxRight {
    margin: 0 auto;
  }

  .conditionWrapper {
    padding: 20px;
  }

  .scCondition {
    padding: 60px 0;
  }

  .cardAllProduct {
    width: 100%;
    padding: 0;
  }

  .relatedProduct .relatedWrapper {
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .scProductDetail {
    padding: 60px 0;
  }

  .scProductDetail .productContact .boxRight .contentBox h3 {
    margin-bottom: 24px;
  }

  .scFaqs .faqsWrapper .cardFaqs {
    padding: 0;
  }

  .scCredit .creditWrapper .boxLeft {
    padding: 20px;
  }

  .scDetail {
    padding-top: 0;
  }

  .scKnowledge.pageDetail {
    padding: 60px 0;
  }

  .scDownload .table tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .scDownload .table th {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: none;
  }
  .scDownload .table th .dateBox .date {
    line-height: 45px;
  }
  .scDownload .table th .month {
    display: flex;
    flex-direction: row;
  }
  .scDownload .table td {
    display: flex;
    width: 100%;
  }
  .scDownload .table td p {
    word-wrap: break-word;
    white-space: normal;
  }
  .scDownload .table td:nth-child(3) {
    border-right: none;
  }
  .scDownload .table td:nth-child(3), .scDownload .table td:nth-child(4) {
    width: 50%;
    border-top: none;
  }
  .scDownload .table .btn {
    width: 50%;
  }

  .mainHeader .langConrol {
    margin-right: 40px;
    margin-left: 15px;
  }

  .mainHeader .navSocial ul li {
    margin-right: 5px;
    padding-left: 10px;
  }

  .bannerSlider .owl-theme .owl-dots {
    bottom: 10px;
  }

  .bannerSlider .captionBox {
    padding-top: 0;
  }

  .scQuestion .questToggle .headBox p {
    width: calc(100% - 60px);
    flex-wrap: nowrap;
  }

  .scQuestion.pageDetail .boxLeft {
    margin-bottom: 0;
  }

  .scQuestion .boxRight .questToggle .questList:last-child {
    margin-bottom: 0;
  }

  .slideKnowledge .owl-carousel .owl-nav [class*=owl-] {
    width: 44px;
    height: 44px;
    background-size: 100% auto;
  }

  .slideKnowledge .cardKnowledge .titleBox {
    height: 4em;
  }
  .slideKnowledge .cardKnowledge .contentBox .con-2 {
    height: 3.8em;
  }

  .cardNews .contentBox .titleBox {
    height: auto;
  }

  .tabsContentWrapper .cardKnowledge .titleBox,
.tabsContentWrapper .cardKnowledge .contentBox .con-2 {
    height: auto;
  }

  .cardAllProduct .contentBox .titleBox .h-3 {
    height: auto;
  }

  .cardAllProduct .contentBox .con-2 {
    height: auto;
  }

  .allProductWrapper {
    margin: 0;
  }

  .cardNews .contentBox .titleBox {
    height: auto;
  }
  .cardNews .contentBox .titleBox h3 {
    height: auto;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1200px) {
  .mainHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  body {
    padding-top: 108px;
  }
}
@media only screen and (max-width: 1200px) {
  body * {
    letter-spacing: unset !important;
  }
}
@media only screen and (max-width: 767px) {
  .h-1,
.h-2,
.h-3,
.h-4 {
    line-height: 1;
    letter-spacing: -1px !important;
  }

  .cardNews .contentBox .titleBox {
    height: auto;
  }
  .cardNews .contentBox .titleBox h3 {
    height: auto;
  }
}
@media only screen and (max-width: 320px) {
  .mainHeader .innerHeader::after {
    bottom: 0;
  }

  .mainHeader .navSocial {
    margin: 0;
  }

  .mainHeader .langConrol {
    margin-bottom: 0;
  }

  .toggleMenu {
    top: 12px;
  }
}
.scProduct .cardProduct .imgBox {
  height: 416px;
  max-height: inherit;
  display: flex;
}
.scProduct .cardProduct .imgBox img {
  width: 100%;
  object-fit: cover;
}

.scKnowledge .cardKnowledge .imgBox {
  height: 190px;
  max-height: inherit;
  display: flex;
}
.scKnowledge .cardKnowledge .imgBox img {
  width: 100%;
  object-fit: cover;
}

.cardNews .imgBox {
  height: 310px;
  max-height: inherit;
  display: flex;
}
.cardNews .imgBox img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1600px) {
  .cardNews .imgBox {
    height: 285px;
  }
}
@media only screen and (max-width: 1440px) {
  .cardNews .imgBox {
    height: 235px;
  }
}
@media only screen and (max-width: 1024px) {
  .cardNews .imgBox {
    height: 198px;
  }
}
@media only screen and (max-width: 991px) {
  .cardNews .imgBox {
    height: 390px;
  }
}

.scKnowledge .allKnowledgeWrapper .cardKnowledge .imgBox {
  height: 235px;
  max-height: inherit;
  display: flex;
}
.scKnowledge .allKnowledgeWrapper .cardKnowledge .imgBox img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1600px) {
  .scKnowledge .allKnowledgeWrapper .cardKnowledge .imgBox {
    height: 215px;
  }
}
@media only screen and (max-width: 1440px) {
  .scKnowledge .allKnowledgeWrapper .cardKnowledge .imgBox {
    height: 178px;
  }
}
@media only screen and (max-width: 1024px) {
  .scKnowledge .allKnowledgeWrapper .cardKnowledge .imgBox {
    height: 148px;
  }
}
@media only screen and (max-width: 991px) {
  .scKnowledge .allKnowledgeWrapper .cardKnowledge .imgBox {
    height: 170px;
  }
}

.cardAllProduct .imgBox {
  height: 316px;
  max-height: inherit;
  display: flex;
}
.cardAllProduct .imgBox img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1600px) {
  .cardAllProduct .imgBox {
    height: 290px;
  }
}
@media only screen and (max-width: 1440px) {
  .cardAllProduct .imgBox {
    height: 235px;
  }
}
@media only screen and (max-width: 1024px) {
  .cardAllProduct .imgBox {
    height: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .cardAllProduct .imgBox {
    height: 235px;
  }
}

.allNewsWrapper .cardNews .imgBox {
  height: 310px;
  max-height: inherit;
  display: flex;
}
.allNewsWrapper .cardNews .imgBox img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1600px) {
  .allNewsWrapper .cardNews .imgBox {
    height: 285px;
  }
}
@media only screen and (max-width: 1440px) {
  .allNewsWrapper .cardNews .imgBox {
    height: 235px;
  }
}
@media only screen and (max-width: 1024px) {
  .allNewsWrapper .cardNews .imgBox {
    height: 198px;
  }
}
@media only screen and (max-width: 991px) {
  .allNewsWrapper .cardNews .imgBox {
    height: 225px;
  }
}

.scBanner .vdoBanner {
  position: relative;
  padding-top: 40.63%;
}
.scBanner .vdoBanner iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.scVideo .vdoYoutube {
  position: relative;
  display: flex;
  padding-top: 56.15%;
}
.scVideo .vdoYoutube iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.tabsContentWrapper .knowledgeSlider .bannerBox {
  height: 445px;
  max-height: inherit;
  align-items: center;
}
.tabsContentWrapper .knowledgeSlider .bannerBox img {
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 1440px) {
  .tabsContentWrapper .knowledgeSlider .bannerBox {
    max-width: 58%;
    height: 380px;
  }

  .tabsContentWrapper .knowledgeSlider .contentBox {
    width: 38%;
  }
}
@media only screen and (max-width: 1200px) {
  .tabsContentWrapper .knowledgeSlider .bannerBox {
    height: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .tabsContentWrapper .knowledgeSlider .bannerBox {
    height: 300px;
    max-width: 600px;
  }

  .tabsContentWrapper .knowledgeSlider .contentBox {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .tabsContentWrapper .knowledgeSlider .bannerBox {
    height: 180px;
    max-width: 400px;
  }
}
.allNewsWrapper .cardNews .innerCard {
  width: 100%;
}