/*
Theme Name: Sam Pham Nhung
Theme URI: http://webquangnam.com/mau-web-category/kho-giao-dien/
Author: Huỳnh Anh
Author URI: http://webquangnam.com/
Description: theme được xây dựng bởi http://webquangnam.com
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wqnnew
Tags: one-column, two-columns, three-columns, right-sidebar, custom-header, custom-background, custom-menu, custom-colors, threaded-comments, featured-images, theme-options, post-formats

This theme, like WordPress, is licensed under the GPL.
wqnnew is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body > div.dt-body-wrap {
    min-height: 101vh;
}
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;
  background: #f8f8f8;
}
body:not(.home){
  /* background: #f4f5f6; */
}
@font-face {
  font-family: 'Conv_cambriab';
  src: url('fonts/cambriab.eot');
  src: local('☺'), url('fonts/cambriab.woff') format('woff'), url('fonts/cambriab.ttf') format('truetype'), url('fonts/cambriab.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*@font-face { font-family:'FordAntennaWGL-Black'; src:url('fonts/FordAntennaWGL-Black.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-BlackItalic'; src:url('fonts/FordAntennaWGL-BlackItalic.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-Bold'; src:url('fonts/FordAntennaWGL-Bold.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-BoldItalic'; src:url('fonts/FordAntennaWGL-BoldItalic.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-ExtraLight'; src:url('fonts/FordAntennaWGL-ExtraLight.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-Light'; src:url('fonts/FordAntennaWGL-Light.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-LightItalic'; src:url('fonts/FordAntennaWGL-LightItalic.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-Medium'; src:url('fonts/FordAntennaWGL-Medium.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-Regular'; src:url('fonts/FordAntennaWGL-Regular.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-RegularItalic'; src:url('fonts/FordAntennaWGL-RegularItalic.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-Semibold'; src:url('fonts/FordAntennaWGL-Semibold.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-SemiboldItalic'; src:url('fonts/FordAntennaWGL-SemiboldItalic.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-Thin'; src:url('fonts/FordAntennaWGL-Thin.woff') format('woff');}
@font-face { font-family:'FordAntennaWGL-ThinItalic'; src:url('fonts/FordAntennaWGL-ThinItalic.woff') format('woff');} */

@font-face {
  font-family: 'Conv_unicode.futurabb';
  src: url('fonts/unicode.futurabb.eot');
  src: local('☺'), url('fonts/unicode.futurabb.woff') format('woff'), url('fonts/unicode.futurabb.ttf') format('truetype'), url('fonts/unicode.futurabb.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Conv_UTM Swiss CondensedBold';
  src: url('fonts/UTM Swiss CondensedBold.eot');
  src: local('☺'), url('fonts/UTM Swiss CondensedBold.woff') format('woff'), url('fonts/UTM Swiss CondensedBold.ttf') format('truetype'), url('fonts/UTM Swiss CondensedBold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'UVNBayBuomBold';
  src: url('fonts/uvnbaybuom_b-webfont.eot');
  src: local('☺'), url(fonts/uvnbaybuom_b-webfont.eot-#iefix) format('embedded-opentype'), url(fonts/uvnbaybuom_b-webfont.woff) format('woff'), url(fonts/uvnbaybuom_b-webfont.ttf) format('truetype'), url(fonts/uvnbaybuom_b-webfont.svg#UVNBayBuomBold) format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: UTM_Swiss_Condensed_Regular;
  src: url('fonts/UTM_Swiss_Condensed_Regular.ttf')
}

@font-face{
  font-family:'SFUFuturaBold';
  src:url('fonts/SFUFuturaBold.ttf');
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

table a {
  color: #2e81cd;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

.bg-fff {
  background: #fff;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 .5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
/* .widget_search .search-submit {
  display: none;
  } */

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
  border: 2px solid !important;
  border-color: #cc2936 !important;
  padding: 20px;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-list,
.comment-list ol,
.comment-list ol ol {
  list-style: none;
  padding: 0;
  margin: 0;
}


.comment-list ol,
.comment-list ol ol {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

.comment-list li {
  padding: 10px 10px 0;
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.comment-list ol li,
.comment-list ol ol li {
  border: 0;
  border-top: 1px solid #e5e5e5;
  background: #fdfdfd;
}

.comment-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.comment-list .reply {
  padding-bottom: 10px;
  text-align: right;
}

.comment-form label {
  min-width: 80px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  padding: 5px 10px;
  border-radius: 0;
  font-size: 15px;
}

.form-submit input[type="submit"] {
  font-size: 15px;
}

.comment-author img {
  margin: 0 10px 10px 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Default Styles
--------------------------------------------------------------*/
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  /*background: url('images/bg3.jpg') -100px center fixed;*/
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}

body,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.dt-sidebar .dt-social-icons li .fa,
a {
  color: #333;
}

a:hover,
.dt-footer-cont li a:hover,
.dt-sec-menu li a:hover,
.dt-featured-posts-wrap h2 a:hover,
.dt-pagination-nav .current,
.dt-footer .dt-news-layout-wrap a:hover {
  color: #cc2936;
  text-decoration: none;
}

.dt-news-layout1 .dt-news-post-img .fa,
.dt-news-layout-half .dt-news-post-img .fa,
.dt-sidebar-news .dt-news-post-img .fa,
.dt-related-posts .dt-news-post-img .fa,
.dt-news-post-img .fa,
#back-to-top:hover {
  background: rgba(204, 41, 54, .75);
}

.dt-news-layout1 .dt-news-post-img .fa:hover,
.dt-news-layout-half .dt-news-post-img .fa:hover,
.dt-sidebar-news .dt-news-post-img .fa:hover,
.dt-footer h2:after,
.dt-footer .tagcloud a:hover,
.dt-related-posts .dt-news-post-img .fa:hover,
.dt-search-bar,
.dt-category-posts .dt-news-post-img .fa:hover,
.dt-category-post-readmore a:hover {
  background: rgba(204, 41, 54, 1);
}

.dt-news-layout2 .dt-news-post:hover,
.dt-pagination-nav .current,
.dt-pagination-nav a:hover {
  border-color: rgba(204, 41, 54, 1);
}

.dt-main-menu li a,
.dt-main-menu li:hover,
.menu-item-has-children:after,
.dt-nav-md li a,
.dt-nav-md .menu-item-has-children:after,
.dt-logo-md a,
.dt-nav-md-trigger {
  color: #fff;
}

.dt-main-menu li.current-menu-parent>a,
.dt-main-menu li.current-menu-item a {
  /*color: #f00;*/
}

.dt-main-menu li:hover,
.dt-main-menu li a:hover,
/*.current-menu-item > a,*/
.dt-nav-md li a:hover {
  /* background: transparent!important; */
  color: #f00;
}
.dt-main-menu a.custom-logo-link{
  float: left;
}
.dt-main-menu a img.custom-logo{
  height: 64px;
  width: auto;
}

/* .current-menu-item.menu-item-has-children {
  background: #b10007 !important;
  } */

/* .current-menu-item.menu-item-has-children:after,
.current-menu-item.menu-item-has-children:hover:after,
.menu-item-has-children:hover:after,
.dt-main-menu li:hover>a {
  color: #fff !important;
  } */

  .dt-boxed {
    max-width: 1170px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
    /*box-shadow: 0 0 6px 1px rgba(0,0,0,.25);*/
  }

  .transition5,
  .dt-news-layout2 .dt-news-post-img img,
  .dt-category-posts .dt-news-post-img img {
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .transition35,
  a,
  .dt-main-menu li a,
  .dt-main-menu li ul,
  .dt-highlighted-news-img img,
  .menu-item-has-children {
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
  }

  p {
    margin-bottom: 5px;
  }

  ul,
  ol {
    margin: 0;
    padding-left: 24px;
  }

  .dt-post-nav {
    margin: 10px 0;
    padding: 10px;

    border: 1px solid #e5e5e5;
    background: #fefefe;
  }

  .dt-post-nav a {
    display: inline-block;

    width: 48%;
    padding-right: 10px;

    text-align: left;
  }

  .dt-post-nav a:nth-child(2) {
    padding-right: 0;
    padding-left: 10px;

    text-align: right;
  }

/*--------------------------------------------------------------
# Top bar
--------------------------------------------------------------*/
.dt-top-bar {
  height: 40px;

  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.dt-bar-left {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 39px;
}

.dt-sec-menu {
  position: absolute;
  z-index: 99;
  top: -40px;
  left: 58px;

  visibility: hidden;

  width: 100%;
  height: 100%;
}

.dt-sec-menu-show {
  top: 0;

  visibility: visible;
}

.dt-sec-menu ul {
  margin: 0;
  padding: 0;

  background: #fff;
}

.dt-sec-menu li {
  font-size: 15px;

  display: inline-block;

  text-transform: capitalize;
}

.dt-sec-menu li a {
  display: block;

  padding: 7px 12px;

  opacity: .9;
  color: #2f363e;
}

.dt-sec-menu li a:hover {
  color: #cc2936;
}


.dt-sec-nav {
  font-size: 21px;
  line-height: 1em;

  float: left;

  width: 44px;
  height: 40px;
  margin-right: 15px;

  text-align: center;

  border: 1px solid #e5e5e5;
  border-top: 0;
  border-bottom: 0;
}


.dt-sec-nav .fa {
  display: block;

  padding: 9px 0;

  cursor: pointer;
}

.dt-sec-nav:hover {
  background: #fafafa;
}

.dt-sec-nav .fa-close,
.dt-search-icon .fa-close {
  color: #cc2936;
  background: #fafafa;
}

.dt-date {
  display: inline-block;
  overflow: hidden;

  height: 40px;
  padding: 12px 0;
}

.dt-date p {
  font-size: 14px;
  line-height: 1em;

  margin: 0;

  opacity: .9;
}

.dt-top-social {
  overflow: hidden;

  height: 39px;

  text-align: right;
}

.dt-top-social h2 {
  display: none;

  margin: 0;
  padding: 0;
}

.dt-top-social [id*='dt_social_icons'] {
  display: inline-block;
}

.dt-top-social ul {
  display: inline-block;

  margin: 0;
  padding: 0 4px 0 0;

  text-align: right;
}

.dt-top-social li,
.dt-top-social .dt-search-icon {
  display: inline-block;

  margin-right: -4px;

  text-align: center;

  outline: none !important;
}

.dt-top-social li a,
.dt-top-social .dt-search-icon a {
  font-size: 19px;
  line-height: 1em;

  display: block;

  text-decoration: none;

  color: #2f363e;
  outline: none !important;
}

.dt-top-social li .fa,
.dt-top-social .dt-search-icon .fa {
  display: block;

  width: 44px;
  height: 40px;
  padding-top: 11px;

  opacity: .75;
  border-right: 1px solid #e5e5e5;
}

.dt-top-social .dt-search-icon .fa {
  cursor: pointer;

  border-right: 0;
  border-left: 1px solid #e5e5e5;
}

.dt-top-social li:first-child .fa {
  border-left: 1px solid #e5e5e5;
}

.dt-top-social li .fa:hover,
.dt-top-social .dt-search-icon .fa:hover {
  opacity: 1;
  color: #fff;
  border-color: transparent;
}

.dt-top-social .dt-search-icon .fa:hover {
  color: #2f363e;
  background: #fafafa;
}


.dt-top-social .fa-facebook:hover {
  background: #325c94;
}

.dt-top-social .fa-twitter:hover {
  background: #00abdc;
}

.dt-top-social .fa-google-plus:hover {
  background: #dd4b38;
}

.dt-top-social .fa-instagram:hover {
  background: #4480b1;
}

.dt-top-social .fa-github:hover {
  background: #3f91cb;
}

.dt-top-social .fa-flickr:hover {
  background: #ff0084;
}

.dt-top-social .fa-pinterest:hover {
  background: #cb2027;
}

.dt-top-social .fa-wordpress:hover {
  background: #0090c5;
}

.dt-top-social .fa-youtube:hover {
  background: #d32323;
}

.dt-top-social .fa-vimeo:hover {
  background: #1ab7ea;
}

.dt-top-social .fa-linkedin:hover {
  background: #007bb6;
}

.dt-top-social .fa-behance:hover {
  background: #2d9ad2;
}

.dt-top-social .fa-dribbble:hover {
  background: #f26798;
}

.dt-social-trigger {
  font-size: 19px;

  display: none;

  width: 45px;
  height: 40px;
  padding-top: 8px;

  cursor: pointer;
  text-align: center;

  opacity: .75;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.dt-social-trigger:hover {
  background: #fafafa;
}

.dt-social-trigger .fa-close {
  color: #d95e68;
}

.dt-search-bar,
.dt-social-sticky-bar {
  position: absolute;
  z-index: 9999;
  top: 40px;
  left: 0;

  visibility: hidden;
  overflow: hidden;

  width: 100%;
  height: 0;

  background: #cc2936;
}

.dt-social-sticky-bar {
  display: none;

  background: #fff;
}

.dt-social-sticky-bar-show {
  visibility: visible;

  height: 40px;

  border-bottom: 1px solid #e5e5e5;
}

.dt-search-bar-show {
  visibility: visible;

  height: 60px;
}

.dt-search-wrap .screen-reader-text,
.dt-search-wrap .search-submit {
  display: none;
}

.dt-search-bar input[type='search'] {
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;

  display: block;

  width: 100%;
  height: 60px;

  color: #fff;
  border: 0;
  outline: none;
  background: transparent;
}

.dt-search-bar input[type='search']::-webkit-input-placeholder {
  color: #fff;
}

.dt-search-bar input[type='search']:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.dt-search-bar input[type='search']::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.dt-search-bar input[type='search']:-ms-input-placeholder {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.dt-header {
  /* background: #fd0; */

}

@media screen and (min-width: 768px) {
  .dt-header {
		/* height:127px;
		margin-bottom: 1px;
		padding: 10px 0;
		background: url('images/banner.jpg') no-repeat top center;
		*/
    background: url('images/bannerTop.png') no-repeat top right;
    background-size: 100% auto;
    }
  }
  @media screen and (max-width: 767px) {
  /* .dt-header {
		background: none;
		} */
  }

  @media (min-width: 768px) and (max-width: 1169px) {
  /* .dt-header {
		height: 10.540171vw;
    	background-size: 100%;
    	} */
    }

    .dt-logo {
      padding: 14px 0;
    }

    .dt-logo h1 {
      font-weight: 500;

      margin: 0 0 2px;
    }

    .dt-logo p {
      margin-bottom: 0;

      opacity: .8;
    }

    .dt-logo-md {
      font-size: 20px;
      font-weight: 400;

      padding-top: 8px;
    }

/*--------------------------------------------------------------
# Header Image
--------------------------------------------------------------*/
.dt-header-image img {
  width: 100%;
}

/*--------------------------------------------------------------
# Menu Bar
--------------------------------------------------------------*/
/* .dt-menu-bar {
  margin-bottom: 30px;
  } */

  .dt-menu-bar {
    /* border-top: 1px #fff solid; */
    /*border-bottom: 1px #2d96cd  solid;*/
  }

  .dt-menu-bar,
  .dt-main-menu li ul {
    background: #ffa300;
    /*background: linear-gradient(#ebebeb, #fff) !important;*/
    /*background: url('images/bg_menu.png')!important;*/
  }

  .dt-main-menu li ul.sub-menu {
    background-color: #fff;
    /*box-shadow: 5px 6px 6px rgba(0, 0, 0, 0.2);*/
    /*-moz-border-radius: 5px;*/
    /*-webkit-border-radius: 5px;*/
    /*border-radius: 0 0 10px 10px;*/
  }

/* .dt-main-menu li ul.sub-menu li:hover {
  background-color: #ff8c32 !important; ;
  border-radius: 5px;
  } */

  .dt-main-menu li ul.sub-menu a {
    text-transform: unset;
    border-top: 1px #e4e4e4 solid;
  }

  .dt-menu-bar-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;

    box-shadow: 2px 0 5px rgba(0, 0, 0, .1);
  }

  .dt-main-menu ul {
    margin: 0;
    padding: 0;
    /* margin-bottom: -1px; */
  }

  /* .dt-main-menu #primary-menu>li {} */

  .dt-main-menu li {
    font-size: 15px;
    line-height: 1.2em;
    position: relative;
    display: inline-block;
  }

  ul#primary-menu>li>a:after {
    background: url('images/line_menu.png') no-repeat center right;
    width: 7px;
    content: ' ';
  }

  .dt-main-menu li a {
    display: block;
    padding: 11px 25px;
    text-decoration: none;
    /*color: #fff;*/
    font-weight: 500;
    text-transform: uppercase;
  }

  .dt-main-menu .menu-main-menu-container>ul>li.current-menu-item>a,
  .dt-main-menu .menu-main-menu-container>ul>li.current-menu-parent>a,
  .dt-main-menu .menu-main-menu-container>ul>li.menu-item:hover>a {
    background-image: none;
  }
  .dt-main-menu .menu-main-menu-container>ul>li>a {
    padding: 11px 29px 11px 22px;
    background-image: url(images/ellipse.png);
    background-repeat: no-repeat;
    background-position: right center;
  }

  .dt-main-menu li ul {
    position: absolute;
    z-index: 99999;
    top: 150%;

    display: block;
    visibility: hidden;

    width: 220px;
    max-width: 500%;

    opacity: 0;
  }


  .dt-main-menu li li ul {
    top: 50%;
    left: 100%;
  }

/* .menu-item-has-children {
  padding-right: 12px !important;
  } */

  .menu-item-has-children:after {
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: 15px;
    content: '\f107';
  }

  .menu-item-has-children .menu-item-has-children:after {
    content: '\f105';
  }

  .dt-main-menu li:hover>ul {
    top: 100%;

    visibility: visible;

    opacity: 1;
  }

  .dt-main-menu li li:hover>ul {
    top: 0;
  }

  .dt-main-menu li ul li {
    display: block;
  }

  .dt-nav-md-trigger {
    text-align: right;
  }

  .dt-nav-md-trigger:hover {
    cursor: pointer;
  }

  .dt-nav-md-trigger .fa {
    font-size: 21px;

    display: block;
    float: right;

    width: 48px;
    height: 41px;
    padding-top: 10px;

    text-align: center;

    background: rgba(0, 0, 0, .15);
  }

  .dt-main-menu-md {
    display: none;
  }

  .dt-nav-md {
    visibility: hidden;

    height: 0;
  }

  .dt-nav-md-expand {
    visibility: visible;
    overflow-x: scroll;

    height: auto;
    max-height: 85vh;
  }

  .dt-nav-md ul {
    margin: 0;
    padding: 0;
  }

  .dt-nav-md ul ul {
    padding-left: 20px;
  }

  .dt-nav-md li {
    position: relative;
    display: block;
  }

  .dt-nav-md li a {
    display: block;
    padding: 5px 15px;
  }

  @media (max-width: 767px) {
    .dt-nav-md li a:before {
      content: "\f192";
      font: normal normal normal 14px/1 FontAwesome;
      font-size: 12px;
      color: #2d96cd;
      padding-right: 10px;
    }
  }

  .dt-nav-md .menu-item-has-children .menu-item-has-children:after {
    content: '\f107';
  }

  .dt-nav-md .menu-item-has-children {
    padding-right: 0 !important;
  }

/*--------------------------------------------------------------
# News Ticker
--------------------------------------------------------------*/
.bt-news-ticker {
  overflow: hidden;

  height: 42px;

  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.bt-news-ticker-tag {
  font-size: 16px;
  line-height: 1em;

  position: relative;

  float: left;

  width: 130px;
  margin-right: 20px;
  padding: 12px 20px;

  text-transform: uppercase;

  color: #fff;
  background: #373c43;
}

.bt-news-ticker-tag:after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 100%;

  width: 0;
  height: 0;
  margin-top: -20px;

  content: ' ';
  pointer-events: none;

  border: solid transparent;
  border-width: 20px;
  border-left-width: 10px;
  border-left-color: #373c43;
}

.bt-news-ticker ul {
  display: inline-block;

  width: -webkit-calc(100% - 160px);
  width: -moz-calc(100% - 160px);
  width: calc(100% - 160px);
  margin: 0;
  padding: 0 10px 0 0;
}

.bt-news-ticker li {
  font-size: 16px;
  line-height: 2em;

  display: block;
  overflow: hidden;

  width: 100%;
  height: 100%;
  padding-top: 4px;

  opacity: .95;
}

.bt-news-ticker li a {
  font-weight: 500;

  text-decoration: none;
}

/*--------------------------------------------------------------
# Front page Featured Slider
--------------------------------------------------------------*/
.dt-featured-post-slider-wrap {
  /* margin-top: 20px; */
}

.dt-featured-post-slider {
  overflow: hidden;

  width: 100%;
  height: 68.5%;
}

.dt-featured-posts-wrap,
.dt-featured-post-img {
  position: relative;

  overflow: hidden;

  width: 100%;
  height: 0;
  padding-bottom: 68.5%;
}

.dt-featured-post-img img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;

  width: auto;
  min-width: 100%;
  max-width: 500%;
  height: 100%;
  margin: auto;
}

.dt-featured-posts-wrap>h2 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;

  position: absolute;
  bottom: -18px;
  left: 0;

  width: 100%;
  height: auto;
  min-height: 22px;
}

.dt-featured-posts-wrap>h2 a {
  display: block;

  padding: 10px 20px 18px;

  color: #fff;
  background: rgbA(0, 0, 0, .85);
}

.dt-featured-post-date {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  position: absolute;
  top: -35px;
  bottom: auto;
  left: 0;

  width: 100%;
  padding: 0 20px;

  color: #fff;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
}

.dt-featured-post-month {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;

  text-align: right;
}

.dt-featured-post-day {
  font-size: 32px;
  line-height: 1em;

  display: inline-block;

  margin-left: 10px;
  padding-left: 10px;

  border-left: 1px solid #fff;
}

.dt-featured-post-slider .swiper-button-next,
.dt-featured-post-slider .swiper-button-prev {
  z-index: 999;
  right: 15px;

  width: 48px;
  height: 60px;
  margin-top: -24px;
  padding-top: 10px;

  text-align: center;

  opacity: .75;
  background: transparent;

  filter: alpha(opacity=75);
}

.dt-featured-post-slider .swiper-button-prev {
  left: 15px;
}

.dt-featured-post-slider .swiper-button-next:hover,
.dt-featured-post-slider .swiper-button-prev:hover {
  opacity: 1;
  background: rgba(0, 0, 0, .35);

  filter: alpha(opacity=100);
}

.dt-featured-post-slider .swiper-button-next .fa,
.dt-featured-post-slider .swiper-button-prev .fa {
  font-size: 36px;

  color: #fff;
}

/*--------------------------------------------------------------
# Front Page Highlighted News
--------------------------------------------------------------*/
.dt-highlighted-news {
  margin-top: 20px;
}

.dt-highlighted-news-holder {
  position: relative;

  float: left;
  overflow: hidden;

  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  height: 0;
  padding-bottom: 32.5%;
}

.dt-highlighted-news-holder:first-child {
  margin: 0 20px 20px 0;
}

.dt-highlighted-news-holder:nth-child(2) {
  margin-bottom: 20px;
}

.dt-highlighted-news-holder:nth-child(3) {
  margin-right: 20px;
}

.dt-highlighted-news-img {
  position: relative;

  width: 100%;
  padding-bottom: 67.5%;
}

.dt-highlighted-news-img img {
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;

  width: auto;
  height: 100%;
  margin: auto;
}

.dt-highlighted-news-img:hover img {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
}

.dt-highlighted-news-desc {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  min-height: 60px;
}

.dt-highlighted-news-desc h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;

  margin: 0;

  background: rgba(0, 0, 0, .6);
}

.dt-highlighted-news-desc h2:hover {
  background: rgba(0, 0, 0, .8);
}

.dt-highlighted-news-desc h2 a {
  display: block;

  padding: 10px 15px;

  color: #fff;
}

.dt-highlighted-news-cat {
  font-size: 13px;

  display: inline-block;

  text-transform: capitalize;

  color: #fff;
}

.dt-highlighted-news-cat a {
  display: block;
  padding: 1px 15px 2px;
  text-decoration: none;
  color: #fff;
  outline: none;
}

.dt-highlighted-news-cat a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Front Page News Section
--------------------------------------------------------------*/
.dt-news-layout-wrap {
  /* margin: 20px 0;
  border: 1px solid #e5e5e5;*/
}

.dt-news-layout-wrap h2 {
  font-size: 24px;
  position: relative;
  margin: 0;
  padding: 15px 0;
  /* text-transform: uppercase; */
  /* border-bottom: 1px solid #e5e5e5;*/
}

.dt-news-layout-wrap h2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  margin-top: 3px;
  opacity: .6;
}

.dt-news-post-highlighted h3,
.dt-news-post-list h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;

  margin: 0;
}

.dt-news-post-list h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
}

.dt-news-post-desc {
  /* font-size: 15px; */
  line-height: 1.8em;
  margin: 7px 0 0 0;
  opacity: .95;
}

.viewtintuc .dt-news-post-desc {
  margin: 5px 0;
  text-align: justify;
}

.dt-news-post-meta span {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  margin-right: 25px;
  padding: 5px 0;
  opacity: .7;
}

.viewtintuc .dt-news-post-meta span {
  padding: 0;
}

.dt-news-post-meta .fa {
  font-size: 15px;

  margin-right: 5px;
}

/*--------------------------------------------------------------
# Front Page News Section Layout 1
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .dt-news-layout1 .dt-news-post {
    float: left;
    width: calc(50% - 8px);
    margin-left: 16px;
  }
}
.dt-news-layout1 .dt-news-post h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
  text-align: justify;
}

.dt-news-layout1 .dt-news-post {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.dt-news-layout1 .dt-news-post:nth-last-of-type(2) {
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.dt-news-layout1 .dt-news-post-img {
  float: left;
  width: 130px;
  height: auto;
  margin-right: 15px;
  margin-bottom: 20px;
}

.dt-news-layout1 .dt-news-post-comments,
.dt-news-layout1 .dt-news-post-desc {
  display: none;
}

.dt-news-layout1 .dt-news-post .dt-news-post-meta span {
  margin-top: 0;
  padding: 0;
}

.dt-news-layout1 .dt-news-post:nth-child(1) {
  margin-bottom: 10px;
  border: 0;
  /* padding-left: 15px; */
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: justify;
}

.dt-news-layout1 .dt-news-post:nth-child(1) .dt-news-post-img {
  width: 100%;
  margin: 0;
}

.dt-news-layout1 .dt-news-post:nth-child(1) .dt-news-post-comments {
  display: inline-block;
}

.dt-news-layout1 .dt-news-post:nth-child(1) .dt-news-post-desc {
  display: block;
}

.dt-news-layout1 .dt-news-post:nth-child(1) .dt-news-post h3 {
  font-size: 20px;
}

.dt-news-layout1 .dt-news-post:nth-child(1) .dt-news-post-meta span {
  margin-top: 10px;
  padding: 5px 0;
}

.dt-news-post-list .dt-news-post:last-child {
  padding: 0;
  border-bottom: 0;
}

.dt-news-layout1 .dt-news-post-img,
.dt-news-layout-half .dt-news-post-img,
.dt-sidebar-news .dt-news-post-img,
.dt-related-posts .dt-news-post-img,
.dt-category-posts .dt-news-post-img {
  position: relative;
}

.dt-news-layout1 .dt-news-post-img span,
.dt-news-layout-half .dt-news-post-img span,
.dt-sidebar-news .dt-news-post-img span,
.dt-related-posts .dt-news-post-img span,
.dt-category-posts .dt-news-post-img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(255, 255, 255, .5);
}

.dt-news-layout1 .dt-news-post-img:hover span,
.dt-news-layout-half .dt-news-post-img:hover span,
.dt-sidebar-news .dt-news-post-img:hover span,
.dt-related-posts .dt-news-post-img:hover span,
.dt-category-posts .dt-news-post-img:hover span {
  visibility: visible;
  opacity: 1;
}

.dt-news-layout1 .dt-news-post-img .fa,
.dt-news-layout-half .dt-news-post-img .fa,
.dt-sidebar-news .dt-news-post-img .fa,
.dt-related-posts .dt-news-post-img .fa,
.dt-category-posts .dt-news-post-img .fa {
  font-size: 18px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: 48px;
  height: 48px;
  margin: 0 0 0 -24px;
  padding-top: 15px;
  text-align: center;
  opacity: 0;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, .5);
}

.dt-news-layout1 .dt-news-post-img:hover .fa,
.dt-news-layout-half .dt-news-post-img:hover .fa,
.dt-sidebar-news .dt-news-post-img:hover .fa,
.dt-related-posts .dt-news-post-img:hover .fa,
.dt-category-posts .dt-news-post-img:hover .fa {
  visibility: visible;
  margin-top: -24px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Front Page News Section Layout 2
--------------------------------------------------------------*/
.dt-news-layout2 .dt-news-post {
  float: left;
  width: -webkit-calc(50% - 8px);
  width: -moz-calc(50% - 8px);
  width: calc(50% - 8px);
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 8px;
  background: #fefefe;
}

.dt-news-layout2 .dt-news-post:nth-child(2) {
  margin-right: 0;
}

.dt-news-layout2 .dt-news-post:hover {
  background: #fff;
}

.dt-news-list-2 h2.widget-title a {
  text-transform: uppercase;
  font-family: "SFUFuturaBold", 'Roboto';
  font-size: 22px;
  padding-top: 15px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fa7001;
}

.dt-news-list-2 .dt-news-layout-wrap {
  margin: 0;
  border: 0;
}

.dt-news-list-2 h2.widget-title {
  line-height: 80px;
  text-align: center;
  margin: 12px 0;
  border-bottom: 2px solid #FFDD00;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 0;
}

/*
.dt-news-layout2 .dt-news-post:nth-child(1),
.dt-news-layout2 .dt-news-post:nth-child(4),
.dt-news-layout2 .dt-news-post:nth-child(7),
.dt-news-layout2 .dt-news-post:nth-child(10),
.dt-news-layout2 .dt-news-post:nth-child(13) {
	margin-left: 15px;
}
*/


.dt-news-layout2 .dt-news-post-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  float: left;
  margin-right: 10px;
  z-index: 9;
}

.dt-category-posts .dt-news-post-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left;
  margin-right: 10px;
  z-index: 9;
}

@media screen and (max-width: 767px) {

  .dt-news-layout2 .dt-news-post-img,
  .dt-category-posts .dt-news-post-img {
    width: 100%;
    float: none;
  }

  #breadcrumbs span {
    font-size: 12px;
  }
}

