:root {
  --primary_color: #00767b;
  --secondary_color: #00d4dd;
}
/* font */
body {
  font-family: "Roboto Regular", sans-serif !important; 
  font-size: 15px;
  line-height: 1.7 !important;
}

/* rule */
/* common */
p {
  margin: 0 0 10px !important; }

b, strong {
  font-weight: 700 !important; }

/* masthead */
#masthead {
  /* logo */
  /* header-nav-main */ }
  #masthead #logo img {
    width: 100%; }
  #masthead .header-nav-main.nav-right > li {
    margin: 0;
    margin-right: 5px; }
    #masthead .header-nav-main.nav-right > li:last-child {
      margin-right: 0; }
    #masthead .header-nav-main.nav-right > li > a {
      line-height: 54px;
      font-size: 16px;
      padding: 0 10px; }
      @media (min-width: 1024px) and (max-width: 1366px)
      {
        #masthead .header-nav-main.nav-right > li > a
        {
          font-size: 14px;
          padding: 0 5px;
        }
      }
      @media (min-width: 1366px)
      {
        #masthead .header-nav-main.nav-right > li > a
        {
          font-size: 16px;
          padding: 0 10px;
        }
      }
    #masthead .header-nav-main.nav-right > li.active, #masthead .header-nav-main.nav-right > li.current-menu-item, #masthead .header-nav-main.nav-right > li:hover, #masthead .header-nav-main.nav-right > li.current-menu-parent{
      /*background: #fed000; */
    }

/* is-divider */
.is-divider {
  display: none !important; }

