/*
Theme Name: Vietz
Theme URI: https://webvietz.com/
Author: Vietz
Author URI: 
Description:
Version: 10.0.1
License: GPLv3 or later
License URI: 
Text Domain: Vietz
Tags:
*/
/*body{*/
/*-moz-user-select: none !important;*/
/*-webkit-touch-callout: none!important;*/
/*-webkit-user-select: none!important;*/
/*-khtml-user-select: none!important;*/
/*-moz-user-select: none!important;*/
/*-ms-user-select: none!important;*/
/*user-select: none!important;*/
/*}*/
/*img {*/
/*   -webkit-user-drag: none;*/
/*   -webkit-touch-callout: none;*/
/*}*/
.wpcf7 form .wpcf7-response-output {
	border-color: #46b450;
	font-size: 14px;
	margin: 0;
	line-height: normal;
	color: #FFF;
}
.download-document {
	text-align: center;
	padding: 10px 15px;
}
#shipping-form {
	max-width: 420px;
	border: solid 1px #ddd;
	padding: 15px;
	border-radius: 10px;
	margin: 0 auto;
}
#shipping-form .form-title{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #93001a;
    margin-bottom: 10px;
}
#shipping-form label{
    font-weight: 600;
  font-size: 15px;
}
#shipping-form .form-control option{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#shipping-form .form-group .form-control {
	padding-left: 15px;
}
#shipping-form button.btn{
	color: #FFF;
	background: #93001a;
    font-weight: bold;
}
#result-shipping{
    color: #93001a;
    padding-left: 15px;
}

.row.d-flex-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
/* --------------------------------------
=========================================
    General Body
=========================================
-----------------------------------------*/
body{
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 24px;
    color: #747474;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
}
@font-face {
font-family:Quicksand;
src:url('inc/fonts/Quicksand/Quicksand-Medium.ttf') format('truetype');
font-weight:normal;
 font-style:normal;
  font-display: swap;
}
@font-face {
font-family:"Quicksand", sans-serif;
src:url('inc/fonts/Quicksand/Quicksand-Bold.ttf') format('truetype');
font-weight:normal;
 font-style:normal;
  font-display: swap;
}
body img {
    display: block;
    max-width: 100%;
    height: auto;
}
#page-wrapper{
    max-width: 1920px;
    margin: 0 auto;
}
iframe{
    max-width:100% !important;
	width:100% !important;
}
.fb_iframe_widget_fluid_desktop iframe{
	width:100% !important;
}
header {
    position: relative;
     width: 100%;
}
.bannerchild-slider{
    width: 100%;
    display: block;
    max-height: 300px;
    overflow: hidden;
}
.bannerchild-slider > img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.site-description {
    display: none;
}
.navbar-header {
    width: 100%;
}
.is-sticky .navbar-brand > img {
	display: block;
	max-height: 50px;
    max-width: 200px;
}
.navbar-default .navbar-brand{
    margin: 0 !important;
    width: 100px;
    padding: 5px 0px;
}
.navbar-brand > img {
	display: block;
	max-height: 100px;
}
div.wpcf7-mail-sent-ok{
    display: none;
}

