/* CSS for homepage - made by giaidieu.com on 17 Jun 2018 */
div.group-header-navi::after {
  content: '';
  background: url('../images/bgr.png') no-repeat scroll top center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 25%;
  opacity: 0.9;
}

#navigation .nav-list>li::after {
  height: 700px;
  left: -90%;
  top: -135px;
  width: 100px;
}

.header-block-navi-menu>.container {
  margin-bottom: 10px;
}

.col-lg-5.col-image {
  padding-top: 25px;
  max-height: 635px;
  overflow: hidden;
}

.header-block-navi-menu .menu-bars {
  width: 40px;
  height: 35px;
  background: transparent;
  border: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  outline: none;
}

.header-block-navi-menu .menu-bars span {
  position: relative;
  display: block;
  margin: auto;
  transition: .3s all ease;
}

.header-block-navi-menu .menu-bars span:after,
.header-block-navi-menu .menu-bars span:before,
.header-block-navi-menu .menu-bars span {
  width: 24px;
  height: 4px;
  background-color: #fff;
  backface-visibility: hidden;
  border-radius: 2px;
}

.nav-list li {
  z-index: 3;
}

.header-block-navi-menu .menu-bars span:before,
.header-block-navi-menu .menu-bars span:after {
  -webkit-transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}

.header-block-navi-menu .menu-bars span:after,
.header-block-navi-menu .menu-bars span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: .33s all ease;
}

.header-block-navi-menu .menu-bars span:after {
  top: 8px;
}

.header-block-navi-menu .menu-bars span:before {
  top: -8px;
}

.header-block-navi-menu .menu-bars.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.header-block-navi-menu .menu-bars.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}

.header-block-navi-menu .menu-bars.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

.header-block-navi-menu .menu-bars.active span:before,
.header-block-navi-menu .menu-bars.active span:after {
  top: 0;
  width: 15px;
}

.intl-tel-input .country-list .country {
  color: #333;
}

@media (min-width : 992px) {
  .header-block-navi-menu .menu-bars {
    display: none;
  }
}

@media (max-width : 992px) {
  .header-block-navi-menu .main-menu.active {
    left: 0;
    top: 80px;
    transition: 0.33s left cubic-bezier(0.785, 0.135, 0.15, 0.86), 0.33s top cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }

  .header-block-navi-menu .main-menu .navbar-nav {
    margin-right: 0;
    margin-left: 0;
    display: flex;
  }

  .header-block-navi-menu.sticky .main-menu {
    position: fixed;
    top: 68px;
  }
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  padding: 4px;
  justify-content: center;
}

.nav-list:before,
.nav-list:after {
  content: '';
  display: table;
  clear: both;
}

.nav-list li {
  width: 100%;
  float: left;
}

@media (min-width : 768px) {
  .nav-list li {
    width: calc(100% / 2);
  }
}

@media (min-width : 992px) {
  .nav-list li {
    width: calc((100% - 30px) / 3);
    margin: 4px;
  }
}

.nav-list li .box-content {
  background: rgba(60, 60, 60, 0.3);
  border-radius: 10px;
}

.nav-list .box-content {
  height: 400px;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

@media (max-width : 767px) {
  .nav-list .box-content {
    height: 400px;
  }
}

.nav-list .box-content:hover,
.nav-list .box-content.active {
  overflow: hidden;
}

.nav-list .box-content:hover .item-text span.desc,
.nav-list .box-content.active .item-text span.desc {
  opacity: 1;
  transition: all 0.5s;
  line-height: 1.7;
}

.nav-list .item-text span.desc {
  font-weight: 600;
  line-height: 0;
  color: #fff;
  margin-top: 25px;
  text-shadow: 0px 0px 0px #333, 1px 1px 1px #333;
  padding: 0 20px;
  font-size: 1.6rem;
  opacity: 0;
  transition: all 0.5s;
}

@keyframes showNav {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.nav-list .item-text .box-title {
  text-transform: uppercase;
  font-size: 4ch;
  line-height: 1;
  font-weight: bold;
  text-shadow: 0px 0px 0px #666, 1px 1px 1px #666;
  margin: 0;
  transition: all 0.5s;
}

.nav-list .box-content:hover .item-text .box-title,
.nav-list .box-content.active .item-text .box-title {
  font-size: 5ch;
  transition: all 0.5s;
}

.nav-list .item-overlay-img {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
}

.nav-list .item-overlay-img span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.3;
}

.nav-list .item-overlay-img img {
  width: 250px;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-list .item-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  text-decoration: none;
}

/* thiet ke web  thiet ke app */
.page-introduction h1.page-title {
  color: #29293a;
  line-height: 1.4;
}

#introduction .tab-content b {
  font-size: 1.6rem;
  color: #29293a;
}