.dt-news-layout2 .dt-news-post h3 {
  margin: 0;
}

.dt-news-layout2 .dt-news-post-img:hover img,
.dt-category-posts .dt-news-post-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.2);
}

.dt-news-layout2 .dt-news-post-meta {
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 46px;
  padding: 0 10px;

  color: #fff;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.dt-news-layout2 .dt-news-post-month {
  font-size: 13px;
  line-height: 1.2em;

  display: inline-block;

  margin: 0;

  text-align: right;
}

.dt-news-layout2 .dt-news-post-day {
  font-size: 30px;
  line-height: .3em;

  display: inline-block;

  margin-left: 5px;
  padding-left: 5px;

  text-align: left;

  border-left: 1px solid #fff;
}

.dt-news-layout2 .dt-news-post h3 {
  height: 52px;
}

.dt-news-layout2 .dt-news-post h3,
.dt-related-posts h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
}

.dt-news-layout2 .dt-news-post-desc {
  font-size: 14px;
  line-height: 1.6em;

  min-height: 90px;
  margin-top: 0;
  margin-bottom: 0;

  opacity: .9;
}

.dt-related .san

/*--------------------------------------------------------------
# Front Page News Section Layout 3
--------------------------------------------------------------*/
.dt-news-list-3 .dt-news-layout-wrap {
  margin: 20px 0 0;
}