.navbar-mobile-sticky{
    display: none;
}
.header-search-wrap{
    position: relative;
    padding:0px;
    margin-top: 20px;
}
.header-search-wrap i.fa{
    color: #1a1a1a;
}
.header-search-wrap .dropdown-menu{
    right: 0;
    left: auto;
}
.header-search-wrap .btn.dropdown-toggle{
    background: #b73131;
    border: 0;
    border-radius: 0;
    padding: 8px;
}
.language-selected{
    float: left;
    max-width: 80px;
    margin-top: 8px;
    overflow: hidden;
    margin-right: 10px;
}
.title-section{
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
    color: #9e1b32;
    line-height: 45px;
    margin: 0;
    font-family: "Quicksand", sans-serif;
    text-align: center;
}
.title-section a{
    display: inline-block;
    color: #9e1b32;
    font-family: "Quicksand", sans-serif;
}
.caption-section{
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 30px;
    color: #404040;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    font-family: Quicksand, sans-serif;
}
.page-title{
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    position: relative;
    padding:0px;
    border-bottom: 1px solid #93001a;
    margin-bottom: 20px;
    background: transparent;
}
.page-title span {
    position: relative;
    display: inline-block;
    background: #93001a;
    color: white;
    text-transform: uppercase;
    padding: 11px 20px;
    font-size: 20px;
}
.page-title span::after {
    content: "";
    width: 0;
    position: absolute;
    left: 100%;
    top: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 0 48px;
    border-color: transparent transparent transparent #93001a;
}
.des-section {
    max-width: 680px;
    margin: 0 auto;
    color: #333333;
    font-size: 15px;
    margin-bottom: 30px;
    text-align: center;
    line-height: 22px;
    padding: 0px 15px;
}
.des-section p{
   color: #333333; 
   line-height: 22px;

}
.readmore-section{
    margin-top: 20px;
    text-align: center;
}
.readmore-section a {
    display: inline-block;
    color: #fff;
    background: #d00b0b;
    padding: 8px 30px;
    border-radius: 0px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 28px;
}
.readmore-section a:hover {
    background: #333;
    color: #fff;
}
.title-single {
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    color: #9e1b32;
    line-height: 25px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    margin: 0 auto;
    padding:0px;
    margin-bottom: 10px;
}
.line-section {
    position: relative;
    max-width: 100px;
    margin: 20px auto;
    display: block;
}
.line-section::after {
     width:100px;
     display:block;
     margin:auto;
     content:"";
     height:2px;
     background:#9e1b32;
     bottom:0;
     left:50%;
     transition:width .8s ease,background-color .8s ease;
     -webkit-transition:width .8s ease,background-color .8s ease;
     -o-transition:width .8s ease,background-color .8s ease;
     -ms-transition:width .8s ease,background-color .8s ease;
     -moz-transition:width .8s ease,background-color .8s ease
}
.line-section::before {
     content:'';
     display:block;
     margin:auto;
     left:50%;
     height:2px;
     width:50px;
     bottom:-15px;
     background:#9e1b32;
     transition:width .8s ease,background-color .8s ease;
     -webkit-transition:width .8s ease,background-color .8s ease;
     -o-transition:width .8s ease,background-color .8s ease;
     -ms-transition:width .8s ease,background-color .8s ease;
     -moz-transition:width .8s ease,background-color .8s ease;
     margin-bottom:6px
}
.background-overlay:hover .line-section::before {
     width:100px;
     left:0
}
.background-overlay:hover .line-section::after {
     width:50px;
     left:0
}
.modal.in .modal-dialog {
	transform: none;
	min-height: 100vh;
	display: flex;
	align-items: center;
	/* overflow: scroll; */
}
#ModalHotline .modal-dialog{
    width: auto;
    max-width: 420px;
}
#ModalHotline .modal-dialog .modal-content{
    background: transparent;
    max-width: 420px;
    border-top: 0px;
    margin: 0 auto;
}
.item-hotline-modal{
    background-color:#d30e25;
    padding:10px;
    -webkit-border-radius:8px;
    border-radius:8px;
    margin-bottom:10px
}
.item-hotline-modal .title-item-hotline {
    font-size:20px;
    color:#fff;
    text-transform:uppercase;
    padding-bottom:10px;
    font-weight:700
}
.item-hotline-modal .num-hotline {
    background-color:#fff;
    padding:10px;
    -webkit-border-radius:8px;
    border-radius:8px;
    color:#d30e25;
    font-size:20px;
    font-weight:700;
    text-align:center
}
.item-hotline-modal .num-hotline a {
    color:#d30e25
}
.navbar-header-top {
	padding: 15px 0px;
}
#navbar_primary {
	padding: 0px;
	background: #900910;
}
#navbar_primary > ul li.unset_link > a {
    pointer-events: none;
}
#navbar_primary > ul li.unset_link:hover > a{
    color: #f8ac00;
}
.is-sticky .navbar-default .navbar-nav > li > a{
    padding: 20px 15px;
}
.is-sticky .navbar-default .navbar-nav > .active > a,.is-sticky .navbar-default .navbar-nav > .active > a:hover{
    padding: 20px 15px;
}
.is-sticky .navbar-brand{
    padding: 5px 0px;
}
.is-sticky .header-search-wrap{
    margin-top: 6px;
}
.entry-content .nav-tabs > li.active > a, .entry-content .nav-tabs > li.active > a:hover, .entry-content .nav-tabs > li.active > a:focus {
    border: solid 1px #9a0608;
    color: #fff;
    background-color: #9a0608;
}
.entry-content .nav-tabs > li > a {
    border-radius: 5px;
    border: solid 1px #9a0608;
    color: #9a0608;
}
.entry-content .nav-tabs{
    padding-bottom: 10px;
}
.entry-content .nav-tabs > li{
    margin-right: 10px;
}
.tit-footer-widget {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#sticky-wrapper{
    max-height: 96px;
}
.text-wellcome-header {
    text-align: left;
    float: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    margin: 5px 0px;
    font-weight: 600;
}
.row.navbar-header {
	display: flex;
	align-items: center;
}
.header-hotline{
    text-align: right;
    color: #9e1b32;
}
.header-hotline a{
    color: #9e1b32;
    font-weight: bold;
}
/* --------------------------------------
=========================================
   #page contact  Css
=========================================
-----------------------------------------*/