#introduction #tab-list {
  border-bottom: 1px solid #ededed;
  max-width: 91.66667%;
}

#tab-list li:hover,
#tab-list li.active {
  color: #d94d4a;
}

#tab-list li.active {
  cursor: default;
}

#tab-list li {
  transition: 0.5s;
  font-size: 2.4rem;
  padding: 0 0 15px 0;
  margin-right: 60px;
  position: relative;
  cursor: pointer;
  font-weight: 500;
}

#tab-list li.active::after {
  width: 100%;
}

#tab-list li::after {
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: '';
  position: absolute;
  background: #d94d4a;
  transition: .22s ease;
}

#introduction .tab-content {
  padding-top: 35px;
  line-height: 1.6;
  min-height: 390px;
  max-width: 91.66667%;
}

body {
  margin-top: 0;
}

#introduction {
  position: relative;
}

.shell-wide {
  display: flex;
  justify-content: center;
}

/**/


/* sản phẩm */
.views-element-container.form-group .item-box.product-item.views-row {
  padding: 10px;
  transition: 0.2s;
  position: relative;
}

.views-field-field-screen-shot::after {
  content: '';
  background-color: #d94d4a;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s;
  border-radius: 20px;
}

.views-field-field-screen-shot {
  position: relative;
}

.item-box.product-item.views-row:hover .views-field-field-screen-shot::after {
  opacity: 0.8;
}

.views-element-container.form-group .views-field.views-field-nothing {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  right: 0;
  text-align: center;
  opacity: 0;
  transition: 0.3s;
}

/* .views-field.views-field-field-screen-shot img {
  width: 100%;
} */
.views-element-container.form-group .item-box.product-item.views-row .views-field.views-field-field-screen-shot img {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.item-box.product-item .domain {
  font-weight: 300;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: block;
}

.views-element-container.form-group .item-box.product-item.views-row:hover .views-field.views-field-nothing {
  opacity: 1;
  color: #fff;
  z-index: 9;
}

.views-element-container.form-group .title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 33px;
  letter-spacing: 0.3px;
  padding: 0 10px;
}

/**/


/* khách hàng */
.view-display-id-block_1 .view-content {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 10px;
  justify-content: center;
}

.view-display-id-block_1 .view-content .item-box {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/***/


/***** Lí do chọn *****/
#why-us .desc {
  font-size: 1.6rem;
  margin-right: 15px;
}

#why-us .title {
  display: flex;
  align-items: center;
}

#why-us {
  position: relative;
  color: #fff;
  padding: 0;
}

.why-us-wrapper .col-md-6:first-child {
  position: absolute;
  top: 0;
  left: -15px;
  width: 100%;
  z-index: -1;
  height: 100%;
}

.why-us-wrapper .col-md-6:last-child {
  float: right;
}

#why-us::before {
  top: 0px;
  opacity: .95;
  border-bottom: 1001px solid #d94d4a;
  border-left: 260px solid transparent;
  border-right: 0px solid transparent;
  right: 0;
}

#why-us-list {
  margin-left: 90px;
  width: 83%;
  margin-top: -25px;
}

#why-us-list li {
  padding-bottom: 40px;
}

#why-us-list li:last-of-type {
  padding-bottom: 0px;
}

