.col-md-2-5 {
  width: 20%;
}

 /* Dropdown Button */
.dropbtn {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 15px;
}
.dropbtn:hover {
  color: white;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 240px;
  z-index: 1;
  list-style: none;
  padding: 0px;
  margin: 0 auto;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 15px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}
.dropdown-content-1 {

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .col-md-2-5 {
    width: 100%;
  }
  .dropbtn {
    color: black;
    font-size: 13px;
  }
  .dropdown {
    display: initial;
  }
  .dropdown-content {
    display: block;
    position: initial;
    background-color: #f9f9f9;
    z-index: 1;
    list-style: none;
    padding: 0px;
    margin: 0 auto;
  }
  .dropdown-content {
    position: relative;
    display: block;
  }
  .dropdown-content a {
    color: black;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    display: block;
    padding: 5px;
  }
}

#nha_cung_cap {
  background-color: #cccccc;
}

#nha_cung_cap .slick-slide {
  height: auto;
}

#nha_cung_cap .slick-slide img {
  margin: 0 auto;
}


/*================================== price google */
.price-media-google {
  font-family: Roboto;
}

.price-media-google .price-banner h1 {
  margin: 0 0 25px;
  font-family: "Gotham Bold";
  font-size: 36px;
}

.price-media-google .price-banner p.desc {
  font-size: 18px;
}

.price-media-google .price-banner a.scroll-down {
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -17px;
}

.price-media-google .price-detail {
  background: #fafbff;
  padding-top: 50px;
}

.price-media-google .price-detail .price-per-month table {
  width: 100%;
}

.price-media-google .price-detail .price-per-month table tr:nth-child(odd) {
  background: #eff2f4;
}

.price-media-google .price-detail .price-per-month table tr.first-row {
  background: none;
}

.price-media-google .price-detail .price-per-month table tr.first-row td {
  width: 20%;
  vertical-align: bottom;
  padding: 0 0;
}

.price-media-google .price-detail .price-per-month table tr.first-row td:first-child {
  border-bottom: 1px solid #ebebeb;
}

.price-media-google .price-detail .price-per-month table tr.first-row td:last-child {
  border-right: none;
}

.price-media-google .price-detail .price-per-month table tr.last-row {
  border-bottom: 1px solid #ebebeb;
}

.price-media-google .price-detail .price-per-month table tr.last-row td.gold {
  border-bottom: 1px solid #f7941d;
}

.price-media-google .price-detail .price-per-month table tr td:last-child {
  border-right: 1px solid #ebebeb;
}

.price-media-google .price-detail .price-per-month table td {
  border-collapse: collapse;
  text-align: center;
  padding: 15px 0;
  font-size: 16px;
  color: #505050;
}

.price-media-google .price-detail .price-per-month table td .package-price {
  padding: 25px 15px;
  color: #264053;
}

.price-media-google .price-detail .price-per-month table td .package-price .title {
  display: block;
  font-family: 'Gotham Book';
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}

.price-media-google .price-detail .price-per-month table td .package-price .price {
  display: block;
  line-height: 22px;
  font-family: 'Gotham Book';
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #a0d2e3;
  margin-bottom: 10px;
}

.price-media-google .price-detail .price-per-month table td .package-price .price b {
  display: block;
  font-family: 'Gotham Bold';
  font-size: 32px;
  line-height: 24px;
  margin-bottom: 5px;
}

.price-media-google .price-detail .price-per-month table td .package-price .price b i {
  font-size: 24px;
  font-style: normal;
}

.price-media-google .price-detail .price-per-month table td .package-price .saving {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
  display: block;
}

.price-media-google .price-detail .price-per-month table td .package-price .saving b {
  display: block;
  line-height: 24px;
  font-size: 15px;
}

.price-media-google .price-detail .price-per-month table td .package-price .btn-registration {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  padding: 0 20px;
  font-weight: normal;
  font-family: "Roboto";
  display: inline-block;
}

.price-media-google .price-detail .price-per-month table td .package-price.bronze {
  background: #edfbff;
  border: 1px solid #a0d2e3;
  border-right: none;
  border-top-left-radius: 10px;
}

