﻿@charset "UTF-8";
@import url("/assets/fonts/Roboto/font-roboto.css");
@media only screen and (min-width: 1200px) {
  .container {
    min-width: 80%; } }

/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình ipad hiển thị theo chiều ngang (Landscape)****/
/****Màn hình desktop loại bé****/
/****Màn hình ipad loại bé hiển thị theo chiều ngang (Landscape)****/
/****Màn hình ipad hiển thị theo chiều dọc (Portrait)****/
/****Màn hình ipad loại bé hiển thị theo chiều dọc (Portrait)****/
/****Màn hình điện thoại hiển thị theo chiều ngang (Landscape)****/
/****Màn hình điện thoại Iphone Plus****/
/****Màn hình điện thoại Iphone****/
/****Màn hình điện thoại loại bé****/
/*@mixin mobile {
    @media(max-width: 767px) {
        @content
    }
}


@mixin ipad {
    @media(min-width: 768px) and (max-width:1024px) {
        @content
    }
}
@mixin tablet {
    @media only screen and (max-width: 1200px) {
        @content
    }
}

@mixin ipad {
    @media only screen and (max-width:1024px) {
        @content
    }
}

@mixin ipad-port {
    @media only screen and (max-width:992px) {
        @content
    }
}

@mixin mobile {
    @media only screen and (max-width:769px) {
        @content
    }
}

@mixin ipadSmPort {
    @media only screen and (max-width:600px) {
        @content
    }
}

@mixin mobile-small {
    @media only screen and (max-width: 577px) {
        @content
    }
}

@mixin iphonePlus {
    @media only screen and (max-width: 415px) {
        @content
    }
}

@mixin iphone {
    @media only screen and (max-width: 376px) {
        @content
    }
}

@mixin mobileSm {
    @media only screen and (max-width: 376px) {
        @content
    }
}

@mixin onlyTablet {
    @media (min-width: 1025px) and (max-width: 1200px) {
        @content
    }
}

@mixin onlyIpad {
    @media (min-width: 992px) and (max-width:1024px) {
        @content
    }
}

@mixin onlyIpad-port {
    @media (min-width: 769px) and (max-width:992px) {
        @content
    }
}

@mixin onlyMobile {
    @media (min-width: 577px) and (max-width:769px) {
        @content
    }
}

@mixin onlyMobile-small {
    @media (max-width: 577px) {
        @content
    }
}
@mixin mobile {
    @media (max-width: 600px) {
        @content;
    }
}



@mixin desktop {
    @media (min-width:768px) and (max-width: 1024px) {
        @content;
    }
}

@mixin desktop-up {
    @media (min-width: 1800px) {
        @content;
    }
}*/
/*@font-face {
    font-family: 'SourceSansPro';
    src: url('../../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf') format('truetype');
}*/
@font-face {
  font-family: 'Manrope';
  src: url("/assets/fonts/Manrope/Manrope-VariableFont_wght.ttf") format("truetype"); }

* {
  box-sizing: inherit;
  padding: 0;
  margin: 0; }

body {
  box-sizing: border-box;
  font-size: 14px;
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

a:any-link:hover {
  cursor: pointer; }

ul li {
  list-style: none; }

img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover; }

/*.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
[class*="col-"] {
    float: left;
    padding-left: 0;
    padding-right:0;
}*/
@keyframes opacitymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes translateXmove {
  from {
    transform: translateX(-30px); }
  to {
    transform: translateX(0); } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2); }
  100% {
    box-shadow: 0 0 0 20px transparent; } }

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#web-head {
  display: none; }

#header {
  display: none; }

#home .section-title {
  text-transform: uppercase;
  font-weight: 800;
  margin: 30px 0;
  font-size: 18px;
  display: flex;
  align-items: center;
  animation: translateXmove 2s; }
  #home .section-title:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: red;
    margin-right: 10px;
    margin-top: -1px;
    animation: pulse-animation 2s infinite; }

#home .slick-prev:before, #home .slick-next:before {
  color: #2155ce;
  font-size: 40px; }

#home .slick-prev {
  left: -50px; }

#home .slick-next {
  right: -50px; }