#page-contact .title-pagecontact {
    font-family: "Quicksand", sans-serif;
    font-size: 25px;
    color: #000;
    line-height: 30px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    max-width: 1200px;
    margin: 0;
    padding: 0px;
    padding-left: 15px;
    margin-bottom: 20px;
    border-left: solid 3px #c02730;
}
.contactpage-goolemaps{
    display: block;
    width: 100%;
    margin-top: 30px;
}
/* --------------------------------------
=========================================
   block_services Css
=========================================
-----------------------------------------*/
.block_services {
	background: #fff;
	border-radius: 10px;
	padding: 10px 0;
	color: #fff;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.block_services .kmt_title_left {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #fff;
    background: #900910;
	border-radius: 10px;
	padding: 10px 0;
	margin: 0 15px 10px 15px;
}
.block_services .inner_block_services{
    display: flex;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 15px;
}
.block_services .title_block_services {
	font-size: 14px;
	height: 35px;
	line-height: 15px;
	text-align: left;
    padding-left: 10px;
}
.block_services .title_block_services p {
	color: #382f2d;
	margin-bottom: 2px;
}
.block_services .title_block_services p span {
	color: #c81f25 !important;
	font-weight: 700;
}
/* --------------------------------------
=========================================
   Banner Css
=========================================
-----------------------------------------*/
#section-banner .background-overlay{
    padding: 0px 0; 
}
#banner-carousel .item-banner{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 30%;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    border: solid 0px #e3e2e2;
    border-radius: 0px;
}
#banner-carousel .item-banner img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    left: 0;
    object-position: 50% 50%;
}
#banner-carousel .item-banner .cover-banner{
  padding: 25px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
}
.infor-banner {
  position: relative;
  padding: 56px;
  overflow: hidden;
  display: none;
}
.infor-banner .line-banner {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
#banner-carousel .infor-banner .name-banner {
  font-size: 36px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.description-banner {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.readmore-banner{
    margin: 0px;
    text-align: left;
}
.readmore-banner a{
    position: relative;
    transition: all .45s ease-Out;
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    border: 1px solid #BFC0C0;
}
.readmore-banner a:hover{
    background: #fff;
    color: #000;
}
#banner-carousel .owl-item.active .name-banner{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#banner-carousel .owl-item.active .description-banner{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
#banner-carousel .owl-item.active .readmore-banner {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
#banner-carousel .owl-item.active .line-banner {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
#banner-carousel .owl-nav [class*="owl-"] {
    background: transparent;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 100%;
    opacity: 1;
    border: solid 1px #ffffff36;
}
#banner-carousel .owl-nav [class*="owl-"]:hover{
    opacity: 1;
    background: #000;
    color: #fff;
}
#banner-carousel .owl-nav .owl-prev{
    position: absolute;
    left: 3%;
    top: 45%;
    padding: 0px;
    padding-top: 10px;
}
#banner-carousel .owl-nav .owl-next{
    position: absolute;
    right: 3%;
    top: 45%;
    padding: 10px;
}
#banner-carousel .owl-nav i::before {
     color: #fff;
     font-size: 20px;
}
#banner-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    margin: 0 auto;
    right: 0;
    margin-bottom: 10px;
}
/* --------------------------------------
=========================================
   #Section introduce  Css
=========================================
-----------------------------------------*/
#section-highlight .background-overlay{
    padding: 30px 0px;
    background: #9e1b32;
}
.highlight-contact {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.highlight-contact li{
    display: block;
    position: relative;
    padding: 0;
    width: 25%;
    color: #fff;
    font-size: 16px;
    padding-left: 55px;
}
.highlight-contact li i {
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 25px;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: #fa8e00;
    padding-top: 10px;
    text-align: center;
}
.highlight-contact li span{
    display: block;
    color: #fff;
}
.highlight-contact li a{
    display: block;
    color: #FFF;
    font-size: 16px;
    line-height: 25px;
}
.highlight-contact li.highlight-address{
    text-transform: none;
    color: #fff;
    width: 40%;
}
.highlight-contact li.highlight-address i{
    color: #fff;
}
/* --------------------------------------
=========================================
   #Section introduce  Css
=========================================
-----------------------------------------*/
#section-introduce .background-overlay{
    background: #fff;
	padding:60px 0px;
}
#section-introduce .title-section {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
}
#section-introduce .line-section{
   text-align: left;
   margin: 20px 0;
   height: 10px;
}
#section-introduce .line-section::before {
    bottom: 5px;
    left: 0;
    position: absolute;
}
#section-introduce .line-section::after {
    bottom: 0;
    left: 0;
    position: absolute;
}
#section-introduce .readmore-section {
    margin-top: 20px;
	text-align:left;
}
#section-introduce .readmore-section a{
    background: #fa8e00;
}
#section-introduce .readmore-section a:hover{
    background: #333;
}
.excerpt-introduce {
	max-height: 286px;
	overflow: hidden;
	display: block;
	max-width: 700px;
}
.excerpt-introduce p{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin: 0;
}
.image-introduce{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 60%;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
}
.image-introduce img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    left: 0;
    object-position: 50% 50%;
}
.img-introduce:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.box-featured-introduce {
    display: flex;
    margin-top: 30px;
    justify-content: space-around;
    text-align: center;
	display:none;
}
.items-featured .icon-featured img{
    margin: 0 auto;
    text-align: center;
    width: auto;
    transition: all 0.6s ease-out;
}
.items-featured .icon-featured img:hover{
    transform: rotate(360deg);
}
.items-featured .name-featured {
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0px;
    margin-bottom: 0;
}
.items-featured .text-featured {
    display: block;
    color: #fa8e00;
    font-size: 22px;
    line-height: 30px;
    margin: 0px;
    text-transform: uppercase;
    font-weight: bold;
}
/* --------------------------------------
=========================================
   #Section introduce  Css
=========================================
-----------------------------------------*/
#section-reason .background-overlay{
    background: #f2f2f2;
	padding:60px 0px;
}
.row.content-reason {
	display: flex;
	flex-wrap: wrap;
}
.row.content-reason{
	padding:0px 5px;
}
.row.content-reason .items-reason{
	margin: 10px 0px;
	padding:0px 10px;
}
.box-reason {
	display: block;
	box-shadow: 0px 1px 3px 2px rgba(0,0,0,.1);
	background: #fff;
	padding: 15px;
}
.icon-reason {
	display: block;
	text-align: center;
}
.icon-reason span{
	width:80px;
	height:80px;
	margin:0 auto;
	display: block;
}
.icon-reason span img {
	height: 100%;
	object-fit: scale-down;
	margin: 0 auto;
	width: 100%;
	padding: 0px;
}
.name-reason {
	text-align: center;
	color: #333;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}
.description-reason {
	text-align: center;
	color: #444;
	font-size: 16px;
	line-height: 24px;
	font-family: "Quicksand", sans-serif;
	height: 120px;
	overflow: hidden;
}
/* --------------------------------------
=========================================
 Section video Page Css
=========================================
-----------------------------------------*/
.icplay-video:hover{
    background: rgba(0, 0, 0, 0.6);
}
.icplay-video {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.icplay-video .icplays{
    display: table-cell;
    vertical-align: middle;
    color: #d12027;
    opacity: 0.7;
}
.icplay-video .icplays .icplays-inner {
    position: relative;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: block;
}
.icplay-video .icplays .alo-circle{
   background-color: #cb1d25;
   border-color: #cb1d25;
   width: 70px;
    height: 70px;
    margin: 0 auto;
right: 0;
left: 0;
top: 0;
animation-duration: 1.5s;
opacity: 0.2;
}
.icplay-video .icplays .animated.alo-circle-fill{
    width: 50px;
    height: 50px;
    opacity: 0.7;
    top: 10px;
    background-color: #cb1d25;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.icplay-video .icplays .animated.alo-circle-fill.alo-circle-fill2{
    opacity: 1;
    width: 30px;
    height: 30px;
    top: 20px;
    animation-name: none;
    padding-top: 5px;
}
.icplay-video .icplays .icplays-inner{
    position: relative;
}
.icplay-video .icplays .icplays-inner i::before {
    color: #fff;
    font-size: 16px;
}
.boxitem-video{
    position: relative;
    display: block;
    overflow: hidden;
    height: 320px;
}
.boxitem-video .fancybox-youtube{
    position: relative;
display: block;
width: 100%;
height: 100%;
border: solid 1px #ddd;
}
.boxitem-video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h3.name-video{
    color: #fff;
    position: relative;
    width: 100%;
    text-align: left;
    text-transform: inherit;
    font-size: 16px;
    background: #9e1b32;
    margin: 0 auto;
    padding: 10px 10px;
    line-height: 24px;
}
.boxitem-video:hover h3.name-video{
    background: #c2000c;
}

/* --------------------------------------
=========================================
 Section service Css
=========================================
-----------------------------------------*/
#section-service .background-overlay{
    padding: 60px 0px;
    background: #FFFFFF;
}
.colums-service{
    background: #f0ebe6;
    display: block;
    margin: 15px auto;
}
.img-service .details-service {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.img-service .details-service a{
    background: transparent;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: solid 1px #fff;
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    opacity: 0;
    color: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.img-service:hover .details-service a{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.img-service .details-service a:hover{
    background-color: #fff;
    color: #333;
}
.img-service{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
}
.img-service img {
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    object-fit: cover;
    bottom: 0;
    left: 0;
    object-position: 50% 50%;
}
.img-service:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.details-service{
    position: relative;
}
.details-service a span{
font-family: "Quicksand", sans-serif;
font-size: 16px;
color: #fff;
background-color: #9e001e;
text-decoration: none;
padding: 10px 20px;
}
.img-service .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.img-service:hover .ovrly{
opacity: 1;
}
.infor-service{
    background: #f0ebe6;
    padding: 15px;
}
.infor-service .name-service{
    color: #9e1b32;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    line-height: 25px;
    display: block;
    height: 50px;
    overflow: hidden;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.infor-service .name-service a{
    color: #9e1b32;
}
.infor-service .excerpt-service{
    color: #333333;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin: 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.infor-service:hover .name-service a{
    color: #006ba1;
}
.readmore-service {
    display: block;
    margin: 0;
    position: relative;
    text-align: left;
}
.readmore-service a.btn-detail-service {
    background: #9e1b32;
    position: relative;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    padding: 15px 20px;
}
.readmore-service a.btn-detail-service::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 35px;
    right: -35px;
    top: 0px;
    background: url('images/icon-right-service.png') no-repeat left;
}
#service-carousel .owl-nav [class*="owl-"] {
    background: #999;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100%;
    opacity: 1;
    border: solid 1px #ffffff36;
}
#service-carousel .owl-nav [class*="owl-"]:hover{
    opacity: 1;
    background: #333;
    color: #fff;
}
#service-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -50px;
    top: 45%;
    padding: 0px;
    padding-top: 10px;
}
#service-carousel .owl-nav .owl-next{
    position: absolute;
    right: -50px;
    top: 45%;
    padding: 10px;
}
#service-carousel .owl-nav i::before {
     color: #fff;
     font-size: 20px;
}
#service-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    margin: 0 auto;
    right: 0;
    margin-bottom: 10px;
}
/* --------------------------------------
=========================================
 Section blog Css
=========================================
-----------------------------------------*/
#section-blog .background-overlay{
    background: #f1f2f2;
    padding: 60px 0px;
}
#section-blog .title-section{
    text-align: left;
}
#section-blog .line-section{
   text-align: left;
   margin: 20px 0;
   height: 10px;
}
#section-blog .line-section::before {
    bottom: 5px;
    left: 0;
    position: absolute;
}
#section-blog .line-section::after {
    bottom: 0;
    left: 0;
    position: absolute;
}
.big-handbook .info-handbook {
    background: #fff;
    padding: 10px;
    border-top: solid 2px #db3838;
}
.big-handbook .img-handbook{
    height: 325px;
     width: 100%;
}
.small-handbook .colums-handbook{
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: solid 1px #ddd;
     background: #fff;
}
.small-handbook .img-handbook {
   width: 35%;
   height: 150px;
   margin-right: 10px;
}
.small-handbook .info-handbook{
    width: 65%;
    padding: 0px 10px;
}
.small-handbook .info-handbook .name-handbook{
    font-size: 16px;
    color: #222;
}
.small-handbook .readmore-section{
    margin-top: 30px;
}
.img-handbook .details-handbook {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.img-handbook .details-handbook a{
    background: transparent;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: solid 1px #fff;
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    opacity: 0;
    color: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.img-handbook:hover .details-handbook a{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.img-handbook .details-handbook a:hover{
    background-color: #fff;
    color: #333;
}
.img-handbook{
    position: relative;
    overflow: hidden;
}
.img-handbook img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.img-handbook:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.details-handbook{
    position: relative;
}
.details-handbook a span{
font-family: "Quicksand", sans-serif;
font-size: 16px;
color: #fff;
background-color: #9e001e;
text-decoration: none;
padding: 10px 20px;
}
.img-handbook .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.img-handbook:hover .ovrly{
opacity: 1;
}
.info-handbook .name-handbook{
    color: #444;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: block;
height: 50px;
overflow: hidden;
margin: 0;
text-transform: uppercase;
}
.info-handbook .excerpt-handbook{
    color: #333333;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    margin: 0px;
    display: block;
    height: 44px;
    overflow: hidden;
}
.info-handbook:hover .name-handbook{
    color: #93001a;
}
.readmore-handbook {
    display: block;
    margin: 0;
}
.readmore-handbook a{
    color: #9e1b32;
    font-size: 16px;
    line-height: 22px;
}
.readmore-handbook a:hover{
    color: #18578c;
}
.time-handbook {
    display: flex;
    margin-bottom: 5px;
    font-size: 13px;
    color: #777;
}
.time-handbook .post-view {
    margin-left: 20px;
}
/* --------------------------------------
=========================================
   #Section logo  Css
=========================================
-----------------------------------------*/
#section-logo .background-overlay{
    background: #fff;
    padding: 30px 0px;
}
#logo-carousel .owl-item .item-logo a{
    position: relative;
    overflow: hidden;
    height: 150px;
    background: #fff;
    margin: 5px;
    border: solid 1px #ddd;
	display:block;
}
#logo-carousel .owl-item img {
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    width: 100%;
    padding: 0px;
}
#logo-carousel .owl-nav [class*="owl-"] {
    background: transparent;
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 0px;
    opacity: 1;
    position: absolute;
    top: 35%;
    padding: 0px;
}
#logo-carousel .owl-nav [class*="owl-"]:hover{
    opacity: 1;
    color: #333;
}
#logo-carousel .owl-nav .owl-prev{
    left: -15px;
}
#logo-carousel .owl-nav .owl-next{
    right: -15px;
}
#logo-carousel .owl-nav i::before {
     color: #666;
     font-size: 22px;
}