.dt-news-layout-half {
  float: left;

  width: 48.5%;
}

.dt-half-last {
  float: right;
}

.dt-news-layout3 .dt-news-post,
.dt-news-layout4 .dt-news-post {
  margin-bottom: 15px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.dt-news-layout3 .dt-news-post:nth-last-of-type(1) {
  border-bottom: 0;
}

.dt-news-layout3 .dt-news-post figure {
  float: left;
  width: 130px;
  margin-right: 15px;
}

.dt-news-layout3 .dt-news-post .dt-news-post-comments,
.dt-news-layout3 .dt-news-post .dt-news-post-desc {
  display: none;
}

.dt-news-layout3 .dt-news-post .dt-news-post-meta span {
  padding: 0;
}

.dt-news-layout3 .dt-news-post h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}

.dt-news-layout3 .dt-news-post:nth-child(1) figure {
  width: 100%;
  margin-right: 0;
}

.dt-news-layout3 .dt-news-post:nth-child(1) .dt-news-post-meta span {
  padding: 5px 25px 5px 0;
  margin-top: 10px;
}

.dt-news-layout3 .dt-news-post:nth-child(1) .dt-news-post-comments {
  display: inline-block;
}

.dt-news-layout3 .dt-news-post:nth-child(1) .dt-news-post-desc {
  display: block;
}

.dt-news-layout3 .dt-news-post:nth-child(1) h3 {
  font-size: 20px;
}

.dt-news-layout-half .dt-news-post:last-child {
  padding: 0 15px;
}

.dt-news-layout-half .dt-news-post-list .dt-news-post-meta span {
  margin-top: 0;
}

.dt-news-layout-half .dt-news-post-list .dt-news-post-img {
  float: left;

  width: 120px;
}

.dt-news-layout-half .dt-news-post-list .dt-news-post-content {
  float: right;

  width: -webkit-calc(100% - 134px);
  width: -moz-calc(100% - 134px);
  width: calc(100% - 134px);
}

/*--------------------------------------------------------------
# Front Page News Section Layout 4
--------------------------------------------------------------*/
.dt-sidebar-news h2 {
  font-size: 16px;
  font-weight: 500;
}

.dt-news-layout4 .dt-news-post {
  margin-bottom: 15px;
  padding: 0 15px 15px;

  border-bottom: 1px solid #e5e5e5;
}

.dt-news-layout4 .dt-news-post:last-child {
  margin-bottom: 0;
  padding: 0 15px;

  border-bottom: 0;
}


.dt-news-layout4 .dt-news-post-img {
  overflow: hidden;

  max-height: 150px;
}

.dt-news-layout4 .dt-news-post-content h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.dt-news-list-4 {
  margin-bottom: 0;
}

.dt-news-list-4 h2 {
  margin-bottom: 0;
}

.dt-news-layout4 .dt-news-post {
  float: left;

  width: 50%;
  margin-bottom: 0;
  padding-top: 15px;

  border: 1px solid #e5e5e5;
  border-top: 0;
  border-left: 0;
}

.dt-news-layout4 .dt-news-post:nth-child(even) {
  float: right;

  border-right: 0;
}

.dt-news-layout4 .dt-news-post:nth-last-child(2),
.dt-news-layout4 .dt-news-post:nth-last-child(3) {
  border-bottom: 0;
}

.dt-news-layout4 .dt-news-post-img {
  max-height: 248px;
}

.dt-news-layout4 h3 {
  font-size: 18px;
  line-height: 1.6em;

  min-height: 50px;
  margin: 0;
}

.dt-news-layout4 .dt-news-post-img {
  float: left;

  width: 120px;
}

.dt-news-layout4 .dt-news-post-content {
  float: right;

  width: -webkit-calc(100% - 135px);
  width: -moz-calc(100% - 135px);
  width: calc(100% - 135px);
}

/*--------------------------------------------------------------
# Ads
--------------------------------------------------------------*/
.dt-header-ads-728x90 {
  margin-bottom: 0;

  text-align: center;
}

@media (min-width: 768px) {
  .dt-top-ads .widget_search {
    padding-top: 47px;
  }
}

.phone-content.content {
  margin-top: 5px;
}

p.contact-text,
p.contact-phone,
p.contact-cty {
  /*font-family: 'FordAntennaWGL-Regular';*/

}
p.contact-phone img{
  padding-right: 5px;
}
p.contact-phone span.phone-inner{
  padding: 0 7px;
}

p.contact-cty {
  color: #f00;
  font-size: 17px;
}

p.contact-text {
  font-size: 16px;
  /* font-family: "Conv_cambriab",sans-serif; */
  color: #000;
  float: none;
}
p.contact-text i{
  color: #fa7000;
  font-size: 16px;
}
p.contact-phone a{
  color: #f00;
}
p.contact-phone {
  font-size: 16px;
  float: none;
  display: block;
  /* font-family: "Conv_cambriab",sans-serif; */
  color: #f00;
}

@media (max-width: 767px) {
  p.contact-text {
    font-size: 12px;
  }

  p.contact-phone {
    font-size: 14px;
  }

}
.dt-top-ads {
  text-align: right;
}

.dt-top-ads label {
  display: unset;
}