#home .banner-bg {
  background: #4e54c8;
  background: linear-gradient(to left, #8f94fb, #4e54c8);
  background-image: url("../../images/home/SL.jpg");
  height: 720px;
  background-repeat: repeat-x;
  background-position: 0px -200px;
  background-size: cover;
  position: absolute;
  width: 100%; }
  #home .banner-bg .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  #home .banner-bg .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px; }
  #home .banner-bg .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s; }
  #home .banner-bg .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s; }
  #home .banner-bg .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s; }
  #home .banner-bg .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s; }
  #home .banner-bg .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s; }
  #home .banner-bg .circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s; }
  #home .banner-bg .circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s; }
  #home .banner-bg .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s; }
  #home .banner-bg .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s; }
  #home .banner-bg .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s; }
  #home .banner-bg .carousel-item {
    height: 870px;
    overflow: hidden; }
    #home .banner-bg .carousel-item img {
      object-position: center;
      transform: translateY(-5%);
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #home .banner-bg .carousel-item .carousel-caption {
      width: 50%;
      top: 0;
      justify-content: center;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      visibility: visible;
      animation: carouselmove 3s;
      text-align: left;
      left: 11%; }
      #home .banner-bg .carousel-item .carousel-caption h1 {
        color: #97c93e;
        font-size: 40px; }
      #home .banner-bg .carousel-item .carousel-caption h2 {
        color: #fff;
        font-size: 30px; }
      #home .banner-bg .carousel-item .carousel-caption h1, #home .banner-bg .carousel-item .carousel-caption h2 {
        font-weight: 900; }
  #home .banner-bg .carousel-control-next, #home .banner-bg .carousel-control-prev {
    top: 0;
    width: 10%; }
  #home .banner-bg .caption {
    width: 100%;
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 500px; }
    #home .banner-bg .caption z h1 {
      color: #97c93e; }
    #home .banner-bg .caption h2 {
      color: #fff; }
    #home .banner-bg .caption h1, #home .banner-bg .caption h2 {
      font-weight: 900;
      font-size: 50px; }
    #home .banner-bg .caption p .arrow {
      border: solid #97c93e;
      border-width: 0 10px 10px 0;
      display: inline-block;
      padding: 3px;
      width: 30px;
      height: 30px;
      margin: 10px; }
    #home .banner-bg .caption p .down {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }

#home .banner {
  padding-top: 30px;
  margin-bottom: 40px;
  background: none;
  background-size: cover;
  position: relative;
  min-height: 710px; }
  #home .banner:after {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    bottom: -10px;
    content: "";
    height: 5%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    pointer-events: none; }
  #home .banner .top-banner {
    padding-bottom: 60px; }
    #home .banner .top-banner .logo-ubnd {
      margin-bottom: 35px; }
      #home .banner .top-banner .logo-ubnd img {
        height: 40px; }
      #home .banner .top-banner .logo-ubnd h6 {
        text-transform: uppercase;
        margin: 0;
        padding-left: 10px;
        display: flex;
        align-items: center;
        color: #fff;
        height: 100%;
        font-weight: 600;
        font-size: 18px; }
    #home .banner .top-banner h1 {
      color: #cf0921;
      font-weight: 600;
      margin-bottom: 20px; }
    #home .banner .top-banner p {
      margin-bottom: 20px;
      color: #cf0921;
      padding-left: 10px;
      font-size: 12px; }
    #home .banner .top-banner .banner-nav {
      position: relative; }
      #home .banner .top-banner .banner-nav .vertical-curve {
        height: 125px;
        width: 125px;
        border-radius: 100%;
        position: absolute;
        outline: solid 50px #ffffff21;
        margin-left: 50px;
        margin-top: 25%;
        background-color: #fff;
        background-image: url(../../images/home/service/1-05.png);
        background-size: cover; }
      #home .banner .top-banner .banner-nav ul {
        z-index: 1;
        position: relative; }
        #home .banner .top-banner .banner-nav ul li {
          padding: 10px;
          display: flex;
          align-items: center;
          animation: translateXmove 2s;
          width: 100%; }
          #home .banner .top-banner .banner-nav ul li:nth-child(2), #home .banner .top-banner .banner-nav ul li:nth-child(3) {
            padding-left: 40%; }
          #home .banner .top-banner .banner-nav ul li:nth-child(1), #home .banner .top-banner .banner-nav ul li:nth-child(4) {
            padding-left: 30%; }
          #home .banner .top-banner .banner-nav ul li img {
            height: 60px;
            width: 60px;
            margin-right: 10px; }
          #home .banner .top-banner .banner-nav ul li a {
            color: #Fff;
            text-transform: uppercase;
            font-weight: 800;
            font-size: 20px;
            transition: all ease 0.5s;
            padding: 10px 15px;
            border-radius: 50px 10px 10px 50px;
            background: rgba(0, 0, 0, 0.3);
            width: 100%; }
            #home .banner .top-banner .banner-nav ul li a:hover {
              color: #ffbf00;
              cursor: pointer;
              background: rgba(0, 0, 0, 0.7); }
    #home .banner .top-banner .menu {
      float: right; }
      #home .banner .top-banner .menu .dnav:hover {
        color: #7adce9;
        cursor: pointer !important; }
      #home .banner .top-banner .menu .dnav ul {
        margin: 0px auto;
        background: linear-gradient(120deg, #488b6a, #b9ba79);
        opacity: 0.9;
        margin-top: 2px;
        padding: 0; }
        #home .banner .top-banner .menu .dnav ul li {
          line-height: 30px;
          padding: 1px 6px;
          border-bottom: 1px solid #ccc; }
          #home .banner .top-banner .menu .dnav ul li a {
            border-radius: 4px;
            padding: 7px 9px;
            text-align: left;
            width: 100%;
            color: #fff; }
            #home .banner .top-banner .menu .dnav ul li a i {
              margin-right: 4px; }
          #home .banner .top-banner .menu .dnav ul li:hover {
            background: #1d513b;
            color: #fff; }
      #home .banner .top-banner .menu .dnav.user .showilogin {
        display: none; }
      #home .banner .top-banner .menu .dnav.user .hideilogin {
        display: block; }
      #home .banner .top-banner .menu .dnav.user.logined .showilogin {
        display: block; }
      #home .banner .top-banner .menu .dnav.user.logined .hideilogin {
        display: none; }
      #home .banner .top-banner .menu .dropdown-toggle::after {
        display: none; }
  #home .banner .bottom-banner {
    align-items: center; }
    #home .banner .bottom-banner .data-register-btn {
      border-radius: 5px;
      padding: 10px;
      margin-left: 10px; }
      #home .banner .bottom-banner .data-register-btn a {
        color: #fff; }
      #home .banner .bottom-banner .data-register-btn img {
        height: 20px;
        margin-right: 10px; }
      #home .banner .bottom-banner .data-register-btn:hover {
        outline: solid rgba(79, 142, 247, 0.41);
        cursor: pointer; }
      #home .banner .bottom-banner .data-register-btn:first-child {
        background: linear-gradient(120deg, #992ad5, #f55469); }
      #home .banner .bottom-banner .data-register-btn:last-child {
        background: linear-gradient(120deg, #001bf4, #0ff2ed); }
      #home .banner .bottom-banner .data-register-btn .dropdown-toggle::after {
        margin-top: 8px;
        font-size: 1.2rem; }
      #home .banner .bottom-banner .data-register-btn ul {
        background: #2155ce;
        padding: 5px;
        top: 10px !important; }
        #home .banner .bottom-banner .data-register-btn ul li {
          padding: 5px;
          border-radius: 3px;
          font-size: 0.9rem; }
          #home .banner .bottom-banner .data-register-btn ul li i {
            margin-right: 5px; }
          #home .banner .bottom-banner .data-register-btn ul li:hover {
            background: #22449d;
            color: #fff376; }
    #home .banner .bottom-banner .banner-img {
      width: 100%;
      animation: opacitymove 1s; }
    #home .banner .bottom-banner .link-list .link-data {
      padding: 10px 10px; }
      #home .banner .bottom-banner .link-list .link-data a {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 20px;
        border-radius: 10px;
        display: flex;
        min-height: 100px;
        opacity: 1;
        transition: opacity ease-in-out .1s; }
        #home .banner .bottom-banner .link-list .link-data a i {
          font-size: 25px;
          color: white; }
        #home .banner .bottom-banner .link-list .link-data a span {
          text-transform: uppercase;
          color: white;
          padding-left: 20px;
          font-weight: 600;
          text-align: center;
          font-size: 16px; }
        #home .banner .bottom-banner .link-list .link-data a:hover {
          opacity: .8; }
  #home .banner .sln-name {
    position: absolute;
    left: 0;
    bottom: 50px; }
    #home .banner .sln-name a {
      transition: all ease .2s;
      cursor: pointer;
      color: #fff;
      background-color: rgba(251, 255, 210, 0.3);
      display: block;
      border-radius: 2px 20px 20px 2px; }
      #home .banner .sln-name a p {
        text-transform: uppercase;
        padding: 8px 20px;
        font-weight: bold; }
      #home .banner .sln-name a:hover {
        color: #cf0921;
        background: rgba(251, 255, 210, 0.4); }