/* --------------------------------------
=========================================
   Customer posts
=========================================
-----------------------------------------*/
.related-post{
    padding:0;
    background-color: transparent;
    margin-top: 60px;
}
.related-post .related-title{
    font-family: "Quicksand", sans-serif;
    font-size: 26px;
    color: #101e4b;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 20px 10px;
    margin-bottom: 20px;
    background: transparent;
}
.related-post .related-title::before{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    content: "";
    background-color:#ed1625;
    width: 60px;
    height: 3px;
    margin: 0 auto;
}
.colums-posts{
    margin-bottom: 30px;
}
.colums-posts .box-posts{
    padding: 5px;
    background: #f7f7f7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.colums-posts .box-posts:hover{
    background: #fff;
    -webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.06);
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.06);
}
.info-posts{
padding: 15px;
position: relative;
}
.info-posts .time-posts {
    display: flex;
}
.info-posts .time-posts span{
    color: #999;
    width: 50%;
}
.info-posts .time-posts span i{
    margin-right: 5px;
}
.img-posts .details-posts {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.img-posts .details-posts a{
    background: transparent;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    border: solid 1px #fff;
    display: inline-block;
    line-height: 22px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    opacity: 0;
    color: #fff;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.img-posts:hover .details-posts a{
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.img-posts .details-posts a:hover{
    background-color: #fff;
    color: #333;
}
.img-posts{
    position: relative;
    overflow: hidden;
    height: 260px;
}
.img-posts img {
    width: 100%;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
    height: 100%;
    object-fit: cover;
}
.img-posts:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.details-posts{
    position: relative;
}
.details-posts a span{
font-family: "Quicksand", sans-serif;
font-size: 16px;
color: #fff;
background-color: #9e001e;
text-decoration: none;
padding: 10px 20px;
}
.details-posts .date-posts{
    position: absolute;
    right: 0px;
bottom: -10px;
}
.img-posts .ovrly {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.img-posts:hover .ovrly{
opacity: 1;
}
.info-posts .name-posts{
    color: #333333;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    line-height: 25px;
    display: block;
height: 50px;
overflow: hidden;
font-weight: 600;
margin-bottom: 10px;
}
.info-posts:hover .name-posts{
    color: #d20023;
}
.excerpt-posts{
    color: #333333;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
height: 66px;
overflow: hidden;
}
.readmore-posts {
    display: block;
    text-align: center;
}
.readmore-posts a{
    color: #333;
    font-size: 16px;
    border-radius: 20px;
    padding: 10px 20px;
}
.readmore-posts a:hover{
    color: #d20023;
}
.readmore-posts a:hover i{
    border: 1px solid #d20023;
}
.readmore-posts i{
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #666;
    border-radius: 50%;
    line-height: 16px;
    margin-left: 6px;
    font-size: 12px;
    color: #666;
}
#relatedposts-carousel .owl-nav [class*="owl-"] {
    background: transparent;
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 0px;
    opacity: 1;
}
#relatedposts-carousel .owl-nav [class*="owl-"]:hover{
    opacity: 1;
    color: #333;
}
#relatedposts-carousel .owl-nav .owl-prev{
    position: absolute;
    left: -15px;
    top: 35%;
    padding: 0px;
    padding-top: 10px;
}
#relatedposts-carousel .owl-nav .owl-next{
    position: absolute;
    right: -15px;
    top: 35%;
    padding: 0px;
    padding-top: 10px;
}
#relatedposts-carousel .owl-nav i::before {
     color: #333;
     font-size: 22px;
}
/*---------------------------------------
    info_contact_sidebar
-----------------------------------------*/ 
.info_contact_sidebar{
    background: #f2f2f2;
    padding: 15px;
}
.info_contact_sidebar p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
}
.info_contact_sidebar i.fa {
    padding-right: 10px;
    color: #006eb8;
}
/*---------------------------------------
    social viewport
-----------------------------------------*/ 
.social-in-viewport {
    position: fixed;
    right: 15px;
    background: transparent;
    border-radius: 5px;
    width: auto;
    z-index: 9999;
    bottom: 50px;
    padding: 0;
    border: 0px solid #f2f2f2;
    list-style: none;
    margin: 0;
}
.social-in-viewport > li{
    display: block;
    margin-bottom: 10px;
    padding: 0;
}
.social-in-viewport > li:first-child{
    display: none;
}
.social-in-viewport > li:first-child i.fa {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #6cb917;
    display: block;
    color: #fff;
    padding: 10px 0px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}