/** end **/
/* */
.view-id-node_functions.view-display-id-block_2 {
  background-color: #f2f3f9;
}

.view-id-node_functions.view-display-id-block_2 .view-content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 7px;
}

/** **/
#why-us::before {
  width: 55%;
  position: absolute;
  overflow: hidden;
  border-top: 0px solid #d94d4a;
  content: '';
}

.why-choose-inner {
  transform: skew(-15deg);
  padding: 120px 0 70px;
}

.col-lg-5.col-image img {
  width: 100%;
}

.why-choose-inner .section-title,
.why-choose-inner .desc,
.why-choose-inner h6,
.why-choose-inner i {
  transform: skew(15deg);
}

/* partner */
.block-partners {
  background: #eaeaef;
  padding: 30px;
}

.block-partners .view-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .block-partners .col-5 {
    width: calc(100% / 5);
  }
}

h6.why-us-title {
  text-transform: uppercase;
  line-height: 35px;
  font-size: 1.8rem;
  display: inline-block;
  letter-spacing: 0.1em;
}

i.fa.why-us {
  font-size: 3.0rem;
  margin-right: 20px;
}

i.far.why-us {
  font-size: 3.0rem;
  margin-right: 20px;
}

i.fas.why-us {
  font-size: 3.0rem;
  margin-right: 20px;
}

p.read-more {
  margin-top: 20px;
}

div#header .row {
  margin-bottom: 25px;
}

.main-menu {
  align-items: center;
  height: 80px;
  width: 100%;
}



/*** RESPONSIVE ***/
@media (max-width: 1600px) {
  .why-us-wrapper .col-md-6:first-child {
    left: -170px;
  }
}

@media (max-width: 1440px) {
  .nav-list .box-content:hover .item-text .box-title,
  .nav-list .box-content.active .item-text .box-title {
    font-size: 4ch;
  }

  #introduction .tab-content {
    padding-top: 20px;
    min-height: 290px;
  }

  .nav-list .item-text .box-title {
    font-size: 3.5ch;
  }

  .why-us-wrapper .col-md-6:first-child {
    left: -235px;
  }

  .col-lg-5.col-image img {
    height: 100%;
    width: auto;
  }

  .col-lg-5.col-image {
    max-height: 575px;
    padding: 25px 0 0;
  }
}

@media (max-width: 1200px) {
  .why-us-wrapper .col-md-6:first-child {
    left: -200px;
  }

  .why-choose-inner {
    margin-right: 15px;
    padding: 80px 0 15px;
  }
}


@media only screen and (max-width: 1024px) {
  .page-node-type-webform div#main {
    overflow: hidden;
  }

  .nav-list .item-text span.desc {
    font-size: 1.5rem;
  }

  .view-id-node_functions.view-display-id-block_2 .view-content {
    grid-template-columns: repeat(3, 1fr);
  }

  .view-id-node_functions.view-display-id-block_2 .view-content .item-box.product-item.views-row:last-child {
    display: none;
  }
}

@media (max-width : 991px) {
  .nav-list li .box-content {
    margin: 5px;
  }

  /* #products .item-box.product-item {
    width: 50%;
    float: left;
  } */

  .why-us-wrapper .col-md-6:last-child {
    background: #d94d4a;
    padding: 0px 15px;
  }

  #why-us::before {
    content: none;
  }

  .why-choose-inner {
    transform: inherit;
  }

  .why-choose-inner .section-title,
  .why-choose-inner .desc,
  .why-choose-inner h6,
  .why-choose-inner i {
    transform: inherit;
  }

  #why-us-list {
    width: 80%;
    margin: auto;
  }

  .view-id-node_functions.view-display-id-block_2 .view-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width:820px) {
  .view-id-node_functions.view-display-id-block_2 .view-content .item-box.product-item.views-row:last-child {
    display: none;
  }
}

@media (min-width:1900px) {
  .view-display-id-block_2 {
    width: 1730px;
  }

  div#products .views-element-container.form-group {
    display: flex;
    justify-content: center;
    background-color: #f2f3f9;
  }
}