#home .domain {
  padding: 30px 0 100px 0;
  background-size: cover; }
  #home .domain h1 {
    font-size: 1.5em;
    font-weight: 700;
    color: #424141;
    text-align: center;
    margin-top: 25px;
    font-stretch: condensed;
    line-height: 35px;
    padding-bottom: 5px; }
    #home .domain h1 span {
      padding-bottom: 2px;
      border-bottom: 2px solid #ffce38; }
  #home .domain .title p {
    font-size: 20px;
    text-align: center;
    color: red;
    font-weight: 600; }
  #home .domain .box {
    padding: 40px 20px; }
    #home .domain .box > p {
      text-align: center;
      margin-bottom: 40px;
      font-weight: 600;
      min-height: 55px;
      padding: 10px; }
    #home .domain .box a {
      margin: auto;
      background: linear-gradient(to right, rgba(0, 27, 244, 0.3), rgba(15, 242, 237, 0.3));
      padding: 4px;
      border-radius: 100%;
      width: 150px;
      height: 150px;
      display: block;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      transition: all 500ms ease;
      color: #fff;
      font-weight: 500; }
    #home .domain .box .item {
      height: 100%;
      width: 100%;
      text-align: center;
      font-size: 20px;
      padding: 10px;
      border-radius: 100%;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      background-size: cover;
      background-position: center; }
    #home .domain .box .item.domain9 {
      background-image: url("../../images/domain/danculaodong.jpg"); }
    #home .domain .box .item.domain2 {
      background-image: url("../../images/defaultMap.png"); }
    #home .domain .box .item.domain3 {
      background-image: url("../../images/domain/yte.jpg"); }
    #home .domain .box .item.domain4 {
      background-image: url("../../images/domain/dulich.jpg"); }
    #home .domain .box .item.domain5 {
      background-image: url("../../images/domain/vanhoa.jpg"); }
    #home .domain .box .item.domain6 {
      background-image: url("../../images/domain/thuongmai.jpg"); }
    #home .domain .box .item.domain7 {
      background-image: url("../../images/domain/congnghiep.jpg"); }
    #home .domain .box .item.domain8 {
      background-image: url("../../images/domain/nongnghiep.png"); }
    #home .domain .box .item.domain1 {
      background-image: url("../../images/domain/quyhoach.png"); }
  #home .domain .slick-center .box p {
    transform: scale(1.3); }
  #home .domain .slick-center .box a {
    transform: scale(1.3);
    background: linear-gradient(120deg, #001bf4, #0ff2ed); }
  #home .domain .domain-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #4f76dd;
    font-size: 30px;
    cursor: pointer; }
  #home .domain .domain-slider .btn-prev {
    left: -50px; }
  #home .domain .domain-slider .btn-next {
    right: -50px; }

