a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container {
  max-width: 1250px;
}
a:hover,
a:active,
a.active {
  text-decoration: none;
  outline: none;
  color: #18aad0 !important;
}
li {
  list-style-type: none;
}
textarea:focus,
input:focus,
.slick-initialized .slick-slide,
button {
  outline: none;
}
input,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body {
  background: #fff;
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  line-height: 23px;
  color: #000;
}
h1,
h2,
h3,
h1,
h2,
h3 {
  font-weight: 700;
}
b,
strong {
  font-weight: 700;
}
.des_tab {
  display: none !important;
}
.clearfix {
  clear: both;
  height: 1px;
  width: 100%;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 20px auto;
  text-align: center;
}
.aligncenter .title_line {
  margin-bottom: 20px;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 15px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px 0px 0px;
  font-style: italic;
}
.height_auto {
  height: auto !important;
}
img {
  max-width: 100%;
  height: auto;
}
.visible-tab {
  display: none;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  max-width: 100%;
}
.logo-h {
  z-index: 999;
}
button {
  cursor: pointer;
}

/******************** HEADER ******************/

#header {
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 10px;
  padding-bottom: 8px;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: relative;
}
.home-page #header {
  background-color: transparent;
  position: fixed;
}
#header.sticky {
  background: #fff;
  position: fixed;
}
#header .logo {
  width: 126px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#header.sticky .logo {
  width: 95px;
}
#header.sticky .logo-container {
  width: 119px;
  height: 65px;
}

#header .logo-white {
  display: none;
}

#header .main-menu-container {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header.sticky .main-menu-container {
  margin-top: 5px;
  margin-bottom: 5px;
}

#header .toggle-menu-container {
  color: #1b4774;
  line-height: 1;
  font-size: 20px;
  opacity: 0;
  transition: all ease 0.4s;
  margin-right: 0px;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
}

#header .toggle-menu {
  background: #0a7c96;
  border: none;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-left: 20px;
  position: relative;
  transition: all ease 0.6s;
}

#header .toggle-menu .line {
  position: absolute;
  left: 20%;
  right: 30%;
  height: 2px;
  background: #fff;
  transition: all ease 0.4s;
}

#header .toggle-menu .line:nth-last-of-type(1) {
  top: 30%;
}

#header .toggle-menu .line:nth-last-of-type(2) {
  top: 50%;
  left: 35%;
  right: 15%;
  transform: translateY(-50%);
}

#header .toggle-menu .line:nth-last-of-type(3) {
  bottom: 30%;
}

#header .toggle-menu:hover .line {
  left: 30%;
  right: 20%;
}

#header .toggle-menu:hover .line:nth-last-of-type(2) {
  left: 15%;
  right: 35%;
}

#header .mobile-logo-container,
#header .socials-mobile,
#header .close-btn-mobile {
  display: none;
}

