﻿/*
    main color #1669af
    global text  #5D6678
   
    */

@font-face {
    /*font-family: 'ongchanh-font';
  src: url(fonts/MonumentExtended-Regular.otf) format('otf');
  font-style: normal;
  font-weight: 400;*/
}

html {
}

body {
    font-family: Montserrat, sans-serif;
}

.main-color {
    color: #1669af;
}
.dis_flex{
    display: flex;
}
.dis_flexcol{
    display: flex;
    flex-direction: column;
}
.bg_parallax {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-x;
    /*-ms-background-size: cover;*/
    /*background-size: cover;*/
}
.bg_parallax2 {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat-x;
    /*-ms-background-size: cover;
    background-size: cover;*/
}
.top-header {
    background-color: #f6821f;
    margin: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 99;text-transform:uppercase;
}
footer{
    background-color:#303030;
    color: #bfbfbf;
}
footer a, footer a:hover{
    color: #bfbfbf;
}
footer .tencty{
   color: white;
   font-size:35px;
   font-weight: bold;
}
.text-color-product {
    font-size: 15px;
    text-decoration: none;
}

    .text-color-product a, .text-color-product a:hover {
        font-size: 15px;
        text-decoration: none;
    }

.main-breadcum {
    background-color: white;
    color: #3d3d3d;
}

    .main-breadcum ol {
        background-color: white !important;
    }

        .main-breadcum ol li {
            color: #3d3d3d;
        }

    .main-breadcum a, .main-breadcum a:hover {
        color: #3d3d3d !important;
        text-decoration: none;
    }

.nav-shadow {
    border-bottom-color: #F9FBFF;
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0px !important;
}

.hotline {
    font-size: 15px;
}
/*override menu hover*/
.navbar-nav > li {
    padding: 23px 15px;
}

.nav > li > a {
    padding: 0px !important;
    padding-bottom: 7px !important;

    /*hover-underline-animation*/
    display: inline-block;
    position: relative;
}

.nav > li > a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transition: transform 0.25s ease-out;
}

.nav > li > a:hover::after {
    transform: scaleX(1);
}

/*.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after {
  transform-origin: bottom left;
}*/

.mar-t20{
    margin-top:20px;
}
.mar-t30{
    margin-top:30px;
}
.mar-t40{
    margin-top:40px;
}

.mart-box{
    margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .mart-box {
    margin-top: 40px;
  }
}
.marb-box{
    margin-bottom: 70px;
}
@media only screen and (max-width: 600px) {
  .marb-box {
    margin-bottom: 40px;
  }
}
.dv{
    /*background: #ffffff;*/
    background-image: linear-gradient(to right bottom, rgba(255,255,255,0) 50%, rgba(22,104,177,0.1));
    border-radius: 10px;
    box-shadow: 0 4px 44px rgba(17, 29, 48, 0.11);
    max-height: 320px;
    min-height: 280px;
    padding: 10px 15px;
}
.dv:hover{
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}
.dv_title{
    font-size:23px;
    margin-top:8px;
    color: black;
}
.dv_desc{
    margin-top:10px;
}

.datb{
    border-radius: 10px;
    box-shadow: 0 4px 44px rgba(17, 29, 48, 0.11);
    max-height: 320px;
    min-height: 280px;
    padding: 10px 15px;
    position: relative;
    overflow: hidden;
}
.datb:hover .datb_content{
    bottom: 0px;
}
.datb_content{
    padding: 10px 15px;
    background: #1669af;
    color: #f9f9f9;
    height: 80%;    
    position: absolute; 
    left: 0;
    bottom: -500px;    
    width: 100%;
    opacity: 1;    
    -webkit-transition: all 0.7s ease-out;
       -moz-transition: all 0.7s ease-out;
        -ms-transition: all 0.7s ease-out;
         -o-transition: all 0.7s ease-out;
            transition: all 0.7s ease-out;
}
.datb_title{
    font-size:23px;
    margin-top:8px;
}
.datb_desc{
    margin-top:10px;
}
.datb_readmore{
}
.comment{
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 44px rgba(17, 29, 48, 0.11);
    max-height: 210px;
    min-height: 200px;
    padding: 10px 15px;
}
.comment:hover{
    box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}
.comment_title{
    font-size:23px;
    margin-top:8px;
    color: black;
}
.comment_desc{
    margin-top:10px;
}

.size70{
    font-size:70px;
}
.reason{
    margin: 40px 0;
}
.reason_con{
    background-color: #1669af;
    border-radius: 10px;
    margin: 10px;
    padding: 20px;
    min-height: 200px;
    width: 50%;
}
.reason_num{
    font-size: 45px;
    color: white;
    font-weight: bold;
}
.reason_txt{
    color: #f9f9f9;
}
.reason_col2{
  top: 50%; /* Position text in the middle */
  left: 50%; /* Position text in the middle */
 
}
.reason_col2 h3{
    font-size: 35px;
    color: black;
    font-weight: bold;
}
.reason_col2 p{
    color: #303030;
}
.rating_star{
    color: #f2e24f;
}
.newsindex{
     padding-bottom: 50px;
}
.newsindex .thumb-news{
    border-radius: 10px;
    min-height: 200px;
   
}
.customer{
    padding-bottom:40px;
}

.chip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
}

.chip i {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

/*DEMO*/
/*.heroContent {
  position: relative;
  width: 400px;
  border-left: 3px solid #1669af;
  border-right: 3px solid #1669af;
}
.heroContent:before,
.heroContent:after {
  content: "";
  width: 100%;
  display: block;
  background-color: #1669af;
  position: absolute;
  height: 3px
}
.heroContent:after {
  bottom: 0;
}
.heroContent:before {
  top: 0;
  width: 40%;
}*/
.title-bar {
  margin: 0 auto;
  width:40%;
  border-left: 5px solid #1669af;
   padding: 0 0 0px 6px;
}

.title-box{
    text-transform: uppercase;
    font-size:30px;
    text-align: center;
   
}

/*mobile menu*/
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #1669af;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 80px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 14px}
  .overlay .closebtn {
    font-size: 40px;
    top: 70px;
    right: 35px;
  }
}
/*end mobile menu*/