.dt-top-ads input.search-submit {
  background: #009c2b url(images/icon-searchW.png) no-repeat center center;
  border: 0;
  line-height: 28px;
  /* border-radius: 3px; */
  text-indent: -999px;
  width: 33px;
}

.dt-top-ads input.search-field {
  /*width: calc(100% - 80px);*/
  width: 100%;
  max-width:  calc(100% - 40px);
  border-radius: 0;
}
@media (min-width: 768px) {
  .dt-top-ads input.search-field {
    width: 200px;
  }
}

.phone-content.content {
  /*background: url('images/telephone.png') no-repeat scroll left 6px transparent;
    padding: 5px 0 0px 45px;
    float: left;*/
  }


  .dt-header-ads-728x90 img {
    width: 100%;
    max-width: 728px;
  }

  .dt-ads-870x150,
  .dt-ads-262x220 {
    text-align: center;
    margin-top: 30px;
  }

  .dt-ads-870x150 img {
    width: 100%;
    max-width: 870px;
  }

  .dt-ads-262x220 {
    text-align: left;
  }

  .dt-ads-262x220 img {
    width: 100%;
    max-width: 262px;
  }

  .dt-ads-130x130 {
    display: inline-block;
  }

  .dt-ads-130x130 img {
    width: 100%;
    max-width: 130px;
  }

  .dt-footer-bar {
    color: #f4f5f6;
  }

  .dt-footer-bar a:hover {
    color: #d6d667;
  }

  .dt-footer-cont .dt-ads-130x130,
  .dt-footer-cont .dt-ads-262x220 {
    margin-bottom: 0;
    padding: 0;
  }

/*--------------------------------------------------------------
# Back to top
--------------------------------------------------------------*/
#back-to-top {
  font-size: 32px;
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 60px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, .35);
  filter: alpha(opacity=0);
}

#back-to-top:hover {
  background: #cc2936;
}

#back-to-top.show {
  opacity: 1;
  filter: alpha(opacity=100);
}


/*--------------------------------------------------------------
# Related Posts
--------------------------------------------------------------*/
.dt-related-posts {
  margin: 30px 0;
  padding: 0;
  border: 1px solid #e5e5e5;
}

.dt-related-posts h2 {
  padding: 10px 0;
  margin: 0;
  font-size: 16px;
  text-indent: 25px;
  text-transform: uppercase;
  background: #fd0 url('images/line-x2.jpg') repeat-x bottom;
  margin-bottom: 10px;
}

.dt-related-posts ul {
  margin: 0;
  padding: 0;
}

.dt-related-posts li {
  display: block;
  float: left;
  width: -webkit-calc(25% - 20px);
  width: -moz-calc(25% - 20px);
  width: calc(25% - 20px);
  margin: 0 10px;
}

.dt-related-posts .dt-no-image {
  position: relative;

  width: 100%;
  height: 0;
  padding-bottom: 71.5%;
  background: url('images/no-image.png') no-repeat center center;
  background-size: auto 100%;
}

.extranews_separator {
  clear: both;
  background: transparent url(images/separator.png) no-repeat 50%;
  display: block;
  height: 14px;
  margin: 10px 0;
}

/*--------------------------------------------------------------
# Category Page
--------------------------------------------------------------*/
:not(.wqn_banggia)>.page-header .taxonomy-description{
	padding:0 10px;
}
:not(.wqn_banggia)>.page-header .stripe-line{
	border-bottom: 1px solid #f00;
}
:not(.wqn_banggia)>.page-header {
  margin: 0;
  padding-bottom: 0;
  margin-top: 10px;
  background: #fff;
}

:not(.wqn_banggia)>.page-header>h1.page-title {
  color: #fa7001;
  margin: 0;
  font-size: 22px;
  display: inline-block;
  padding: 6px 15px;
  border-left: 3px solid #f00;
}


.dt-category-posts .dt-news-post-highlighted {
  width: 100%;
}

.dt-category-posts .dt-news-post {
  margin-top: 30px;
  border-bottom: 0;
}

.dt-category-posts.viewtintuc .dt-news-post {
  padding: 20px 0 !important;
  border-bottom: 0;
  border-bottom: 2px solid #F2F2F2;
  margin: 0;
}

.dt-category-posts .dt-news-post-content {
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.dt-category-posts.list-mauweb .dt-news-post-content {
  border-top: 0;
  border-bottom: 0;
}

.dt-category-posts.viewtintuc .dt-news-post-content {
  padding: 0;
  border: 0;
}

.dt-category-posts .dt-news-post-list .dt-news-post {
  float: left;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 0;
}

.dt-category-posts.viewtintuc .dt-news-post-list .dt-news-post {
  width: 100%
}

.dt-category-posts .dt-news-post-list .dt-news-post h3 {
  font-weight: 500;
  line-height: 1.6em;
}

.dt-category-posts .dt-news-post-list .dt-news-post:nth-child(even) {
  float: right;
}

.dt-category-posts .dt-news-post-list .dt-news-post:nth-child(odd) {
  clear: both;
}

.dt-category-posts .dt-news-post-img img {
  width: 100%;
}

.dt-category-post-readmore a {
  font-weight: 500;

  display: block;

  padding: 12px 0;

  text-align: center;
  text-transform: capitalize;

  border: 1px solid #e5e5e5;
  border-top: 0;
  background: #fafafa;
}

.dt-category-post-readmore a:hover {
  color: #fff;
}

.dt-category-post-readmore-mauweb {
  border: 1px solid #e5e5e5;
  border-top: 0;
}

.dt-category-post-readmore-mauweb a.pull-right {
  margin: 0 10px 10px 0;
}

.dt-category-post-readmore-mauweb a.pull-left {
  margin: 0 0 10px 10px;
}


.dt-pagination-nav a,
.dt-pagination-nav .current {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background: #fff;
}

.dt-pagination-nav .current,
.dt-pagination-nav a:hover {
  background: #fafafa;
}

/*
 *  BreadCrumbs
 -----------------------------------*/
 .dt-breadcrumbs {
  font-size: 14px;
  /* padding: 0px 15px; */
  /* border-top: 1px solid rgba(39,48,57,.06); */
  /* box-shadow: 0 1px 2px rgb(39 48 57 / 3%); */
  background: rgba(39,48,57,.05);
  /* background: #746245; */
  color: #555;
  margin-bottom: 10px;
  line-height: 40px;
}

.dt-breadcrumbs a {
  color: #555;
}

.dt-breadcrumbs a:hover {
  /*color: #f00;*/
}

.dt-breadcrumbs ul {
  margin: 0;
  padding: 0;
}

#dt_breadcrumbs li {
  display: inline-block;
  padding: 0 2px;
  opacity: .9;
}
.dt-breadcrumbs .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
  padding: 0;
  border: 0;
}
.dt-breadcrumbs input.search-submit, .search-menu input.search-submit {
  background: url(images/icon-search.png) no-repeat center center;
  border: 1px #dbdbdb solid;
  line-height: 32px;
  border-radius: 3px;
  text-indent: -999px;
  width: 33px;
}
.search-menu input.search-submit {
  background: #231f20 url(images/search-icon2.png) no-repeat center center;
}
.search-menu  input.search-submit, .search-menu input[type="search"]{
  border: 0;
}

#breadcrumbs span {
  line-height: 32px;
}

.dt-breadcrumbs .widget,
.dt-breadcrumbs .widget label {
  margin: 0;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/* .dt-sidebar ul {
	margin: 0;
	padding: 10px 0 10px 34px;
}

.dt-sidebar ul li {
	padding: 3px 0;
  } */

  .dt-sidebar .dt-news-post-highlighted h3,
  .dt-sidebar .dt-news-post-list h3,
  .dt-sidebar .dt-news-layout4 .dt-news-post-content h3 {
    font-size: 16px;
    font-weight: 500;
  }

  .dt-sidebar .dt-news-layout4 h3 {
    min-height: 20px;
    height: auto;
  }

  .dt-sidebar select,
  .dt-sidebar input[type='text'],
  .dt-sidebar input[type='email'],
  .dt-sidebar input[type='number'],
  .dt-sidebar input[type='search'],
  .dt-sidebar input textarea {
    margin: 10px 12px;
  }

  .dt-sidebar select,
  .dt-sidebar input[type='text'],
  .dt-sidebar input[type='email'],
  .dt-sidebar input[type='number'],
  .dt-sidebar input[type='search'],
  .dt-sidebar input textarea,
  .dt-footer select,
  .dt-footer input[type='text'],
  .dt-footer input[type='email'],
  .dt-footer input[type='number'],
  .dt-footer input[type='search'],
  .dt-footer input textarea {
    font-size: 15px;

    min-width: 224px;
    padding: 5px;
  }

  .dt-sidebar .widget_archive,
  .dt-sidebar .widget_calendar,
  .dt-sidebar .widget_meta,
  .dt-sidebar .widget_pages,
  .dt-sidebar .widget_recent_comments,
  .dt-sidebar .widget_recent_entries,
  .dt-sidebar .widget_categories,
  .dt-sidebar .widget_search,
  .dt-sidebar .widget_tag_cloud,
  .dt-sidebar .widget_text,
  .dt-sidebar .dt-social-icons {
    /*margin-top: 20px;*/
    border: 1px solid #e5e5e5;
    background: #fff;
  }

  .dt-sidebar .widget_archive h2,
  .dt-sidebar .widget_calendar h2,
  .dt-sidebar .widget_meta h2,
  .dt-sidebar .widget_pages h2,
  .dt-sidebar .widget_recent_comments h2,
  .dt-sidebar .widget_recent_entries h2,
  .dt-sidebar .widget_categories h2,
  .dt-sidebar .widget_search h2,
  .dt-sidebar .widget_tag_cloud h2,
  .dt-sidebar .widget_text h2,
  .dt-sidebar .dt-social-icons h2 {
  /* font-size: 16px;
	margin: 0;
	padding: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5; */
}

.dt-sidebar #calendar_wrap {
  padding: 0 15px;
}

.dt-sidebar #wp-calendar>caption,
.dt-footer #wp-calendar>caption {
  font-weight: bold;
}

.dt-sidebar #wp-calendar tbody a,
.dt-footer #wp-calendar tbody a {
  font-weight: bold;
}

.dt-footer #wp-calendar a {
  color: rgba(255, 255, 255, .5);
}

.dt-sidebar #wp-calendar tfoot,
.dt-footer #wp-calendar tfoot {
  margin-top: 10px;
  padding-top: 10px;

  border-top: 1px solid #e5e5e5;
}

.dt-sidebar #wp-calendar #next,
.dt-footer #wp-calendar #next {
  text-align: right;
}

.dt-sidebar .widget_recent_entries ul,
.dt-sidebar .widget_recent_comments ul {
  list-style: decimal;
}

.dt-sidebar .widget_recent_entries li,
.dt-sidebar .widget_categories li {
  /* font-size: 16px; */
  /* font-weight: 500; */
  padding: 10px 0;
}

.dt-sidebar .widget_categories li {
  padding: 0;
}

.dt-sidebar .tagcloud {
  padding: 10px;
}

.dt-sidebar .tagcloud a {
  margin: 5px;
}

.dt-sidebar .textwidget {
  padding: 10px 15px;
}

.dt-social-icons-lg {
  float: right;
}

.dt-sidebar .dt-social-icons ul {
  padding: 0 0 20px;
}

.dt-sidebar .dt-social-icons li {
  font-size: 22px;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 15px 0 0 14px;
  text-align: center;
}

.dt-sidebar .dt-social-icons li .fa {
  display: block;
  width: 48px;
  height: 48px;
  padding-top: 12px;
  opacity: .8;
  border: 1px solid #e5e5e5;
}

.dt-sidebar .dt-social-icons li .fa:hover {
  color: #fff;
  border-color: transparent;
}

.dt-sidebar .dt-search-icon .fa:hover {
  color: #2f363e;
  background: #fafafa;
}

.dt-sidebar .fa-facebook:hover {
  background: #325c94;
}

.dt-sidebar .fa-twitter:hover {
  background: #00abdc;
}

.dt-sidebar .fa-google-plus:hover {
  background: #dd4b38;
}

.dt-sidebar .fa-instagram:hover {
  background: #4480b1;
}

.dt-sidebar .fa-github:hover {
  background: #3f91cb;
}

.dt-sidebar .fa-flickr:hover {
  background: #ff0084;
}

.dt-sidebar .fa-pinterest:hover {
  background: #cb2027;
}