#header .main-menu {
  margin-bottom: 0px;
  padding-left: 0px;
  float: left;
}
#header .main-menu-wrap {
  position: relative;
  z-index: 999;
}
#header .main-menu li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .main-menu a {
  color: #333333;
  padding: 0px 15px 0px;
  display: block;
  line-height: 27px;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  font-weight: 400;
}
#header .main-menu a:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #333333;
  position: absolute;
  right: -3px;
  top: 7px;
}
#header .main-menu li:last-child a:after {
  display: none;
}
#header .main-menu a.active,
#header .main-menu a:hover {
  color: #1da9cf;
}
#header .main-menu .current-menu-item a {
  color: #249fd4;
}
#header .hotline {
  float: right;
  position: relative;
  color: #249fd4;
  font-weight: 600;
}
.section.slider-top {
  padding: 0px;
  background: url(../images/banner.jpg) right top no-repeat;
  min-height: 630px;
  background-size: 66%;
  position: relative;
  display: flex;
  align-items: center;
}
.slider-top .t-banner {
  left: 0px;
  max-width: 440px;
  padding: 0px 15px;
}
.t-banner h1 {
  color: #249fd4;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}
.t-banner p {
  font-size: 17px;
  line-height: 28px;
}
.section.slider-top:before {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  left: -110px;
  background: #249fd4;
  content: "";
  bottom: -50px;
  position: absolute;
}

.section.slider-top .ico-star {
  position: absolute;
  max-width: 1250px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 50px;
}
.ico-star:after {
  width: 80px;
  height: 80px;
  right: 20px;
  content: "";
  bottom: -20px;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin infinite 5s linear;
  -webkit-animation: ico-spin 5s linear 0s infinite;
  -moz-animation: ico-spin 5s linear 0s infinite;
  -o-animation: ico-spin 5s linear 0s infinite;
}
.ico-star:before {
  width: 50px;
  height: 50px;
  left: 12%;
  content: "";
  top: -40px;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 2s linear 0s infinite;
  -webkit-animation: ico-spin 2s linear 0s infinite;
  -moz-animation: ico-spin 2s linear 0s infinite;
  -o-animation: ico-spin 2s linear 0s infinite;
}

.section.slider-top .ico-star2 {
  position: absolute;
  max-width: 1250px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0px;
  height: 100%;
}
.section.slider-top .ico-star2:before {
  width: 50px;
  height: 50px;
  left: 34%;
  content: "";
  top: 98px;
  position: absolute;
  background: url(../images/ico-banner-b-1.svg) right top no-repeat;
  animation: ico-spin 2s linear 0s infinite;
  -webkit-animation: ico-spin 2s linear 0s infinite;
  -moz-animation: ico-spin 2s linear 0s infinite;
  -o-animation: ico-spin 2s linear 0s infinite;
}
.section.slider-top .ico-star2:after {
  width: 80px;
  height: 80px;
  left: 41%;
  content: "";
  bottom: 40px;
  position: absolute;
  background: url(../images/ico-banner-b-1-1.svg) right top no-repeat;
  animation: ico-spin 5s linear 0s infinite;
  -webkit-animation: ico-spin 5s linear 0s infinite;
  -moz-animation: ico-spin 5s linear 0s infinite;
  -o-animation: ico-spin 5s linear 0s infinite;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes ico-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
/* Standard syntax */
@keyframes ico-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}

.phonering-alo-ph-img-circle {
  width: 20px;
  height: 20px;
  top: 1px;
  left: -27px;
  position: absolute;
  background: url(../images/phone.svg) no-repeat 0px center;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-size: 18px;
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
  -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
  animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,
.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
  background-color: #00aff2;
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover
  .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
  background-color: #6a0032;
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
  background-color: #015643;
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover
  .phonering-alo-ph-img-circle,
.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
  background-color: #ccc;
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
  background-color: #75eb50;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

/*END HEADER*/
.section {
  padding: 60px 0px;
}
.project__slider__item {
  position: relative;
  overflow: hidden;
}
.project__slider__item .thumb {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 15px;
}
.project__slider__item .thumb:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 78, 136);
  background: -moz-linear-gradient(
    0deg,
    rgba(55, 183, 235, 1) 0%,
    rgba(55, 183, 235, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(55, 183, 235, 1) 0%,
    rgba(55, 183, 235, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(55, 183, 235, 1) 0%,
    rgba(55, 183, 235, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#249fd4",endColorstr="#249fd4",GradientType=1);
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  pointer-events: none;
  transform: translateY(0%);
}
.project__slider__item .thumb:hover:before {
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 78, 136);
  background: -moz-linear-gradient(
    0deg,
    rgba(55, 183, 235, 1) 0%,
    rgba(55, 183, 235, 0) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(55, 183, 235, 1) 0%,
    rgba(55, 183, 235, 0) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(38 122 156) 0%,
    rgba(55, 183, 235, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#249fd4",endColorstr="#249fd4",GradientType=1);
}
.project__slider__item .desc {
  position: absolute;
  top: 60%;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0px 25px;
}
.project__slider__item:hover .desc {
  top: 56%;
}
.project__slider__item h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.project__slider__item .desc p {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.section-experience .container {
  position: relative;
}
.section-experience .container:before {
  width: 40px;
  height: 40px;
  left: -40px;
  content: "";
  top: 60%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}

.title-section {
  text-transform: uppercase;
  font-weight: 600;
  color: #249fd4;
  margin-bottom: 50px;
}
/*ABOUT*/
.section.detail-page {
  padding: 80px 0px 0px;
  overflow: hidden;
}
.banner-page {
  padding: 0px;
  background: url(../images/banner-page.jpg) center top no-repeat;
  min-height: 248px;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}

.breadcrumb-page {
  text-align: center;
  margin: auto;
  color: #fff;
  position: relative;
  z-index: 50;
  padding: 0px 15px;
}
.breadcrumb-page h1,
.breadcrumb-page h2 {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 40px;
}
.breadcrumb-page span {
  padding-right: 25px;
  position: relative;
  margin-right: 15px;
}
.breadcrumb-page span:after {
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  top: 9px;
  right: 0px;
  border-radius: 50%;
  background: #fff;
}
.breadcrumb-page span:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.breadcrumb-page span:last-child:after {
  display: none;
}
.breadcrumb-page p {
  margin-bottom: 0px;
}
.banner-page .ico-star:before {
  width: 55px;
  height: 55px;
  left: 2%;
  content: "";
  bottom: 2%;
  position: absolute;
  background: url(../images/ico-b1.svg) right top no-repeat;
  animation: ico-spin 3s linear 0s infinite;
  -webkit-animation: ico-spin 3s linear 0s infinite;
  -moz-animation: ico-spin 3s linear 0s infinite;
  -o-animation: ico-spin 3s linear 0s infinite;
  top: auto;
}

.banner-page .ico-star:after {
  width: 80px;
  height: 80px;
  left: 24%;
  content: "";
  bottom: 17%;
  position: absolute;
  opacity: 0.1;
  background: url(../images/ico-b1.svg) right top no-repeat;
  animation: ico-spin infinite 5s linear;
  -webkit-animation: ico-spin 5s linear 0s infinite;
  -moz-animation: ico-spin 5s linear 0s infinite;
  -o-animation: ico-spin 5s linear 0s infinite;
}

.banner-page .ico-star2:before {
  width: 55px;
  height: 55px;
  left: 30%;
  content: "";
  top: 18%;
  position: absolute;
  opacity: 0.45;
  background: url(../images/ico-b1.svg) right top no-repeat;
  animation: ico-spin infinite 5s linear;
  -webkit-animation: ico-spin 5s linear 0s infinite;
  -moz-animation: ico-spin 5s linear 0s infinite;
  -o-animation: ico-spin 5s linear 0s infinite;
}
.banner-page .ico-star2:after {
  width: 90px;
  height: 90px;
  right: 3%;
  content: "";
  bottom: 20%;
  position: absolute;
  background: url(../images/ico-b2.svg) right top no-repeat;
  animation: ico-spin infinite 5s linear;
  -webkit-animation: ico-spin 5s linear 0s infinite;
  -moz-animation: ico-spin 5s linear 0s infinite;
  -o-animation: ico-spin 5s linear 0s infinite;
}

.title-s {
  text-transform: uppercase;
  font-weight: 700;
  color: #0992c9;
  margin-bottom: 20px;
}
.des-ab {
  width: 80%;
  margin-bottom: 30px;
}
.who-we-are .container {
  position: relative;
}
.who-we-are .container:after {
  width: 55px;
  height: 55px;
  right: 1%;
  content: "";
  top: 9%;
  position: absolute;
  background: url(../images/ico-b1.svg) right top no-repeat;
  animation: ico-spin infinite 5s linear;
  -webkit-animation: ico-spin 5s linear 0s infinite;
  -moz-animation: ico-spin 5s linear 0s infinite;
  -o-animation: ico-spin 5s linear 0s infinite;
}

.detail-page .project__slider__item .desc {
  position: relative;
  top: auto;
  z-index: 10;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0px 0px;
}
.detail-page .project__slider__item img {
  border-radius: 10px;
  margin-bottom: 20px;
}
.detail-page .project__slider__item .thumb:before {
  display: none;
}
.detail-page .project__slider__item h2,
.detail-page .project__slider__item p {
  color: #333333;
}

.employment-diagram {
  padding: 60px 0px 60px;
  position: relative;
}
.employment-diagram:after {
  width: 55px;
  height: 55px;
  left: 1%;
  content: "";
  top: 9%;
  position: absolute;
  background: url(../images/ico-b1.svg) right top no-repeat;
  animation: ico-spin infinite 5s linear;
  -webkit-animation: ico-spin 5s linear 0s infinite;
  -moz-animation: ico-spin 5s linear 0s infinite;
  -o-animation: ico-spin 5s linear 0s infinite;
}
.img-diag {
  margin-top: 40px;
}
/*SERVICES*/
.detail-page .section-services,
.detail-page .section-customer-list .container,
.p-relative {
  background: #fff;
  position: relative;
}
.detail-page .section-services .container:before,
.detail-page .section-customer-list .container:before,
.detail-page .section-activate .container:before {
  width: 60px;
  height: 60px;
  right: 20px;
  content: "";
  top: 6%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}
.detail-page .section-services .container:after,
.detail-page .section-customer-list .container:after,
.detail-page .section-activate .container:after {
  width: 60px;
  height: 60px;
  left: -4%;
  content: "";
  bottom: 20%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}
.detail-page .section-customer {
  background: #e9f5fb;
  padding: 60px 0px;
}
.detail-page .section-customer .slick-slide > div {
  background: #fff;
}

.detail-page .section-form-cont {
  padding: 80px 0px;
}

.tradi-advertising div {
  margin-bottom: 30px;
}

/*KHACH HANG*/
.des-custom {
  width: 80%;
  text-align: center;
  margin: auto;
  color: #000;
}
.section-customer-list {
  padding-bottom: 50px;
}
.section-customer-list .customer-list {
  padding-top: 50px;
}
.customer-list .height_cus {
  width: calc((100% / 6) - 15px);
  float: left;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: center;
}

.customer-list .center-item {
  position: relative;
}
.customer-list .center-item:after {
  position: relative;
  content: "";
  width: 100%;
  clear: both;
  height: 1px;
  display: block;
}
.customer-list .height_cus div {
  text-align: center;
  margin: auto;
  width: 100%;
}

.customer-list .height_cus:nth-child(6n + 6) {
  margin-right: 0px;
  width: calc((100% / 6) - 0px);
}

/*TẠI SAO CHỌN*/
.section-why-choose {
  padding: 50px 0px 80px;
}
.section-why-choose .container,
.detail-page .section-services .container {
  position: relative;
}
.section-why-choose .container:before {
  width: 60px;
  height: 60px;
  right: 20px;
  content: "";
  top: -40px;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}
.section-why-choose .container:after {
  width: 50px;
  height: 50px;
  left: -40px;
  content: "";
  bottom: -30px;
  position: absolute;
  background: url(../images/ico-banner-b.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}
.w-cont-c {
  padding-left: 30%;
  position: relative;
}
.w-cont-c:hover {
  cursor: pointer;
}
.w-s-wc {
  margin-bottom: 40px;
}
.w-cont-c h4 {
  color: #249fd4;
  text-transform: uppercase;
  padding: 10px 0px;
  font-weight: 600;
  font-size: 20px;
}
.section-why-choose .sec-why:before {
  border-radius: 15px;
  width: 150px;
  height: 150px;
  content: "";
  position: absolute;
  left: 0px;
}
.section-why-choose .sec-why:hover:before {
  animation: border-spin 10s linear infinite;
  border-style: dashed;
  border-width: 2px;
  border-radius: 50%;
}
@keyframes border-spin {
  100% {
    transform: rotateZ(360deg);
  }
}

.section-why-choose .sec-why:after {
  content: "";
  position: absolute;
}
.wchoose1:before {
  border: 1px solid #bb2468;
}
.wchoose1:after {
  background: url(../images/nghien-cuu.svg) center center no-repeat;
  width: 90px;
  height: 90px;
  top: 30px;
  left: 30px;
}

.wchoose2:before {
  border: 1px solid #1c4e99;
}
.wchoose2:after {
  background: url(../images/uytin-kinhnghiem.svg) center center no-repeat;
  width: 100px;
  height: 100px;
  top: 23px;
  left: 28px;
}

.wchoose3:before {
  border: 1px solid #f0c827;
}
.wchoose3:after {
  background: url(../images/sangtao-khacbiet.svg) center center no-repeat;
  width: 100px;
  height: 100px;
  top: 23px;
  left: 28px;
}

.wchoose4:before {
  border: 1px solid #5d1f8a;
}
.wchoose4:after {
  background: url(../images/nangdong.svg) center center no-repeat;
  width: 93px;
  height: 87px;
  top: 30px;
  left: 28px;
}

.wchoose5:before {
  border: 1px solid #de890a;
}
.wchoose5:after {
  background: url(../images/chienluoc.svg) center center no-repeat;
  width: 93px;
  height: 89px;
  top: 30px;
  left: 27px;
}

.wchoose6:before {
  border: 1px solid #4e9a1e;
}
.wchoose6:after {
  background: url(../images/donghanh.svg) center center no-repeat;
  width: 100px;
  height: 100px;
  top: 26px;
  left: 28px;
}
/*END WHY CHOOSE*/

/*SERVICES*/
.section-services {
  background: #e9f5fb;
}

.section-services h3 {
  color: #249fd4;
  text-transform: uppercase;
  font-weight: 600;
  margin: 25px 0px 20px;
  font-size: 20px;
  text-align: center;
}
.section-services h3 a {
  color: #249fd4;
}
.section-services .wrap-services {
  margin-bottom: 30px;
}
.section-services .wrap_img img {
  max-height: 192px;
}

.img-service-ct {
  margin: 30px auto;
  text-align: center;
}

.procedure,
.cost-guide,
.creative-service {
  background: #e9f5fb;
}
.header-h2-ser {
  color: #37b7eb;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 27px;
  text-align: center;
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 30px;
}
.sub-service {
  color: #37b7eb;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0px auto 40px;
  text-align: center;
  display: flex;
  align-items: center;
}
.number-s {
  color: #cdcdcd;
  font-size: 57px;
  margin-right: 10px;
}
.img-procedure {
  text-align: right;
  padding-top: 20px;
}
.img-procedure img {
  max-width: 550px;
}

.des-procedure {
  padding-left: 30px;
}
.round-brackets {
  background: url(../images/bg-line.png) left center no-repeat;
  background-size: contain;
  padding: 20px 0px 20px 30px;
  margin-bottom: 20px;
}
.round1.round-brackets {
  background: url(../images/bg-line-1.png) left center no-repeat;
  background-size: contain;
}
.round2.round-brackets {
  background: url(../images/bg-line-2.png) left center no-repeat;
  background-size: contain;
}
.round2.round-brackets.no-padding {
  padding: 0px 0px 0px 30px;
}
.round-big {
  background: url(../images/bg-line-4.png) left center no-repeat;
  background-size: contain;
  padding: 35px 0px 35px 30px;
}
.round-brackets:last-child {
  margin-bottom: 0px;
}
.banner-book,
.advertising-emaisms {
  background: #fff;
  position: relative;
}

.logo-newspaper .center-item {
  position: relative;
}
.logo-newspaper .height_cus {
  width: calc((100% / 4) - 25px);
  float: left;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  margin-right: 25px;
  text-align: center;
  border-radius: 5px;
  min-height: 104px;
}
.logo-newspaper .height_cus div {
  text-align: center;
  margin: auto;
  width: 100%;
}

.left-padd-logo {
  padding-left: 70px;
}
.logo-newspaper .height_cus div {
  text-align: center;
  margin: auto;
  width: 100%;
}

.banner-book .content-banner-book {
  padding-left: 70px;
  display: flex;
  align-items: center;
}
.left-logo {
  padding-right: 70px;
}

.detail-page .services-detail .container:after {
  left: 0%;
  bottom: 7%;
}
.detail-page .services-detail .container:before {
  width: 40px;
  height: 40px;
  right: 20px;
}
.section-services.services-detail:before {
  width: 40px;
  height: 40px;
  right: 20px;
  opacity: 0.7;
  content: "";
  bottom: 6%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}

.banner-book .container {
  position: relative;
}
.banner-book .container:before {
  width: 60px;
  height: 60px;
  right: 20px;
  content: "";
  top: 4%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}
.banner-book .container:after {
  width: 60px;
  height: 60px;
  left: 0%;
  content: "";
  bottom: 20%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}
.banner-book:before {
  width: 40px;
  height: 40px;
  left: 25%;
  opacity: 0.5;
  content: "";
  top: 21%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}

.viral-advertising {
  background: #e9f5fb;
}
.dest-viral-advertising {
  padding-left: 50px;
}
.title-sub-head {
  color: #249fd4;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}
.no-padd-mar {
  margin-left: 0px;
  padding-left: 0px;
}
.list-item-ico li,
.des-cost-guide li {
  background: url(../images/ico-logo.svg) left 3px no-repeat;
  background-size: 14px;
  padding-left: 23px;
  margin-bottom: 10px;
}
.img-advertising {
  text-align: center;
  margin: 50px auto 0px;
}
.img-advertising img {
  max-width: 700px;
}
.viral-advertising .container {
  position: relative;
}
.viral-advertising .container:after {
  width: 60px;
  height: 60px;
  left: 2%;
  content: "";
  top: 45%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}
.viral-advertising .container:before {
  width: 40px;
  height: 40px;
  right: 2%;
  opacity: 0.5;
  content: "";
  bottom: 2%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}
.img-sms-marketing {
  text-align: right;
}

.content-max {
  max-width: 90%;
  margin: auto;
}

.advertising-emaisms .container:after {
  width: 60px;
  height: 60px;
  left: 0%;
  content: "";
  bottom: 2%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}
.advertising-emaisms .container:before {
  width: 40px;
  height: 40px;
  left: 30%;
  content: "";
  bottom: 25%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
  opacity: 0.5;
}

.img-cost-guide img {
  padding-right: 30px;
}

.des-cost-guide div {
  margin-bottom: 15px;
}
.des-cost-guide ul {
  padding-left: 0px;
  margin-left: 0px;
}

.cost-guide .container {
  position: relative;
}
.cost-guide .container:after {
  width: 50px;
  height: 50px;
  left: -4%;
  content: "";
  bottom: 15%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
  opacity: 0.4;
}
.w-creative {
  margin-bottom: 50px;
}
.des-creative {
  padding-left: 70px;
}
.des-creative h3 {
  color: #37b7eb;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
.padd-des-creative {
  padding-left: 15px !important;
  padding-right: 70px;
}
.creative-service .header-h2-ser {
  margin-bottom: 40px;
}

.creative-service .w-creative:last-child {
  margin-bottom: 0px;
}

/*HOAT DONG*/
.section-activate {
  padding-bottom: 60px;
}
.tabbable-panel {
  margin-top: 30px;
}

.tabbable-line .nav-tabs {
  border: none;
  margin: 0px 0px 20px;
  display: block;
}
.tabbable-line .nav-tabs li {
  margin-right: 2px;
}
.tabbable-line .nav-tabs li a {
  border: 0;
  margin-right: 0;
  color: #249fd4 !important;
  position: relative;
  display: block;
  padding: 8px 19px;
}
.tabbable-line .nav-tabs li a i {
  color: #a6a6a6;
}

.tabbable-line .nav-tabs li.active a,
.tabbable-line .nav-tabs li:hover a {
  border: 0;
  color: #fff !important;
  background: #37b7eb;
  border-radius: 5px;
}
.tabbable-line .nav-tabs li.active a i {
  color: #404040;
}
.tabbable-line .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 0px;
  padding: 15px 0;
}
.portlet .tabbable-line .tab-content {
  padding-bottom: 0;
}

.tabbable-line.tabs-below .nav-tabs li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below .nav-tabs li a {
  margin-top: 0;
}
.tabbable-line.tabs-below .nav-tabs li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below .nav-tabs li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.nav-tabs li,
.nav-pills li {
  float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.nav-tabs,
.nav-pills {
  text-align: center;
}

.l-activate .height_cus {
  width: calc((100% / 4) - 15px);
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  float: left;
}
.l-activate .height_cus:nth-child(4n + 4) {
  margin-right: 0px;
}

.l-activate .height_cus img {
  cursor: pointer;
}

.l-activate .height_cus a {
  display: block;
}
.l-activate .img-anima:after {
  display: none;
}

.detail-page .section-activate .container:after {
  bottom: auto;
  top: 20%;
}

.logo-activate {
  width: 100%;
  margin: 0px auto 30px;
}
.logo-activate img {
  min-width: 200px;
}

.target,
.solution,
.media-channel,
.album-channel {
  margin-bottom: 15px;
}
.target span,
.solution span,
.media-channel span,
.album-channel span {
  font-weight: 700;
  color: #000;
  display: inline;
}

.logo-channel .center-item {
  position: relative;
}
.logo-channel .center-item .height_cus {
  width: calc((100% / 7) - 13px);
  float: left;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  text-align: center;
  border-radius: 10px;
  min-height: 110px;
}
.logo-channel .height_cus div {
  text-align: center;
  margin: auto;
  width: 100%;
}
.logo-channel .height_cus:nth-child(7n + 7) {
  margin-right: 0px;
}
.l-channel .height_cus {
  width: calc((100% / 3) - 15px);
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  text-align: center;
  float: left;
}
.l-channel .height_cus:nth-child(3n + 3) {
  margin-right: 0px;
}

.share-social {
  margin: 20px auto;
  text-align: center;
  background: #eeeeee;
  padding: 10px 10px 13px;
}
.share-social ul {
  padding: 5px 0px 0px;
  margin: 0px auto !important;
}
.share-social li {
  color: #333333;
  font-weight: 700;
  position: relative;
  padding-right: 15px;
}
.share-social .share-fa:before {
  content: "";
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0px;
  background-color: #838383;
}
.share-social li a {
  padding: 5px 40px 5px 0px;
  background: url(../images/ico-share.svg) right 2px no-repeat;
  background-size: 24px;
  color: #333333;
}
.share-social li:hover a {
  background: url(../images/ico-share-h.svg) right 2px no-repeat;
  background-size: 24px;
}

.channel-oth {
  max-width: 710px;
  margin: 60px auto 0px;
  text-align: center;
  position: relative;
}
.channel-oth .slick-prev {
  left: -50px;
}
.channel-oth .slick-prev:before {
  content: "";
  background: url(../images/ico-previous-b.svg) left top no-repeat;
  background-size: 40px;
  width: 40px;
  height: 25px;
  display: block;
}
.channel-oth .slick-next:before {
  content: "";
  background: url(../images/ico-next-b.svg) right top no-repeat;
  background-size: 40px;
  width: 40px;
  height: 25px;
  display: block;
}

.channel-oth .slick-slide {
  padding-right: 10px;
  padding-left: 10px;
}

/*HOI DAP*/
.section-question .row {
  align-items: center;
}
#accordion .card {
  border: 0px;
  border-radius: 0px;
}
.card-header {
  border-radius: 0px !important;
  background: 0px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 0px;
  padding: 10px 20px 7px 0px;
  position: relative;
}
#accordion .card:last-child {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 5px;
}
.card-header .card-title {
  text-align: left;
  white-space: normal;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 0px;
  font-size: 16px;
  position: relative;
}

.card-body {
  padding: 0px;
  margin-top: 10px;
  padding-bottom: 9px;
}
.accordion .card-header:after {
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #249fd4;
  font-size: 20px;
  bottom: 0px;
  display: flex;
  align-items: center;
}
.accordion .card-header:after {
  content: "-";
}
.accordion .card-header.collapsed:after {
  content: "+";
}
.img_question:before {
  width: 70px;
  height: 70px;
  left: 60px;
  content: "";
  top: 20px;
  position: absolute;
  background: url(../images/ico-banner-b2.svg) left top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}
.img_question:after {
  width: 40px;
  height: 40px;
  right: 0px;
  content: "";
  bottom: 20px;
  position: absolute;
  background: url(../images/ico-banner-r.svg) left top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}

/*TIN TUC*/
.detail-page .section-news .container:before {
  width: 50px;
  height: 50px;
  right: -3%;
  content: "";
  top: -3%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
  z-index: 10;
}
.detail-page .section-news .container:after {
  width: 60px;
  height: 60px;
  left: -4%;
  content: "";
  top: 50%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
  z-index: 10;
}

.detail-page .section-news:before {
  width: 50px;
  height: 50px;
  right: 0%;
  content: "";
  top: 70%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
  z-index: 10;
  opacity: 0.3;
}
.detail-page .section-news:after {
  width: 50px;
  height: 50px;
  left: 0%;
  content: "";
  bottom: 5%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
  z-index: 10;
  opacity: 0.3;
}
.img-anima:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
}
.col-new:hover .img-anima:after {
  top: 0%;
  opacity: 1;
}
.img-new-center,
.img-new-center .img-anima {
  height: 275px;
  overflow: hidden;
  position: relative;
}
.img-new-center .img-animam,
.l-activate .img-anima {
  overflow: hidden;
  position: relative;
}
.detail-new {
  margin-bottom: 20px;
}
.date-post {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background: rgba(16, 84, 168, 0.4);
  border-radius: 50%;
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 12px;
  line-height: 18px;
  padding-top: 9px;
}
.date-post span {
  display: block;
  font-weight: 700;
  font-size: 19px;
  padding-bottom: 2px;
}
.img-new-center img {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  min-height: 220px;
}
.img-anima,
.img-anima img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.col-new:hover .img-anima,
.l-activate .height_cus .img-anima:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.detail-new h3 {
  color: #37b7eb;
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0px;
}
.detail-new p {
  color: #262626;
}

.detail-new .view-more {
  color: #37b7eb;
  font-weight: 500;
  background: url(../images/next.png) right bottom no-repeat;
  padding-bottom: 7px;
  display: inline-block;
  padding-right: 20px;
}

.pagination {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 40px;
  webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.pagination li {
  font-size: 18px;
  color: #999;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  margin: 0 7px;
}
.first-page {
  background: url(../images/ico-previous-p.svg) center center no-repeat !important;
  background-size: 16px !important;
  min-width: 34px;
}
.last-page {
  background: url(../images/ico-next-p.svg) center center no-repeat !important;
  background-size: 16px !important;
  min-width: 34px;
}
.pagination li a {
  color: #666666;
  border: 1px solid #666666;
  font-weight: 500;
  width: 100%;
  height: 100%;
  float: left;
  padding: 4px 9px;
  cursor: pointer;
}
.pagination li:hover a {
  border: 1px solid #37b7eb;
  color: #37b7eb;
}
.pagination li a.active-page {
  color: #37b7eb;
  cursor: default;
  border: 1px solid #37b7eb;
}
.date-detail .date-post {
  position: relative;
  top: 0px;
  right: 0px;
  color: #fff;
  background: #1054a8;
  border-radius: 50%;
  text-align: center;
  width: 60px;
  height: 60px;
  font-size: 12px;
  line-height: 18px;
  padding-top: 9px;
  float: left;
}
.date-detail {
  padding-left: 15px;
}
.detail-news {
  padding-right: 60px;
  width: calc(100% - 75px);
  float: left;
  padding-left: 30px;
  padding-bottom: 40px;
}
.detail-news .title-post {
  color: #37b7eb;
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 20px;
  text-align: left;
}
.detail-news h2,
.detail-news h3,
.detail-news h4,
.detail-news h5,
.detail-news h6 {
  margin: 15px 0px;
  font-size: 21px;
}
.share-social ul {
  padding-left: 0px;
  margin-top: 20px;
}
.share-social li {
  display: inline-block;
  margin-right: 7px;
}
.share-social li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.share-social .s-twitter {
  background: url(../images/ico-twitter.svg) center center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  text-indent: -9999999999px;
}
.share-social .s-facebook {
  background: url(../images/ico-facebook.svg) center center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  text-indent: -9999999999px;
}
.share-social a {
  display: block;
}
.title-other-post {
  display: block;
  color: #37b7eb;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 30px;
}

/*LIEN HE*/
.left-contact {
  padding-right: 70px;
}

.left-contact .w_form input,
.left-contact .w_form textarea {
  height: 35px;
  line-height: 35px;
  color: #535353;
  border: none;
  border: solid 1px #e6e6e6;
  border-radius: 3px;
  box-shadow: none;
  background: transparent;
  text-align: left;
  padding: 5px 10px;
  width: 100%;
  font-size: 15px;
}
.left-contact .w_form textarea {
  height: 80px;
}
.line-comp {
  max-width: 430px;
  border-top: 2px dashed #6e6e6e;
  padding-top: 25px;
  margin-top: 20px !important;
}
.title-c {
  color: #37b7eb;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0px 0px 30px;
}
.title-n {
  color: #333333;
  text-transform: uppercase;
  font-size: 16px;
  margin: 5px 0px 15px;
}
.right-contact ul {
  padding-left: 0px;
}
.right-contact ul li {
  margin-bottom: 8px;
  color: #333333;
  padding-left: 22px;
}

.room-c {
  background: url(../images/ico-ceo.svg) left 3px no-repeat;
  background-size: 14px;
}
.hotline-c {
  background: url(../images/ico-hotline.svg) left 3px no-repeat;
  background-size: 15px;
}
.email-c {
  background: url(../images/ico-mail.svg) left 6px no-repeat;
  background-size: 15px;
}
.address-f {
  background: url(../images/ico-map-contact.svg) left 0px no-repeat;
  background-size: 14px;
}
.left-contact .w_form {
  margin-top: 30px;
  max-width: 100%;
}
.center-ver {
  display: flex;
  align-items: center;
}
.left-contact .w_form .register-subm {
  border: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  color: #37b7eb;
  font-weight: 700;
  cursor: pointer;
  display: inline;
  width: auto;
  text-align: left;
  padding: 0px;
  font-size: 16px;
}
.detail-page .sect-contact {
  padding-bottom: 60px;
}
.detail-page .sect-contact .container:before {
  width: 60px;
  height: 60px;
  right: -2%;
  content: "";
  top: -10%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}
.detail-page .sect-contact .container:after {
  width: 60px;
  height: 60px;
  left: -4%;
  content: "";
  bottom: 10%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
}
.sect-contact:after {
  width: 50px;
  height: 50px;
  right: 2%;
  content: "";
  bottom: 30%;
  position: absolute;
  background: url(../images/ico-banner-r.svg) right top no-repeat;
  animation: ico-spin 4s linear 0s infinite;
  -webkit-animation: ico-spin 4s linear 0s infinite;
  -moz-animation: ico-spin 4s linear 0s infinite;
  -o-animation: ico-spin 4s linear 0s infinite;
  opacity: 0.2;
}

/*FORM LIEN HE*/

.section-form-cont {
  background: url(../images/bg-form.jpg) center top no-repeat;
  display: flex;
  align-items: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.w_form {
  text-align: center;
  max-width: 750px;
  margin: auto;
}
.section-form-cont p {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 50px;
}
.section-form-cont input {
  height: 35px;
  color: #fff;
  border: none;
  border-bottom: solid 1px #e6e6e6;
  box-shadow: none;
  background: transparent;
  text-align: left;
  padding: 8px 0px;
  width: 100%;
  font-size: 18px;
}

.section-form-cont input::-webkit-input-placeholder {
  text-align: left;
  color: #fff;
}
.section-form-cont input:-moz-placeholder {
  text-align: left;
  color: #fff;
}
.section-form-cont input::-moz-placeholder {
  text-align: left;
  color: #fff;
}
.section-form-cont input:-ms-input-placeholder {
  text-align: left;
  color: #fff;
}

.section-form-cont .register-subm,
.sect-contact .left-contact .register-subm {
  background: #0992c9 url(../images/ico-next.png) 111px 36px no-repeat;
  width: auto;
  height: 51px;
  font-size: 18px;
  padding: 8px 35px 12px 30px;
  margin-left: 0px;
  background-size: 38px;
  color: #fff;
  border: 0px;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 30px auto 0px;
}
.section-form-cont .register-subm:hover,
.sect-contact .left-contact .register-subm:hover {
  background-color: #195871;
  background-position: 120px 36px;
}

.map-google iframe {
  width: 100%;
}
/*DOI TAC*/
.section-customer .title-section {
  margin-bottom: 15px;
}

.section-customer .slick-slide > div {
  border: 1px solid #e6e6e6;
  height: 160px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  margin: 18px 9px;
}

.section-customer .slick-slide img {
  max-height: 140px;
  text-align: center;
  margin: auto;
}

.section-customer .slick-dots li button:before {
  font-size: 9px;
  background: #fff;
  border: 1px solid #0992c9;
  opacity: 1;
  content: "";
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.section-customer .slick-dots li.slick-active button:before {
  background: #0992c9;
}

.sect-contact .left-contact .register-subm {
  background: #0992c9 url(../images/ico-next.png) 85px 36px no-repeat;
  margin-top: 0px;
  margin-left: 0px;
}
.sect-contact .left-contact .register-subm:hover {
  background: #195972 url(../images/ico-next.png) 93px 36px no-repeat;
}

/*End DOI TAC*/

.section-footer {
  padding: 50px 0px 0px;
  background: url(../images/bg-footer.jpg) center top no-repeat;
  background-size: cover;
}
.section-footer.footer-contact {
  padding-top: 0px;
}
.section-footer.footer-contact .copyright {
  margin-top: 0px;
}
.section-footer .title-section {
  margin-bottom: 35px;
}
.section-footer .w-form-f {
  max-width: 80%;
  margin: auto;
}
.quote-f {
  max-width: 600px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 0px 50px;
}
.quote-f:before {
  content: "";
  background: url(../images/left-quote.svg) left top no-repeat;
  width: 31px;
  height: 60px;
  background-size: 31px;
  position: absolute;
  left: 0px;
  top: -23px;
}
.quote-f:after {
  content: "";
  background: url(../images/right-quote.svg) left top no-repeat;
  width: 31px;
  height: 60px;
  background-size: 31px;
  position: absolute;
  right: 0px;
  top: -23px;
}
.quote-f h3 {
  color: #535353;
  font-weight: 200;
  font-size: 20px;
}
.section-footer p {
  color: #535353;
  padding-left: 35px;
}
.section-footer p a {
  color: #535353;
}
.address p {
  background: url(../images/location.svg) left 2px no-repeat;
  background-size: 25px;
}
.section-footer .hotline {
  padding-left: 100px;
}
.hotline p {
  background: url(../images/phone-f.svg) left 0px no-repeat;
  background-size: 21px;
}
.email p {
  background: url(../images/email.svg) left 1px no-repeat;
  background-size: 21px;
}

.copyright {
  color: #fff;
  text-align: center;
  background: #249fd4;
  padding: 20px 0px;
  margin-top: 30px;
}
.socials-icon {
  position: relative;
  display: block;
  margin: 0px auto 10px;
}
.socials-icon a:hover {
  transform: translateY(-3px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.socials-icon a {
  display: inline-block;
  margin: 0px;
  border-radius: 50%;
}
.socials-icon .facebook {
  background: url(../images/facebook.svg) center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: 17px;
}
.socials-icon .youtube {
  background: url(../images/youtube.svg) center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: 17px;
}
.socials-icon .instagram {
  background: url(../images/instagram.svg) center center no-repeat;
  width: 30px;
  height: 30px;
  background-size: 17px;
}
#top {
  width: 22px;
  height: 47px;
  background: url(../images/top.png) center top no-repeat;
  background-size: 19px;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: all ease 0.3s;
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1400px) {
  .ico-star:before {
    left: 8%;
  }
}
@media screen and (min-width: 1440px) {
  .section.slider-top .ico-star2:after {
    left: 39%;
  }
  .section.slider-top {
    min-height: 650px;
    background-size: 67%;
  }
  .section.slider-top .ico-star2:before {
    left: 31%;
  }
  .section.slider-top:before {
    width: 260px;
    height: 260px;
  }
  .detail-page .section-news .container:before {
    right: -5%;
  }
  .detail-page .section-news .container:after {
    left: -6%;
  }
  .detail-page .section-news:before {
    right: 2%;
  }
  .detail-page .section-news:after {
    left: 2%;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1300px;
  }
  body,
  .project__slider__item .desc p,
  #header .main-menu a,
  .card-header .card-title {
    font-size: 18px;
  }

  #header .main-menu-container {
    margin-top: 12px;
  }
  #header .logo {
    width: 139px;
  }
  #header .hotline {
    font-size: 20px;
  }
  .section.slider-top:before {
    width: 320px;
    height: 320px;
    left: -130px;
    bottom: -60px;
  }
  .phonering-alo-ph-img-circle {
    top: 3px;
    left: -32px;
    background-size: 20px;
  }
  .ico-star:before {
    left: 4%;
  }
  .section.slider-top .ico-star2:after {
    left: 39%;
  }
  .section.slider-top {
    min-height: 740px;
    background-size: 67%;
  }
  .ico-star:after {
    bottom: -40px;
  }
  .slider-top .t-banner {
    max-width: 420px;
  }
  .t-banner p {
    font-size: 19px;
  }
  .section-footer .w-form-f {
    max-width: 85%;
  }
  .project__slider__item h2 {
    font-size: 24px;
  }
  .w-cont-c h4,
  .section-services h3,
  .quote-f h3 {
    font-size: 21px;
  }
  .title-section {
    font-size: 40px;
  }
  .banner-page {
    min-height: 288px;
  }
  .detail-page .section-services {
    padding: 0px 0px 20px;
  }
  .breadcrumb-page span:after {
    width: 7px;
    height: 7px;
  }
  .title-n {
    font-size: 18px;
  }
  .title-c {
    font-size: 20px;
  }
  .right-contact ul li {
    margin-bottom: 12px;
  }
  .img-procedure img {
    max-width: 100%;
  }

  .img-procedure {
    padding-top: 10px;
  }
  .round-brackets {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .img-advertising img {
    max-width: 800px;
  }
}
@media screen and (min-width: 1680px) {
  .section.slider-top {
    min-height: 780px;
    background-size: 67%;
  }
  #header .main-menu a {
    padding: 0px 17px 0px;
  }
  .banner-page {
    min-height: 306px;
  }
  .map-google iframe {
    height: 580px;
  }
  .detail-page .sect-contact .container:after {
    left: -10%;
  }
}
@media screen and (min-width: 1900px) {
  .container,
  .section.slider-top .ico-star {
    max-width: 1600px;
  }
  .section.slider-top {
    min-height: 880px;
    background-size: 67%;
  }
  .section.slider-top .ico-star2:before {
    left: 27%;
    top: 17%;
  }
  .project__slider__item .desc {
    top: 68%;
  }
  .section {
    padding: 80px 0px;
  }
  .section-footer {
    padding: 80px 0px 0px;
  }
  .quote-f {
    margin-bottom: 80px;
  }
  .banner-page {
    min-height: 346px;
  }
  #header .main-menu a {
    padding: 0px 22px 0px;
  }
  .left-contact .w_form textarea {
    height: 110px;
  }
  .img-new-center,
  .img-new-center .img-anima {
    height: 359px;
  }
  .logo-channel .center-item .height_cus {
    min-height: 120px;
  }

  .round-brackets {
    padding: 25px 0px 25px 30px;
    margin-bottom: 40px;
  }
  .round-big {
    padding: 45px 0px 45px 30px;
  }
  .round2.round-brackets.no-padding {
    padding: 10px 0px 10px 30px;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: 1140px;
  }
  .section-footer .w-form-f {
    max-width: 90%;
    margin: auto;
  }
  .title-s,
  .breadcrumb-page h1,
  .breadcrumb-page h2 {
    font-size: 33px;
  }
  .tabbable-line .nav-tabs li a {
    padding: 8px 14px;
  }
  .img-procedure {
    padding-top: 10px;
  }
  .des-procedure {
    padding-left: 70px;
  }
  .round-brackets {
    padding: 10px 0px 10px 30px;
  }
  .round-big {
    padding: 30px 0px 30px 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    max-width: calc(100% - 30px);
  }
  #header .logo {
    width: 102px;
  }
  .slider-top .t-banner {
    max-width: 370px;
  }
  .section.slider-top {
    min-height: 540px;
    background-size: 69%;
  }
  .t-banner h1 {
    margin-bottom: 25px;
    font-size: 35px;
  }
  .section.slider-top .ico-star2:before {
    left: 30%;
  }
  .section.slider-top:before {
    width: 200px;
    height: 200px;
  }
  .section-experience .container:before {
    left: -15px;
  }
  body {
    font-size: 15px;
  }
  .project__slider__item .desc p {
    font-size: 15px;
  }
  .project__slider__item .thumb:before {
    top: 20%;
  }
  .project__slider__item .desc {
    top: 41%;
  }
  .breadcrumb-page h1,
  .breadcrumb-page h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .banner-page .ico-star:after {
    left: 16%;
  }
  .banner-page .ico-star2:before {
    left: 25%;
  }
  .banner-page .ico-star2:after {
    width: 70px;
    height: 70px;
  }
  .breadcrumb-page span {
    font-size: 16px;
  }
  .detail-page .sect-contact .container:before {
    right: 0%;
  }
  .img-new-center,
  .img-new-center .img-anima {
    height: 220px;
  }

  .des-custom {
    width: 90%;
    text-align: justify;
  }
  .detail-page .section-customer-list .container:before,
  .detail-page .section-activate .container:before {
    top: 14%;
  }
  .detail-page .section-activate .container:after {
    top: auto;
    bottom: -5%;
    left: -1%;
  }
  .detail-page .section-activate.section-activate-detail .container:after {
    bottom: -1%;
    left: -1%;
  }
  .detail-page .section-activate.section-activate-detail .container:before {
    top: 4%;
  }
  .address .d-block {
    display: inline-block !important;
  }
  .logo-channel .center-item .height_cus {
    width: calc((100% / 6) - 13px);
  }
  .logo-channel .height_cus:nth-child(7n + 7) {
    margin-right: 15px;
  }
  .logo-channel .height_cus:nth-child(6n + 6) {
    margin-right: 0px;
  }

  .content-max {
    max-width: 100%;
  }
  .img-procedure img {
    max-width: 540px;
  }

  .cost-guide .container:after {
    left: 0%;
  }
}

@media screen and (max-width: 1199px) {
  #header .toggle-menu-container {
    opacity: 1;
    float: right;
    margin-right: 0px;
  }
  #header .toggle-menu-container {
    color: #0a7c96;
    display: flex;
    align-items: center;
    left: auto;
    right: 15px;
    top: 6px;
  }

  #header .main-menu li {
    display: block;
    text-align: left;
    overflow: hidden;
  }

  .mobile-logo-container img {
    text-align: center;
    margin: -40px auto 0px;
    display: block;
  }
  #header.open {
    z-index: 9999;
  }
  #header .main-menu-container .main-menu-wrap {
    position: fixed;
    right: 0;
    left: unset;
    top: 0;
    bottom: 0;
    width: 350px;
    max-width: 100%;
    background: #e6e6e6;
    transform: translateX(100%);
    transition: all ease 0.4s;
    padding: 75px 15px 50px 15px;
    z-index: 99999;
    color: #000;
  }
  #header .main-menu-container .main-menu {
    display: block;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    float: none;
  }
  #header .overlay-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: hsl(0deg 0% 0% / 80%);
    z-index: 11;
    opacity: 0;
    pointer-events: none;
    transition: all ease 0.4s;
  }
  #header .main-menu li {
    margin-top: 10px;
  }
  #header .mobile-logo-container {
    display: block;
    margin: 0 auto;
    width: 200px;
    margin-bottom: 20px;
    margin-top: 40px;
  }
  #header .hotline {
    float: none;
    padding-left: 40px;
  }
  #header .hotline .hotline {
    padding-left: 0px;
  }
  #header .socials-mobile {
    display: flex;
  }
  #header .socials-mobile .social_f {
    padding-top: 0px;
    border-top: none;
  }
  #header .socials-mobile a {
    border-radius: 0px;
  }
  #header .close-btn-mobile {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-indent: -9999999px;
    background-color: #097c95;
    background-image: url("../images/close-w.svg");
    background-size: 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
  }

  #header.open .overlay-mobile {
    opacity: 1;
    pointer-events: all;
    z-index: 9999;
  }

  #header.open .main-menu-wrap {
    transform: translateX(0);
  }

  #header .main-menu .active ul {
    position: relative;
    opacity: 1;
    visibility: visible;
  }
  #header .main-menu ul {
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    background: none;
  }
  #header .main-menu ul:before {
    top: 0px;
    left: 17px;
    right: auto;
    width: 100%;
  }
  #header .main-menu ul {
    padding: 11px ​0px 15px;
  }

  .banner-page .caption-slide-home {
    max-width: 60%;
    background: rgb(24 170 208 / 60%);
  }
  .section-why-choose .sec-why:before {
    width: 110px;
    height: 110px;
  }
  .wchoose1:after {
    width: 60px;
    height: 60px;
    top: 26px;
    left: 24px;
  }
  .wchoose2:after {
    width: 80px;
    height: 80px;
    top: 15px;
    left: 13px;
  }
  .wchoose3:after {
    width: 70px;
    height: 70px;
    top: 19px;
    left: 20px;
  }
  .wchoose4:after {
    width: 73px;
    height: 76px;
    top: 18px;
    left: 18px;
  }
  .wchoose5:after {
    width: 75px;
    height: 64px;
    top: 23px;
    left: 18px;
  }
  .wchoose6:after {
    width: 80px;
    height: 80px;
    top: 18px;
    left: 16px;
  }
  .w-cont-c h4 {
    padding: 0px 0px 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .container {
    max-width: calc(100% - 30px);
  }
  .logo-h {
    padding: 0px;
  }
  .t-banner h1 {
    margin-bottom: 25px;
    font-size: 29px;
  }
  .t-banner p {
    font-size: 15px;
    line-height: 24px;
  }

  .section.slider-top {
    min-height: 483px;
    background-size: 68%;
  }
  .section.slider-top:before {
    width: 190px;
    height: 190px;
    left: -110px;
    bottom: -50px;
  }
  .slider-top .t-banner {
    max-width: 300px;
  }
  .section.slider-top .ico-star2:before {
    width: 40px;
    height: 40px;
    left: 31%;
    top: 13%;
  }
  .section.slider-top .ico-star2:after {
    width: 70px;
    height: 70px;
    bottom: 18%;
  }
  .ico-star:after {
    width: 70px;
    height: 70px;
    right: 20px;
  }
  .project__slider__item {
    margin-bottom: 20px;
  }
  .project__slider__item .thumb:before {
    display: none;
  }
  .project__slider__item .thumb img {
    float: left;
    width: 40%;
  }
  .project__slider__item .desc {
    position: absolute;
    top: 0px;
    background: #249fd4;
    height: 100%;
    width: 60%;
    right: 0px;
  }
  .project__slider__item .desc:before {
    content: "";
    background: #249fd4;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -8px;
    z-index: -1;
  }
  .project__slider__item h2 {
    padding-top: 50px;
  }
  .section-why-choose .sec-why:before {
    width: 80px;
    height: 80px;
  }

  .wchoose1:after {
    width: 50px;
    height: 50px;
    top: 16px;
    left: 14px;
  }
  .wchoose2:after {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
  }
  .wchoose3:after {
    width: 50px;
    height: 50px;
    top: 14px;
    left: 15px;
  }
  .wchoose4:after {
    width: 53px;
    height: 54px;
    top: 12px;
    left: 15px;
  }
  .wchoose5:after {
    width: 55px;
    height: 53px;
    top: 13px;
    left: 12px;
  }
  .wchoose6:after {
    width: 60px;
    height: 60px;
    top: 13px;
    left: 11px;
  }
  .section-why-choose {
    padding: 0px 0px 0px;
  }
  .section-why-choose .container:after {
    left: 0px;
    bottom: 20px;
  }

  .section-services .wrap_img img {
    max-height: 142px;
  }
  .section-services h3 {
    font-size: 17px;
  }
  .section-services .wrap-services p {
    text-align: justify !important;
  }
  .section-services {
    padding-bottom: 0px;
  }

  .img_question {
    margin-top: 30px;
  }

  .section-footer .w-form-f {
    max-width: 100%;
  }
  .d-block {
    display: inline !important;
  }
  .section-footer .hotline {
    padding-left: 40px;
  }
  .banner-page {
    min-height: 188px;
  }
  .banner-page .ico-star:before {
    width: 35px;
    height: 35px;
  }
  .banner-page .ico-star:after {
    width: 50px;
    height: 50px;
    left: 13%;
  }
  .banner-page .ico-star2:before {
    width: 35px;
    height: 35px;
    left: 24%;
  }
  .banner-page .ico-star2:after {
    width: 50px;
    height: 50px;
  }

  .des-ab {
    width: 100%;
    margin-bottom: 30px;
  }
  .section.detail-page {
    padding: 40px 0px 0px;
  }

  .who-we-are .container:after {
    top: -1%;
  }
  .breadcrumb-page h1,
  .breadcrumb-page h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .detail-page .project__slider__item h2 {
    padding-top: 0px;
  }
  .detail-page .project__slider__item img {
    margin-bottom: 0px;
  }
  .detail-page .project__slider__item .desc {
    background: #fff;
    float: left;
    padding-left: 20px;
  }
  .detail-page .project__slider__item .desc:before {
    display: none;
  }

  .detail-page .project__slider__item .thumb {
    display: flex;
    align-items: center;
    border-radius: 0px;
  }
  .detail-page .project__slider__item .desc p:last-child {
    margin-bottom: 0px;
  }
  .title-s {
    font-size: 30px;
  }

  .customer-list .height_cus {
    width: calc((100% / 4) - 15px);
  }
  .customer-list .height_cus:nth-child(6n + 6) {
    margin-right: 15px;
    width: calc((100% / 4) - 15px);
  }
  .customer-list .height_cus:nth-child(4n + 4) {
    margin-right: 0px;
    width: calc((100% / 4) - 0px);
  }

  .left-contact {
    padding-right: 15px;
  }
  .detail-page .sect-contact .container:after {
    width: 40px;
    height: 40px;
    left: -2%;
    content: "";
    bottom: -11%;
  }
  .sect-contact:after {
    bottom: 10%;
  }
  .detail-page .sect-contact .container:before {
    width: 40px;
    height: 40px;
    right: 0%;
  }

  .img-new-center,
  .img-new-center .img-anima {
    height: 242px;
  }
  .detail-page .section-news .container:before {
    top: -1%;
  }
  .detail-page .section-news:after {
    bottom: 2%;
  }
  .date-detail {
    padding-left: 0px;
  }
  .detail-news {
    padding-right: 0px;
    padding-left: 20px;
    padding-bottom: 40px;
  }
  .detail-news {
    text-align: justify;
  }
  .detail-news h2,
  .detail-news h3,
  .detail-news h4,
  .detail-news h5,
  .detail-news h6 {
    text-align: left;
  }

  .des-custom {
    width: 100%;
    text-align: justify;
    padding: 0px 15px;
  }
  .detail-page .section-customer-list .container:before,
  .detail-page .section-activate .container:before {
    top: 137px;
    right: 15px;
  }
  .detail-page .section-activate .container:after {
    top: auto;
    bottom: -49px;
    left: -1%;
  }
  .address .d-block {
    display: inline !important;
  }
  .l-activate .height_cus {
    width: calc((100% / 3) - 15px);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .section-customer-list .container,
  .section-activate .container,
  .section-footer .container {
    max-width: 100%;
  }
  .l-activate .height_cus:nth-child(4n + 4) {
    margin-right: 20px;
  }
  .l-activate .height_cus:nth-child(3n + 3) {
    margin-right: 0px;
  }
  #top {
    bottom: -15px;
  }

  .detail-page .section-activate.section-activate-detail .container:before {
    top: 87px;
  }
  .logo-channel .center-item .height_cus {
    width: calc((100% / 5) - 13px);
  }

  .logo-channel .height_cus:nth-child(7n + 7) {
    margin-right: 15px;
  }
  .logo-channel .height_cus:nth-child(5n + 5) {
    margin-right: 0px;
  }

  .content-max {
    max-width: 100%;
  }
  .left-padd-logo {
    padding-left: 40px;
  }
  .left-logo {
    padding-right: 40px;
  }

  .img-procedure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .img-procedure img {
    max-width: 100%;
  }

  .des-procedure {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  .round-brackets {
    background: url(../images/ico-logo.svg) left 3px no-repeat !important;
    background-size: 22px !important;
    padding: 5px 0px 0px 37px !important;
    margin-bottom: 20px;
  }

  .banner-book .content-banner-book {
    padding-left: 50px;
    display: flex;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 50px;
    margin-bottom: 20px;
  }
  .img-banner-book,
  .img-viral-advertising,
  .dest-viral-advertising,
  .desc-emaisms,
  .img-emaisms {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner-book .container:after {
    bottom: 5%;
  }
  .img-viral-advertising {
    text-align: center;
  }

  .dest-viral-advertising {
    padding-left: 0px;
    margin-top: 20px;
  }
  .viral-advertising .container:after {
    display: none;
  }
  .img-advertising {
    margin: 10px auto 0px;
  }
  .img-sms-marketing {
    text-align: right;
    margin-left: 0%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .img-emaisms {
    text-align: center;
    margin-bottom: 20px;
  }
  .sms-marketing {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .advertising-emaisms .container:before {
    left: auto;
    right: 0px;
    bottom: 2%;
  }
  .cost-guide .container:after {
    display: none;
  }

  .des-creative {
    padding-left: 20px;
  }
  .padd-des-creative {
    padding-left: 15px !important;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  #header.sticky .main-menu-container {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  #header .main-menu-container {
    z-index: 99999;
  }
  #top {
    right: 15px;
    bottom: -15px;
  }
  .visible-tab {
    display: block;
  }

  .content-max {
    max-width: 100%;
  }
  .left-padd-logo {
    padding-left: 40px;
  }
  .left-logo {
    padding-right: 40px;
  }

  .img-procedure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .img-procedure img {
    max-width: 100%;
  }

  .des-procedure {
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  .round-brackets {
    background: url(../images/ico-logo.svg) left 3px no-repeat !important;
    background-size: 22px !important;
    padding: 5px 0px 0px 37px !important;
    margin-bottom: 20px;
  }

  .banner-book .content-banner-book {
    padding-left: 50px;
    display: flex;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 50px;
    margin-bottom: 20px;
  }
  .img-banner-book,
  .img-viral-advertising,
  .dest-viral-advertising,
  .desc-emaisms,
  .img-emaisms,
  .img-cost-guide,
  .des-cost-guide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner-book .container:after {
    bottom: -9%;
  }
  .img-viral-advertising {
    text-align: center;
  }

  .dest-viral-advertising {
    padding-left: 0px;
    margin-top: 20px;
  }
  .viral-advertising .container:after {
    display: none;
  }
  .img-advertising {
    margin: 10px auto 0px;
  }
  .img-sms-marketing {
    text-align: right;
    margin-left: 0%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .img-emaisms {
    text-align: center;
    margin-bottom: 20px;
  }
  .sms-marketing {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .advertising-emaisms .container:before {
    left: auto;
    right: 0px;
    bottom: 2%;
  }

  .banner-book:before {
    left: 5%;
    top: 15%;
  }
  .left-padd-logo {
    padding-left: 0px;
  }
  .left-logo {
    padding-right: 0px;
  }
  .logo-newspaper .height_cus {
    width: calc((100% / 4) - 15px);
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .logo-newspaper .height_cus:nth-child(4n + 4) {
    margin-right: 0px;
  }
  .img-cost-guide {
    margin-bottom: 20px;
    text-align: center;
  }
  .img-cost-guide img {
    padding-right: 0px;
  }
  .cost-guide .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 100%;
  }
  #header .mobile-logo-container {
    width: 150px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  #header .main-menu li {
    margin-top: 5px;
  }
  #header .main-menu-container .main-menu {
    margin-bottom: 0px;
  }
  .t-banner h1 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .t-banner p {
    font-size: 15px;
    line-height: 24px;
  }
  .section.slider-top {
    min-height: 450px;
    background-size: 61%;
  }
  .slider-top .t-banner {
    max-width: 350px;
  }
  .section.slider-top:before {
    width: 180px;
    height: 180px;
  }
  .section.slider-top .ico-star2:before {
    width: 40px;
    height: 40px;
    left: 36%;
    top: 13%;
  }
  .ico-star:after {
    width: 70px;
    height: 70px;
    bottom: 0px;
  }
  .section.slider-top .ico-star2:after {
    width: 70px;
    height: 70px;
    left: 44%;
    bottom: 90px;
  }

  .project__slider__item {
    margin-bottom: 20px;
  }
  .project__slider__item .thumb:before {
    display: none;
  }
  .project__slider__item .thumb img {
    float: left;
    width: 40%;
  }
  .project__slider__item .desc {
    position: absolute;
    top: 0px;
    background: #249fd4;
    height: 100%;
    width: 60%;
    right: 0px;
  }
  .project__slider__item .desc:before {
    content: "";
    background: #249fd4;
    position: absolute;
    width: 100%;
    height: 100%;
    left: -8px;
    z-index: -1;
  }
  .project__slider__item h2 {
    padding-top: 50px;
  }
  .section-why-choose .sec-why:before {
    width: 80px;
    height: 80px;
  }

  .wchoose1:after {
    width: 50px;
    height: 50px;
    top: 16px;
    left: 14px;
  }
  .wchoose2:after {
    width: 60px;
    height: 60px;
    top: 10px;
    left: 10px;
  }
  .wchoose3:after {
    width: 50px;
    height: 50px;
    top: 14px;
    left: 15px;
  }
  .wchoose4:after {
    width: 53px;
    height: 54px;
    top: 12px;
    left: 15px;
  }
  .wchoose5:after {
    width: 55px;
    height: 53px;
    top: 13px;
    left: 12px;
  }
  .wchoose6:after {
    width: 60px;
    height: 60px;
    top: 13px;
    left: 11px;
  }
  .section-why-choose {
    padding: 0px 0px 0px;
  }
  .section-why-choose .container:after {
    left: 0px;
    bottom: 20px;
  }

  .section-services .wrap_img img {
    max-height: 142px;
  }
  .section-services h3 {
    font-size: 17px;
  }
  .section-services .wrap-services p {
    text-align: justify !important;
  }
  .section-services {
    padding-bottom: 0px;
  }

  .img_question {
    margin-top: 30px;
  }

  .section-footer .w-form-f {
    max-width: 100%;
  }
  .d-block {
    display: inline !important;
  }
  .section-footer .hotline {
    padding-left: 15px;
  }
  .section-question {
    overflow: hidden;
  }

  .banner-page {
    min-height: 188px;
  }
  .banner-page .ico-star:before {
    width: 35px;
    height: 35px;
  }
  .banner-page .ico-star:after {
    width: 50px;
    height: 50px;
    left: 13%;
  }
  .banner-page .ico-star2:before {
    width: 35px;
    height: 35px;
    left: 24%;
  }
  .banner-page .ico-star2:after {
    width: 50px;
    height: 50px;
  }

  .des-ab {
    width: 100%;
    margin-bottom: 30px;
  }
  .section.detail-page {
    padding: 40px 0px 0px;
  }

  .who-we-are .container:after {
    top: -1%;
  }
  .breadcrumb-page h1,
  .breadcrumb-page h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .detail-page .project__slider__item h2 {
    padding-top: 0px;
  }
  .detail-page .project__slider__item img {
    margin-bottom: 0px;
  }
  .detail-page .project__slider__item .desc {
    background: #fff;
    float: left;
    padding-left: 20px;
  }
  .detail-page .project__slider__item .desc:before {
    display: none;
  }

  .detail-page .project__slider__item .thumb {
    display: flex;
    align-items: center;
    border-radius: 0px;
  }
  .detail-page .project__slider__item .desc p:last-child {
    margin-bottom: 0px;
  }
  .title-s {
    font-size: 30px;
  }
  #header .main-menu-container {
    margin: 0px;
  }
  #header .toggle-menu-container {
    top: 11px;
  }
  .customer-list .height_cus {
    width: calc((100% / 4) - 15px);
  }

  .customer-list .height_cus:nth-child(4n + 4) {
    margin-right: 0px;
    width: calc((100% / 4) - 0px);
  }

  .customer-list .height_cus:nth-child(6n + 6) {
    margin-right: 15px;
    width: calc((100% / 4) - 15px);
  }

  .left-contact {
    padding-right: 15px;
  }
  .detail-page .sect-contact .container:before {
    width: 40px;
    height: 40px;
    right: 0%;
    top: 4%;
  }
  .detail-page .sect-contact .container:after {
    display: none;
  }
  .sect-contact .container {
    overflow: hidden;
  }

  .img-new-center,
  .img-new-center .img-anima {
    height: 241px;
  }
  .detail-page .section-news .container:before {
    right: 0%;
    top: -1%;
  }
  .detail-page .section-news .container:after {
    opacity: 0.4;
  }
  .detail-page .section-news:after {
    bottom: 2%;
  }

  .date-detail {
    display: none;
  }
  .detail-news {
    padding-right: 15px;
    width: 100%;
    float: none;
    padding-left: 15px;
    padding-bottom: 40px;
  }
  .detail-news {
    text-align: justify;
  }
  .des-custom {
    width: 100%;
    text-align: justify;
    padding: 0px 15px;
  }
  .detail-page .section-customer-list .container:before,
  .detail-page .section-activate .container:before {
    top: 137px;
    right: 15px;
  }
  .detail-page .section-activate .container:after {
    top: auto;
    bottom: -49px;
    left: -1%;
  }
  .address .d-block {
    display: inline !important;
  }
  .l-activate .height_cus {
    width: calc((100% / 3) - 15px);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .section-customer-list .container,
  .section-activate .container,
  .section-footer .container {
    max-width: 100%;
  }
  .l-activate .height_cus:nth-child(4n + 4) {
    margin-right: 20px;
  }
  .l-activate .height_cus:nth-child(3n + 3) {
    margin-right: 0px;
  }
  #top {
    bottom: -15px;
  }
  .tabbable-line .nav-tabs li a {
    padding: 6px 10px;
  }

  .detail-page .section-activate.section-activate-detail .container:before {
    top: 77px;
  }
  .detail-page .section-activate.section-activate-detail .container:after {
    left: 0%;
    width: 40px;
    height: 40px;
  }

  .logo-channel .center-item .height_cus {
    width: calc((100% / 4) - 13px);
    min-height: 110px;
  }
  .logo-channel .height_cus:nth-child(4n + 4) {
    margin-right: 0px;
  }
  .logo-channel .height_cus:nth-child(7n + 7) {
    margin-right: 15px;
  }
  .channel-oth {
    max-width: 600px;
    margin: 60px auto 0px;
  }

  .header-h2-ser {
    font-size: 26px;
  }
  .content-max .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .banner-book .container:before {
    width: 40px;
    height: 40px;
    top: -5%;
  }
  .banner-book .container:after {
    bottom: -4%;
    width: 40px;
    height: 40px;
  }

  .des-creative {
    padding-left: 15px;
    margin-top: 15px;
  }
  .w-creative {
    margin-bottom: 20px;
  }

  .w-creative .des-creative {
    order: 1;
  }
  .w-creative .img-creative {
    order: 2;
  }

  .w-creative .img-creative {
    margin-top: 20px;
  }
}

/*Mobile Đứng*/
@media screen and (max-width: 480px) and (orientation: portrait) {
  #fullpage {
    overflow: hidden;
  }
  .container {
    max-width: 100%;
  }
  #header .main-menu a {
    padding: 0px 12px 14px;
    line-height: 25px;
    font-size: 20px;
  }
  #header.sticky .toggle-menu {
    width: 40px;
    height: 40px;
  }
  #header.sticky .main-menu-container {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .section.slider-top {
    min-height: 660px;
    background-size: 126%;
    display: block;
  }

  .slider-top .t-banner {
    max-width: 100%;
    margin-top: 370px;
  }
  .section.slider-top .ico-star2:before {
    display: none;
  }
  .ico-star:after {
    width: 70px;
    height: 70px;
    bottom: -30px;
  }

  .section.slider-top .ico-star2:after {
    left: auto;
    bottom: 45%;
    right: 15px;
  }
  .section.slider-top:before {
    left: -120px;
    bottom: 65px;
  }
  .t-banner p {
    padding-left: 60px;
  }

  .banner-page {
    min-height: 138px;
  }
  .project__slider__item .thumb:before {
    top: 30%;
    background: rgb(17, 104, 140);
    background: -moz-linear-gradient(
      0deg,
      rgba(17, 104, 140, 1) 0%,
      rgba(17, 104, 140, 0) 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(17, 104, 140, 1) 0%,
      rgba(17, 104, 140, 0) 100%
    );
    background: linear-gradient(
      0deg,
      rgb(17, 104, 140) 0%,
      rgba(17, 104, 140, 0) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#11688c",endColorstr="#11688c",GradientType=1);
  }

  .project__slider__item .thumb img {
    float: none;
    width: 100%;
  }
  .project__slider__item .desc {
    position: absolute;
    top: auto;
    width: 100%;
    right: 0px;
    bottom: 20px;
    height: auto;
    background: transparent;
    padding: 0px 15px;
  }
  .project__slider__item .desc:before {
    left: 0px;
    top: -15px;
    background: transparent;
  }
  .project__slider__item h2 {
    padding-top: 0px;
  }
  .section-experience {
    padding: 0px;
  }
  .section-why-choose {
    padding: 80px 0px 0px;
  }
  .w-s-wc {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .section-why-choose .container:before {
    top: -80px;
  }
  .section-why-choose .sec-why:before {
    width: 100px;
    height: 100px;
  }
  .wchoose1:after,
  .wchoose3:after {
    width: 70px;
    height: 70px;
  }
  .wchoose2:after,
  .wchoose6:after {
    width: 80px;
    height: 80px;
  }
  .wchoose4:after {
    width: 73px;
    height: 74px;
  }
  .wchoose5:after {
    width: 75px;
    height: 73px;
  }
  .project__slider__item .thumb:before {
    display: block;
  }
  .title-section {
    font-size: 28px;
  }
  .section-services .wrap_img img {
    max-height: 112px;
  }
  .detail-page .project__slider__item .thumb {
    display: block;
    align-items: normal;
    border-radius: 0px;
  }
  .detail-page .project__slider__item .desc {
    padding-left: 0px;
    margin-top: 15px;
    bottom: auto;
  }

  .title-s,
  .breadcrumb-page h1,
  .title-section,
  .breadcrumb-page h2 {
    font-size: 25px;
  }

  .section-services .wrap-services {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-services h3 {
    font-size: 20px;
  }
  .detail-page .section-services .container:after {
    display: none;
  }

  .customer-list .height_cus {
    width: calc((100% / 2) - 8px);
  }

  .detail-page .section-customer-list .container:before,
  .detail-page .section-customer-list .container:after {
    display: none;
  }

  .section-customer-list .des-custom {
    width: 100%;
    text-align: justify;
    padding: 0px 15px;
  }

  .detail-page .customer-list:before {
    width: 60px;
    height: 60px;
    right: 0%;
    content: "";
    top: -2%;
    position: absolute;
    background: url(../images/ico-banner-r.svg) right top no-repeat;
    animation: ico-spin 4s linear 0s infinite;
    -webkit-animation: ico-spin 4s linear 0s infinite;
    -moz-animation: ico-spin 4s linear 0s infinite;
    -o-animation: ico-spin 4s linear 0s infinite;
  }
  .customer-list .height_cus:nth-child(2n + 2) {
    margin-right: 0px;
  }
  .customer-list .height_cus:nth-child(4n + 4) {
    margin-right: 0px;
    width: calc((100% / 2) - 8px);
  }
  .customer-list .height_cus:nth-child(6n + 6) {
    width: calc((100% / 2) - 8px);
  }

  .right-contact {
    margin-top: 20px;
  }
  .detail-page .sect-contact {
    padding-bottom: 15px;
  }

  .detail-page .section-news .container:before {
    opacity: 0.4;
  }
  .pagination li {
    margin: 0 6px;
  }
  .detail-new {
    margin-bottom: 10px;
  }
  .detail-page .section-news .container:after {
    display: none;
  }
  .detail-news .title-post {
    font-size: 21px;
  }
  .row.post-orther {
    margin: 0px;
  }

  .detail-page .section-customer-list .container:before,
  .detail-page .section-activate .container:before {
    display: none;
  }
  .l-activate .height_cus {
    width: calc((100% / 2) - 10px);
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .l-activate .height_cus:nth-child(2n + 2),
  .l-activate .height_cus:nth-child(4n + 4) {
    margin-right: 0px !important;
  }
  .l-activate .height_cus:nth-child(3n + 3) {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  #top {
    bottom: -15px;
  }
  .detail-page .section-activate .container:after {
    width: 40px;
    height: 40px;
  }
  .quote-f {
    max-width: 100%;
    padding: 0px 40px;
  }
  .quote-f:before,
  .quote-f:after {
    width: 25px;
    height: 26px;
    background-size: 25px;
  }
  .quote-f h3 {
    font-size: 18px;
  }

  .logo-channel .center-item .height_cus {
    width: calc((100% / 2) - 8px);
    min-height: 110px;
  }
  .logo-channel .height_cus:nth-child(4n + 4),
  .logo-channel .height_cus:nth-child(7n + 7),
  .l-channel .height_cus:nth-child(3n + 3) {
    margin-right: 15px;
  }
  .logo-channel .height_cus:nth-child(2n + 2),
  .l-channel .height_cus:nth-child(2n + 2) {
    margin-right: 0px;
  }
  .channel-oth {
    max-width: calc(100% - 60px);
    margin: 40px auto 0px;
  }
  .l-channel .height_cus {
    width: calc((100% / 2) - 8px);
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .target,
  .solution,
  .media-channel,
  .album-channel {
    text-align: justify;
  }
  .channel-oth .slick-next:before,
  .channel-oth .slick-prev:before {
    background-size: 25px;
    width: 25px;
    height: 19px;
  }
  .channel-oth .slick-prev {
    left: -30px;
    width: 25px;
    height: 25px;
  }
  .section-form-cont input {
    font-size: 17px;
  }
  .section-form-cont p {
    font-size: 19px;
  }
  .section-activate,
  .section-activate-detail {
    padding-bottom: 40px;
  }

  .section-services.services-detail .text-center {
    text-align: justify !important;
  }
  .section-services.services-detail h1.text-center {
    text-align: left !important;
    padding: 0px !important;
  }
  .number-s {
    font-size: 44px;
  }

  .banner-book .content-banner-book {
    padding-left: 0px;
    padding-right: 0px;
  }
  .logo-newspaper .height_cus {
    width: calc((100% / 2) - 15px);
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .logo-newspaper .height_cus:nth-child(2n + 2) {
    margin-right: 0px;
  }
  .banner-book:before {
    top: 11%;
  }
  .img-advertising img {
    max-width: 100%;
  }
  .desc-emaisms {
    padding-left: 0px;
    padding-right: 0px;
  }

  .header-h2-ser {
    font-size: 21px;
  }

  .des-creative h3 {
    font-size: 19px;
  }

  .padd-des-creative {
    padding-right: 15px;
  }

  .tradi-advertising div {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 380px) {
  #header .logo {
    width: 107px;
  }
  .slider-top .t-banner {
    margin-top: 343px;
  }
  #header .main-menu a {
    padding: 0px 12px 12px;
    line-height: 21px;
    font-size: 18px;
  }
  .section-why-choose .sec-why:before {
    width: 90px;
    height: 90px;
  }
  .wchoose1:after,
  .wchoose3:after {
    width: 60px;
    height: 60px;
  }
  .wchoose2:after,
  .wchoose6:after {
    width: 70px;
    height: 70px;
  }
  .wchoose4:after {
    width: 63px;
    height: 63px;
    top: 14px;
  }
  .wchoose5:after {
    width: 64px;
    height: 61px;
    top: 14px;
  }

  .w-cont-c h4 {
    padding: 0px 0px 5px;
    font-size: 18px;
  }
  .section-services .wrap-services {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-services h3 {
    font-size: 20px;
  }

  .section-form-cont p {
    font-size: 19px;
  }
  body,
  .project__slider__item .desc p,
  .w-cont-c p,
  .section-services .wrap-services p,
  .card-header .card-title {
    font-size: 15px;
  }
  .w_form {
    max-width: 100%;
  }
  .quote-f {
    max-width: 100%;
    padding: 0px 33px;
  }
  .quote-f:before {
    width: 24px;
    height: 26px;
    background-size: 24px;
  }
  .quote-f:after {
    width: 24px;
    height: 26px;
    background-size: 24px;
  }
  .tabbable-line .nav-tabs li a {
    padding: 5px 7px;
  }

  .sub-service {
    font-size: 20px;
  }
  .number-s {
    font-size: 33px;
  }

  .title-s,
  .breadcrumb-page h1,
  .title-section,
  .breadcrumb-page h2 {
    font-size: 21px;
  }
}

@media screen and (max-width: 360px) {
  .title-section {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .quote-f h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 330px) {
  .slider-top .t-banner {
    margin-top: 293px;
  }
  .section.slider-top {
    min-height: 590px;
  }
  .ico-star:before {
    width: 40px;
    height: 40px;
    left: 3%;
    top: -12px;
  }
  .ico-star:after {
    width: 60px;
    height: 60px;
    bottom: -40px;
  }
  .project__slider__item .desc {
    bottom: 0px;
  }
  .title-section {
    font-size: 23px;
  }
  .section-services h3 {
    font-size: 18px;
  }
  .section-why-choose .sec-why:before {
    width: 70px;
    height: 70px;
  }
  .wchoose1:after,
  .wchoose3:after {
    width: 40px;
    height: 40px;
  }
  .wchoose2:after,
  .wchoose6:after {
    width: 50px;
    height: 50px;
  }
  .wchoose4:after {
    width: 43px;
    height: 43px;
  }
  .wchoose5:after {
    width: 47px;
    height: 43px;
    top: 13px;
  }
  .section-form-cont p {
    font-size: 17px;
  }

  .section-form-cont input {
    height: 31px;
    font-size: 16px;
  }

  .employment-diagram:after {
    width: 35px;
    height: 35px;
    top: 23%;
  }
  .who-we-are .container:after {
    top: -1%;
    width: 35px;
    height: 35px;
  }
  .share-social {
    padding: 10px 0px 13px;
  }
}

h2 {
  cursor: pointer; /* Đổi con trỏ thành dạng pointer khi rê chuột */
  transition: color 0.3s ease; /* Thêm hiệu ứng chuyển màu mượt mà */
  position: relative;
}

h3 {
  cursor: pointer; /* Đổi con trỏ thành dạng pointer khi rê chuột */
  transition: color 0.3s ease; /* Thêm hiệu ứng chuyển màu mượt mà */
  position: relative;
}

h2:hover {
  color: red; /* Đổi màu chữ thành màu xanh khi hover */
}

/* CSS cho tooltip */
.tooltip {
  visibility: hidden; /* Ẩn tooltip mặc định */
  background-color: #555; /* Màu nền của tooltip */
  color: #fff; /* Màu chữ của tooltip */
  text-align: center; /* Căn giữa chữ trong tooltip */
  border-radius: 5px; /* Bo tròn các góc của tooltip */
  padding: 5px 10px; /* Khoảng cách giữa chữ và viền tooltip */
  position: absolute; /* Đặt vị trí tooltip */
  z-index: 1; /* Đảm bảo tooltip nằm trên các phần tử khác */
  bottom: 100%; /* Đặt tooltip phía trên thẻ h2 */
  left: 50%; /* Căn giữa tooltip theo chiều ngang */
  margin-left: -60px; /* Đẩy tooltip về giữa (bằng 1 nửa chiều rộng của tooltip) */
  opacity: 0; /* Ẩn tooltip mặc định */
  transition: opacity 0.3s; /* Hiệu ứng mờ dần khi hiện tooltip */
}

h2:hover .tooltip {
  visibility: visible; /* Hiển thị tooltip khi hover */
  opacity: 1; /* Hiển thị tooltip khi hover */
}
h3:hover .tooltip {
  visibility: visible; /* Hiển thị tooltip khi hover */
  opacity: 1; /* Hiển thị tooltip khi hover */
}

h1 {
  background-color: #0e4b8f; /* Màu nền của h1 */
  color: white !important; /* Màu chữ trắng */
  text-align: center; /* Canh giữa chữ trong h1 */
  padding: 20px; /* Khoảng cách bên trong h1 (có thể điều chỉnh theo ý muốn) */
  font-size: 25px !important;
  border-radius: 20px;
}

/* Đổi màu chữ của thông báo lỗi */
.error {
  color: red; /* Thay 'red' bằng màu bạn muốn */
}

.bootstrap-select .dropdown-item.active {
  background-color: #00538d;
  color: white !important;
}

/* Nút xoá*/
.remove-field {
  cursor: pointer;
  font-size: 15px;
  color: red;
  padding-bottom: 10px;
}

.remove-field1 {
  cursor: pointer;
  font-size: 15px;
  color: red;
  padding-bottom: 10px;
}

/* Thanh progress*/
.form-group .progress {
  margin-top: 12px;
}

/* Thanh progress*/
.progress {
  margin: 20px 0;
}

#addFieldBtn,
#addFieldBtn1 {
  margin-bottom: 15px;
}

h2 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #0e4b8f !important;
  /* color: #0e4b8f !important; */
}

h3 {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #fff !important;
}

h4 {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.question {
  color: #777;
  font-weight: bold;
}

.info {
  color: #777;
  font-weight: bold;
}

.info::before {
  content: "*"; /* Thêm dấu * trước nội dung của label */
  color: red; /* Đổi màu dấu * thành đỏ */
  margin-right: 4px; /* Khoảng cách giữa dấu * và nội dung label */
}

.note {
  color: red;
  font-weight: 500;
}

.row {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Ghi đè các thuộc tính của bootstrap-select */
.dropdown-toggle.btn-light.bs-placeholder {
  background-color: white !important; /* Màu nền xanh */
  border: 1px solid #ced4da;
}

/* Ghi đè các thuộc tính của bootstrap-select */
.btn.dropdown-toggle.btn-light {
  background-color: white !important; /* Màu nền xanh */
  border: 1px solid #ced4da;
}

.input-group-text {
  width: 40px;
}

#customer td,
#customer th {
  text-align: center;
}

#admin-customer-links td,
#admin-customer-links th {
  text-align: center;
}

.point-box {
  border: 2px solid gray;
  max-width: 300px;
  margin: 50px auto;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
}
.point {
  color: white;
  font-size: 60px;
  font-weight: bold;
  padding: 20px 0;
  margin: 20px 0;
}

.point-text {
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  margin: 20px 0;
}

.point-red {
  background-color: #c8102e;
  border-radius: 20px;
}

.point-yellow {
  background-color: #fdda24;
  border-radius: 20px;
}

.point-green {
  background-color: #007a33;
  border-radius: 20px;
}

.point-orange {
  background-color: #ee7523;
  border-radius: 20px;
}

.point-default {
  background-color: gray;
  border-radius: 20px;
}
.legend div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.legend span.box {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.red {
  background-color: #c8102e;
  border-radius: 20px;
}
.yellow {
  background-color: #fdda24;
  border-radius: 20px;
}
.green {
  background-color: #007a33;
  border-radius: 20px;
}
.orange {
  background-color: #ee7523;
  border-radius: 20px;
}
.default {
  background-color: gray;
  border-radius: 20px;
}

.custom-control-input,
.custom-control-label {
  cursor: pointer;
}


/* 1. Ẩn các thẻ xuống dòng thừa nằm giữa các câu hỏi để không bị đẩy trang */
.content > br {
    display: none;
}

/* 2. Style cho câu hỏi */
.question-block-manager {
    display: none; /* Mặc định ẩn */
    /* Bỏ margin thừa để khung hình đứng im */
    margin-bottom: 0; 
    /* Animation chỉ hiện mờ dần, bỏ chuyển động trượt dọc để không rối mắt */
    animation: fadeIn 0.3s ease-in-out;
}

/* Chỉ hiện câu đang active */
.question-block-manager.active {
    display: block;
}

/* 3. Style khu vực nút bấm */
.nav-buttons {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #ccc;
    display: flex;
    justify-content: space-between;
}

.btn-nav {
    padding: 8px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    color: white;
    transition: background 0.3s;
}

.btn-prev { background-color: #6c757d; }
.btn-next { background-color: #007a33; }
.btn-nav:hover { opacity: 0.9; }

/* 4. Hiệu ứng hiện ra (Chỉ thay đổi độ đậm nhạt, KHÔNG thay đổi vị trí) */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.question-red {
    color: #b41f31 !important;
    font-style: italic;  /* Tùy chọn: làm chữ nghiêng nếu muốn */
    font-weight: normal;
}

.question-blue {
    color: #0e4b8f !important;
    font-style: italic;  /* Tùy chọn: làm chữ nghiêng nếu muốn */
    font-weight: normal;
}

.question-green {
    color: #007a33 !important;
    font-style: italic;  /* Tùy chọn: làm chữ nghiêng nếu muốn */
    font-weight: normal;
}

.question-gray {
    color: #6c757d !important;
    font-style: italic;  /* Tùy chọn: làm chữ nghiêng nếu muốn */
    font-weight: normal;
}

.question-orange {
    color: #ee7523 !important;
    font-style: italic;  /* Tùy chọn: làm chữ nghiêng nếu muốn */
    font-weight: normal;
}

.question-yellow {
    color: #fec00f !important;
    font-style: italic;  /* Tùy chọn: làm chữ nghiêng nếu muốn */
    font-weight: normal;
}

.question-1 {
  color: #b41f31;
  font-weight: bold;
  font-size: 20px;
}

.question-2 {
  color: #0e4b8f;
  font-weight: bold;
  font-size: 20px;
}

.question-3 {
  color: #007a33;
  font-weight: bold;
  font-size: 20px;
}

.question-4 {
  color: #6c757d;
  font-weight: bold;
  font-size: 20px;
}

.question-5 {
  color: #ee7523;
  font-weight: bold;
  font-size: 20px;
}

.question-6 {
  color: #fec00f;
  font-weight: bold;
  font-size: 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff !important;
}