#main_choose_us h3, #marketing_online h3, #main_partner h3 {
  text-align: center;
  text-transform: uppercase;
  color: #217c4b;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  margin: 0 0 35px; }

#search_domain {
  margin-top: 15px;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif; }
  #search_domain span {
    position: relative;
    top: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #217c4b; }
  #search_domain form {
    width: 65.25%;
    float: right;
    position: relative; }
    #search_domain form input[name="domain_name"] {
      border-radius: 0;
      background-color: #f7ffff;
      border-color: #9a9a9a;
      height: 50px;
      font-family: 'HelveticaNeue', sans-serif;
      font-weight: 300; }
    #search_domain form .btn-search {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      background-color: #ff9c00;
      border-radius: 0;
      color: white;
      border: 1px solid #9a9a9a;
      text-transform: uppercase;
      padding: 6px 16px;
      font-weight: 500; }

#main_services .section_content .col {
  margin-bottom: 30px; }
  #main_services .section_content .col .image {
    margin-bottom: 30px; }
    #main_services .section_content .col .image img {
      position: relative;
      top: 0;
      -webkit-transition: top 0.2s ease;
      -moz-transition: top 0.2s ease;
      -o-transition: top 0.2s ease;
      transition: top 0.2s ease; }
      #main_services .section_content .col .image img:hover {
        top: 20px; }
  #main_services .section_content .col .content h4 {
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-transform: uppercase; }
    #main_services .section_content .col .content h4:hover {
      color: #217c4b; }
  #main_services .section_content .col .content .description {
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 300;
    color: #5d5d5d; }
  #main_services .section_content .col:nth-child(3n+1) {
    clear: both; }

#main_choose_us {
  margin-top: 40px;
  position: relative;
  z-index: 1;
  background: url(../images/visaochonchungtoi.png) no-repeat;
  background-size: 100%;
  min-height: 490px;
  max-width: 1366px;
  margin-right: auto;
  margin-left: auto; }
  #main_choose_us h3 {
    text-align: right;
    padding-right: 10%;
    margin-bottom: 66px; }
  #main_choose_us .content {
    text-align: right; }
    #main_choose_us .content img {
      float: right; }

#marketing_online {
  background: url(../images/bgmaketing.png) center top no-repeat;
  padding-top: 45px;
  padding-bottom: 35px;
  background-size: 100% 100%; }
  #marketing_online .box-items .items {
    text-align: center;
    margin-bottom: 30px; }
    #marketing_online .box-items .items .image {
      margin-bottom: 15px;
      border-radius: 50%; }
      #marketing_online .box-items .items .image img {
        position: relative;
        top: 0;
        -webkit-transition: top 0.2s ease;
        -moz-transition: top 0.2s ease;
        -ms-transition: top 0.2s ease;
        -o-transition: top 0.2s ease;
        transition: top 0.2s ease; }
        #marketing_online .box-items .items .image img:hover {
          top: 5px; }
    #marketing_online .box-items .items .content h4 {
      text-transform: uppercase;
      color: #000000;
      font-family: 'Roboto Condensed', sans-serif;
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 15px; }
      #marketing_online .box-items .items .content h4:hover {
        color: #308c5b; }
    #marketing_online .box-items .items .content .description {
      font-family: 'HelveticaNeue', sans-serif;
      font-weight: 300;
      font-size: 13px; }

#main_partner {
  padding-top: 35px; }
  #main_partner .box-items {
    margin-bottom: 20px; }
    #main_partner .box-items .items {
      margin-bottom: 30px; }
      #main_partner .box-items .items .content {
        border: 1px solid #d1d1d1;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        overflow: hidden;
        -webkit-transition: All 1s ease;
        -moz-transition: All 1s ease;
        -ms-transition: All 1s ease;
        -o-transition: All 1s ease;
        transition: All 1s ease; }
        #main_partner .box-items .items .content:hover {
          border-color: #217c4b; }
        #main_partner .box-items .items .content img {
          -webkit-transition: All 1s ease;
          -moz-transition: All 1s ease;
          -ms-transition: All 1s ease;
          -o-transition: All 1s ease;
          transition: All 1s ease; }
          #main_partner .box-items .items .content img:hover {
            transform: scale(1.2); }

#main_contact_now .banner {
  background: url(../images/main-banner.jpg);
  color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0 !important; }
  #main_contact_now .banner .title {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 0;
    font-size: 26px; }
  #main_contact_now .banner .sub-title {
    font-family: 'HelveticaNeue', sans-serif;
    font-weight: 300;
    font-size: 21px; }
  #main_contact_now .banner .btn-contact-now {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    padding: 6px 18px;
    background: transparent;
    border: solid 1px #fff;
    color: #fff;
    margin-top: 8px;
    -webkit-transition: All 0.7s ease;
    -moz-transition: All 0.7s ease;
    -ms-transition: All 0.7s ease;
    -o-transition: All 0.7s ease;
    transition: All 0.7s ease;
    border-radius: 0; }
    #main_contact_now .banner .btn-contact-now:hover {
      background: #ff9200;
      border-color: #ff9200; }

@media screen and (max-width: 1024px) {
  #search_domain form {
    width: 60%; }

  #main_choose_us .content img {
    width: 37%; } }
@media (max-width: 768px) {
  #main_services .section_content .col:nth-child(3n+1) {
    clear: none; } }
@media (max-width: 425px) {
  #marketing_online {
    background: url(../images/bgmaketing.png) center top repeat; } }

/*# sourceMappingURL=style_index.css.map */