.dt-sidebar .fa-wordpress:hover {
  background: #0090c5;
}

.dt-sidebar .fa-youtube:hover {
  background: #d32323;
}

.dt-sidebar .fa-vimeo:hover {
  background: #1ab7ea;
}

.dt-sidebar .fa-linkedin:hover {
  background: #007bb6;
}

.dt-sidebar .fa-behance:hover {
  background: #2d9ad2;
}

.dt-sidebar .fa-dribbble:hover {
  background: #f26798;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.dt-footer {
  font-size: 14px;
  line-height: 1.5em;
  /* margin-top: 60px; */
  color: rgba(255, 255, 255, .65);
  background: #2f363e;
  /*background: url(images/bg-footer.png);*/
  /* background: #fff; */
  /* border-top: 1px #dbdbdb solid; */
  /* margin-top: 10px; */

}

.dt-footer h2.widget-title {
  color: #e5e5e5;
  border-bottom: 1px #737373 solid;
}

.dt-footer h2 {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  margin: 0;
  padding: 0 0 5px;
  text-transform: uppercase;
  color: #fff;
}
.dt-footer h2:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 50px;
    background: #ffc000;
    height: 2px;
}

.dt-footer-cont {
  position: relative;
  padding: 25px 0 0 0;
}

.dt-footer-cont .widget {
  margin-bottom: 10px;
}

.dt-footer-cont aside {
  /*padding: 0 15px;*/
}

.dt-footer-cont ul {
  margin-left: 0;
  padding-left: 15px;
}

.dt-footer-cont li {
  /* padding: 8px 0; */
}

.dt-footer-cont li a {
  display: block;
  color: rgba(255, 255, 255, .8);
}

.dt-footer-cont h2.widget-title {
  margin-bottom: 10px;
}

.dt-footer .tagcloud a {
  line-height: 1.7em;

  display: inline-block;

  margin: 4px 3px;
  padding: 2px 8px;

  color: #fff;
  border-radius: 3px;
  background: rgba(255, 255, 255, .1);
}

.dt-footer .dt-news-layout-wrap {
  margin: 0;
  border: 0;
}

.dt-footer .dt-news-layout-wrap h2 {
  font-weight: 400;
  margin: 0;
  padding-left: 0;
  border: 0;
}

.dt-footer .dt-news-layout-wrap h2 a {
  display: none;
}

.dt-footer .dt-news-layout-wrap a {
  color: #fff;
}

.dt-footer .dt-highlighted-news-holder {
  float: none;
  width: 100%;
  margin: 0 0 20px;
  padding-bottom: 65%;
}

.dt-footer .dt-highlighted-news-holder:nth-last-child(2) {
  margin-bottom: 0;
}

.dt-footer .dt-news-layout1 .dt-news-post-meta,
.dt-footer .dt-news-layout-half .dt-news-post-meta {
  padding: 5px 0;
}

.dt-footer .dt-news-layout1 .dt-news-post-meta {
  margin-top: 10px;
}

.dt-footer .dt-news-layout1 .dt-news-post,
.dt-footer .dt-news-layout1 .dt-news-post-content {
  width: 100%;
  padding: 0;
}

.dt-footer .dt-news-post-list .dt-news-post {
  margin-bottom: 0;
  padding-right: 0;

  border-bottom: 0;
}

.dt-footer .dt-news-layout1 .dt-news-post-img,
.dt-footer .dt-news-layout1 .dt-news-post-img img,
.dt-footer .dt-news-layout-half .dt-news-post-img,
.dt-footer .dt-news-layout-half .dt-news-post-img img,
.dt-footer .dt-news-layout-half .dt-news-post-content,
.dt-footer .dt-news-layout4 .dt-news-post-img,
.dt-footer .dt-news-layout4 .dt-news-post-img img,
.dt-footer .dt-news-layout4 .dt-news-post-content {
  width: 100%;
}

.dt-footer .dt-news-list-2 h2,
.dt-footer .dt-news-list-3 h2,
.dt-footer .dt-news-layout-wrap h2 {
  margin-bottom: 15px;
}

.dt-footer .dt-news-layout2 .dt-news-post {
  float: none;
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
  border: 0;
  background: transparent;
}

.dt-footer .dt-news-layout2 .dt-news-post:nth-last-child(1) {
  border-bottom: 0;
}

.dt-footer .dt-news-layout2 .dt-news-post h3 {
  height: auto;
}

.dt-news-layout2 .dt-news-post-img img {
  width: 100%;
}

.dt-footer .dt-news-layout-half {
  width: 100%;
}

.dt-footer .dt-news-layout-half .dt-news-post {
  margin-bottom: 25px;
  padding: 0 !important;
  border: 0;
}

.dt-footer .dt-news-layout-half .dt-news-post-img {
  width: 100%;
}

.dt-footer .dt-news-layout-half .dt-news-post-desc {
  margin: 0;
}

.dt-footer .dt-news-layout4 .dt-news-post {
  width: 100%;
  margin-bottom: 25px;
  padding: 0;

  border: 0;
}

.dt-footer .widget_text img {
  /* margin: 15px 0; */
}

.dt-footer .dt-news-layout4 .dt-news-post h3 {
  margin-top: 10px;
  min-height: 20px;
}

.dt-footer .dt-news-post-highlighted h3,
.dt-footer .dt-news-post-list h3,
.dt-footer .dt-news-layout4 .dt-news-post h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.dt-footer .dt-news-post-desc {
  font-size: 14px;
}
/*---------*/
.dt-footer .social-footer li{
  list-style-type: none;
  display: inline-block;
}
.dt-footer .social-footer li a {
    background: #ffc000;
    color: #000;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
}
/*-----------*/
.dt-footer .info-footer p i {
    color: #ffc000;
    font-size: 20px;
    width: 21px;
}
.dt-footer .info-footer p a {
  color: rgba(255, 255, 255, .65);
}
.dt-footer .social-footer li:not(:last-child) {
    margin-right: 10px;
}
.dt-footer .footer-1{
  text-align: justify;
}
/*--------------------------------------------------------------
# Footer Bar
--------------------------------------------------------------*/
.dt-footer-bar {
  padding: 20px 0;
  background: #000000;
}

.dt-footer-bar a {
  color: rgba(255, 255, 255, .8);
}

.dt-footer-designer {
  text-align: right;
}

/*--------------------------------------------------------------
# Archive page
--------------------------------------------------------------*/
.dt-archive-post {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(39, 48, 57, .1);
}

.dt-archive-post figure {
  float: left;
  width: 300px;
  margin-right: 30px;
  margin-bottom: 10px;
}

.dt-archive-post h2 {
  font-size: 22px;
  line-height: 1.6em;
  margin-top: 0;
}

/*--------------------------------------------------------------
    # Tag Cloud
    --------------------------------------------------------------*/
    .tagcloud a {
      margin: 0 4px 8px 0;
      padding: 1px 15px 0;

      background: rgba(39, 48, 57, .6);
      border-radius: 30px;
      display: inline-block;
      color: #fff;
      font-size: 13px !important;
      font-weight: 400;
    }

    .tagcloud a:hover {
      background: #cc2936;
      color: #fff;
    }

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.post-navigation {
  margin: 30px 0 30px;
  padding: 30px 0;
  border-top: 1px solid rgba(39, 48, 57, .05);
}

.post-navigation:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
  font-weight: 500;
  line-height: 1.8em;
  position: relative;
  display: inline-block;
  width: 48%;
  padding-left: 30px;
}

.post-navigation .nav-next {
  float: right;
  text-align: right;
  padding-left: 0;
  padding-right: 30px;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:before,
.post-navigation .nav-next a:after {
  position: absolute;
  top: -2px;
  font-size: 22px;

}

.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
  content: ' ';
  width: 24px;
  height: 32px;
  font-family: 'FontAwesome';
  left: 0;
  font-size: 36px;
}

.post-navigation .nav-previous a:after,
.post-navigation .nav-next a:after {
  content: '';
  width: calc(100% - 32px);
  left: 32px;
  padding-top: 2px;
  font-weight: 500;
}

.post-navigation .nav-next a:before {
  content: '';
  right: 0;
  left: auto;
  text-align: right;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media all and (max-width: 1200px) {

  .dt-news-layout1 .dt-news-post-meta span,
  .dt-news-layout3 .dt-news-post-list .dt-news-post-meta span {
    padding: 0;
  }

  .dt-news-layout3 .dt-news-post-comments {
    display: none;
  }

  .dt-main-menu li {
    font-size: 14px;
  }

  .dt-main-menu li a {
    padding: 10px 9px 8px;
  }

  /*.menu-item-has-children {
    padding-right: 18px !important;
  }*/
}
@media all and (min-width: 768px) {
  .dt-main-menu ul.menu > li > a {
    padding: 16px 17px;
  }
  .menu-item-has-children:after {
    top: 21px;
    right: 0px;
  }
  ul.sub-menu .menu-item-has-children:after {
    top: 11px;
    right: 5px;
}
}

@media all and (max-width: 1200px) and (min-width: 600px) {

  .dt-news-layout1 .dt-news-post h3,
  .dt-news-layout3 .dt-news-post-list h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 2px 0;
  }
}


@media all and (max-width: 1200px) and (min-width: 768px) {
  .dt-news-layout2 .dt-news-post h3 {
    font-size: 15px;
  }
}

