/*!
 * hieunv.css v1.5 (https://hieunv.com/)
 * Copyright 2019-2020 Nguyễn Văn Hiếu
 * Using for Hiếu's Products only.
 */

/* MAIN AREA */

body{
    
    /* background: #fbfbfd; */
    /* font-family: 'Arial', sans-serif; */
}

/* Thông tin giới thiệu trang chủ */
.top-block{
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #f9faff;
  border-radius: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
.intro-info{
  /* margin-top: auto; */
  /* margin-bottom: 30px; */
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Roboto Condensed', sans-serif;
}
.intro-info img{
    display: block;
    margin: auto;
}
.intro-info p{
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: -3px;
    color: #398EFF;
    font-size: 15px;
    font-weight: bold;
}
.intro-info span{
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 12px;
    color: #398EFF;
    margin-top: -5px;
}
.main-avatar{
    border-radius: 50%;
    width: 35%;
    max-width: 100px;
    max-height:100px;
}



 /* Các nút mạng xã hội dưới Main avatar */
ul.social-links {
    display: block;
    list-style: none;
    margin: 4px 0 0;
    padding: 0;
    text-align: center;
}

ul.social-links li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.social-links li:last-child a {
    margin-right: 0;
}
ul.social-links li a {
    display: inline-block;
    margin: 2px 0px;
        /* margin-right: 2px; */
    width: 25px;
    height: 25px;
    color: #398EFF;
    background-color: #EDEDED;
    text-align: center;
}
a:active, a:focus, a:visited {
    outline: 0;
    /* border: none; */
    text-decoration: none;
    -moz-outline-style: none;
    /* color: #398EFF; */
}

.fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
ul.social-links li a i {
    font-size: 14px;
    line-height: 25px;
    color: #398EFF;
}



.icon-col-lager{
    max-width: 240px;
    display: block;
    /* margin: 10px; */
    padding: 5px;
}
.icon-col-small{
    max-width: 120px;
    /* margin: 10px; */
    padding: 5px;
}

.button-block{
  display: block;
  margin: auto;
  flex: none;
}

.icon-col-small img{
    display: block;
    margin: auto;
  }
  .icon-col-lager img{
    display: block;
    float: right;
  }


.navbar-nav a{
  color: #252525;
}










  .product-title a{
    color: #252525;
    font-weight: bold;
  }
  .blog-entry-title{
    font-weight: bold;
    color: #252525;

  }

  /* Post Content */
/* for Post Page */

.post_content{
    display: inline-block;
    font-size: 1rem;
}
  p.subtitle{
    font-weight: bold;
    text-align: justify;
  }




  /*PRICING TABLE  */

  .comparison {
    /* max-width: 940px; */
    margin: 0 auto;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 10px;
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    border-bottom: 1px solid #ccc;
}

.comparison td,
.comparison th {
    border-right: 1px solid #ccc;
    empty-cells: show;
    padding: 10px;
}

.compare-heading {
    font-size: 18px;
    font-weight: bold !important;
    border-bottom: 0 !important;
    padding-top: 10px !important;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    background: #f5f5f5;
}

.comparison .tickblue {
    color: #0078c1;
}

.comparison .tickgreen {
    color: #009e2c;
}

.comparison th {
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.comparison tr td:first-child {
    text-align: left;
}

.comparison .qbse,
.comparison .qbo,
.comparison .tl {
    color: #fff;
    padding: 10px;
    font-size: 13px;
    border-right: 1px solid #ccc;
    border-bottom: 0;
}

.comparison .tl2 {
    border-right: 0;
}

.comparison .qbse {
    background: #0078c1;
    border-top-left-radius: 3px;
    border-left: 0px;
}

.comparison .qbo {
    background: #009e2c;
    border-top-right-radius: 3px;
    border-right: 0px;
}

.comparison .price-info {
    padding: 5px 15px 15px 15px;
}

.comparison .price-was {
    color: #999;
    text-decoration: line-through;
}

.comparison .price-now,
.comparison .price-now span {
    color: #ff5406;
}

.comparison .price-now span {
    font-size: 32px;
}

.comparison .price-small {
    font-size: 18px !important;
    position: relative;
    top: -11px;
    left: 2px;
}

.comparison .price-buy {
    background: #ff5406;
    padding: 10px 20px;
    font-size: 12px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
}

.comparison .price-try {
    font-size: 12px;
}

.comparison .price-try a {
    color: #202020;
}

@media (max-width: 767px) {
    .comparison td:first-child,
    .comparison th:first-child {
        display: none;
    }
    .comparison tbody tr:nth-child(odd) {
        display: table-row;
        background: #f7f7f7;
    }
    .comparison .row {
        background: #fff;
    }
    .comparison td,
    .comparison th {
        border: 1px solid #ccc;
    }
    .price-info {
        border-top: 0 !important;
    }
}

@media (max-width: 639px) {
    .comparison .price-buy {
        padding: 5px 10px;
    }
    .comparison td,
    .comparison th {
        padding: 10px 5px;
    }
    .comparison .hide-mobile {
        display: none;
    }
    .comparison .price-now span {
        font-size: 16px;
    }

    .comparison .price-small {
        font-size: 16px !important;
        top: 0;
        left: 0;
    }
    .comparison .qbse,
    .comparison .qbo {
        font-size: 12px;
        padding: 10px 5px;
    }
    .comparison .price-buy {
        margin-top: 10px;
    }
    .compare-heading {
        font-size: 13px;
    }
}








/* FOOTER*/

.new_footer_area {
    /* background: #fbfbfd; */
}


.new_footer_top {
    padding: 50px 0px 270px;
    position: relative;
      overflow-x: hidden;
}
.new_footer_area .footer_bottom {
    padding-top: 5px;
    /* padding-bottom: 50px; */
}

.footer_bottom {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #7f88a6;
    font-family: 'Roboto Condensed', sans-serif;
    /* padding: 27px 0px; */
}
.footer_bottom a{
  color: #398EFF;
}

.new_footer_top .company_widget p {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #6a7695;
    margin-bottom: 20px;
}
.new_footer_top .company_widget .f_subscribe_two .btn_get {
    border-width: 1px;
    margin-top: 20px;
}
.btn_get_two:hover {
    background: transparent;
    color: #398EFF;
}
.btn_get:hover {
    color: #fff;
    background: #398EFF;
    border-color: #398EFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:hover, a:focus, .btn:hover, .btn:focus, button:hover, button:focus {
    text-decoration: none;
    outline: none;
}



.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #398EFF;
}
.new_footer_top .f_widget.about-widget .f_list li {
    margin-bottom: 11px;
}
.f_widget.about-widget .f_list li:last-child {
    margin-bottom: 0px;
}
.f_widget.about-widget .f_list li {
    margin-bottom: 15px;
}
.f_widget.about-widget .f_list {
    margin-bottom: 0px;
}
.new_footer_top .f_social_icon a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: transparent;
  border: 1px solid #e2e2eb;
  font-size: 20px;
}
.f_social_icon a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 45px;
    color: #858da8;
    display: inline-block;
    background: #ebeef5;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.ti-facebook:before {
    content: "\e741";
}
.ti-twitter-alt:before {
    content: "\e74b";
}
.ti-vimeo-alt:before {
    content: "\e74a";
}
.ti-pinterest:before {
    content: "\e731";
}

