/* default */
html, body {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    scroll-behavior: smooth; 
} 
body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #183B56;
    height: auto;
    line-height: 1.5;
}
img{
    display: block !important;
}
a{
    text-decoration: none;
    color: #6699D1;
}
a:hover{
    color: #183B56;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
h1{
    font-size: 32px;
}
h2{
    font-size: 28px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 16px;
}
.w-100{
    width: 100% !important;
}
.h-auto{
    height: 100% !important;
}
.box-radius{
    border-radius: 10px !important;
    overflow: hidden;
    position: relative;
}
.box-slider-pagination{
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 5;
    padding: 10px 0;
    bottom: 10px !important;
}
.box-slider-content-pagination{
    width: 100%;
    text-align: center;
    z-index: 5;
}
.space-top{
    margin-top: 60px;
}
.swiper-pagination-bullet{
    background-color: white !important;
    opacity: 1 !important;
    margin: 0 6px !important;
    border: 1px solid rgba(102, 153, 209, 0.3);
}
.swiper-pagination-bullet-active{
    background-color: #6699D1 !important;
}
.img-responsive{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.img-responsive-nb{
    width: 100%;
    height: auto;
    display: block;
}
.img-center{
    margin: 0 auto;
    display: block;
}
.box-section{
    padding: 40px 0;
}
.box-section-nt{
    padding: 0 0 40px 0;
}
.box-section-nb{
    padding: 40px 0 0 0;
}
.m-container{
    position: relative;
    padding: 0 20px;
}
.box-slider-content{
    padding: 20px 20px 50px;
    position: relative;
}
.box-slider-testimonial{
    padding: 0 20px 50px;
    position: relative;
}
.swiper-description {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(25, 60, 87, 0.0001) 0%, #183B56 100%);
    text-align: left;
    color: #fff;
    align-items: flex-end;
    display: flex;
    justify-content: left;
    transition: background-color .5s;
}
.btn-default{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background-color: #6699D1 !important;
    color: white;
    border-radius: 25px;
    padding: 10px 50px;
    margin: 15px 0;
    border: none;
}
::-webkit-input-placeholder { /* Edge */
    color: #cccccc !important;
    font-style: italic !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc !important;
    font-style: italic !important;
}
::placeholder {
    color: #cccccc !important;
    font-style: italic !important;
}
::-webkit-scrollbar {
    display: none;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: white;
}
.box-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.box-header .box-icon-navigation {
    padding: 0 !important;
}
.box-head{
    background-image: url("../../../assets/collections/default/mobile-bg-head.png");
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff !important;
}
.head-title-page{
    font-size: 24px;
    color: #ffffff;
}
.box-breadcrumb{
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 20px 0;
}
.item-breadcrumb{
    display: flex;
    justify-content: left;
    align-items: center;
    margin-right: 5px;
    font-weight: bold;
}
.item-breadcrumb-home{
    display: contents;
}
.icon-home{
    display: block;
}
.breadcrumb-separator{
    margin: 0 10px;
}
.link-breadcrumb{
    color: #6699D1;
}
.link-breadcrumb:hover{
    color: #183B56;
}
.box-head-thank-you{
    background-image: url("../../assets/collections/default/bg-head-thank-you.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}
.box-thank-you{
    display: flex;
    justify-content: left;
    align-items: center;
    min-height: 350px;
}





.main-logo{
    width: 40%;
    padding: 6px 10px;
}
.main-logo img{
    width: 100%;
    max-width: 133px;
    display: block;
}
.box-menus{
    width: 30%;
    text-align: right;
}
.box-menus img{
    margin-top: 5px;
}
.animate-spin-left{
    -webkit-animation:spin_left .2s linear ;
    -moz-animation:spin_left .2s linear ;
    animation:spin_left .2s linear ;
}
.animate-spin-right{
    -webkit-animation:spin_right .2s linear ;
    -moz-animation:spin_right .2s linear ;
    animation:spin_right .2s linear ;
}
@-moz-keyframes spin_left { 100% { -moz-transform: rotate(90deg); } }
  @-webkit-keyframes spin_left { 100% { -webkit-transform: rotate(90deg); } }
  @keyframes spin_left { 100% { -webkit-transform: rotate(90deg); transform:rotate(90deg); } }
  
  @-moz-keyframes spin_right { 100% { -moz-transform: rotate(-90deg); } }
  @-webkit-keyframes spin_right { 100% { -webkit-transform: rotate(-90deg); } }
  @keyframes spin_right { 100% { -webkit-transform: rotate(-90deg); transform:rotate(-90deg); } }
  
  .box-icon-navigation{
    padding: 15px;
}

/* Hamburger Menu */
.icon-1,
.icon-2,
.icon-3 {
  position: absolute;
  left: 25%;
  top: 50%;
  width: 32px;
  height: 3px;
  background-color: #6699D1;
  transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}

.icon-1 {
  transform: translateY(-8px);
  animation-delay: 100ms;
}

.icon-3 {
  transform: translateY(8px);
  animation-delay: 250ms;
}

.hamburger-icon {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 5%;
  right: 3%;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.icon-1.a {
  transform: rotate(40deg);
}
.icon-3.b {
  transform: rotate(-40deg);
}
.icon-2.c {
  opacity: 0;
}

.clear {
  clear: both;
}

@keyframes slideIn {
  0% {
    width: 0%;
    opacity: 0;
  }

  100% {
    width: 50%;
    opacity: 1;
  }
}
/* McButton */