@media all and (min-width: 992px) {
  .dt-sidebar .dt-highlighted-news-holder {
    float: none;

    width: 100%;
    margin: 0 0 20px;
    padding-bottom: 65%;
  }

  .dt-sidebar .dt-highlighted-news-holder:nth-last-child(2) {
    margin-bottom: 0;
  }

  .dt-sidebar .dt-news-post .dt-news-post-highlighted {
    width: 100%;
    padding: 0 10px;

    border-bottom: 1px solid #e5e5e5;
  }

  .dt-sidebar .dt-news-layout1 .dt-news-post-meta {
    margin-top: 10px;
  }

  .dt-sidebar .dt-news-layout1 .dt-news-post-meta span,
  .dt-news-layout-half .dt-news-post-meta span {
    margin: 0;
    padding: 2px 0;
  }

  .dt-sidebar .dt-news-layout1 .dt-news-post,
  .dt-sidebar .dt-news-layout1 .dt-news-post-content {
    width: 100%;
    padding: 0;
  }

  .dt-sidebar .dt-news-post-list .dt-news-post {
    margin-bottom: 0;
    padding: 10px;
  }

  .dt-sidebar .dt-news-layout1 .dt-news-post-img,
  .dt-sidebar .dt-news-layout1 .dt-news-post-img img,
  .dt-sidebar .dt-news-layout-half .dt-news-post-img,
  .dt-sidebar .dt-news-layout-half .dt-news-post-img img,
  .dt-sidebar .dt-news-layout-half .dt-news-post-content,
  .dt-sidebar .dt-news-layout4 .dt-news-post-img,
  .dt-sidebar .dt-news-layout4 .dt-news-post-img img,
  .dt-sidebar .dt-news-layout4 .dt-news-post-content {
    width: 100%;
  }

  .dt-sidebar .dt-news-list-2 h2,
  .dt-sidebar .dt-news-list-3 h2 {
    margin-bottom: 0;
  }

  .dt-sidebar .dt-news-layout2 .dt-news-post {
    float: none;

    width: 100%;
    margin: 0;

    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .dt-sidebar .dt-news-layout2 .dt-news-post:nth-last-child(1) {
    border-bottom: 0;
  }

  .dt-sidebar .dt-news-layout-half {
    width: 100%;
  }

  .dt-sidebar .dt-news-layout-half .dt-news-post {
    margin-bottom: 0;
    padding: 10px !important;
  }

  .dt-sidebar .dt-news-layout-half .dt-news-post-img {
    width: 100%;
  }

  .dt-sidebar .dt-news-layout-half .dt-news-post-desc {
    margin: 0;
  }

  .dt-sidebar .dt-news-layout-wrap {
    margin: 20px 0 0;
  }

  .dt-sidebar .dt-news-layout4 .dt-news-post {
    width: 100%;
    padding: 10px;

    border-right: 0;
  }

  .dt-sidebar .dt-news-layout4 .dt-news-post:nth-last-child(3) {
    border-bottom: 1px solid #e5e5e5;
  }

  .dt-sidebar .dt-news-layout4 .dt-news-post h3 {
    margin: 10px 0;
  }
}

@media all and (max-width: 992px) {
  .dt-social-icons-lg {
    display: none;
  }

  .dt-social-trigger {
    display: inline-block;
  }

  .dt-social-sticky-bar {
    display: block;
  }

  .dt-logo {
    /*margin-bottom: 25px;*/
    text-align: center;
  }

  .dt-header-ads-728x90 {
    text-align: center;
  }

  .dt-footer-bar,
  .dt-footer-designer {
    text-align: center;
  }

  .dt-footer-designer {
    margin-top: 10px;
  }

  .dt-main-menu {
    display: none;
  }

  .dt-main-menu-md {
    display: block;
  }

}

@media all and (max-width: 768px) {
  .dt-bar-left {
    overflow: visible;
  }

  .dt-sec-menu {
    top: -250px;

    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
  }

  .dt-sec-menu-show {
    top: 0;
  }

  .dt-sec-menu {
    left: 43px;
  }

  .dt-sec-menu li {
    display: block;

    border: 1px solid #e5e5e5;
    border-top: 0;
  }

  .dt-news-layout-wrap h2 {
    padding: 10px;
  }

  .dt-news-layout2 .dt-news-post {
    float: left;

    width: -webkit-calc(50% - 18px);
    width: -moz-calc(50% - 18px);
    width: calc(50% - 18px);
    margin-left: 10px !important;

    border: 0;
  }

  .dt-footer .dt-news-layout2 .dt-news-post {
    margin-left: 0 !important;
  }

  .dt-news-layout2 .dt-news-post:nth-child(even) {
    float: right;

    margin-right: 10px;
    margin-left: 0 !important;
  }

  .dt-footer .dt-news-layout2 .dt-news-post:nth-child(even) {
    margin-right: 0;
    margin-left: 0 !important;
  }

  .dt-news-layout4 .dt-news-post {
    width: 100%;
    padding: 10px;

    border-right: 0;
  }

  .dt-news-layout4 .dt-news-post:nth-last-child(3) {
    border-bottom: 1px solid #e5e5e5;
  }

  .dt-footer .dt-news-layout4 .dt-news-post:nth-last-child(3) {
    border-bottom: 0;
  }

  .dt-post-nav a {
    width: 100%;
    padding: 10px 0;

    text-align: center !important;
  }
}

@media all and (max-width: 768px) and (min-width: 600px) {

  .dt-news-layout1 .dt-news-post-date,
  .dt-news-layout3 .dt-news-post-list .dt-news-post-date {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .bt-news-ticker-wrap {
    display: none;
  }

  .dt-featured-post-slider-wrap {
    margin-top: 0;
  }

  .dt-news-list-1 h2,
  .dt-news-list-2 h2,
  .dt-news-list-3 h2 {
    margin-bottom: 15px;
  }

  .dt-news-layout1 .dt-news-post {
    float: none;

    width: calc(100% - 30px);
    padding: 15px 15px 0 0;
  }

  .dt-news-layout1 .dt-news-post:nth-child(1) {
    width: 100%;
  }

  .dt-news-layout1 .dt-news-post {
    margin-bottom: 5px;

    border-bottom: 1px solid #e5e5e5;
  }

  .dt-news-layout1 .dt-news-post-img img {
    width: 100%;
    height: auto;
  }

  .dt-news-layout2 .dt-news-post {
    margin-top: 10px;
    padding: 0;
  }

  .dt-news-layout2 .dt-news-post h3 {
    font-size: 15px;
  }

  .dt-news-layout-half {
    width: 100% !important;
  }

  .dt-news-layout-half .dt-news-post-highlighted img {
    width: 100%;
    height: auto;
  }

  .dt-category-posts .dt-news-post-list .dt-news-post {
    width: 100%;
  }

  .dt-related-posts li {
    width: -webkit-calc(50% - 20px) !important;
    width: -moz-calc(50% - 20px) !important;
    width: calc(50% - 20px) !important;
    margin-bottom: 25px;
  }

  .dt-archive-post figure {
    width: 100%;
    text-align: center;
  }

  .dt-half-last {
    margin-top: 20px !important;
  }
}

@media all and (max-width: 500px) {
  .dt-news-layout2 .dt-news-post {
    float: none !important;
    width: 100% !important;
    ;
    margin: 0 !important;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .dt-news-layout2 .dt-news-post:last-child {
    border: 0;
  }

  .dt-news-layout2 .dt-news-post img {
    width: 100%;
    height: auto;
  }

  .dt-news-layout2 .dt-news-post-desc {
    min-height: 20px;
    padding-bottom: 6px;
  }

  .dt-news-layout2 .dt-news-post h3 {
    font-size: 18px;

    height: auto;
  }
}

@media all and (max-width: 480px) {
  .dt-date {
    display: none;
  }

  .dt-header {
    padding: 0;
  }

  .dt-logo {
    margin-bottom: 0;
    padding: 5px 0;
  }

  .dt-social-sticky-bar {
    height: auto;
  }

  .dt-menu-bar {
    /* margin-bottom: 15px; */
  }

  .dt-social-sticky-bar.transition35 {
    transition: none !important;
  }

  .dt-social-sticky-bar-show {
    background: transparent;
  }

  .dt-social-sticky-bar li {
    display: block;

    background: #fff;
  }

  .dt-social-sticky-bar li .fa {
    display: block;

    width: 45px;

    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
  }

  .dt-featured-posts-wrap>h2 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .dt-highlighted-news-holder {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .dt-highlighted-news-holder:nth-child(4) {
    margin-bottom: 0;
  }

  .dt-news-layout-half .dt-news-post,
  .dt-news-layout-half .dt-news-post-highlighted .dt-news-post,
  .dt-news-layout-half .dt-news-post:last-child {
    margin: 10px 0;
    padding: 0 10px 10px;
  }

  .dt-news-layout-half .dt-news-post h3 {
    font-size: 16px;
  }

  .dt-news-layout4 h3 {
    font-size: 16px;
  }

  .dt-news-list-1 h2,
  .dt-news-list-2 h2,
  .dt-news-list-3 h2 {
    margin-bottom: 0;
  }

}

@media all and (max-width: 400px) {

  .dt-featured-post-slider .swiper-button-next,
  .dt-featured-post-slider .swiper-button-prev {
    display: none;
  }

  .dt-news-layout1 .dt-news-post h3,
  .dt-news-layout3 .dt-news-post-list .dt-news-post-list h3 {
    font-size: 16px;
    font-weight: 500;

    margin: 2px 0;
  }

  .dt-news-layout1 .dt-news-post-meta,
  .dt-news-layout3 .dt-news-post-list .dt-news-post-meta {
    display: none;
  }

  .dt-news-layout4 .dt-news-post-content h3 {
    font-size: 15px;
  }

  .dt-related-posts li {
    width: -webkit-calc(100% - 20px) !important;
    width: -moz-calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
  }
}

@media all and (max-width: 320px) {

  .dt-news-layout1 .dt-news-post-img,
  .dt-news-layout1 .dt-news-post-content,
  .dt-news-layout3 .dt-news-post-img,
  .dt-news-layout3 .dt-news-post-img img,
  .dt-news-layout3 .dt-news-post-content {
    float: none;

    width: 100% !important;
  }

  .dt-news-layout3 .dt-news-post-content h3 {
    margin: 12px 0;
  }

  .dt-news-layout1 .dt-news-post {
    padding-right: 0;
  }

  .dt-news-layout1 .dt-news-post:nth-child(1) {
    padding-right: 15px;
  }

  .dt-news-layout1 .dt-news-post-img {
    margin-bottom: 10px;
  }

  .dt-news-layout4 .dt-news-post-img,
  .dt-news-layout4 .dt-news-post-img img,
  .dt-news-layout4 .dt-news-post-content {
    width: 100% !important;
  }

  .dt-news-layout4 h3 {
    padding: 10px 0;

    text-align: center;
  }
}

/* HOANG ANH THÊM VÀO  */
label {
  font-weight: normal;
}


/*Thông tin liên hệ*/
div.thongtinlienhe {
  background: rgba(130, 155, 179, 0.14902);
  padding: 20px 0 30px 0;
}

div.thongtinlienhe h4 {
  font-size: 26px;
  margin: 15px;
  line-height: 45px;
  text-align: center;
}

div.thongtinlienhe p {
  margin-bottom: 25px !important;
  max-width: 725px;
  text-align: center;
  margin: 0 auto;
}

div.thongtinlienhe span.info-name {
  display: block;
  color: #969696;
  font-size: 12px;
  text-align: left;
}

div.thongtinlienhe a {
  display: block;
  font-size: 20px;
  color: #454545;
  font-weight: 600;
  text-align: left;
}

div.thongtinlienhe i.fa {
  float: left;
  font-size: 28px;
  padding: 10px 10px 10px 0;
}

/*End Thông tin liên hệ*/


/* css phan trang */
.dt-pagination-nav {
  margin: 30px 0;
  text-align: center;
}

/* end css phân trang */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16px;
  border-left: 5px solid #24a43c;
  font-weight: normal;
  background: #e8f7d6;
  font-style: italic;
}

/*.fb_chat_support*/
@media screen and (max-width: 1000px) {
  div.fb_chat_support {
    border-radius: 5px;
    bottom: 18px;
    height: 36px;
  }
}

div.fb_chat_support {
  position: fixed;
  bottom: 0;
  right: 5px;
  border-radius: 5px 5px 0 0;
  height: 30px;
  overflow: hidden;
  background: #f27024;
  cursor: pointer;
  z-index: 16000002;
}

div.fb_chat_support:before {
  content: "";
  display: inline-block;
  background: url(images/fb_lg.jpg) no-repeat center center #3b5997;
  width: 24px;
  height: 100%;
  border-right: 1px solid #4670c6;
  vertical-align: top;
}

div.fb_chat_support:after {
  content: "Chat online";
  display: inline-block;
  padding: 0 8px 0 7px;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 32px;
  vertical-align: top;
}

/*.End fb_chat_support*/
/*.hotline*/
.hotline {
  color: red;
  font-size: 18px;
  font-weight: bold;
  padding-top: 8px;
  border-top: 1px;
  animation: hotline 5s infinite;
}

@keyframes hotline {
  0% {
    color: #fff000;
  }

  25% {
    color: #fff
  }

  50% {
    color: #fff000;
  }

  75% {
    color: #fff
  }

  100% {
    color: rgb(232, 255, 132);
  }
}

/*END .hotline*/
/*.video-container FIX video youtube*/
.video-container {
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
aside[id^="videomoi_widget"] ul li{
  list-style-type: none;
}
aside[id^="videomoi_widget"] ul {
  padding-left: 0;
}
/*END .video-container FIX video youtube*/


/* phan menu cho mobile*/
.dt-nav-md.dt-nav-md-expand {
  overflow-x: scroll;
  height: 100vh;
  max-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  z-index: 99991;
  transition: all .35s linear;
  background: #000000c7;
}
.dt-nav-md-expand .menu-mainmenu-container{
	padding: 10px;
}
.dt-nav-md-expand a{
	text-transform: uppercase;
}
.dt-nav-md {
  position: fixed;
  left: -260px;
  width: 260px;
  top: 0;
  height: 100vh;
  max-height: 100vh;
  z-index: 99991;
}

/*End phan menu cho mobile*/



/* widget bên phải web  */

#secondary .widget ul {
  /*border: 1px #eee solid;*/
  /*border-top: 0;*/
  /*padding: 7px 10px;*/
  /*margin: 0;*/
}

#secondary {
  list-style-type: none;

}

#secondary li {
  /*border-bottom: 1px #fa7000 dashed;*/
  /*background: url('images/bulet.png') no-repeat left center;*/
  /*text-indent: 15px;*/
}

#secondary #wqn_lopcangiasu-9.wqn_lopcangiasu>ul>li {
  background: none;
}

#secondary li {
  list-style-type: none;
  /*padding: 7px 0;*/
  /*margin: 0 7px;*/
}

#secondary h2.widget-title {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 13pt;
  padding: 10px 20px;
  background: #ffa301 url(images/line-x2.jpg) repeat-x bottom;
}

/* END widget bên phải web  */
/* phan slide anh trang chủ */

.slideanh_widget_class {
  /* margin-top: 15px; */
}