.social-in-viewport > li a {
    border: none;
    padding: 5px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
    margin: 0;
}
.social-in-viewport > li img {
    max-width: 40px;
    margin: 0 auto;
}
.social-in-viewport > li span{
    display: none;
}
/*---------------------------------------
    Responsive
-----------------------------------------*/ 

@media (max-width: 768px) {
.title-section{
    font-size: 24px;
    line-height: 32px;
}
.line-section {
    margin: 10px auto;
}
.readmore-section {
    margin-top: 10px;
}
.readmore-section a {
    padding: 8px 25px;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 24px;
}
.title-single{
    font-size: 18px;
    line-height: 26px;
}
.header-contact li.header-email{
    display: none;
}
.header-contact li:first-child {
    padding-right: 0px;
}
.header-contact li a span {
    display: none;
}
.header-contact li i {
    padding-right: 0px;
}
.header-search-wrap {
    margin-top: 7px;
    margin-right: 30px;
}
.header-search-wrap .btn.dropdown-toggle{
    padding: 5px;
}
.navbar-brand > img {
    max-height: 45px;
    max-width: 160px;
}
.navbar-default .navbar-brand {
    padding: 2px 10px;
}
.is-sticky .header-search-wrap {
    margin-top: 7px;
}
.is-sticky .navbar-brand > img {
    display: block;
    max-height: 45px;
    max-width: 160px;
}
.social-ring-main{
    display: none;
}
.header-top-info-1 .social li{
    margin-right: 0;
}
.page-wrapper .background-overlay {
    padding: 20px 0px;
}
#section-introduce .background-overlay {
    padding: 30px 0px;
}
#section-blog .background-overlay {
    padding: 30px 0px;
}
#section-logo .background-overlay {
    padding: 30px 0px;
}
#section-breadcrumb {
    background-attachment: inherit !important;
	margin-top:15px;
}
#section-breadcrumb .title-page {
    font-size: 22px;
}
.page-breadcrumb {
    padding: 5px 0;
}
#page-contact .title-pagecontact {
    font-size: 20px;
    line-height: 25px;
}
.content-header-top{
    display: flex;
    width: 100%;
}
.breaking-wellcome{
    width: 50%;
}
.header-top-info-1 .social{
    width: 50%;
}
.highlight-contact {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.highlight-contact li{
    width: 100%;
    margin: 10px 0px;
}
.highlight-contact li.highlight-address{
    width: 100%;
}
#service-carousel .owl-nav .owl-prev{
    left: -20px;
}
#service-carousel .owl-nav .owl-next{
    position: absolute;
    right: -20px;
}
.box-image_introduce{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
}
.page-title span::after {
    display: none;
}
#section-banner .owl-nav {
	display: none;
}
#banner-carousel .owl-nav [class*="owl-"]{
	width: 35px;
    height: 35px;
	padding: 6px;
}
#banner-carousel .owl-nav i::before {
    color: #fff;
    font-size: 16px;
}
#banner-carousel .owl-dots{
    display:none !important;
}
.social-in-viewport {
    bottom: 0px;
    width: 100%;
    display: flex;
    right: 0;
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(0,0,0,0) 50%);
    border: 0;
}
.social-in-viewport > li {
    display: block;
    margin-bottom: 0px;
    padding: 0;
    width: 25%;
    text-align: center;
}
.social-in-viewport > li:first-child{
    display: block;
}
.social-in-viewport > li a{
    max-width: 100%;
    max-height: 100%;
}
.social-ring{
	display: none;
}
.image-introduce{
	margin-top:30px;
}
.order-mb-0{
	order: -1;
}	
}
@media (max-width: 500px) {
.col-xs-6.colums-posts{
    width: 100%;
}
.content_videopage .col-xs-6{
    width: 100%; 
}
.items-featured .text-featured {
    font-size: 16px;
}
.items-featured .name-featured{
    font-size: 16px;
}
.navbar-mobile-sticky{
    display: block;
}
.navbar-header-top{
    display: none;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.title-section{
    font-size: 24px;
    line-height: 32px;
}
.page-title{
    font-size: 20px;
}
#sticky-wrapper .navbar-default .navbar-nav > li > a {
    padding: 10px 3px;
    font-size: 12px;
    font-weight: 500;
}
#sticky-wrapper .navbar-default .navbar-nav > .active > a,#sticky-wrapper  .navbar-default .navbar-nav > .active > a:hover {
    padding: 10px 3px;
    font-size: 12px;
}
.navbar-default .navbar-brand{
    padding: 5px 0px;
    width: 60px;
}
.navbar-default .navbar-brand img{
    max-width: 60px;
}
#sticky-wrapper{
    max-height: 60px;
}
.header-search-wrap {
    margin-top: 8px;
}
.header-contact li a span {
    color: #fff;
    display: none;
}
.readmore-section a {
    padding: 8px 25px;
    font-size: 16px;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    line-height: 24px;
}
.highlight-contact {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.highlight-contact li{
    width: 50%;
     margin: 10px 0px;
}
.highlight-contact li.highlight-address{
    width: 50%;
}
#service-carousel .owl-nav .owl-prev{
    left: -25px;
}
#service-carousel .owl-nav .owl-next{
    position: absolute;
    right: -25px;
}
.box-image_introduce{
    width: 30%;
}
}
@media (min-width: 992px) and (max-width: 1190px) {
#sticky-wrapper .navbar-default .navbar-nav > li > a {
    padding:10px 8px;
    font-size: 16px;
}
#sticky-wrapper .navbar-default .navbar-nav > .active > a,#sticky-wrapper  .navbar-default .navbar-nav > .active > a:hover {
    padding: 10px 8px;
    font-size: 16px;
}
#sticky-wrapper.is-sticky .navbar-default .navbar-nav > li > a {
    padding:10px 8px;
    font-size: 16px;
}
#sticky-wrapper.is-sticky .navbar-default .navbar-nav > .active > a,#sticky-wrapper.is-sticky  .navbar-default .navbar-nav > .active > a:hover {
    padding: 10px 8px;
    font-size: 16px;
}
.navbar-default .navbar-brand{
    padding: 5px 0px;
    width: 80px;
}
#sticky-wrapper{
    max-height: 76px;
}
.header-search-wrap {
    margin-top: 13px;
}
.title-section{
    font-size: 28px;
    line-height: 36px;
}
.highlight-contact {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.highlight-contact li{
    width: 50%;
     margin: 10px 0px;
}
.highlight-contact li.highlight-address{
    width: 50%;
}
#service-carousel .owl-nav .owl-prev{
    left: -25px;
}
#service-carousel .owl-nav .owl-next{
    position: absolute;
    right: -25px;
}
.box-image_introduce{
    width: 35%;
}
}
@media (min-width: 1190px) and (max-width: 1368px) {
#sticky-wrapper .navbar-default .navbar-nav > li > a {
    padding:10px 15px;
    font-size: 16px;
}
#sticky-wrapper .navbar-default .navbar-nav > .active > a,#sticky-wrapper  .navbar-default .navbar-nav > .active > a:hover {
    padding: 10px 15px;
    font-size: 16px;
}
#sticky-wrapper.is-sticky .navbar-default .navbar-nav > li > a {
    padding:10px 15px;
    font-size: 16px;
}
#sticky-wrapper.is-sticky .navbar-default .navbar-nav > .active > a,#sticky-wrapper.is-sticky  .navbar-default .navbar-nav > .active > a:hover {
    padding: 10px 15px;
    font-size: 16px;
}
#service-carousel .owl-nav .owl-prev{
    left: -25px;
}
#service-carousel .owl-nav .owl-next{
    position: absolute;
    right: -25px;
}
}
@media (min-width: 1368px) and (max-width: 1600px) {
#sticky-wrapper .navbar-default .navbar-nav > li > a {
    padding:10px 15px;
    font-size: 16px;
}
#sticky-wrapper .navbar-default .navbar-nav > .active > a,#sticky-wrapper  .navbar-default .navbar-nav > .active > a:hover {
    padding: 10px 15px;
    font-size: 16px;
}
#sticky-wrapper.is-sticky .navbar-default .navbar-nav > li > a {
    padding:10px 15px;
    font-size: 16px;
}
#sticky-wrapper.is-sticky .navbar-default .navbar-nav > .active > a,#sticky-wrapper.is-sticky  .navbar-default .navbar-nav > .active > a:hover {
    padding: 10px 15px;
    font-size: 16px;
}
}
@media (min-width: 1368px){
    body .container {
        width: 85%;
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
.admin-bar .is-sticky .sticky-nav{
    top: 32px !important;
}
#showmenu{
    display: none;
}
.social-ring a.user-support{
    display: none;
}
}