/* row search */
.sec-search {
  background: linear-gradient(#ffc21e, #ff7102);
  background: linear-gradient(var(--secondary_color), var(--primary_color));
  padding-top: 30px !important; }
  .sec-search .title-search {
    text-align: center;
    margin: auto; }
    .sec-search .title-search h3 {
      font-family: "Roboto Bold", sans-serif;
      font-size: 45px;
      margin-bottom: 0;
      line-height: 55px;
      color: #fff; }
    .sec-search .title-search p {
      color: #000;
      font-family: "Roboto Medium", sans-serif;
      font-size: 23px; }
    .sec-search .title-search .searchform-wrapper {
      width: 80%;
      margin: 15px auto; }
      .sec-search .title-search .searchform-wrapper input[type="search"] {
        box-shadow: none;
        padding: 0 30px;
        min-height: 50px;
        border: none;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        font-family: "Roboto Medium", sans-serif;
        color: #000; }
      .sec-search .title-search .searchform-wrapper button[type="submit"] {
        color: #323234;
        font-family: "Roboto Medium", sans-serif;
        font-size: 20px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        padding: 0 25px;
        background-color: var(--secondary_color);
        border: none; }
        .sec-search .title-search .searchform-wrapper button[type="submit"] i.icon-search {
          padding-right: 10px;
          font-size: 22px; }
    .sec-search .title-search p:nth-child(4) {
      color: #fff;
      font-family: "Roboto Light", sans-serif;
      font-size: 22px; }
  .sec-search .col-empty {
    min-height: 400px; }

@media only screen and (max-width: 480px) {
  .sec-search .title-search h3 {
    font-size: 23px;
    line-height: 30px; }

  .sec-search .title-search p, .sec-search .title-search p:nth-child(4) {
    font-size: 18px; } }
/* end section search */
/* row slide */
.sec-slide {
  margin-top: -350px; }
  .sec-slide .row-slide {
    margin-left: auto !important;
    margin-right: auto !important; }
    .sec-slide .row-slide .carousel-3d-slide {
      border: none;
      background: no-repeat; }
      .sec-slide .row-slide .carousel-3d-slide.current img {
        box-shadow: 0 0px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1); }
      .sec-slide .row-slide .carousel-3d-slide img {
        border: 4px solid #fff; }
    .sec-slide .row-slide .carousel-3d-slide.right-2 {
      transform: translateX(-441px) translateZ(-260px) rotateY(35deg) !important;
      top: 28px !important;
      height: 475px !important; }
      .sec-slide .row-slide .carousel-3d-slide.right-2 img {
        box-shadow: 25px 25px 40px 0px rgba(0, 0, 0, 0.2); }
    .sec-slide .row-slide .carousel-3d-slide.right-1 {
      transform: translateX(-230px) translateZ(-160px) rotateY(35deg) !important;
      top: 8px !important;
      height: 475px !important; }
      .sec-slide .row-slide .carousel-3d-slide.right-1 img {
        box-shadow: 25px 25px 40px 0px rgba(0, 0, 0, 0.2); }
    .sec-slide .row-slide .carousel-3d-slide.left-1 {
      transform: translateX(230px) translateZ(-160px) rotateY(-35deg) !important;
      top: 8px !important;
      height: 475px !important; }
      .sec-slide .row-slide .carousel-3d-slide.left-1 img {
        box-shadow: -25px 25px 40px 0px rgba(0, 0, 0, 0.2); }
    .sec-slide .row-slide .carousel-3d-slide.left-2 {
      transform: translateX(441px) translateZ(-260px) rotateY(-35deg) !important;
      top: 28px !important;
      height: 475px !important; }
      .sec-slide .row-slide .carousel-3d-slide.left-2 img {
        box-shadow: -25px 25px 40px 0px rgba(0, 0, 0, 0.2); }

@media only screen and (max-width: 767px) {
  .sec-search .col-empty {
    min-height: 150px; }

  .sec-slide {
    margin-top: -135px; }
    .sec-slide .row-slide .carousel-3d-container, .sec-slide .row-slide .carousel-3d-slider {
      height: 270px !important; }
    .sec-slide .row-slide .carousel-3d-slide {
      width: 60% !important;
      left: 20%;
      height: 320px !important; }
    .sec-slide .row-slide .carousel-3d-slide.right-1 {
      transform: translateX(-105px) translateZ(-240px) rotateY(35deg) !important;
      top: 0 !important;
      height: unset !important; }
    .sec-slide .row-slide .carousel-3d-slide.right-2 {
      transform: translateX(-180px) translateZ(-400px) rotateY(35deg) !important;
      top: 0 !important;
      height: unset !important; }
    .sec-slide .row-slide .carousel-3d-slide.left-2 {
      transform: translateX(105px) translateZ(-240px) rotateY(-35deg) !important;
      top: 0 !important;
      height: unset !important; }
    .sec-slide .row-slide .carousel-3d-slide.left-1 {
      transform: translateX(180px) translateZ(-400px) rotateY(-35deg) !important;
      top: 0 !important;
      height: unset !important; } }
/* end row slide */
/* section ly do */
.sec-lydo .title-lydo {
  text-align: center; }
  .sec-lydo .title-lydo h3 {
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
  .sec-lydo .title-lydo h4 {
    text-transform: capitalize;
    font-family: "Roboto Light", sans-serif;
    font-weight: 500;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease-in-out 0.4s;
    -o-transition: all 1s ease-in-out 0.4s;
    transition: all 1s ease-in-out 0.4s;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
.sec-lydo .row-reason .icon-inner {
  padding: 25px;
  border: 3px solid #ffff;
  border-radius: 100%;
  background: #ffffff1c; }
  .sec-lydo .row-reason .icon-inner img {
    height: 60px;
    padding: 0; }
.sec-lydo .row-reason .icon-box-text p {
  font-size: 20px;
  color: #fff; }
.sec-lydo .row-reason .icon-box-img {
  margin-bottom: 5px; }
.sec-lydo .row-reason .col:hover .icon-inner img {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
.sec-lydo.show .title-lydo h3, .sec-lydo.show .title-lydo h4 {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

@media only screen and (max-width: 480px) {
  .sec-lydo .title-lydo h3 {
    font-size: 30px; }
  .sec-lydo .title-lydo h4 {
    font-size: 18px; } }
@keyframes hvr-wobble-horizontal {
  0% {
    transform: scaleX(1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  100% {
    transform: scaleX(1); } }
@-moz-keyframes hvr-wobble-horizontal {
  0% {
    transform: scaleX(1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  100% {
    transform: scaleX(1); } }
@-webkit-keyframes hvr-wobble-horizontal {
  0% {
    transform: scaleX(1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  100% {
    transform: scaleX(1); } }
@-o-keyframes hvr-wobble-horizontal {
  0% {
    transform: scaleX(1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  100% {
    transform: scaleX(1); } }
/* end section ly do */
/* section quy trinh */
.sec-quytrinh .row-quytrinh {
  background-image: url(../images/con-duong.png);
  min-height: 1595px;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  /* step-1 */
  /* step-2 */
  /* step-3 */
  /* step-4 */
  /* step-5 */ }
  .sec-quytrinh .row-quytrinh .title-quytrinh {
    position: absolute;
    top: 95px;
    left: 350px;
    text-transform: uppercase;
    font-size: 50px;
    font-family: "Roboto Bold", sans-serif;
    color: #616161;
    font-weight: 700;
    right: 0;
    opacity: 0; }
    .sec-quytrinh .row-quytrinh .title-quytrinh.show {
      animation-name: fadeInDown;
      animation-duration: 1s;
      animation-fill-mode: both;
      -webkit-animation-name: fadeInDown;
      -webkit-animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      -moz-animation-name: fadeInDown;
      -moz-animation-duration: 1s;
      -moz-animation-fill-mode: both;
      -o-animation-name: fadeInDown;
      -o-animation-duration: 1s;
      -o-animation-fill-mode: both; }
  .sec-quytrinh .row-quytrinh .step-1 {
    position: absolute;
    top: 340px;
    color: #5f595c;
    font-size: 50px;
    right: 650px;
    font-family: "Roboto Medium", sans-serif;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .number-1 {
    position: absolute;
    top: 322px;
    font-size: 70px;
    background: #d21357;
    border-radius: 100%;
    width: 120px;
    padding: 25px;
    height: 120px;
    line-height: 71px;
    font-family: "Roboto Bold", sans-serif;
    color: #fff;
    font-weight: 700;
    left: 600px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .res-1 {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 45px solid #dcdcdc;
    position: absolute;
    top: 353px;
    left: 510px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .step1.show .number-1 {
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: .3s;
    -webkit-animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: .3s;
    -moz-animation-name: zoomIn;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: .3s;
    -o-animation-name: zoomIn;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: .3s; }
  .sec-quytrinh .row-quytrinh .step1.show .res-1 {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: .6s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: .6s;
    -moz-animation-name: fadeInRight;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: .6s;
    -o-animation-name: fadeInRight;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: .6s; }
  .sec-quytrinh .row-quytrinh .step1.show .step-1 {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: .9s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: .9s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: .9s;
    -o-animation-name: fadeInLeft;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: .9s; }
  .sec-quytrinh .row-quytrinh .two-tree {
    background-image: url(../images/cay-1.png);
    min-height: 99px;
    background-repeat: no-repeat;
    position: absolute;
    top: 590px;
    min-width: 170px;
    left: 5px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .mountain {
    background-image: url(../images/nui.png);
    min-height: 165px;
    background-repeat: no-repeat;
    position: absolute;
    top: 445px;
    min-width: 255px;
    right: 0px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .step-2 {
    position: absolute;
    top: 610px;
    color: #5f595c;
    font-size: 50px;
    left: 600px;
    font-family: "Roboto Medium", sans-serif;
    line-height: 65px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .number-2 {
    position: absolute;
    top: 585px;
    font-size: 70px;
    background: #1bb7a1;
    border-radius: 100%;
    width: 120px;
    padding: 20px;
    height: 120px;
    line-height: 78px;
    font-family: "Roboto Bold", sans-serif;
    color: #fff;
    font-weight: 700;
    left: 360px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .res-2 {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 45px solid #9e9e9e;
    position: absolute;
    top: 615px;
    left: 510px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .step2.show .two-tree {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1.2s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 1.2s;
    -moz-animation-name: fadeInUp;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 1.2s;
    -o-animation-name: fadeInUp;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 1.2s; }
  .sec-quytrinh .row-quytrinh .step2.show .number-2 {
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1.5s;
    -webkit-animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 1.5s;
    -moz-animation-name: zoomIn;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 1.5s;
    -o-animation-name: zoomIn;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 1.5s; }
  .sec-quytrinh .row-quytrinh .step2.show .res-2 {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 1.8s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 1.8s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 1.8s;
    -o-animation-name: fadeInLeft;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 1.8s; }
  .sec-quytrinh .row-quytrinh .step2.show .step-2 {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 2.1s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 2.1s;
    -moz-animation-name: fadeInRight;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 2.1s;
    -o-animation-name: fadeInRight;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 2.1s; }
  .sec-quytrinh .row-quytrinh .step2.show .mountain {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 2.4s;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 2.4s;
    -moz-animation-name: fadeInDown;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 2.4s;
    -o-animation-name: fadeInDown;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 2.4s; }
  .sec-quytrinh .row-quytrinh .three-tree {
    background-image: url(../images/cay-2.png);
    min-height: 98px;
    background-repeat: no-repeat;
    position: absolute;
    top: 940px;
    min-width: 235px;
    right: 0px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .house {
    background-image: url(../images/nha.png);
    min-height: 165px;
    background-repeat: no-repeat;
    position: absolute;
    top: 770px;
    min-width: 200px;
    right: 0px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .step-3 {
    position: absolute;
    top: 870px;
    color: #5f595c;
    font-size: 50px;
    right: 650px;
    font-family: "Roboto Medium", sans-serif;
    line-height: 65px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .number-3 {
    position: absolute;
    top: 842px;
    font-size: 70px;
    background: #fed000;
    border-radius: 100%;
    width: 120px;
    padding: 20px;
    height: 120px;
    line-height: 78px;
    font-family: "Roboto Bold", sans-serif;
    color: #fff;
    font-weight: 700;
    left: 600px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .res-3 {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 45px solid #dcdcdc;
    position: absolute;
    top: 875px;
    left: 510px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .step3.show .house {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 2.7s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 2.7s;
    -moz-animation-name: fadeInRight;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 2.7s;
    -o-animation-name: fadeInRight;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 2.7s; }
  .sec-quytrinh .row-quytrinh .step3.show .three-tree {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 3s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 3s;
    -moz-animation-name: fadeInUp;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 3s;
    -o-animation-name: fadeInUp;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 3s; }
  .sec-quytrinh .row-quytrinh .step3.show .number-3 {
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 3.3s;
    -webkit-animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 3.3s;
    -moz-animation-name: zoomIn;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 3.3s;
    -o-animation-name: zoomIn;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 3.3s; }
  .sec-quytrinh .row-quytrinh .step3.show .res-3 {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 3.6s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 3.6s;
    -moz-animation-name: fadeInRight;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 3.6s;
    -o-animation-name: fadeInRight;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 3.6s; }
  .sec-quytrinh .row-quytrinh .step3.show .step-3 {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 3.9s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 3.9s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 3.9s;
    -o-animation-name: fadeInLeft;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 3.9s; }
  .sec-quytrinh .row-quytrinh .da {
    background-image: url(../images/da.png);
    min-height: 86px;
    background-repeat: no-repeat;
    position: absolute;
    top: 1135px;
    min-width: 157px;
    left: 5px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .step-4 {
    position: absolute;
    top: 1135px;
    color: #5f595c;
    font-size: 50px;
    left: 600px;
    font-family: "Roboto Medium", sans-serif;
    line-height: 65px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .number-4 {
    position: absolute;
    top: 1105px;
    font-size: 70px;
    background: #e22d85;
    border-radius: 100%;
    width: 120px;
    padding: 20px;
    height: 120px;
    line-height: 78px;
    font-family: "Roboto Bold", sans-serif;
    color: #fff;
    font-weight: 700;
    left: 360px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .res-4 {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 45px solid #9e9e9e;
    position: absolute;
    top: 1140px;
    left: 510px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .step4.show .da {
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 4.2s;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 4.2s;
    -moz-animation-name: fadeInDown;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 4.2s;
    -o-animation-name: fadeInDown;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 4.2s; }
  .sec-quytrinh .row-quytrinh .step4.show .number-4 {
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 4.5s;
    -webkit-animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 4.5s;
    -moz-animation-name: zoomIn;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 4.5s;
    -o-animation-name: zoomIn;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 4.5s; }
  .sec-quytrinh .row-quytrinh .step4.show .res-4 {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 4.8s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 4.8s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 4.8s;
    -o-animation-name: fadeInLeft;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 4.8s; }
  .sec-quytrinh .row-quytrinh .step4.show .step-4 {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 5.1s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 5.1s;
    -moz-animation-name: fadeInRight;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 5.1s;
    -o-animation-name: fadeInRight;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 5.1s; }
  .sec-quytrinh .row-quytrinh .step-5 {
    position: absolute;
    top: 1435px;
    color: #5f595c;
    font-size: 50px;
    right: 650px;
    font-family: "Roboto Medium", sans-serif;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .number-5 {
    position: absolute;
    top: 1415px;
    font-size: 70px;
    background: #3993df;
    border-radius: 100%;
    width: 120px;
    padding: 20px;
    height: 120px;
    line-height: 78px;
    font-family: "Roboto Bold", sans-serif;
    color: #fff;
    font-weight: 700;
    left: 600px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .res-5 {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 45px solid #dcdcdc;
    position: absolute;
    top: 1450px;
    left: 510px;
    opacity: 0; }
  .sec-quytrinh .row-quytrinh .step5.show .number-5 {
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 5.4s;
    -webkit-animation-name: zoomIn;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 5.4s;
    -moz-animation-name: zoomIn;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 5.4s;
    -o-animation-name: zoomIn;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 5.4s; }
  .sec-quytrinh .row-quytrinh .step5.show .res-5 {
    animation-name: fadeInRight;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 5.7s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 5.7s;
    -moz-animation-name: fadeInRight;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 5.7s;
    -o-animation-name: fadeInRight;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 5.7s; }
  .sec-quytrinh .row-quytrinh .step5.show .step-5 {
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 6s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-delay: 6s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-duration: 1s;
    -moz-animation-fill-mode: both;
    -moz-animation-delay: 6s;
    -o-animation-name: fadeInLeft;
    -o-animation-duration: 1s;
    -o-animation-fill-mode: both;
    -o-animation-delay: 6s; }

/* fade In Down */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
/* fade In Up */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    transform: none; } }
/* fade In Right */
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
/* fade In Left */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    transform: none; } }
@media only screen and (max-width: 1024px) {
  .sec-quytrinh .row-quytrinh .title-quytrinh {
    font-size: 40px;
    left: 310px; }
  .sec-quytrinh .row-quytrinh .step-1, .sec-quytrinh .row-quytrinh .step-3, .sec-quytrinh .row-quytrinh .step-5 {
    right: 520px; } }
/* end section quy trinh */
/* sec-taisaocan */
.sec-taisaocan .row-taisao {
  position: relative;
  min-height: 635px;
  /* lydo 1 */
  /* lydo 2 */
  /* lydo 3 */
  /* lydo 4 */ }
  .sec-taisaocan .row-taisao .col-inner {
    height: 100%; }
  .sec-taisaocan .row-taisao .logo-icon {
    background-image: url(../images/logo.png);
    min-height: 530px;
    background-repeat: no-repeat;
    position: absolute;
    min-width: 485px;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .sec-taisaocan .row-taisao .shape {
    background-image: url(../images/shape.png);
    min-height: 500px;
    background-repeat: no-repeat;
    position: absolute;
    min-width: 860px;
    top: 140px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%); }
  .sec-taisaocan .row-taisao .title-taisao {
    opacity: 0; }
    .sec-taisaocan .row-taisao .title-taisao .text1 {
      text-transform: uppercase;
      color: #353535;
      font-family: "Roboto Bold", sans-serif;
      font-weight: 700;
      font-size: 45px;
      position: absolute;
      left: 515px;
      top: 155px;
      letter-spacing: -1px;
      line-height: 45px; }
    .sec-taisaocan .row-taisao .title-taisao .text2 {
      color: #ff940e;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Roboto Bold", sans-serif;
      font-size: 80px;
      position: absolute;
      top: 212px;
      left: 395px;
      letter-spacing: -4px;
      line-height: 80px; }
    .sec-taisaocan .row-taisao .title-taisao .text3 {
      color: #b2b2b1;
      text-transform: uppercase;
      position: absolute;
      top: 298px;
      left: 395px;
      font-size: 45px;
      line-height: 45px;
      letter-spacing: 10px; }
  .sec-taisaocan .row-taisao .lydo1 .number1 {
    background-image: url(../images/d.png);
    background-repeat: no-repeat;
    min-height: 82px;
    min-width: 82px;
    display: inline-block;
    text-align: center;
    line-height: 82px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    font-family: "Roboto Bold", sans-serif;
    position: absolute;
    left: 480px;
    top: calc(100% - 120px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s ease 0.4s;
    -o-transition: all 1.2s ease 0.4s;
    transition: all 1.2s ease 0.4s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .sec-taisaocan .row-taisao .lydo1 .text-lydo1 {
    color: #000;
    font-family: "Roboto Medium", sans-serif;
    font-size: 17px;
    position: absolute;
    left: 580px;
    top: calc(100% - 105px);
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s ease 0.4s;
    -o-transition: all 1.2s ease 0.4s;
    transition: all 1.2s ease 0.4s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .sec-taisaocan .row-taisao .lydo2 .number2 {
    background-image: url(../images/c.png);
    background-repeat: no-repeat;
    min-height: 82px;
    min-width: 82px;
    display: inline-block;
    text-align: center;
    line-height: 82px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    font-family: "Roboto Bold", sans-serif;
    position: absolute;
    left: 595px;
    top: calc(100% - 210px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s ease 0.8s;
    -o-transition: all 1.2s ease 0.8s;
    transition: all 1.2s ease 0.8s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .sec-taisaocan .row-taisao .lydo2 .text-lydo2 {
    color: #000;
    font-family: "Roboto Medium", sans-serif;
    font-size: 17px;
    position: absolute;
    left: 695px;
    top: calc(100% - 195px);
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s ease 0.8s;
    -o-transition: all 1.2s ease 0.8s;
    transition: all 1.2s ease 0.8s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .sec-taisaocan .row-taisao .lydo3 .number3 {
    background-image: url(../images/b.png);
    background-repeat: no-repeat;
    min-height: 82px;
    min-width: 82px;
    display: inline-block;
    text-align: center;
    line-height: 82px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    font-family: "Roboto Bold", sans-serif;
    position: absolute;
    left: 690px;
    top: calc(100% - 300px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s ease 1.2s;
    -o-transition: all 1.2s ease 1.2s;
    transition: all 1.2s ease 1.2s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .sec-taisaocan .row-taisao .lydo3 .text-lydo3 {
    color: #000;
    font-family: "Roboto Medium", sans-serif;
    font-size: 17px;
    position: absolute;
    left: 790px;
    top: calc(100% - 285px);
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s ease 1.2s;
    -o-transition: all 1.2s ease 1.2s;
    transition: all 1.2s ease 1.2s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .sec-taisaocan .row-taisao .lydo4 .number4 {
    background-image: url(../images/a.png);
    background-repeat: no-repeat;
    min-height: 82px;
    min-width: 82px;
    display: inline-block;
    text-align: center;
    line-height: 82px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    font-family: "Roboto Bold", sans-serif;
    position: absolute;
    left: 780px;
    top: calc(100% - 390px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s ease 1.6s;
    -o-transition: all 1.2s ease 1.6s;
    transition: all 1.2s ease 1.6s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .sec-taisaocan .row-taisao .lydo4 .text-lydo4 {
    color: #000;
    font-family: "Roboto Medium", sans-serif;
    font-size: 17px;
    position: absolute;
    left: 880px;
    top: calc(100% - 375px);
    line-height: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1.2s ease 1.6s;
    -o-transition: all 1.2s ease 1.6s;
    transition: all 1.2s ease 1.6s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
.sec-taisaocan.show .logo-icon, .sec-taisaocan.show .shape {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
.sec-taisaocan.show .title-taisao {
  animation-name: zoomIn;
  animation-duration: 1.5s;
  animation-fill-mode: both; }
.sec-taisaocan.show .lydo1 .number1, .sec-taisaocan.show .lydo1 .text-lydo1 {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
.sec-taisaocan.show .lydo2 .number2, .sec-taisaocan.show .lydo2 .text-lydo2 {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
.sec-taisaocan.show .lydo3 .number3, .sec-taisaocan.show .lydo3 .text-lydo3 {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
.sec-taisaocan.show .lydo4 .number4, .sec-taisaocan.show .lydo4 .text-lydo4 {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 1; } }
@media only screen and (max-width: 480px) {
  .sec-taisaocan {
    padding-bottom: 90px !important; }
    .sec-taisaocan .row-taisao .logo-icon {
      background-size: 205px !important;
      min-height: 255px !important; }
    .sec-taisaocan .row-taisao .shape {
      background-size: 395px !important;
      min-height: 225px !important;
      top: 75px !important; }
    .sec-taisaocan .row-taisao .title-taisao .text1 {
      font-size: 20px !important;
      left: unset !important;
      right: 0 !important;
      top: 65px !important;
      line-height: 20px !important; }
    .sec-taisaocan .row-taisao .title-taisao .text2 {
      left: unset !important;
      right: 10px !important;
      font-size: 40px !important;
      line-height: 40px !important;
      top: 95px !important; }
    .sec-taisaocan .row-taisao .title-taisao .text3 {
      left: unset !important;
      right: 0px !important;
      font-size: 20px !important;
      line-height: 20px !important;
      top: 145px !important; }
    .sec-taisaocan .row-taisao .lydo1 .number1 {
      left: 0 !important;
      top: calc(100% - 305px) !important; }
    .sec-taisaocan .row-taisao .lydo1 .text-lydo1 {
      left: 100px !important;
      top: calc(100% - 290px) !important; }
    .sec-taisaocan .row-taisao .lydo2 .number2 {
      left: 0 !important;
      top: calc(100% - 205px) !important; }
    .sec-taisaocan .row-taisao .lydo2 .text-lydo2 {
      left: 100px !important;
      top: calc(100% - 190px) !important; }
    .sec-taisaocan .row-taisao .lydo3 .number3 {
      left: 0 !important;
      top: calc(100% - 105px) !important; }
    .sec-taisaocan .row-taisao .lydo3 .text-lydo3 {
      left: 100px !important;
      top: calc(100% - 90px) !important; }
    .sec-taisaocan .row-taisao .lydo4 .number4 {
      left: 0 !important;
      top: calc(100% - 5px) !important; }
    .sec-taisaocan .row-taisao .lydo4 .text-lydo4 {
      left: 100px !important;
      top: calc(100% + 9px) !important; }

  .sec-banner {
    margin-top: 0 !important; } }
@media only screen and (max-width: 768px) {
  .sec-taisaocan {
    padding-top: 0 !important; }
    .sec-taisaocan .row-taisao .logo-icon {
      background-size: 205px;
      min-height: 255px; }
    .sec-taisaocan .row-taisao .shape {
      background-size: 395px;
      min-height: 225px;
      top: 75px; }
    .sec-taisaocan .row-taisao .title-taisao .text1 {
      font-size: 25px;
      left: 180px;
      top: 65px; }
    .sec-taisaocan .row-taisao .title-taisao .text2 {
      left: 150px;
      font-size: 40px;
      top: 90px; }
    .sec-taisaocan .row-taisao .title-taisao .text3 {
      left: 150px;
      font-size: 25px;
      top: 145px; }
    .sec-taisaocan .row-taisao .lydo1 .number1 {
      left: 175px;
      top: calc(100% - 355px); }
    .sec-taisaocan .row-taisao .lydo1 .text-lydo1 {
      left: 275px;
      top: calc(100% - 340px); }
    .sec-taisaocan .row-taisao .lydo2 .number2 {
      left: 265px;
      top: calc(100% - 425px); }
    .sec-taisaocan .row-taisao .lydo2 .text-lydo2 {
      left: 365px;
      top: calc(100% - 410px); }
    .sec-taisaocan .row-taisao .lydo3 .number3 {
      left: 355px;
      top: calc(100% - 495px); }
    .sec-taisaocan .row-taisao .lydo3 .text-lydo3 {
      left: 455px;
      top: calc(100% - 480px); }
    .sec-taisaocan .row-taisao .lydo4 .number4 {
      left: 445px;
      top: calc(100% - 565px); }
    .sec-taisaocan .row-taisao .lydo4 .text-lydo4 {
      left: 545px;
      top: calc(100% - 550px); }

  .sec-banner {
    margin-top: 0; } }
@media only screen and (min-width: 1024px) {
  .sec-taisaocan .row-taisao .lydo3 .text-lydo3 {
    top: calc(100% - 305px); }
  .sec-taisaocan .row-taisao .lydo4 .text-lydo4 {
    top: calc(100% - 405px); } }
@media only screen and (min-width: 1366px) {
  .sec-taisaocan .row-taisao .lydo3 .text-lydo3 {
    top: calc(100% - 285px); }
  .sec-taisaocan .row-taisao .lydo4 .text-lydo4 {
    top: calc(100% - 375px); } }
/* end sec-taisaocan */
/* sec-khogd */
.sec-khogd {
  margin-top: -50px; }
  .sec-khogd .product-category .box-image {
    text-align: center;
    background: #fff;
    max-width: 120px;
    min-height: 120px;
    border: 3px solid var(--primary_color);
    border-radius: 100%; }
    .sec-khogd .product-category .box-image img {
      max-width: 65px;
      margin: auto;
      transform: translate(0, 35%); }
  .sec-khogd .product-category:hover .box-image {
    background: var(--primary_color); }
    .sec-khogd .product-category:hover .box-image img {
      filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1); }
  .sec-khogd .product-category .box-text .title-danhmuc {
    font-size: 17px;
    font-family: "Roboto Medium", sans-serif;
    font-weight: 500; }
  .sec-khogd .flickity-prev-next-button {
    top: 25%; }

@media only screen and (max-width: 480px) {
  .sec-khogd {
    padding-top: 30px !important; } }
/* dangky-hotline */
.dangky-hotline > .col:first-child {
  background-color: #fed000; }
.dangky-hotline > .col:nth-child(2) {
  background-color: #d8d8d8; }
.dangky-hotline > .col .hotline .col-inner, .dangky-hotline > .col .dangky .col-inner {
  padding: 40px; }
.dangky-hotline > .col .hotline h3, .dangky-hotline > .col .dangky h3 {
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 0;
  margin-bottom: 0; }
.dangky-hotline > .col .hotline .col-inner {
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease 0.4s;
  -o-transition: all 1.2s ease 0.4s;
  transition: all 1.2s ease 0.4s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%); }
.dangky-hotline > .col .hotline p {
  font-size: 22px;
  font-family: "Roboto Medium", sans-serif; }
  .dangky-hotline > .col .hotline p:nth-child(3) span {
    font-family: "Roboto Bold", sans-serif;
    font-size: 35px;
    font-weight: 700; }
  .dangky-hotline > .col .hotline p:nth-child(4) {
    color: #fff;
    font-size: 25px; }
.dangky-hotline > .col .dangky .col-inner {
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.2s ease 0.4s;
  -o-transition: all 1.2s ease 0.4s;
  transition: all 1.2s ease 0.4s;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%); }
.dangky-hotline > .col .dangky p {
  font-size: 18px;
  font-family: "Roboto Medium", sans-serif; }
  .dangky-hotline > .col .dangky p:nth-child(2) {
    padding-bottom: 10px; }
.dangky-hotline > .col .dangky form p {
  padding-bottom: 0 !important; }
.dangky-hotline > .col .dangky form input {
  box-shadow: none;
  font-family: "Roboto Medium", sans-serif;
  font-size: 15px;
  color: #000;
  border: none; }
.dangky-hotline > .col .dangky form select {
  box-shadow: none;
  margin-bottom: 0;
  font-family: "Roboto Medium", sans-serif;
  font-size: 15px; }
.dangky-hotline > .col .dangky form input[type="submit"] {
  margin-right: 0;
  text-transform: unset;
  font-family: "Roboto Light", sans-serif; }
.dangky-hotline.show .hotline .col-inner, .dangky-hotline.show .dangky .col-inner {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

@media only screen and (max-width: 480px) {
  .dangky-hotline > .col .dangky .col-inner {
    padding-left: 15px; }

  .dangky-hotline > .col .hotline h3, .dangky-hotline > .col .dangky h3 {
    font-size: 20px; } }
/* col-template */
.col-template .box .box-image {
  overflow: hidden;
  box-shadow: 0 0px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  border: 5px solid #fff; 
}
  .col-template .box .box-image .overlay {
    display: none;
    background-color: rgba(0, 0, 0, 0.5); 
  }
  .col-template .box .box-image img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; 
    -o-object-position: top;
    object-position: top;
  }
  .col-template .box .box-image .btn-template {
    position: absolute;
    top: 35%;
    left: 27%;
    height: 100%;
    z-index: 10;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1); 
  }
    .col-template .box .box-image .btn-template .btn-xemdm {
      background: var(--secondary_color);
      color: #fff;
      padding: 5px 45px;
      border-radius: 25px;
      margin: 5px 0;
      font-family: "Roboto Medium", sans-serif; 
    }
      .col-template .box .box-image .btn-template .btn-xemdm:hover {
        background: var(--primary_color); 
        box-shadow: none;
      }
    .col-template .box .box-image .btn-template .btn-xemchitiet {
      background: #fff;
      color: #000;
      padding: 5px 45px;
      border-radius: 25px;
      margin: 5px 0;
      font-family: "Roboto Medium", sans-serif; }
  .col-template .box .box-image:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; 
  }
  .col-template .box .box-image:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1); 
  }
  .col-template .box .box-image:hover .overlay {
    display: block; 
  }
  .col-template .box .box-image:hover:after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1); 
  }
  .col-template .box .box-image:hover .btn-template {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); 
  }
.col-template .box .box-text {
  position: static; }
  .col-template .box .box-text .cat-label {
    font-size: 15px;
    font-family: "Roboto Medium", sans-serif;
    color: #666; }
  .col-template .box .box-text h5.post-title {
    letter-spacing: 0; }

@media only screen and (max-width: 768px) {
  .col-template .box .box-image .btn-template {
    top: 32%;
    left: 19%; } }
@media only screen and (max-width: 480px) {
  .col-template .box .box-image .btn-template {
    top: 35%;
    left: 27%; } }
/* footer */
#footer .footer-1 h3 {
  padding-left: 15px;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 0;
  font-family: "Roboto Bold", sans-serif;
}
#footer .footer-1 .widget ul li {
  border: none; }
  #footer .footer-1 .widget ul li a {
    padding: 3px 0;
    font-size: 15px;
    color: #d5d5d5; }
    #footer .footer-1 .widget ul li a:before {
      font-family: FontAwesome;
      content: "\f00c";
      color: #d5d5d5;
      padding-right: 7px;
      font-size: 14px;
      opacity: .5; }
    #footer .footer-1 .widget ul li a:hover {
      color: #fed000;
      padding-left: 5px; }
      #footer .footer-1 .widget ul li a:hover:before {
        color: #fed000;
        opacity: 1; }
#footer .footer-1 .row {
  border-bottom: 1px solid #5a5a5a; }
#footer .footer-1.show h3, #footer .footer-1.show .widget {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
#footer .footer-2 {
  padding-top: 30px; }
  #footer .footer-2 .widget:first-child {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%; }
    #footer .footer-2 .widget:first-child span.widget-title {
      color: #fed100;
      font-size: 25px;
      letter-spacing: 0;
      font-family: "Roboto Medium", sans-serif;
      font-weight: 500; }
    #footer .footer-2 .widget:first-child p i, #footer .footer-2 .widget:first-child p span {
      color: #fff; }
    #footer .footer-2 .widget:first-child p span {
      font-family: "Roboto Medium", sans-serif; }
    #footer .footer-2 .widget:first-child .textwidget p {
      color: #d5d5d5;
      font-size: 17px; }
      #footer .footer-2 .widget:first-child .textwidget p:nth-child(2) {
        padding-left: 20px; }
  #footer .footer-2 .widget:nth-child(2) {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%; }
    #footer .footer-2 .widget:nth-child(2) span.widget-title {
      text-transform: unset;
      font-size: 25px;
      font-weight: 500;
      letter-spacing: 0;
      font-family: "Roboto Medium", sans-serif; }
    #footer .footer-2 .widget:nth-child(2) ul li {
      border: none; }
      #footer .footer-2 .widget:nth-child(2) ul li a {
        padding: 0;
        font-size: 15px;
        color: #d5d5d5; }
        #footer .footer-2 .widget:nth-child(2) ul li a:before {
          font-family: FontAwesome;
          content: "\f00c";
          color: #d5d5d5;
          padding-right: 7px;
          font-size: 14px;
          opacity: .5; }
        #footer .footer-2 .widget:nth-child(2) ul li a:hover {
          color: #fed000;
          padding-left: 5px; }
          #footer .footer-2 .widget:nth-child(2) ul li a:hover:before {
            color: #fed000;
            opacity: 1; }
  #footer .footer-2.show .widget {
    opacity: 1;
    visibility: inherit;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
#footer .absolute-footer {
  padding: 10px 0;
  padding-bottom: 5px; }
  #footer .absolute-footer .copyright-footer {

  }
    #footer .absolute-footer .copyright-footer .img {
      display: inline-block;
      margin-right: 5px; }
  #footer .absolute-footer .footer-secondary {
    padding: 0;
    padding-top: 15px;
  }
    #footer .absolute-footer .footer-secondary .social-icons a {
      margin-bottom: 0;
      background: #515151;
      border-color: #515151;
      color: #fff; }
      #footer .absolute-footer .footer-secondary .social-icons a:hover {
        background-color: #fed000 !important;
        border-color: #fed000 !important; }
        #footer .absolute-footer .footer-secondary .social-icons a:hover i {
          color: #fff; }
  #footer .absolute-footer.show .copyright-footer, #footer .absolute-footer.show .footer-secondary {
    opacity: 1;
    visibility: inherit;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }

@media only screen and (max-width: 480px) {
  #footer .footer-2 .widget {
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important; } }

@media (max-width: 849px)
{
  #footer .absolute-footer .footer-primary {
    margin: 10px 0 0;
  }
}

/*# sourceMappingURL=style.css.map */