﻿@charset "UTF-8";
/****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 ipad-rotate  {
  @media screen and (max-width: 768px) and (orientation:landscape) { @content; }
}*/
@font-face {
  font-family: 'icomoon';
  src: url("~/assets/fonts/icomoon/icomoon.eot?6iuir");
  src: url("~/assets/fonts/icomoon/icomoon.eot?6iuir#iefix") format("embedded-opentype"), url("~/assets/fonts/icomoon/icomoon.ttf?6iuir") format("truetype"), url("~/assets/fonts/icomoon/icomoon.woff?6iuir") format("woff"), url("~/assets/fonts/icomoon/icomoon.svg?6iuir#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

#web-head, #mobile-head {
  background: none;
  box-shadow: none;
  z-index: 2;
  position: relative;
  padding-top: 35px; }

#home {
  margin-top: -95px; }
  #home .banner-overlay {
    width: 100%;
    height: 80vh;
    position: absolute;
    background-image: url("../../images/master/overlay-2.jpg");
    background-size: cover;
    background-position: top;
    opacity: 0.8;
    z-index: 1;
    /*        background-image: linear-gradient(180deg, rgba(20, 24, 44, 0.8), rgba(86, 9, 164, 0.5)), linear-gradient(90deg, rgba(41, 52, 111, 0.9), rgba(62,74,143, 0.7) 40%, rgba(78, 90, 162, 0.4) 75%, transparent);
*/
    /*background-image: linear-gradient(180deg, rgba(14, 16, 18, 0.5), rgba(14, 16, 18, 0.5)), linear-gradient(90deg, rgba(18, 22, 33, 0.9), rgba(18, 22, 33, 0.7) 40%, rgba(30, 35, 48, 0.4) 75%, transparent);*/
    /* background-size: cover;
        background-position: top;
        background-image: url( /assets/images/bg.jpg);
        clip-path: polygon(0 0, 100% 0%, 100% 50%, 0% 100%);*/
    border-radius: 0 0 0 100px; }
    #home .banner-overlay .container {
      height: 100%; }
    #home .banner-overlay .banner-text {
      height: 100%;
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding-top: 5%;
      animation-name: slideIn;
      animation-duration: 1s; }
      #home .banner-overlay .banner-text h1 {
        color: #ffc107;
        font-size: 40px;
        font-weight: 600;
        margin-bottom: 20px; }
      #home .banner-overlay .banner-text p {
        color: #fff; }
  #home .banner {
    width: 100%;
    height: 80vh;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 0 100px;
    position: relative; }
    #home .banner .carousel-item {
      height: 80vh;
      overflow: hidden;
      border-radius: 0 0 0 100px; }
      #home .banner .carousel-item img {
        object-position: center;
        object-fit: cover;
        height: 80vh;
        width: 100%; }
  #home .domain {
    margin-bottom: 50px;
    margin-top: 50px; }
    #home .domain .box-items {
      margin: 0px auto; }
      #home .domain .box-items .items {
        padding: 10px 0;
        height: 200px; }
        #home .domain .box-items .items.hideilogin {
          display: none; }
        #home .domain .box-items .items .item {
          margin: 10px;
          height: 100%;
          text-align: center;
          padding: 10px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          border-radius: 7px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          display: flex;
          flex-direction: column;
          justify-content: space-evenly; }
          #home .domain .box-items .items .item:hover {
            cursor: pointer; }
            #home .domain .box-items .items .item:hover .item-img:before {
              background: #8d9fff;
              transition: ease-in-out 0.2s; }
            #home .domain .box-items .items .item:hover .item-img img {
              transform: scale(1.1);
              transition: ease-in-out 0.2s;
              opacity: 1; }
            #home .domain .box-items .items .item:hover span {
              color: #3f51b5; }
          #home .domain .box-items .items .item .item-img {
            padding-bottom: 10px; }
            #home .domain .box-items .items .item .item-img:before {
              content: "";
              width: 50px;
              height: 50px;
              background: #d9def9;
              position: absolute;
              border-radius: 7px;
              top: 80px;
              z-index: -1;
              transform: translateX(-50%) rotate(45deg) skew(-30deg, -30deg); }
          #home .domain .box-items .items .item img {
            height: 60px;
            width: 60px;
            object-fit: contain;
            display: block;
            margin: auto;
            margin-bottom: 20px;
            background: #3F51B5;
            padding: 7px;
            border-radius: 29px;
            opacity: 0.8; }
          #home .domain .box-items .items .item span {
            vertical-align: middle;
            color: #0a2540;
            font-size: 16px;
            font-weight: 500;
            display: block;
            height: 30%; }
            #home .domain .box-items .items .item span:hover {
              color: #333; }

/*Responsive*/
@media only screen and (max-width: 992px) {
  #home .banner-text {
    width: 100% !important; }
    #home .banner-text h1 {
      font-size: 36px; } }
