﻿@charset "UTF-8";
@keyframes shrink {
  0% {
    background-size: 100%; }
  100% {
    background-size: 130%; } }

@keyframes shrink2 {
  0% {
    background-size: 95%; }
  100% {
    background-size: 100%; } }

@keyframes opacitymove {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes opacitymoveup {
  from {
    transform: translateY(50px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

@keyframes opacitymovedown {
  from {
    transform: translateY(-50px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

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

@keyframes translateYmoveup {
  from {
    transform: translateY(30px); }
  to {
    transform: translateY(0); } }

@keyframes translateYmovedown {
  from {
    transform: translateY(-30px); }
  to {
    transform: translateY(0); } }

@keyframes translateLoad {
  0% {
    left: 0%;
    right: 100%;
    width: 0%; }
  10% {
    left: 0%;
    right: 75%;
    width: 25%; }
  90% {
    right: 0%;
    left: 75%;
    width: 25%; }
  100% {
    left: 100%;
    right: 0%;
    width: 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); } }

/******* RESPONSIVE ********/
/****Màn hình máy tính thông thường****/
/****Màn hình desktop loại bé****/
/**** Màn hình ipad hiển thị theo chiều ngang (Landscape) ****/
/****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é****/
@font-face {
  font-family: 'Roboto';
  src: url("../../fonts/roboto/roboto-variablefont_wdth,wght.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto-Sans';
  src: url("../../fonts/noto_sans/notosans-variablefont_wdth,wght.ttf") format("truetype"); }

@font-face {
  font-family: 'Manrope';
  src: url("../../fonts/manrope/manrope-variablefont_wght.ttf") format("truetype"); }

@font-face {
  font-family: 'manrope-extrabold';
  src: url("../../fonts/manrope/static/manrope-extrabold.ttf") format("truetype"); }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/montserrat/montserrat-variablefont_wght.ttf") format("truetype"); }

ul, li {
  list-style: none; }

body {
  font-family: Manrope, Roboto, Helvetica, Arial, sans-serif;
  font-size: 15px; }

p {
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

/*$secondary-color: #cf0921;
$primary-color: #014eff;
$text-active: #FCE731;*/
.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0; }

/*body {
    background-image: url('/assets/images/snapedit3.jpeg');
    background-attachment: fixed;
    background-size: cover;
    //background-position: center center;
    background-repeat: no-repeat;
    overflow-x: hidden;
    //background-position-y: 70px;
}*/
#header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent; }
  #header .logo .head-text h2 {
    color: #fff; }
  #header .navmenu .active {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2); }
  #header .navmenu a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2); }
  #header .navmenu a {
    color: #fff; }
  #header .header-social-links .menu .dnav {
    color: #1A479E;
    background: rgba(255, 255, 255, 0.8); }

#home .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url("/assets/images/snapedit3.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1; }

#home .wrapBanner {
  padding-top: 128px; }
  #home .wrapBanner .BannerR {
    display: flex;
    position: relative; }
    #home .wrapBanner .BannerR .bannerTitle .text-head h1 {
      font-family: "Roboto";
      line-height: 125%; }
    #home .wrapBanner .BannerR .bannerTitle .text-head .diachiso {
      text-transform: uppercase;
      font-weight: 900;
      color: #fff;
      font-size: 80px;
      background-clip: text; }
    #home .wrapBanner .BannerR .bannerTitle .text-head .tinhgialai {
      text-transform: uppercase;
      font-weight: normal;
      color: #fff;
      font-size: 18px;
      letter-spacing: 7px;
      margin-top: 10px; }
    #home .wrapBanner .BannerR .bannerTitle .input-search {
      width: 550px;
      margin-top: 130px;
      background: rgba(255, 255, 255, 0.89);
      padding: 15px;
      border-radius: 35px;
      position: relative; }
      #home .wrapBanner .BannerR .bannerTitle .input-search input {
        border-radius: 25px;
        width: 100%;
        border: 0;
        padding-left: 27px;
        color: black;
        height: 59px;
        border: 1px solid #1A479E; }
      #home .wrapBanner .BannerR .bannerTitle .input-search .search-button {
        background: #e6a100;
        border-radius: 17px;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        display: flex;
        align-items: center;
        color: #1A479E;
        position: absolute;
        right: 30px;
        top: 25px;
        font-family: "Montserrat";
        border: 3px solid #e6a100; }
        #home .wrapBanner .BannerR .bannerTitle .input-search .search-button i {
          display: none;
          padding: 4px 0px; }
        #home .wrapBanner .BannerR .bannerTitle .input-search .search-button:hover {
          background: #D4A800;
          border: 3px solid #D4A800; }
    #home .wrapBanner .BannerR .bannerMockup .img-right {
      margin-top: 20px; }
      #home .wrapBanner .BannerR .bannerMockup .img-right img:first-child {
        width: 100%;
        object-fit: contain; }
      #home .wrapBanner .BannerR .bannerMockup .img-right .img-absolute {
        position: absolute;
        top: 140px;
        left: 72px;
        width: 204px;
        object-fit: contain; }