.wqn_sanphammoi_tab .swiper-container .swiper-button-prev,
.wqn_new_swiper .swiper-container .swiper-button-prev,
.slideanh_widget_class .swiper-container .swiper-button-prev,
.slideanh_widget_class .swiper-container .swiper-button-next {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.wqn_sanphammoi_tab:hover .swiper-container .swiper-button-prev,
.wqn_new_swiper:hover .swiper-container .swiper-button-prev,
.slideanh_widget_class:hover .swiper-container .swiper-button-prev,
.slideanh_widget_class:hover .swiper-container .swiper-button-next {
  opacity: 1;
}

.slideanh_widget_class .swiper-container .swiper-button-prev {
  left: 200px;
}

.slideanh_widget_class .swiper-container .swiper-button-next {
  right: 200px;
}


.slideanh_widget_class:hover .swiper-container .swiper-button-prev {
  left: 10px;
}

.slideanh_widget_class:hover .swiper-container .swiper-button-next {
  right: 10px;
}

._nobtn .swiper-button-next.swiper-button-disabled,
._nobtn .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.wqn_sanphammoi_tab .swiper-container .swiper-button-prev,
.wqn_sanphammoi_tab .swiper-container .swiper-button-next,
.wqn_new_swiper .swiper-container .swiper-button-prev,
.wqn_new_swiper .swiper-container .swiper-button-next,
.wqn_dichvucungcap .swiper-container .swiper-button-prev,
.wqn_dichvucungcap .swiper-container .swiper-button-next,
.thuvienanh-home .swiper-container .swiper-button-prev,
.thuvienanh-home .swiper-container .swiper-button-next {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.wqn_sanphammoi_tab:hover .swiper-container .swiper-button-prev,
.wqn_sanphammoi_tab:hover .swiper-container .swiper-button-next,
.wqn_new_swiper:hover .swiper-container .swiper-button-prev,
.wqn_new_swiper:hover .swiper-container .swiper-button-next,
.wqn_dichvucungcap:hover .swiper-container .swiper-button-prev,
.wqn_dichvucungcap:hover .swiper-container .swiper-button-next,
 .thuvienanh-home:hover .swiper-container .swiper-button-prev,
.thuvienanh-home:hover .swiper-container .swiper-button-next {
  opacity: 1;
}

.wqn_sanphammoi_tab .swiper-button-next,
.wqn_new_swiper .swiper-button-next,
.widget.thuvienanh_widget_class .swiper-button-next,
.widget.wqn_sanphammoi_trangchu .swiper-button-next,
.widget.wqn_dichvucungcap .swiper-button-next,
.widget.wqn_sanphammoi_tab .swiper-button-next,

.wqn_sanphammoi_tab .swiper-button-prev,
.wqn_new_swiper .swiper-button-prev,
.widget.thuvienanh_widget_class .swiper-button-prev,
.wqn_sanphammoi_trangchu .swiper-button-prev,
.widget.wqn_dichvucungcap .swiper-button-prev,
.wqn_sanphammoi_tab .swiper-button-prev {
  background-image: none;
  border: 1px #ffffff solid;
  border-radius: 5px;
  color: #ffffff;
  height: 27px;
  margin-top: -15px;
  text-align: center;
  /* padding-top: 3px; */
  /* opacity: .35; */
  background: #ff7800;
}
#wqn_sanphammoi_trangchu-4{
	margin-top: 15px;
}
body .swiper-button-next {
  right: 1px;
  left: auto;
}
body .swiper-button-prev{
  right: auto;
  left: 1px;
}

/* End phan slide anh trang chủ */

/* reset bootstrap */
.container,
.container-fluid {
  padding-right: 10px;
  padding-left: 10px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  padding-right: 10px;
  padding-left: 10px;
}

.ha-red {
  color: #f00;
}


/* END reset bootstrap */
/**********************************************/
/*css cho phần sản phẩm*/
/*chinh chiều cao auto sản phẩm*/
.spmoi-body {
  /* min-height: 252px; */
  background: #fff;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.spmoi-body:hover::before {
    -webkit-animation: shine .5s;
    animation: shine .5s;
}
.spmoi-body::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}

/*END chinh chiều cao auto sản phẩm*/
.giacu {
  text-decoration: line-through;
  padding: 0;
  margin: 0;
  color: #888;
  font-size: 13px;
}

.zoomhinhanh {
  margin-top: 9px;
}

.zoomhinhanh .swiper-container {
  margin: 9px auto !important;
}

.motangan {
  background: #fdf8d6;
  border: 1px #f78807 dashed;
  padding: 10px;
}

.khuyenmai {
  border: 1px #f78807 dashed;
  padding: 10px;
  margin: 10px 0;
}

.khuyenmai h3 {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.khuyenmai p {
  padding: 0;
  margin: 0;
}

article.wqn_sanpham h3.entry-title {
  color: #555;
  border-bottom: 1px #dbdbdb solid;
  padding: 6px 0;
  margin: 0;
}

.wqn_sanpham-content header h3{
  font-size: 24px;
  color: #004e7f;
}
.wqn_sanpham-content a {
  color: #1d2327;
}

.wqn_sanpham-content a.btn {
  color: #fff;
}

.wqn_sanpham-content .chiase {
  padding-top: 10px;
}

.wqn_sanpham-content .widget {
  margin: 0;
}

.zoomhinhanh .zoomWrapper {
  margin: 0 auto;
}

.zoomhinhanh>div>img {
  max-width: calc(100% - 20px);
}

.swiper-wrapper {
  /* padding-top: 15px; */
}

.swiper-wrapper a.active {
  border: 1px #4cae4c solid;
}

.sanpham .nav-tabs>li>a.active,
.sanpham .nav-tabs>li>a.active:focus,
.sanpham .nav-tabs>li>a.active:hover {
  color: #fff;
  cursor: default;
  background-color: #2d96cd;
  border: 1px solid #2d96cd;
  border-bottom-color: transparent;
}

.sanpham .nav-tabs>li>a {
  margin-right: 8px;
  line-height: 1.42857143;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #2d96cd;
  background: #ffffff;
  padding: 7px 30px;
  font-size: 17px;
  text-transform: uppercase;
}

.sanpham .nav-tabs>li.active>a:after {
  content: "";
  position: absolute;
  top: 25px;
  left: 40%;
  border: 7px solid transparent;
  border-top-color: #fff;
  transform: rotate(180deg);
}

@media (max-width: 500px) {
  .sanpham .nav-tabs>li>a {
    margin-right: 2px;
    padding: 5px 9px;
  }
.entry-content.sanpham{
	border-top: 1px #f78807 dashed; 
    padding-top: 15px;
    margin-top: 15px;
  }
  .sanpham .nav-tabs>li.active>a:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 40%;
    border: 6px solid transparent;
    border-top-color: #fff;
    transform: rotate(180deg);
  }
}

.sanpham .nav-tabs>li>a i {
  padding-right: 15px;
}
.sanpham .tab-content .tab-pane{
  padding: 10px;
}
.tab-content>.tab-pane .row{
  padding-top: 10px;
}
.tab-content>.tab-pane {
  border: 1px #dbdbdb solid;
  border-top: 0;
  padding: 10px;
  padding-top: 0;
}

.section-title {
  position: relative;
  -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.section-title span {
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding: .3em .8em;
  text-transform: uppercase;
}

.section-title {
  text-align: center;

}

.section-title b {
  display: block;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  opacity: .1;
  background-color: currentColor;
}

/*End danh sách sản phẩm trang chủ*/

/*hoàn vị cột bên trang xuống dưới cho mobile */
/*@media (max-width: 767px) {
  .dt-default-single-page>.container>.row {
    display: flex;
    flex-direction: column-reverse;
  }
}*/

/*END css cho phần sản phẩm*/

/* san pham moi trang chủ ford da lat*/
aside.wqn_sanphammoi_trangchu .container{
  padding-right: 0;
  padding-left: 0;
}
aside.wqn_sanphammoi_trangchu {
  /*background: #e5e5e5;*/
  padding-bottom: 20px;
  margin: 0;
}
aside.wqn_sanphammoi_trangchu #list_cat_parent{
  border-bottom: 0;
  text-align: center;
  border-bottom: 2px solid #FFDD00;
  margin-bottom: 10px;
}
aside.wqn_sanphammoi_trangchu #list_cat_parent a{
  text-transform: uppercase;
  font-family: "SFUFuturaBold", 'Roboto';
  font-size: 26px;
  padding-top: 15px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fa7001;
}
/* aside.wqn_sanphammoi_trangchu #list_cat_parent a:after {
    border: 23px solid #ffdd00;
    position: absolute;
    border-right-color: transparent;
    border-bottom-color: transparent;
    content: "";
    top: 0;
    width: 0;
    height: 0;
    right: -46px;
} */

aside.wqn_sanphammoi_trangchu:nth-child(even) {
  /*background: #fff !important;*/
  padding-bottom: 30px;
}

div.wqn-slide-top-home.home-2, div.wqn-slide-top-home.home-4 {
  background-color: #f3f3f3;
}
div.wqn-slide-top-home .slideanh_widget_class{
  margin-bottom: 0;
}
aside.wqn_sanphammoi_trangchu .swiper-slide {
  height: auto;
  position: relative;
  overflow: hidden;
}
aside.wqn_sanphammoi_trangchu .swiper-slide .swiper-slide-inner,
.timkiem-ketqua .swiper-slide {
    /* border: 1px solid #d6d3d3; */
    /*height: calc(100% - 2px);*/
    border: 1px solid #f2f2f2;
    box-shadow: 0px 4px 6px rgb(44 44 44 / 4%);
    border-radius: 4px;
    background: #fff;
}
aside.wqn_sanphammoi_trangchu .swiper-slide .swiper-slide-inner .vitri{
  color: #2a2a2a;
}

aside.wqn_sanphammoi_trangchu .swiper-slide .swiper-slide-inner figure{
  margin: 0;
}

aside.wqn_sanphammoi_trangchu p.tenxe {
  padding: 10px 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

aside.wqn_sanphammoi_trangchu p.tenxe a {
  color: #004e7f;
  /* font-size: 14px; */
  /* text-transform: uppercase; */
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  aside.wqn_sanphammoi_trangchu p.tenxe a {
    font-size: 15px;
  }

  aside.wqn_sanphammoi_trangchu p.gia {
    font-size: 16px;
  }
}
p.tenxe a{
  color: #004e7f;
  /* font-size: 14px; */
  /* text-transform: uppercase; */
  font-weight: bold;
}
.wqn_sanphammoi_trangchu .swiper-slide .swiper-slide-inner{
  background: #fff;
  /* padding: 10px 10px 0 10px; */
  border: 1px solid #dfdfdf;
  margin-bottom: 10px;
}
.wqn_sanphammoi_trangchu .swiper-slide div.hover-sanpham {
  position: absolute;
  width: 100%;
  height: 0;
  background: #000;
  z-index: 11;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: .2;
  transition: all .5s ease;
}

.wqn_sanphammoi_trangchu .swiper-slide:hover div.hover-sanpham {
  height: 100%;
  bottom: 0;
}


.wqn_sanphammoi_trangchu .swiper-slide div.hover-sanpham-icon {
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 1000;
  font-size: 100px;
  /* opacity: .8; */
  transition: all .5s ease;
  z-index: 12;
}

.wqn_sanphammoi_trangchu .swiper-slide:hover div.hover-sanpham-icon {
  top: 50%;
  transform: translate(-50%, -50%);
}

aside.widget.wqn_sanphammoi_trangchu p.gia {
  font-size: 18px;
  margin-bottom: 10px;
}

/* styyle cho màn hinh >= 992*/
@media (min-width: 991px) {
  aside.wqn_sanphammoi_trangchu .spmoi-home {
    overflow: hidden;
    margin-bottom: 20px;
  }
}
@media (min-width:768px) {
  .sanpham #kythuat table {
    /*max-width: 700px;*/
    margin: 0 auto;
  }
}

.sanpham #kythuat table {
  margin-bottom: 10px;
}

.sanpham #kythuat table tr td,
.sanpham #kythuat table tr th {
  padding-left: 10px;
}

/* end san pham moi trang chủ ford da lat*/

.btn-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 10px;
  z-index: 200;
}

.btn-bottom a {
  display: inline-block;
  width: 128px;
  height: 32px;
  border-radius: 20px;
  background: #0083d5;
  text-align: center;
  color: #fff;
  line-height: 32px;
}

.nsanxuat {
  padding: 0 7px;
  border-radius: 0 5px 0 5px;
  font-size: 10px;
}

.nsanxuat.y2017 {
  background: #2c96cd;
  color: #fff;
}

.nsanxuat.y2018 {
  background: #f27024;
  color: #fff;
}