#home .service {
  padding: 50px 0;
  inset: 0;
  display: flex;
  place-content: center;
  align-items: center;
  overflow: hidden;
  background-image: url(../../images/home/bg.png);
  background-size: cover; }
  #home .service .section-title {
    color: #fff; }
  #home .service .gradient {
    --size: 250px;
    --speed: 50s;
    --easing: cubic-bezier(0.8, 0.2, 0.2, 0.8);
    transition: all 0.25s ease-out;
    width: var(--size);
    height: var(--size);
    filter: blur(calc(var(--size) / 5));
    background-image: linear-gradient(rgba(55, 235, 169, 0.85), #5b37eb);
    animation: rotate var(--speed) var(--easing) alternate infinite;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
    position: absolute; }
  @media (min-width: 720px) {
    #home .service .gradient {
      --size: 500px; } }
  #home .service .item {
    height: 300px;
    justify-content: center;
    margin: 10px 20px;
    border-radius: 7px;
    border: solid 1px #ffffff69;
    background: none; }
    #home .service .item:hover {
      background: url("../../images/home/service/service-bg.png");
      background-size: cover;
      background-position-x: left;
      border: none;
      transition: all 500ms ease; }
      #home .service .item:hover p, #home .service .item:hover span {
        color: #2155ce;
        transition: all 500ms ease; }
      #home .service .item:hover img {
        transform: scale(1.1);
        transition: all 500ms ease; }
    #home .service .item img {
      width: 100px;
      align-self: center; }
    #home .service .item p, #home .service .item span {
      font-weight: 600;
      margin: 10px 0; }
    #home .service .item span {
      border-radius: 100%;
      display: flex;
      width: 70px;
      height: 70px;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      color: #fff;
      font-size: 42px; }
    #home .service .item p {
      text-transform: uppercase;
      font-size: 20px;
      color: #fff; }

#home .link {
  padding: 50px 0; }
  #home .link .box {
    padding: 15px; }
  #home .link .item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #eee;
    border-radius: 5px;
    height: 100%;
    padding: 2px;
    text-align: center; }
    #home .link .item img {
      height: 50px; }
    #home .link .item p {
      text-transform: uppercase;
      color: #444;
      margin: 0;
      padding: 10px 0;
      text-align: center;
      font-size: 11px; }
  #home .link .link-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #4f76dd;
    font-size: 30px;
    cursor: pointer; }
  #home .link .link-slider .btn-prev {
    left: -50px; }
  #home .link .link-slider .btn-next {
    right: -50px; }

@media only screen and (max-width: 1200px) {
  #home .banner .banner-nav .vertical-curve {
    margin-left: -15px !important;
    margin-top: 30% !important; }
  #home .banner .banner-nav ul li:nth-child(2), #home .banner .banner-nav ul li:nth-child(3) {
    padding-left: 30% !important; }
  #home .banner .banner-nav ul li:nth-child(1), #home .banner .banner-nav ul li:nth-child(4) {
    padding-left: 15% !important; }
  #home .banner .banner-img {
    top: 35% !important; } }

@media only screen and (max-width: 1024px) {
  #home .banner .banner-img, #home .banner:after {
    display: none; }
  #home .banner .data-register-btn {
    width: 100%;
    justify-content: center;
    bottom: 15px; }
  #home .banner .banner-nav .vertical-curve {
    margin-left: 50px !important;
    margin-top: 19% !important; }
  #home .banner .banner-nav ul li:nth-child(2), #home .banner .banner-nav ul li:nth-child(3) {
    padding-left: 30% !important; }
  #home .banner .banner-nav ul li:nth-child(1), #home .banner .banner-nav ul li:nth-child(4) {
    padding-left: 15% !important; }
  #home .banner .banner-nav ul li a {
    width: auto !important; }
  #home .slick-prev {
    left: 0; }
  #home .slick-next {
    right: 15px; }
  #home .slick-prev, #home .slick-next {
    z-index: 2; }
    #home .slick-prev:before, #home .slick-next:before {
      font-size: 40px; } }

@media only screen and (max-width: 768px) {
  #home .banner .banner-nav .vertical-curve {
    margin-left: 0px !important;
    margin-top: 30% !important; }
  #home .banner .banner-nav ul li:nth-child(2), #home .banner .banner-nav ul li:nth-child(3) {
    padding-left: 24% !important; }
  #home .banner .banner-nav ul li:nth-child(1), #home .banner .banner-nav ul li:nth-child(4) {
    padding-left: 12% !important; } }

@media only screen and (max-width: 480px) {
  #home .banner .banner-nav .vertical-curve {
    display: none; }
  #home .banner .banner-nav ul {
    padding-left: 0; }
    #home .banner .banner-nav ul li:nth-child(2), #home .banner .banner-nav ul li:nth-child(3) {
      padding-left: 10px !important; }
    #home .banner .banner-nav ul li:nth-child(1), #home .banner .banner-nav ul li:nth-child(4) {
      padding-left: 10px !important; }
    #home .banner .banner-nav ul li a {
      width: 100% !important; }
    #home .banner .banner-nav ul li img {
      width: 40px !important;
      height: 40px !important; } }
