@font-face {
  font-family: 'MontserratExtraBold';
  src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf');
}

@font-face {
  font-family: 'MontserratBold';
  src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
}

@font-face {
  font-family: 'MontserratItalic';
  src: url('../fonts/Montserrat/Montserrat-Italic.ttf');
}

@font-face {
  font-family: 'MontserratLight';
  src: url('../fonts/Montserrat/Montserrat-Light.ttf');
}

@font-face {
  font-family: 'MontserratMedium';
  src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
}

@font-face {
  font-family: 'MontserratRegular';
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
}

@font-face {
  font-family: 'MontserratSemiBold';
  src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf');
}

@font-face {
  font-family: 'RobotoBold';
  src: url('../fonts/Roboto/Roboto-Bold.ttf');
}

@font-face {
  font-family: 'RobotoLight';
  src: url('../fonts/Roboto/Roboto-Light.ttf');
}

@font-face {
  font-family: 'RobotoMedium';
  src: url('../fonts/Roboto/Roboto-Medium.ttf');
}

@font-face {
  font-family: 'RobotoRegular';
  src: url('../fonts/Roboto/Roboto-Regular.ttf');
}

body {
  font-size: 14px !important;
  font-family: RobotoRegular !important;
  color: #606060 !important;
  line-height: 1.4 !important
}

a {
  cursor: pointer;
  color: #606060 !important
}

a:focus, a:hover {
  color: #23527c;
  text-decoration: none !important;
}

.margin-top-0 {
  margin-top: 0px
}

.margin-top-5 {
  margin-top: 5px
}

.margin-top-8 {
  margin-top: 8px
}