.nsanxuat.y2019 {
  background: #E91E63;
  color: #fff;
}


.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: -15px;
  z-index: 999999;
}

.hotline-phone-ring {
  position: relative;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
}

.hotline-phone-ring-circle {
  width: 110px;
  height: 110px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ff000094;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
  width: 80px;
  height: 80px;
  top: 16px;
  left: 16px;
  position: absolute;
  background-color: #ff00009e;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
  background-color: #f00;
  width: 50px;
  height: 50px;
  top: 31px;
  left: 31px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
  width: 33px;
  height: 33px;
}

.hotline-bar {
  position: absolute;
  background: #ffffff;
  height: 45px;
  width: 185px;
  line-height: 40px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  border-radius: 50px;
  left: 42px;
  bottom: 31px;
}

.hotline-bar>a {
  color: #f40203;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-indent: 32px;
  letter-spacing: 1px;
  display: block;
  line-height: 45px;
  font-family: Arial;
  padding-left: 10px;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
  color: #f00;
}

@keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }

  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}

@keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }

  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}

@keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }

  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }

  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }

  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
/*chỉnh sut next pre slide trang chu*/
.widget.slideanh_widget_class .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f00'%2F%3E%3C%2Fsvg%3E");
}

.widget.slideanh_widget_class .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f00'%2F%3E%3C%2Fsvg%3E");
}
/*chỉnh sut next pre slide trang chu*/
.zoomhinhanh .swiper-button-prev{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dbdbdb'%2F%3E%3C%2Fsvg%3E");
  background-color: #00000087;
  background-size: 75% 75%;
}
.zoomhinhanh .swiper-button-next{
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dbdbdb'%2F%3E%3C%2Fsvg%3E");
  background-color: #00000087;
  background-size: 75% 75%;
}

.goingay {
  font-size: 13px;
}


/*chi tiết sản phẩm*/
.zoomhinhanh .swiper-container-horizontal .swiper-slide-inner {
  border: 1px #b7b7b7 solid;
  background: #f7f8f9;
}
.type-wqn_sanpham .zoomhinhanh .swiper-container-horizontal > .swiper-pagination {
    background: #ffffffbf;
    width: 50px;
    right: 9px;
    left: unset;
}
.sp-hotline{
  display: flex;
  align-items: center;
  margin:10px 0 ;
}
.sp-hotline img{
  margin: 0 10px;
}
.sp-hotline span{
  font-size: 24px;
}
/*End chi tiết sản phẩm*/

/* Sản phẩm mới hoặc xem nhiều sidebar đang dùng ở Home*/
.tinmoidocnhieu div.tab-content {
  background: #414143;
}
.tinmoidocnhieu div.tab-content .light-inner  {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #dfdfdf;
}

.tinmoidocnhieu ul.ha-tab{
	background: #fd0;
}

.sp-moi-xemnhieu table td{
  padding: 5px;
  text-align: justify;
}
.wqn_sanphammoi_sidebar_class h2.widget-title span{
  background: #fa7000;
  display: inline-block;
  padding: 5px 20px 8px;
  font-size: 20px;
  color: #fff;
}
.wqn_sanphammoi_sidebar_class h2.widget-title{
  border-bottom: 2px #fa7000 solid;
  line-height: unset;
}
.wqn_sanphammoi_sidebar_class ul{
  padding-left: 0;
}

.wqn_sanphammoi_sidebar_class ul li{
  list-style-type: none;
  padding-top: 10px;
}
@media (min-width: 576px) {
  .wqn_sanphammoi_sidebar_class ul li{
    width: 50%;
    float: left;
  }
}
.wqn_sanphammoi_sidebar_class ul li a.thumbnail{
  width: 90px;
  display: block;
  float: left;
  margin-bottom: 10px;
}
.wqn_sanphammoi_sidebar_class ul li div.info{
  float: right;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 90px);
}
.wqn_sanphammoi_sidebar_class ul li div.info a{
  line-height: normal;
}
.wqn_sanphammoi_sidebar_class ul li div.info .price{

}
.wqn_sanphammoi_sidebar_class ul li .li-inner{
  padding: 5px;
}
/* END Sản phẩm mới hoặc xem nhiều sidebar đang dùng ở Home*/


/*// responsive-tabs sản phẩm mới dạng tab*/
.wqn_sanphammoi_tab .swiper-slide-inner {
    border: 1px #e1e1e1 solid;
    padding: 10px;
}
.wqn_sanphammoi_tab .tab-content>.tab-pane {
    border: 0;
    padding: 40px 0;
}
.wqn_sanphammoi_tab .tab-content>.tab-pane p.xemtatca{
  padding-top: 40px;
}
@media (min-width: 768px) {
   .responsive-tabs.nav-tabs {
     border-bottom: 1px solid #ddd;
  }
}
.responsive-tabs.nav-tabs span.glyphicon {
   position: absolute;
   top: 14px;
   right: 22px;
}
.responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top {
   display: none;
}

@media (min-width: 768px) {
   .responsive-tabs.nav-tabs span.glyphicon {
     display: none;
  }
}
 .responsive-tabs.nav-tabs > li {
   display: none;
   float: none;
   text-align: center;
}
 .responsive-tabs.nav-tabs > li:last-of-type > a {
   margin-right: 0;
}
 .responsive-tabs.nav-tabs > li > a {
   margin-right: 0;
   border: 1px solid #DDDDDD;
}
 @media (min-width: 768px) {
   .responsive-tabs.nav-tabs > li > a {
     margin-right: 4px;
  }
}
 .responsive-tabs.nav-tabs > li.active {
   display: block;
}
 .responsive-tabs.nav-tabs > li.active a {
   border: 1px solid #DDDDDD;
   border-radius: 2px;
}
 @media (min-width: 768px) {
   .responsive-tabs.nav-tabs > li.active a {
     border-bottom-color: transparent;
  }
}
 @media (min-width: 768px) {
   .responsive-tabs.nav-tabs > li {
     display: block;
     float: left;
  }
}
 .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
   display: block;
}
 @media (min-width: 768px) {
   .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
     display: none;
  }
}
 .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom {
   display: none;
}
 .responsive-tabs.nav-tabs.open > li {
   display: block;
}
 .responsive-tabs.nav-tabs.open > li a {
   border-radius: 0;
}
 .responsive-tabs.nav-tabs.open > li:first-of-type a {
   border-radius: 2px 2px 0 0;
}
 .responsive-tabs.nav-tabs.open > li:last-of-type a {
   border-radius: 0 0 2px 2px;
}

/*Sản phẩm mới bên phải sidebar*/
.spmoi_xemnhieu_class .tab-content{
  background: #fff ;
}
/*END Sản phẩm mới bên phải sidebar*/
.home-3{
  padding: 0 0 30px 0;
}

/* Danh mục sản phẩm */

/*css cho menu danh muc san pham*/
#danhmuc-menu .current-menu-item > a, #danhmuc-menu .current-menu-parent > a{
  color: #bd0c13;
}

#danhmuc-menu .current-menu-item ul li > a{
  color: #bd0c13;
}
#danhmuc-menu .current-menu-item ul li > a{
  color: #2f363e;
}
#danhmuc-menu{
  background:#fff;
  padding:0;
  margin:0;
}
#danhmuc-menu, #danhmuc-menu ul {padding:0;}


#danhmuc-menu li{
  border-bottom: 1px solid #dbdbdb;
  position:relative;
  list-style-type:none;
  line-height:40px;
  text-indent:25px;
  background:url('images/bulet.png') no-repeat 10px center;
}

#danhmuc-menu li ul li{
  white-space: nowrap;
  padding-right:10px;
}
#danhmuc-menu li ul{
  display:none;
}
#danhmuc-menu li:hover ul{
  display:block;
  position:absolute;
  top:0;
  left:90%;
  background:#fff;
  z-index:9;
  box-shadow: -2px 1px 7px 1px rgba(0, 0, 0, 0.2);
  border-radius:5px;
}
.danhmucsp{
  text-transform: uppercase;
  color: #000000;
  font-size: 15px;
  /* font-family: UTM_Swiss_Condensed_Regular, tahoma; */
  padding: 11px 21px;
  margin: 0;
  background: #fedd03 url(images/line-x2.jpg) repeat-x bottom;
}
.menu-danh-muc-container{
  padding-bottom: 10px;
}
/*End css cho menu danh muc san pham*/
/*css cho menu con danh muc san pham*/
#sp-menu>li>a{
	/* text-transform: uppercase; */
	border-bottom: 1px #dbdbdb solid;
}
#sp-menu>li{

}
#sp-menu li{
  border-bottom: 0;
  list-style-type: none;
  line-height: 30px;
  text-indent: 25px;
  background: url(images/ellipse.png) no-repeat 10px 10px;
}
#sp-menu{
  padding-left: 0px;
  margin: 0;
}
#sp-menu li ul{
  padding-left: 20px;
  margin: 0;
}
.search-menu label, .search-menu  .widget_search{
  margin-bottom: 0;
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

.wqn-gioithieu-bds{
  background-image: url(images/popular-cities-bg.jpeg);
  background-size: 100% auto;
  padding: 20px 0;
}
.wqn-gioithieu-bds .widget_text ul li{
  text-align: justify;
}
.wqn-gioithieu-bds .widget_text .widget-title{
  text-align: center;
  background: url(images/line.png) no-repeat bottom center;
  padding-bottom: 10px;
  font-size: 28px;
}
.wqn-gioithieu-bds .widget_text ul li {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .wqn-gioithieu-bds{
    padding: 40px 0;
  }
}
.wqn-noibat-bds {
  background: repeating-radial-gradient(circle at 50% 50%,#fb8855 0,#e75965 60%,#e75965 100%);
}

.wqn_sanphammoi_trangchu-3
{
  box-shadow: 0 30px 60px 0 #2e36521a;
  background: #fff;
  border-radius: 16px;
  padding: 15px;
  padding-bottom: 5px;
}
#wqn_sanphammoi_trangchu-3 .tem_title_home a{
  color: #fff;
}
.wqn_dsimages_trangchu .widget-title span {
  font-size: 24px;
}
.wqn_dsimages_trangchu .widget-title {
  padding-top: 5px;
}
.wqn_dsimages_trangchu .dsimages img{
  padding-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px){
  .timkiem-trangchu {
    position: relative;
    min-height: 0;
  }
  .timkiem-trangchu > div {
    position: absolute;
    top: -53px;
    z-index: 9;
  }
}
.timkiem-trangchu > div {
  background: #00000057;
  /* padding: 8px 0; */
  /* border-top: 1px #2d96cd solid; */
  /* width: calc(100% + 20px); */
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  width: 100%;
}
.timkiem-trangchu  .form-group{
  margin-bottom: 10px;
}
.bds-title a{
  color: #004e7f;
  font-weight: bold;
}
.wpcf7 form  span input, .wpcf7 form label{
  width: 100%;
}

/* wqn_dichvucungcap */
.wqn_dichvucungcap{
  padding-bottom: 20px;
}
.wqn_dichvucungcap .box_title {
  text-indent: -9999px;
  line-height: 90px;
  background: url('images/r3w.png') no-repeat center;
}
.wqn_dichvucungcap h3.title{
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}
.wqn_dichvucungcap p img{
  width: 100px;
  padding-bottom: 15px;
}

/*END wqn_dichvucungcap*/

/*thuvienanh_widget_class*/
.thuvienanh_widget_class h2{
  text-align: center;
  font-size: 26px;
  padding-top: 15px;
  font-family: "SFUFuturaBold", 'Roboto';
}
/*END thuvienanh_widget_class*/

/* .light-inner */
.light-inner, .image-zoom {
  position: relative;
  overflow: hidden;
}

.image-zoom img{
  transition: all .75s ease;
}

.image-zoom:hover img{
  transform: scale(1.2);
  transition: all .75s ease;
}

.light-inner:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.light-inner::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%
  }
}

@keyframes shine {
  100% {
    left: 125%
  }
}
/* E light-inner */

.entry-meta{
  line-height: 40px;
}

/* widget wqn_tinmoi_sidebar_class */
.wqn_tinmoi_sidebar_class{
  background-color: #fff;
}
.wqn_tinmoi_sidebar_class .content {
  padding: 0 10px 10px;
}
.li-inner{
  border-bottom: 1px #dbdbdb solid;
  padding: 10px 0;
}
/* END widget wqn_tinmoi_sidebar_class */