#home .dd-h {
  margin-top: 250px;
  margin-bottom: 100PX; }
  #home .dd-h .color-bg .item {
    background: rgba(255, 255, 255, 0.89);
    border-radius: 8px;
    height: 475px;
    padding: 25px;
    text-align: center; }
    #home .dd-h .color-bg .item .p-gap {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      #home .dd-h .color-bg .item .p-gap img {
        width: 18px;
        height: 18px;
        object-fit: cover;
        margin-right: 5px; }
      #home .dd-h .color-bg .item .p-gap p:first-child {
        margin-left: 0px; }
    #home .dd-h .color-bg .item img {
      width: 86px;
      height: 86px;
      flex: none;
      order: 0;
      flex-grow: 0; }
    #home .dd-h .color-bg .item h2 {
      font-family: "Montserrat";
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 150%;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      color: #1A479E;
      height: fit-content;
      text-align: left; }
    #home .dd-h .color-bg .item p {
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      text-align: left;
      color: #212529; }
    #home .dd-h .color-bg .item .line-custom {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 15px 0;
      width: 50%;
      text-align: center;
      margin: auto; }
      #home .dd-h .color-bg .item .line-custom .line-long {
        background-color: #1A479E;
        height: 2px;
        width: 100%; }
      #home .dd-h .color-bg .item .line-custom .line-litle-wrap {
        display: flex;
        gap: 9px;
        width: 100%; }
        #home .dd-h .color-bg .item .line-custom .line-litle-wrap .line-title {
          background-color: #1A479E;
          height: 2px;
          width: 3px;
          position: relative; }
  #home .dd-h .color-bg .bottom-row {
    margin: 0;
    position: relative;
    bottom: 50px; }

#home .focus-ipsearch {
  box-shadow: none !important;
  border: none !important; }

#home #suggest-box {
  height: 0;
  overflow: hidden; }
  #home #suggest-box .itemsuggest:first-child {
    margin-top: 5px; }
  #home #suggest-box .itemsuggest .item-box {
    border: none;
    position: relative;
    color: #5e5e5e;
    min-height: 24px;
    padding-top: 6px;
    padding-bottom: 7px;
    cursor: pointer;
    direction: ltr;
    text-align: left;
    line-height: 32px; }
    #home #suggest-box .itemsuggest .item-box .item-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      padding-right: 13px; }
      #home #suggest-box .itemsuggest .item-box .item-wrap .item-shape {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        #home #suggest-box .itemsuggest .item-box .item-wrap .item-shape .icon-map {
          display: -webkit-box;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
          float: left;
          height: 32px;
          width: 56px;
          padding-right: 8px; }
        #home #suggest-box .itemsuggest .item-box .item-wrap .item-shape .fontBodyMedium {
          font-family: "Google Sans", Roboto, Arial, sans-serif;
          font-size: 0.875rem;
          font-weight: 400;
          letter-spacing: 0.00625rem;
          line-height: 1.25rem;
          color: #1f1f1f;
          line-height: 32px; }
          #home #suggest-box .itemsuggest .item-box .item-wrap .item-shape .fontBodyMedium .NameDC {
            color: #1f1f1f;
            font-weight: 500; }
        #home #suggest-box .itemsuggest .item-box .item-wrap .item-shape .DC-detail {
          position: absolute;
          pointer-events: none;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0; }
        #home #suggest-box .itemsuggest .item-box .item-wrap .item-shape .text-DC-detail {
          color: #000; }
  #home #suggest-box .itemsuggest:hover .item-box {
    background-color: rgba(31, 31, 31, 0.08); }
  #home #suggest-box .itemsuggest:first-child .NameDC {
    color: #EEAE20 !important; }
  #home #suggest-box.suggest-show {
    padding: 8px 0;
    height: unset; }