.margin-top-10 {
  margin-top: 10px !important
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bg-white {
  background: white;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.color-white {
  color: #fff
}

.color-blue {
  color: #1550B7
}

.color-red {
  color: #E82E43;
  cursor: pointer;
}

.color-black {
  color: #202020;
}

.zoom-5 {
  zoom: 0.5;
}

.title-general {
  font-family: MontserratExtraBold;
  font-size: 42px;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2
}

.title-small {
  font-family: MontserratExtraBold;
  font-size: 32px;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2
}

/*header*/
.nav-section {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: transparent;
  z-index: 999999;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.menu-1 {
  background: #202020;
  padding-top: 8px;
  padding-bottom: 6px;
}

.nav-section .navbar-nav>li>a {
  color: #303030 !important;
  padding: 28px 15px 25px !important;
  font-size: 16px;
  font-family: MontserratSemiBold;
  text-transform: uppercase;
}

.nav-section .navbar-default .navbar-nav>.active>a {
  color: #E82E43 !important;
}

.nav-section .navbar-nav>li>a:hover {
  color: #E82E43 !important;
  background-color: transparent;
}

.nav-section .navbar-default {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0px;
  padding: 0px
}

.nav-section .navbar-collapse {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.nav-section .navbar-nav {
  margin: 0 !important;
}

.nav-section .navbar {
  margin-bottom: 0 !important;
  position: relative;
}

.nav-section .navbar-default .navbar-nav>.active>a,
.nav-section .navbar-default .navbar-nav>.active>a:focus,
.nav-section .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent !important;
}

.nav-section .info-branch {
  list-style: none;
  font-size: 14px;
  font-family: RobotoRegular !important;
  color: #fff
}

.nav-section .img-logo {
  /* width: 84px; */
  margin-top: 15px;
}

.bg-footer {
  background: #202020;
  padding-top: 5px;
  padding-bottom: 5px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}

.facebook {
  cursor: pointer;
}

.ss-banner {
  margin-top: -100px;
}

.ss-banner .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  z-index: 9999;
  margin-left: auto;
}

.ss-banner .container .title {
  font-size: 40px;
  color: #fff;
  font-family: MontserratExtraBold;
  text-transform: uppercase;
}

.ss-banner .container .title p {
  margin-bottom: 0px;
}

.ss-menu {
  background: #f7f7f7;
}

.ss-menu .bg-menu {
  background: #fff;
  margin-top: -70px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0px 30px 120px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 30px 120px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 30px 120px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 30px 120px 0px rgba(0, 0, 0, 0.25);
  border-bottom: 4px solid #E82E43;
  padding: 50px 20px 0;
}

.ss-menu .bg-menu .menu {
  width: 16.66666667%;
  padding: 8px;
  float: left;
  border: 1px solid #b3b0b0;
  font-size: 16px;
  color: #404040;
  font-family: MontserratMedium;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  margin-right: -1px
}

.ss-menu .bg-menu .menu-l {
  width: 20%;
  padding: 8px;
  float: left;
  border: 1px solid #b3b0b0;
  font-size: 16px;
  color: #404040;
  font-family: MontserratMedium;
  text-transform: uppercase;
  text-align: center;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
}

.ss-menu .bg-menu .menu.active, .ss-menu .bg-menu .menu:hover {
  background: #E82E43;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #E82E43
}

.ss-menu .bg-menu .menu-l.active {
  background: #E82E43;
  color: #fff;
  border-radius: 2px;
}

.ss-menu .item-menu {
  padding-left: 8px;
  padding-right: 8px;
  margin-top: 30px;
}

.ss-menu .item-menu .img {
  height: 190px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.ss-menu .item-menu .img img {
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: -50%;
  right: -50%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
}

.ss-menu .item-menu .img img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.ss-menu .item-menu .name {
  font-family: RobotoBold;
  font-size: 18px;
  color: #202020;
  margin-top: 15px;
  margin-bottom: 2px;
}

.ss-menu .item-menu .des {
  font-size: 14px;
  font-family: RobotoRegular;
  color: #606060;
  margin-bottom: 2px;
}

.ss-menu .item-menu .basePrice {
  margin-left: 10px;
  font-size: 14px;
  color: #9e9e9e;
  position: relative;
  display: inline
}

.ss-menu .item-menu .basePrice .line {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: -3px;
  right: -3px;
  height: 1px;
  background: #9e9e9e;
  z-index: 2;
}

.ss-menu .item-menu .update {
  font-family: RobotoRegular;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
}

.ss-menu .bg-menu .content {
  font-family: RobotoMedium;
  font-size: 16px;
  color: #202020;
  margin-bottom: 5px
}

.ss-menu .bg-menu .content p {
  margin-bottom: 2px
}

.ss-why {
  background: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 90px;
}

.ss-why .description {
  margin-top: 20px;
  font-size: 16px;
  color: #606060;
  text-align: center;
}

.ss-why .content {
  width: 90%;
  margin: 0 auto;
  padding: 0 15px
}

.ss-why .item-why {
  margin-top: 20px;
  text-align: center;
  padding: 20px 20px 0;
  border-right: 1px dashed #ccc;
  border-top: 1px dashed #ccc;
  position: relative;
}

.ss-why .item-why:last-child {
  border-right: 0
}

.ss-why .item-why.first {
  border-top: 0
}

.ss-why .item-why .name {
  font-family: RobotoBold;
  font-size: 20px;
  color: #303030;
  margin: 10px 0;
}

.ss-why .item-why .des {
  color: #303030
}

.ss-why .item-why .square {
  height: 40px;
  width: 40px;
  background: #f7f7f7;
  position: absolute;
  bottom: -40px;
  right: -20px;
  z-index: 2
}

.ss-cooperate {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #fff
}

.ss-cooperate .item {
  padding-left: 6px;
  padding-right: 6px;
  margin-top: 30px;
}

.ss-cooperate .item .img {
  height: 190px;
  overflow: hidden;
  position: relative;
}

.ss-cooperate .item .img img {
  height: 100%;
  cursor: pointer;
  position: absolute;
  left: -50%;
  right: -50%;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
}

.ss-cooperate .item .img img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.ss-cooperate .item .img .stt {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #E82E43;
  padding: 9px 5px;
  color: #fff;
  font-size: 16px;
  font-family: RobotoMedium;
  border-radius: 6px
}

.ss-cooperate .item .name {
  width: 90%;
  margin: 0 auto;
  font-family: RobotoBold;
  font-size: 20px;
  color: #202020;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}

.ss-cooperate .item .des {
  color: #303030;
  text-align: center;
  width: 90%;
  margin: 10px auto;
}

.ss-cooperate .item .price {
  font-family: RobotoBold;
  font-size: 18px;
  color: #202020;
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.ss-customer .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ss-customer .container .title-general {
  color: #fff
}

.ss-customer .item-cus {
  border-radius: 8px;
  position: relative;
  color: rgba(255, 255, 255, 0.7);
}

.ss-customer .item-cus .border {
  border: 1px solid #fff;
  padding: 20px 20px 60px;
  border-bottom: 0;
  border-radius: 8px
}

.ss-customer .item-cus .note {
  width: 55px;
  float: left;
}

.ss-customer .item-cus .content {
  width: calc(100% - 55px);
  padding-left: 15px;
  float: left;
  line-height: 1.5;
  letter-spacing: .5px
}

.ss-customer .item-cus .info-cus {
  padding-left: 90px;
  margin-top: -45px;
  position: relative;
}

.ss-customer .item-cus .info-cus .img-border {
  height: 70px;
  width: 60px;
  border: 1px solid #fff;
  float: left;
  position: relative;
}

.ss-customer .item-cus .info-cus .img-border .img-act {
  position: absolute;
  top: 4px;
  left: 5px;
  height: 60px;
  width: 60px;
}

.ss-customer .item-cus .info-cus .des {
  float: left;
  padding-left: 15px;
  width: 200px
}

.ss-customer .item-cus .info-cus .des .name {
  font-family: MontserratBold;
  font-size: 16px;
  margin-top: 15px;
  color: #fff
}

.ss-customer .owl-theme .owl-dots .owl-dot.active span, .ss-customer .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  border: 1px solid transparent;
}

.ss-customer .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
}

.ss-gallery {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ss-gallery .next-owl {
  position: absolute;
  top: 35%;
  right: 15px;
  width: 35px;
  height: 70px;
  cursor: pointer;
  background: url('../images/icon/arrow-right.png') no-repeat;
  background-size: 100%;
  z-index: 9999;
}

.ss-gallery .prev-owl {
  position: absolute;
  top: 35%;
  left: 15px;
  width: 35px;
  height: 70px;
  cursor: pointer;
  background: url('../images/icon/arrow-left.png') no-repeat;
  background-size: 100%;
  z-index: 9999;
}

.contact .phone {
  width: 80%;
  margin: 0 auto
}

.contact .icon {
  width: 24px;
  float: left;
}

.contact .content {
  width: calc(100% - 25px);
  float: left;
  padding-left: 10px;
}

.contact .content .name {
  font-family: RobotoBold;
  font-size: 16px;
  color: #303030;
}

.border-left {
  position: absolute;
  width: 80px;
  height: 8px;
  left: 0;
  bottom: 25px;
  border-bottom: 1px solid #fff;
  border-bottom-left-radius: 8px;
}

.border-right {
  position: absolute;
  width: calc(100% - 350px);
  height: 8px;
  right: 0;
  bottom: 25px;
  border-bottom: 1px solid #fff;
  border-bottom-right-radius: 8px;
}

#owl-gallery .item {
  overflow: hidden;
  cursor: pointer;
}

#owl-gallery .item img {
  transition: all 0.7s ease-in-out;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  -ms-transition: all .7s ease-in-out;
}

.transition {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.contact .icon img {
  cursor: pointer;
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}

.contact .icon img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.btn_scroll {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  position: fixed;
  right: 35px;
  bottom: 100px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}

.btn_scroll img {
  cursor: pointer;
  width: 42px
}

.logo-footer img{
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .logo-footer {
 text-align: center;
}
  .nav-section .navbar-nav>li>a {
    padding: 15px !important
  }

  .nav-section .info-branch {
    font-size: 10px;
  }

  .nav-section .info-branch .padding-right-10 {
    padding-right: 2px !important
  }

  .nav-section .img-logo {
    margin-top: 5px;
  }

  .navbar-toggle {
    margin-top: 15px !important
  }

  .ss-banner .container {
    top: 30%
  }

  .ss-banner .container .title {
    font-size: 20px;
    color: #fff;
    font-family: MontserratBold;
    text-transform: uppercase;
  }

  .ss-banner {
    margin-top: -30px;
  }

  .ss-menu .bg-menu {
    margin-top: 20px;
    padding: 50px 5px;
  }

  .ss-menu .bg-menu .menu {
    font-size: 14px
  }

  .ss-why .item-why {
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 40px
  }

  .ss-why .item-why:last-child {
    border-bottom: 0;
    padding-bottom: 0
  }

  .title-general {
    font-size: 30px;
  }

  .title-small {
    font-size: 25px;
  }

  .contact .phone {
    width: 100%;
    margin: 0 auto
  }

  .ss-customer {
    background-image: url(../images/photo/banner-2.jpg);
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ss-customer .container {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .ss-customer .item-cus {
    border: 1px solid #fff;
    padding-bottom: 30px;
  }

  .ss-customer .item-cus .border {
    border: 0;
  }

  .ss-customer .item-cus .note {
    width: 35px;
  }

  .ss-customer .item-cus .content {
    width: calc(100% - 35px)
  }

  .ss-customer .item-cus .info-cus {
    padding-left: 70px;
  }

  .ss-customer .item-cus .info-cus .des {
    width: calc(100% - 70px);
  }

  .contact .content .border-bottom span {
    color: #1550B7;
    text-decoration: underline;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .nav-section .info-branch {
    font-size: 13px;
  }

  /* .nav-section .img-logo {
    width: 55px;
  } */

  .nav-section .navbar-nav>li>a {
    padding: 20px 10px !important;
    font-size: 16px;
  }

  .ss-banner .container .title {
    font-size: 30px;
    color: #fff;
    font-family: MontserratBold;
    text-transform: uppercase;
  }

  .title-general {
    font-size: 38px;
  }

  .title-small {
    font-size: 30px;
  }

  .ss-customer {
    background-image: url(../images/photo/banner-2.jpg);
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ss-customer .container {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }

  .ss-customer .item-cus {
    border: 1px solid #fff;
    padding-bottom: 30px;
  }

  .ss-customer .item-cus .border {
    border: 0;
  }

  .ss-customer .item-cus .note {
    width: 35px;
  }

  .ss-customer .item-cus .content {
    width: calc(100% - 35px)
  }

  .ss-customer .item-cus .info-cus {
    padding-left: 70px;
  }

  .ss-customer .item-cus .info-cus .des {
    width: calc(100% - 70px);
  }

  .border-left {
    display: none;
  }

  .border-right {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ss-customer {
    background-image: url(../images/photo/banner-2.jpg);
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ss-customer .container {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}

@media only screen and (min-width: 1200px) {
  .ss-customer {
    position: relative;
    max-height: 481px;
    overflow: hidden;
  }
}

@media (min-width: 768px) {
  #noti-modal .modal-dialog {
    width: 650px;
    margin: 30px auto;
  }
}

#noti-modal {
  z-index: 9999999;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#noti-modal .close {
  position: absolute;
  width: 22px;
  height: 22px;
  z-index: 1;
  background: transparent;
  color: transparent;
  right: 13px;
  top: 12px;
  opacity: 0;
}

#noti-modal .close:hover {
  opacity: 0;
}