.price-media-google .price-detail .price-per-month table td .package-price.gold {
  background: #ffb412;
  border: 1px solid #f7941d;
  color: #fff;
  position: relative;
  margin-right: -1px;
}

.price-media-google .price-detail .price-per-month table td .package-price.gold .price {
  border-bottom: 1px solid #cf9518;
}

.price-media-google .price-detail .price-per-month table td .package-price.gold .icon-price-egold-popular {
  display: inline-block;
  background: url(../images/icon-price-popular.png) no-repeat top left;
  position: absolute;
  top: 0;
  right: 0;
  height: 88px;
  width: 88px;
}

.price-media-google .price-detail .price-per-month table td .package-price.gold .title {
  font-family: "Gotham Bold";
}

.price-media-google .price-detail .price-per-month table td .package-price.diamond {
  background: #edfbff;
  border: 1px solid #a0d2e3;
  border-right: none;
  border-left: 1px solid #f7941d;
}

.price-media-google .price-detail .price-per-month table td .package-price.advanced {
  background: #157ec8;
  border: 1px solid #166aa5;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  padding-top: 40px;
}

.price-media-google .price-detail .price-per-month table td .package-price.advanced .icon-price-advanced {
  display: inline-block;
  background: url(../images/icon-price-advanced.png) no-repeat top left;
  position: absolute;
  top: -18px;
  height: 53px;
  width: 39px;
  margin: auto;
  left: 0;
  right: 0;
}

.price-media-google .price-detail .price-per-month table td .package-price.advanced .title {
  font-family: "Gotham Bold";
}

.price-media-google .price-detail .price-per-month table td.title {
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  padding: 15px 10px;
}

.price-media-google .price-detail .price-per-month table td.gold {
  border-left: 1px solid #f7941d;
  border-right: 1px solid #f7941d;
}

.price-media-google .price-detail .price-per-month table td .icon-price-check {
  display: inline-block;
  background: url(../images/icon-price-check.png) no-repeat center center;
  width: 16px;
  height: 11px;
}

.price-media-google .price-detail .price-per-month table td .icon-price-line {
  display: inline-block;
  background: url(../images/icon-price-line.png) no-repeat center center;
  width: 14px;
  height: 2px;
}

.price-media-google .price-detail .price-saving {
  margin-top: 60px;
  text-align: center;
}

.price-media-google .price-detail .price-saving h2 {
  font-family: "Gotham Medium";
  margin: 0 0 30px;
  font-size: 30px;
  color: #1856b9;
}

.price-media-google .price-detail .price-saving .saving-type {
  width: 450px;
  margin: 0 auto 40px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
}

.price-media-google .price-detail .price-saving .saving-type .item-type {
  float: left;
  width: 50%;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 700;
  color: #5a5a5a;
  cursor: pointer;
}

.price-media-google .price-detail .price-saving .saving-type .item-type.active {
  background: #eeeff1;
}

.price-media-google .price-detail .price-saving .saving-type .item-type:first-child {
  border-right: 1px solid #d7d7d7;
}

.price-media-google .price-detail .price-saving .saving-detail {
  margin-bottom: 80px;
}

.price-media-google .price-detail .price-saving .saving-detail table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}

.price-media-google .price-detail .price-saving .saving-detail table tr.first-row td {
  width: 20%;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
  color: #1f3545;
}

.price-media-google .price-detail .price-saving .saving-detail table tr.first-row td.package {
  background: #6dcaf1;
}

.price-media-google .price-detail .price-saving .saving-detail table tr.first-row td.bronze {
  background: #bae6f9;
}

.price-media-google .price-detail .price-saving .saving-detail table tr.first-row td.gold {
  background: #ffb412;
  color: #fff;
}

.price-media-google .price-detail .price-saving .saving-detail table tr.first-row td.diamond {
  background: #bae6f9;
}

.price-media-google .price-detail .price-saving .saving-detail table tr.first-row td.advanced {
  background: #157ec8;
  color: #fff;
}

