/*
Theme Name: Thiết kế web 
Theme URI: http://underscores.me/
Author: Thanh Doan
Author URI: https://www.facebook.com/thanh250896
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: tkw
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Thiết kế web Hoàng Long media is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.wpcf7 br {
    display: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #111;
}
figure {
    max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
    color: #0080c9;
}
button,input {
	outline: none !important;
	box-shadow: none !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary,.btn-primary:focus {
	background-color: unset;
	border-color: unset;
	border: 0 !important;
}
a:focus {
  outline: 0 !important;
}
@media screen and (max-width: 782px){
	html {
	    margin-top: 0 !important;
	}
}
h2.screen-reader-text {
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.showbar .icon-bar {
    display: block;
    width: 33px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #0080c9;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 7px;
}
.overbg-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    opacity: .5;
    z-index: 9999;
    display: none;
}
.close-menu {
    background: #fff;
    color: #0003AB;
    text-align: center;
    padding: 10px;
    font-size: 18px;
}
#mobile-menu .sub-menu img {
    display: none;
}
.stick-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: effect;
    animation-duration: .3s;
    background: #fff;
    box-shadow: 2px 2px 2px #1113;
}
@keyframes effect {
  from {top: -50px}
  to {top: 0}
}
.alert-warning {
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #111;
}
.tab-content > .tab-pane:not(.active), 
.pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid #cccccc;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding: 5px 15px;
    border-bottom: 2px solid transparent;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (min-width: 1200px){
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
}
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #333333;
    border-bottom: 2px solid #ff9900;
}
.form-control:focus {
    box-shadow: unset !important;
    border-color: #ced4da;
}
.wpcf7-select, .wpcf7-text, .wpcf7-textarea,.wpcf7-number {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-textarea {
    height: auto;
}
.wpcf7-submit {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}
div.quantity {
    display: flex;
}
.qty_button {
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #111;
  outline: 0;
}
.qty.text {
  padding: 5px 10px;
  border: 1px solid #111;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.quantity__remove {
  border-right: 0;
  margin-right: -5px !important;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.quantity__add {
  border-left: 0;
  margin-left: -5px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.single_add_to_cart_button {
    border-radius: 5px !important;
    display: inline-block !important;
    background-color: #ff9900!important;
    box-shadow: none !important;
    margin: 0px !important;
    margin-left: 10px !important;
    float: none !important;
    border: none !important;
    color: #ffffff!important;
    font-size: 14px !important;
    height: 35px;
    font-weight: 500 !important;
}
.woocommerce-pagination ul {
    list-style: none;
    border-radius: 0.25rem;
    border: 0 !important;
}
.woocommerce-pagination ul li {
    border-right: 0 !important;
}
.woocommerce-pagination ul li a {
    color: #111 !important;
}
.woocommerce-pagination ul li .current, .woocommerce-pagination ul li .page-numbers {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    margin: 0 3px !important;
    transition: unset !important;
}
.woocommerce-pagination ul li .page-numbers {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 5px !important;
}
.woocommerce-pagination ul li .page-numbers.current {
    background: #109cd9 !important;
    border-color: #109cd9 !important;
    color: #fff !important;
}
div#logo {
    flex: 1;
	margin-right: 15px;
}

div#logo img {
    width: 130px;
}
.camnhan-slide {
    max-width: 800px;
    margin: 0 auto;
}
.header-top {
    background: #0080c9;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    height: 40px;
}

.header-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.header-top li:nth-child(2) {
    margin-left: 20px;
}

.header-top i {
    margin-right: 7px;
}

.header-top li:nth-child(2) {
    font-size: 18px;
    font-weight: 700;
}

.header-top li:nth-child(2) i {
    font-size: 14px;
}

.header-main {
    padding: 10px 0;
}

.header-main ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

#primary-menu .menu > li.current-menu-item > a:before {
    content: "";
    width: 30px;
    height: 3px;
    background: #0080c9;
    position: absolute;
    bottom: -3px;
    left: 0;
}

#primary-menu .menu > li:hover > a, #primary-menu .menu > li.current-menu-item > a {
    color: #0080c9;
}

#primary-menu .menu > li+li {
    margin-left: 25px;
}

#primary-menu .sub-menu li:hover> a {
    background: #00aff0;
    color: #fff;
}

section.home-content {
    padding: 50px 0 0;
}

section.home-content .f-detail {
    height: 320px;
    overflow-y: auto;
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
}

section.home-dichvu {
    position: relative;
    padding: 80px 0;
    background: #eee;
    background-image: url(images/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.heading {
    position: relative;
    padding-bottom: 30px;
}

.heading:before {
    content: "";
    border: 3px solid #0080c9;
    width: 224px;
    height: 44px;
    position: absolute;
    top: 10px;
    left: 23px;
}

.heading h2 {
    font-size: 24px;
    color: #0080c9;
    background: #fff;
    line-height: 50px;
    padding: 0 50px;
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px rgba(0,0,0,0.1);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    margin: 0;
}

.dichvu-item {
    background: #fff;
    border-radius: 70px 0;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px rgba(0,0,0,0.1);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    padding: 15px 15px 20px;
}

.dichvu-item h3 {
    font-size: 16px;
    color: #393939;
    padding: 15px 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dichvu-item p {
    font-size: 12px;
    font-style: italic;
    color: #393939;
    height: 67px;
    overflow: hidden;
    margin: 0;
}

.dichvu-item a.readmore {
    margin-top: 10px;
    display: inline-block;
    line-height: 30px;
    padding: 0 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background: #0080c9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px 0;
}

.dichvu-item a.readmore:hover {
    background: #12c6e2;
}
section.home-blog {
    padding: 30px 0;
}

.blog-wrap h2 {
    background: #0080c9;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}

.blog-wrap h2:before {
    border-top: 8px solid #0080c9;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    content: "";
    cursor: pointer;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 20px;
    z-index: 1;
}

.blog-list {
    background: #fff;
    overflow-y: auto;
    padding: 0 20px;
    max-height: 334px;
}

.blog-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-list li+li {
    border-top: 1px solid #ececec;
}

.blog-list li {
    padding: 13px 0 13px 15px;
    background: url(images/icon_2.png) no-repeat left 19px;
}

section.home-camnhan {
    position: relative;
    background-image: url(images/bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 0;
}

section.home-camnhan:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.camnhan-item img {
    display: block;
    width: 135px;
    height: 135px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 8px;
    border: 1px solid #fff;
    margin: 0 auto 10px;
}

.camnhan-item h3 {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

.camnhan-item p {
    margin: 0;
}

.text_cn {
    position: relative;
    font-style: italic;
    line-height: 31px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_cn:before {
    margin-right: 5px;
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text_cn:after {
    margin-left: 5px;
    content: "\f10e";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section.home-content-2 {
    margin-top: 50px;
}

footer#footer {
    background: #0080c9;
    color: #fff;
    padding: 25px 0;
    position: relative;
}

.footer-block-text h3 {
    text-transform: uppercase;
    font-size: 24px;
}

.footer-block-text p:last-child {
    margin: 0;
}

.footer-block-form {
    background: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.footer-block-form h3 {
    text-transform: uppercase;
    font-size: 20px;
    color: #0080c9;
    line-height: 31px;
}

.footer-block-form .wpcf7-text,.footer-block-form .wpcf7-textarea,.footer-block-form .wpcf7-select {
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 7px;
}

.footer-block-form .wpcf7-textarea {
    height: 70px;
}

.footer-block-form .wpcf7-spinner {
    display: block;
}

.footer-block-form .wpcf7-submit {
    font-size: 14px;
    background: #00aff0;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    padding: 6px 40px;
}
.brc {
    background-image: url('images/bg.png');
    padding: 80px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
}
.brc:before {
    content: "";
    background: rgba(0, 159, 184, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.brc .container {
    position: relative;
    z-index: 99;
}
body:not(.home) #footer {
    margin-top: 30px;
}
.widget:not(:last-child) {
    margin-bottom: 30px;
}

h3.widget-title {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    background: #0080c9;
    margin: 0;
}

.widget-wrap {
    border: 1px solid #ececec;
    border-top: 0;
    padding: 0 14px;
}

.widget.widget-menu ul.menu>li {
    padding: 15px 0 15px 17px;
    position: relative;
}

.widget.widget-menu ul.menu .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    z-index: 99;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    min-width: 180px;
    padding: 0 15px;
}

.widget.widget-menu ul.menu>li:before {
    content: "\f101";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 17px;
    left: 0;
}

.widget.widget-menu ul.menu>li.menu-item-has-children {
    padding-right: 17px;
}

.widget.widget-menu ul.menu>li.menu-item-has-children:after {
        content: "\f105";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 17px;
    right: 0;
}

.widget.widget-menu ul.menu>li:hover>.sub-menu {
    display: block;
}

.widget.widget-menu ul.menu .sub-menu a {
    display: block;
    padding: 10px 0;
    color: #424242;
}

.widget.widget-menu ul.menu .sub-menu a:hover {
    color: #00b2f5;
}

.widget.widget-hotro {
    text-align: center;
}

.widget.widget-hotro img {
    margin-top: 15px;
}

.widget.widget-hotro ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget.widget-hotro li {
    padding: 10px 0;
    overflow: hidden;
}

.widget-post-item:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.widget-post-item {
    padding: 10px 0;
}

.widget-post-item h3 {
    margin: 0;
}

.widget-post-item h3 a {
    font-size: 12px;
    font-weight: 400;
    color: #393939;
    line-height: 18px;
}

.widget-post-item h3 a:hover,.blog-item h3 a:hover {
    color: #00b2f5;
}

#main-wrap {
    border: 1px solid #ececec;
    padding: 0 14px 15px;
}

.blog-item h3 a {
    font-size: 16px;
    line-height: 24px;
    color: #393939;
}

.blog-item h3 {
    margin: 0;
}

.blog-date {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: normal;
    margin-bottom: 10px;
}

.blog-item p {
    color: #393939;
    display: block;
    font-style: italic;
    margin: 0;
}
.page-lh ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-lh ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.page-lh ul li br {
    display: none;
}

.page-lh ul i {
    font-size: 14px;
    margin-right: 10px;
    float: left;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f9f9f9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: -4px;
}

.page-lh .wpcf7-text,.page-lh .wpcf7-textarea,.page-lh .wpcf7-select {
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 7px;
}
.page-lh form h3 {
    color: #ff0000;
    text-transform: uppercase;
}
.page-lh .wpcf7-textarea {
    height: 70px;
}

.page-lh .wpcf7-spinner {
    display: block;
}

.page-lh .wpcf7-submit {
    font-size: 14px;
    background: #00aff0;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    padding: 6px 40px;
}

#mobile-menu .sub-menu .sub-menu a {
    padding-left: 40px;
}
@media(max-width: 991px) {
    .header-top ul {
    flex-direction: column;
    align-items: flex-start;
}

.header-top {
    height: auto;
    line-height: normal;
    padding: 5px 0;
}

.header-top li:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
}

section.home-content {
    padding: 30px 0;
}

section.home-content .f-detail {
    height: 100%;
}

section.home-dichvu {
    padding: 30px 0;
}

.blog-list {
    height: 100%;
}
}