/******** RESPONSIVE **********/
@media (min-width: 320px) {
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    margin-top: 20px; }
  #home .wrapBanner .BannerR .bannerTitle .text-head .tinhgialai {
    font-size: 14px; }
  #home .wrapBanner .BannerR .bannerTitle .text-head .diachiso {
    font-size: 50px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    width: 100%; }
  #home .wrapBanner .BannerR .bannerTitle .input-search .search-button {
    right: 17px;
    top: 15px; }
  #home .wrapBanner .BannerR .bannerMockup .img-right .img-absolute {
    top: 140px;
    right: 20px;
    width: 100px;
    left: unset; }
  #home .wrapBanner .BannerR .bannerTitle .input-search input {
    height: 50px; }
  #home .wrapBanner .BannerR .bannerMockup .img-right {
    margin-top: 50px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    padding: 10px; }
  #home .dd-h .color-bg .item h2 {
    font-size: 18px; }
  #home .dd-h .color-bg .item p {
    font-size: 16px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search .search-button span {
    display: none; }
  #home .wrapBanner .BannerR .bannerTitle .input-search .search-button i {
    display: block; }
  #home .dd-h {
    margin-top: 200px; }
  .mota {
    margin-bottom: 50px;
    padding: 0; }
  #home .dd-h .color-bg .item {
    height: fit-content; } }

@media (min-width: 768px) {
  #home .wrapBanner .BannerR .bannerMockup .img-right .img-absolute {
    top: 140px;
    width: 170px;
    left: 48px; }
  #home .wrapBanner .BannerR .bannerMockup .img-right {
    margin-top: 100px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search .search-button span {
    display: block; }
  #home .wrapBanner .BannerR .bannerTitle .input-search .search-button i {
    display: none; }
  #home .dd-h .color-bg .item .iconLabel {
    position: absolute;
    top: -50px;
    right: 30px;
    width: 150px;
    height: 150px; }
  #home .dd-h .color-bg .item {
    height: fit-content; }
  #home .dd-h .color-bg .item .p-gap {
    display: unset; }
  .mota {
    padding-right: 15px;
    padding-left: 15px; } }

@media (min-width: 992px) {
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    margin-top: 115px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search input {
    height: 50px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search .search-button {
    right: 17px;
    top: 16px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    padding: 10px; }
  #home .dd-h .color-bg .item {
    height: 480px;
    padding: 20px; }
  #home .dd-h .color-bg .item h2 {
    font-size: 16px; }
  #home .dd-h .color-bg .item p {
    font-size: 14px; }
  #home .wrapBanner .BannerR .bannerMockup .img-right {
    margin-top: 20px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    width: 350px; }
  #home .wrapBanner .BannerR .bannerMockup .img-right .img-absolute {
    width: 120px;
    top: 100px; }
  #home .dd-h .color-bg .item .iconLabel {
    position: unset;
    top: unset;
    right: unset;
    width: unset;
    height: unset; }
  #home .dd-h {
    margin-top: 250px; }
  #home .dd-h .color-bg .item {
    height: 475; }
  .mota {
    margin-bottom: 0px; }
  #home .dd-h .color-bg .item .p-gap {
    display: flex; } }

@media (min-width: 1024px) {
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    margin-top: 110px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search input {
    height: 55px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search .search-button {
    right: 21px;
    top: 19px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    padding: 10px; }
  #home .dd-h .color-bg .item h2 {
    font-size: 16px; }
  #home .dd-h .color-bg .item p {
    font-size: 14px; }
  #home .dd-h .color-bg .item {
    height: 475px;
    padding: 25px; } }

@media (min-width: 1152px) {
  #home .wrapBanner .BannerR .bannerTitle .text-head .tinhgialai {
    font-size: 14px; }
  #home .wrapBanner .BannerR .bannerTitle .text-head .diachiso {
    font-size: 60px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    width: 400px; }
  #home .wrapBanner .BannerR .bannerMockup .img-right .img-absolute {
    width: 140px; } }

@media (min-width: 1200px) {
  #home .wrapBanner .BannerR .bannerTitle .text-head .tinhgialai {
    font-size: 16px; }
  #home .wrapBanner .BannerR .bannerTitle .text-head .diachiso {
    font-size: 70px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    width: 450px; }
  #home .wrapBanner .BannerR .bannerMockup .img-right .img-absolute {
    width: 160px; } }

@media (min-width: 1280px) {
  #home .dd-h .color-bg .item p {
    font-size: 16px; }
  #home .dd-h .color-bg .item {
    height: 495px; } }

@media (min-width: 1400px) {
  #home .wrapBanner .BannerR .bannerTitle .input-search input {
    height: 59px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search .search-button {
    right: 23px;
    top: 21px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    width: 500px; }
  #home .wrapBanner .BannerR .bannerMockup .img-right .img-absolute {
    width: 180px; }
  #home .dd-h .color-bg .item h2 {
    font-size: 18px; }
  #home .dd-h .color-bg .item p {
    font-size: 16px; } }

@media (min-width: 1536px) {
  #home .wrapBanner .BannerR .bannerTitle .input-search input {
    height: 59px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search .search-button {
    right: 30px;
    top: 25px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    padding: 15px; }
  #home .wrapBanner .BannerR .bannerTitle .input-search {
    width: 550px; }
  #home .wrapBanner .BannerR .bannerMockup .img-right .img-absolute {
    width: 204px; } }