.btn_get_two {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #398EFF;
    border-color: #398EFF;
    color: #fff;
}

.btn_get_two:hover {
    background: transparent;
    color: #398EFF;
}

.new_footer_top .f_social_icon a:hover {
    background: #398EFF;
    border-color: #398EFF;
  color:white;
}
.new_footer_top .f_social_icon a + a {
    margin-left: 4px;
}
.new_footer_top .f-title {
    margin-bottom: 15px;
    color: #263b5e;
    margin-top: 10px;
}
.f_600 {
    font-weight: 600;
}
.f_size_18 {
    font-size: 18px;
}
.f_size_15 {
    font-size: 15px;
}

.new_footer_top .f_widget.about-widget .f_list li a {
    color: #6a7695;
    font-size: 14px;
}
.new_footer_top .f_widget.about-widget .f_list li a:hover {
    color: #dc3545;
}


.new_footer_top .footer_bg {
    position: absolute;
    bottom: 0;
    background: url("../images/footer_bg.png") no-repeat scroll center 0;
    width: 100%;
    height: 266px;
}

.new_footer_top .footer_bg .footer_bg_one {
    background: url("../images/volks.gif") no-repeat center center;
    width: 290px;
    height: 105px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 15s linear infinite;
    animation: myfirst 15s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_two {
    background: url("../images/volks.gif") no-repeat center center;
    width: 330px;
    height: 105px;
  background-size:100%;
    position: absolute;
    bottom: 0;
    left: 30%;
    -webkit-animation: myfirst 25s linear infinite;
    animation: myfirst 25s linear infinite;
}

.new_footer_top .footer_bg .footer_bg_three {
    background: url("../images/cyclist.gif") no-repeat center center;
    width: 88px;
    height: 100px;
  background-size:100%;
    bottom: 0;
    left: 30%;
    position: absolute;
    -webkit-animation: mysecond 38s linear infinite;
    animation: mysecond 38s linear infinite;
}



@-moz-keyframes myfirst {
  0% {
    left: -300px;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes myfirst {
  0% {
    left: -300px;
  }
  100% {
    left: 100%;
  }
}

@keyframes myfirst {
  0% {
    left: -300px;
  }
  100% {
    left: 100%;
  }
}

@-moz-keyframes mysecond {
  0% {
    left: -90px;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes mysecond {
  0% {
    left: -90px;
  }
  100% {
    left: 100%;
  }
}

@keyframes mysecond {
  0% {
    left: -90px;
  }
  100% {
    left: 100%;
  }
}

/*************footer End*****************/



















   /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

} 