@media (max-width:810px) {
  #why-us-list {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 800px) {
  #why-us-list {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #why-us {
    padding-bottom: 0;
  }

  .nav-list .item-text .box-title {
    font-size: 3ch;
  }

  .nav-list .box-content:hover .item-text .box-title {
    font-size: 3.5ch;
  }
}

@media only screen and (max-width: 767px) {
  .nav-list li {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .view-display-id-block_1 .view-content {
    grid-template-columns: auto auto auto;
  }

  #tab-list li {
    font-size: 2.2rem;
  }

  .view-id-node_functions.view-display-id-block_2 .view-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .views-field.views-field-field-screen-shot img {
    width: 100%;
  }
}

@media only screen and (max-width: 515px) {
  #tab-list li {
    margin-right: 35px;
  }

  .nav-list li {
    width: 100%;
  }

  .nav-list .item-text span.desc {
    line-height: 1.7;
    opacity: 1;
    font-size: 1.6rem;
  }

  #tab-list li {
    margin-right: 30px;
  }

  div.divider {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .row.wrapper-block-landing p strong,
  .intro-title {
    font-size: 1.7rem;
  }

  #introduction .tab-content {
    max-width: 100%;
    text-align: justify;
  }

  .view-display-id-block_1 .view-content {
    grid-template-columns: 50% 50%;
  }

  #introduction #tab-list {
    max-width: 100%;
    display: flex;
    justify-content: space-around;
  }

  div#header .row {
    margin-bottom: 0px;
  }

  #why-us-list li {
    flex: 0 0 100%;
    padding: 20px 0px;
  }
}

@media only screen and (max-width: 414px) {

  #why-us-list li {
    padding: 20px 0px;
  }

  p.read-more {
    margin: 20px 0;
    text-align: center;
  }

  div.section-heading-wrapper h5 {
    font-size: 2rem;
  }

  #tab-list li {
    margin-right: 20px;
    font-size: 1.8rem;
  }

  #why-us-list {
    padding-left: 0;
  }

  #products .item-box.product-item {
    width: 100%;
  }

  .header-block-navi-menu .nav li {
    margin-bottom: 5px;
  }

  #why-us .desc {
    font-size: 1.5rem;
    margin-right: 0;
    text-align: justify;
  }

  .nav-list .item-text .box-title {
    font-size: 3.3rem;
  }

  .nav-list .box-content:hover .item-text .box-title {
    font-size: 3.4rem;
  }

  .view-id-node_functions.view-display-id-block_2 .view-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .views-field.views-field-field-screen-shot img {
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {

  /* .col-5.partners__img {
    flex: 0 0 19%;
  } */
  .view-id-node_functions.view-display-id-block_2 .view-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .views-field.views-field-field-screen-shot img {
    width: 100%;
  }

  .view-id-node_functions.view-display-id-block_2 .view-content .views-field-field-screen-shot {
    display: flex;
    justify-content: center;
  }

  .views-field-field-screen-shot::after {
    left: 18px;
    width: 320px;
  }
}

@media only screen and (max-width: 360px) {
  .views-field-field-screen-shot::after {
    left: 10px;
  }
}

@media only screen and (max-width: 320px) {
  #tab-list li {
    margin-right: 10px;
    font-size: 1.7rem;
    padding-bottom: 10px;
  }

  i.fa.why-us {
    font-size: 2.5rem;
  }

  h6.why-us-title {
    line-height: 24px;
    font-size: 1.6rem;
  }

  .view-id-node_functions.view-display-id-block_2 .view-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .views-field-field-screen-shot::after {
    left: 0;
    width: 100%;
  }

  .views-field.views-field-field-screen-shot img {
    width: 100%;
  }
}

#desc-gioi-thieu.tab-content {
  line-height: 2;
}

#desc-gioi-thieu p a {
  font-weight: bold;
}

#desc-gioi-thieu p a.ai-link {
  color: #00386b;
}