.price-media-google .price-detail .price-saving .saving-detail table tr.last-row td {
  font-weight: 700;
}

.price-media-google .price-detail .price-saving .saving-detail table tr:nth-child(even) td {
  background: #eff2f4;
}

.price-media-google .price-detail .price-saving .saving-detail table tr td {
  padding: 20px 10px;
  font-size: 16px;
  color: #404040;
}

.price-media-google .price-detail-mobile {
  margin: 30px 0;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail {
  border: 1px solid #a0d2e3;
  border-radius: 10px;
  margin-bottom: 30px;
  text-align: center;
  color: #264053;
  position: relative;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail .package-info {
  padding: 30px 30px 10px;
  border-bottom: 1px solid #a0d2e3;
  background: #edfbff;
  position: relative;
  border-radius: 10px;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail .package-info.shown {
  border-radius: 10px 10px 0 0;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail .package-info .package-title {
  font-size: 30px;
  font-family: "Gotham Bold";
  line-height: 36px;
  margin-bottom: 15px;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail .package-info .package-desc {
  font-size: 14px;
  line-height: 21px;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail .package-info .package-desc:after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background: #a0d2e3;
  margin: 15px auto;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail .package-info .package-price {
  font-size: 16px;
  font-family: "Gotham Book";
  line-height: 24px;
  margin-bottom: 15px;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail .package-info .package-price b {
  font-size: 32px;
  font-family: "Gotham Bold";
}

.price-media-google .price-detail-mobile .price-per-month .package-detail .package-info .btn-registration {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  font-size: 14px;
  margin-bottom: 30px;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail .detail-content ul {
  margin: 20px 0 30px;
  padding: 0 0;
  list-style: none;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail .detail-content ul li {
  font-size: 14px;
  margin-top: 15px;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail .icon-show-detail {
  display: block;
  background: url(../images/icon-show-detail-mobile.png) no-repeat center center;
  height: 31px;
  width: 31px;
  position: absolute;
  bottom: -16px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail .icon-show-detail.active {
  background: url(../images/icon-hide-detail-mobile.png) no-repeat center center;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail.gold {
  border: 1px solid #f7941d;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail.gold .package-info {
  background: #ffb412;
  border-bottom: 1px solid #f7941d;
  color: #fff;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail.gold .package-info .package-desc:after {
  background: #d1840a;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail.advanced {
  border: 1px solid #166aa5;
  margin-top: 50px;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail.advanced .package-info {
  background: #157ec8;
  border-bottom: 1px solid #166aa5;
  color: #fff;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail.advanced .package-info .icon-price-advanced {
  display: block;
  background: url(../images/icon-price-advanced.png) no-repeat center center;
  height: 53px;
  width: 39px;
  position: absolute;
  top: -26px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.price-media-google .price-detail-mobile .price-per-month .package-detail.advanced .package-info .package-desc:after {
  background: #a0d2e3;
}

.price-media-google .price-detail-mobile .price-saving {
  text-align: center;
  margin-top: 40px;
}

.price-media-google .price-detail-mobile .price-saving h3 {
  font-size: 20px;
  color: #1757b6;
  font-family: "Gotham Medium";
  line-height: 28px;
  margin: 0 0 25px;
}

.price-media-google .price-detail-mobile .price-saving .saving-type {
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  margin-bottom: 25px;
}

.price-media-google .price-detail-mobile .price-saving .saving-type .item-type {
  font-weight: 500;
  font-size: 14px;
}

.price-media-google .price-detail-mobile .price-saving .saving-type .item-type.active {
  background: #ebebeb;
}

.price-media-google .price-detail-mobile .price-saving .saving-type .item-type:first-child {
  border-right: 1px solid #e4e4e4;
}

.price-media-google .price-detail-mobile .price-saving .saving-item {
  margin-bottom: 30px;
}

.price-media-google .price-detail-mobile .price-saving .saving-item .icon-switch-tab {
  position: absolute;
  top: 25px;
  left: 10px;
  right: 10px;
  z-index: 9;
}

.price-media-google .price-detail-mobile .price-saving .saving-item .icon-switch-tab i {
  font-size: 24px;
  color: #264053;
}

.price-media-google .price-detail-mobile .price-saving .saving-item table {
  border-collapse: separate;
  border-spacing: 0 10px;
  width: 100%;
}

.price-media-google .price-detail-mobile .price-saving .saving-item table tr:first-child {
  background: #bae6f9;
}

.price-media-google .price-detail-mobile .price-saving .saving-item table tr:first-child td {
  font-weight: 700;
  font-size: 18px;
  color: #264053;
}

.price-media-google .price-detail-mobile .price-saving .saving-item table tr:last-child {
  font-weight: 700;
}

.price-media-google .price-detail-mobile .price-saving .saving-item table tr:nth-child(even) {
  background: #eff2f4;
}

.price-media-google .price-detail-mobile .price-saving .saving-item table tr td {
  padding: 15px 0;
  font-size: 16px;
  color: #404040;
}

.price-media-google .price-detail-mobile .price-saving .saving-item table tr td.gold {
  background: #ffb412;
  color: #fff;
}

.price-media-google .price-detail-mobile .price-saving .saving-item table tr td.advanced {
  background: #157ec8;
  color: #fff;
}

.price-media-google .price-detail-mobile .price-saving .btn-registration {
  font-size: 20px;
  font-family: "Gotham Medium";
  height: 54px;
  line-height: 54px;
  padding: 0 35px;
  display: inline-block;
}

.price-media-google .recommendation {
  text-align: center;
  color: #fff;
  background: url(../images/bg-price-recommendation.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0 35px;
}

.price-media-google .recommendation h3 {
  margin: 0 0 10px;
  font-size: 30px;
  font-family: "Gotham Medium";
}

.price-media-google .recommendation p {
  font-size: 18px;
  margin-bottom: 25px;
}

.price-media-google .recommendation .btn-registration {
  display: inline-block;
  font-size: 20px;
  font-family: "Gotham Medium";
  height: 53px;
  line-height: 54px;
  padding: 0 35px;
  margin-bottom: 30px;
}

.price-media-google .recommendation .scroll-down {
  cursor: pointer;
}

.price-media-google .price-faq {
  padding: 20px 0 30px;
  background-color: #fafbff;
  color: #464646;
  text-align: center;
}

.price-media-google .price-faq h2 {
  padding-bottom: 35px;
}

.price-media-google .price-faq .hyperlink {
  color: #297db5;
  text-decoration: none;
}

.price-media-google .price-faq h3 {
  text-align: center;
  margin: 15px 0 30px;
  font-size: 36px;
  font-weight: 300;
}

.price-media-google .price-faq ul {
  padding: 0 0;
  list-style: none;
  text-align: left;
}

.price-media-google .price-faq ul li {
  margin-bottom: 25px;
}

.price-media-google .price-faq ul li h4 {
  cursor: pointer;
  font-size: 14px;
  color: #4a4a4a;
  margin: 0;
  line-height: 20px;
  font-weight: 700;
}

.price-media-google .price-faq ul li h4:hover {
  color: #17a3dd;
}

.price-media-google .price-faq ul li p.answer {
  font-size: 14px;
  text-align: justify;
  line-height: 1.5em;
  display: none;
  font-weight: 300;
  padding-top: 10px;
}

.price-media-google .price-faq ul li p.answer span.paragraph {
  display: block;
  height: 5px;
}

.price-media-google .benefit-gg {
  background-color: #f4f4f4;
  color: #444;
}

.price-media-google .benefit-gg h3 {
  font-size: 28px;
  font-family: 'Gotham Medium';
  text-align: center;
  padding-top: 25px;
  line-height: 45px;
  color: #1757b6;
}

.price-media-google .benefit-gg h3 span {
  display: block;
}

.price-media-google .benefit-gg .row {
  padding-top: 40px;
  padding-bottom: 30px;
}

.price-media-google .benefit-gg .row ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.price-media-google .benefit-gg .row ul li {
  padding-left: 95px;
  padding-bottom: 15px;
}

.price-media-google .benefit-gg .row ul li h4 {
  font-size: 16px;
  font-weight: 500;
}

.price-media-google .benefit-gg .row ul li p {
  font-size: 14px;
  padding-top: 2px;
  line-height: 25px;
}

.price-media-google .benefit-gg .row .first-col ul li:first-child {
  background-image: url("../images/feedback-benefit-2-1.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.price-media-google .benefit-gg .row .first-col ul li:nth-child(2) {
  background-image: url("../images/folder-1.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.price-media-google .benefit-gg .row .second-col ul li:first-child {
  background-image: url("../images/saving-1.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.price-media-google .benefit-gg .row .second-col ul li:nth-child(2) {
  background-image: url("../images/feedback-benefit-2-2.png");
  background-repeat: no-repeat;
  background-position: top left;
}

.price-media-google .benefit-gg .btn-registration {
  width: 22%;
  text-align: center;
  font-family: 'Gotham Medium';
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 50px;
}

#khach_hang .thumbnail {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  overflow: hidden;
  /*max-height: 400px;*/
}

#khach_hang .thumbnail img {
  max-height: 300px;
}

.white-text { color: white; }
.white-text:hover { color: white; }


/*========BEGIN: INFO CONTACT=========*/
.info-contact{
  padding: 50px 0 20px 0;
  background: #5bbc2e;
}
.div_info{
  padding: 20px;
  margin-bottom: 30px;
  background: #363e49;
  border: 1px solid #505e72;
  text-align: center;
  font-weight: 300;
}
.div_info.padding-top{
  padding-top: 10px;
}
.style-text1{
  font-size: 30px;
  line-height: 40px;
  color:  #919fb2;
  text-transform: uppercase;
  margin-top: 20px;
}
.style-text2{
  font-size: 50px;
  line-height: 65px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 17px;
}
.style-text2 h1{
  font-size: 50px;
  line-height: 65px;
  font-weight: bold;
}
.style-text3{
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
.style-text3 .color{
  color: #919fb2;
}
.style-text3 .number{
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}
.style-text3 a{
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.style-text3 a:hover{
  color: #919fb2;
}
.style-icon{
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 20px;
  color: #ffffff;
}
.style-icon.visible_mb{
  display: none;
}
.div_info:hover .effect_icon{
  animation: bounce1 2s infinite;
  -webkit-animation: bounce1 2s infinite;
  -moz-animation: bounce1 2s infinite;
  -o-animation: bounce1 2s infinite;
}
.style-text4{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #919fb2;
  text-transform: uppercase;
}
.style-text5{
  font-size: 15px;
  line-height: 25px;
  min-height: 50px;
  margin-bottom: 11px;
  color: #919fb2;
  text-transform: uppercase;
}
.style-text5 h2{
  font-size: 15px;
  line-height: 25px;
}
.style-text5 span{
  display: inline-block;
}
.style-text6{
  font-size: 17px;
  line-height: 23px;
  color: #ffffff;
  margin-bottom: 15px;
}
.style-text6 span{
  display: inline-block;
}
.style-text7{
  font-size: 25px;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 4px;
}
.style-text7 span{
  font-weight: bold;
}
.style-text8{
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.style-text9{
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
.style-text9 a{
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.style-text9 a:hover{
  color: #919fb2;
}

.qCode{
  padding: 49px 44px;
}
.qCode img{
  width: 100%;
}
.link-map a{
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 7px 25px;
  border: 1px solid #505e72;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link-map a:hover{
  border-color: #ffffff;
  background: #ffffff;
  color: #333333;
}
.show_pc{
  display: block;
}
.show_mb{
  display: none;
}
/*========END: INFO CONTACT=========*/

section#tu_van {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .col-md-2-5 {
    width: 100%;
  }
  .service-box {
    max-width: 100%;
    margin: 25px auto 0;
  }
}


/* update 04042018 */
.caption h3 {
  font-size: 20px;
}
