/*
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: 15px;
    line-height: 1.4;
    color: #111;
}
figure {
    max-width: 100%;
}
a {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}
a:hover {
    text-decoration: none;
}
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: 27px;
    height: 2px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #111;
}
.showbar .icon-bar+.icon-bar {
    margin-top: 4px;
}
.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: #111;
    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;
}
@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#logo img {
    width: 72px;
}

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

.header-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-top marquee {
    flex: 1;
    margin: 0 20px;
    font-size: 18px;
    font-weight: 700;
}
.header-search input {
    border: 1px solid #1b2d84;
    border-radius: 0;
    width: 320px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding-right: 45px;
}

.header-search button {
    background: transparent !important;
    border: 0;
    padding: 0;
    color: #1b2d84 !important;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
}

.header-center {
    background: rgb(26, 46, 139);
    padding: 5px 0;
}

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

.header-hotline ul li:not(:last-child) {
    margin-right: 20px;
}

.header-hotline ul li {
    color: #fff;
    font-weight: 500;
}

.header-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.header-social {
    flex: 1;
    margin-left: 20px;
}

.header-social a {
    color: #fff;
}

.header-social li:not(:last-child) {
    margin-right: 10px;
}

.header-bottom {
    background: #0f1f6e;
}

#primary-menu .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.header-bottom ul.menu>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
}

#primary-menu ul.sub-menu li a:hover {
    background: #0f1f6e;
    color: #fff;
}

nav#primary-menu ul.menu li.current-menu-item>a, nav#primary-menu ul.menu >li>a:hover {
    color: #eeee22;
}
.home-content {
    background-image: url(images/bg.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    position: relative;
    padding: 20px 0 150px;
    margin-top: -8px;
}
.home-content:before {
    content: "";
    display: block;
    opacity: 0.75;
    background: #0a0a0a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-content .container {
    position: relative;
}
.hc-item {
    position: relative;
    margin-top: 80px;
}

.hc-item:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 35px;
    left: 35px;
    bottom: 0px;
    background: rgb(255, 255, 255);
    transform: rotate(45deg);
    z-index: 0;
    padding-bottom: 201px !important;
}


.hc-icon {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.hc-icon img {
    width: 90px;
}

.hc-text {
    padding-top: 85px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    color: #111;
}

.hc-text p {
    margin: 0;
    font-size: 13px;
}

.hc-text h3 {
    text-transform: uppercase;
    font-size: 15px;
}
.heading h3 {
    position: relative;
    background: url(images/td.png) no-repeat left center, url(images/td3.png) no-repeat right center;
    padding: 0 60px;
    display: inline-block;
    color: #1b2d84;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
section.home-blogs {
    padding: 50px 0;
}

.heading {
    text-align: center;
    margin-bottom: 40px;
}


.heading p {
    margin: 0;
}

.blogs-slide .slick-list {
    margin: 0 -15px;
}

.blogs-slide .slick-slide {
    padding: 0 15px;
}

.blog-item img {
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.blog-item h3 {
    margin: 0;
}

.blog-item h3 a {
    color: #1b2d8a;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    text-transform: uppercase;
    margin: 15px 0 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item a {
    color: #1b2d8a;
    font-size: 15px;
}

.blogs-slide .slick-nav {
    position: absolute;
    top: 50%;
    left: -55px;
    z-index: 999;
    border: 0;
    background: #e5e5e5;
    padding: 5px;
    width: 36px;
    height: 100px;
    font-size: 21px;
    transition: all .3s;
}

.blogs-slide .slick-next {
    left: unset;
    right: -55px;
}

.blogs-slide .slick-nav:hover {
    background: #cccccc;
}
.home-banner {
    padding: 20px 0;
}
.hb-small:nth-child(1) {
    margin-bottom: 15px;
}
.hb-small a,
.hb-big a{
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
}

.hb-small a:hover img,
.hb-big a:hover img {
    opacity: .6;
    transform: scale(1.1);
}

.hb-small img,
.hb-big img {
    transition: all .7s;
    cursor: pointer;
}

.hb-small a:before,
.hb-big a:before  {
    top: 15%;
    right: 7%;
    bottom: 15%;
    left: 7%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
    z-index: 1;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transition: opacity .35s, -moz-transform .35s;
    -ms-transition: opacity .35s, -ms-transform .35s;
    -o-transition: opacity .35s, -o-transform .35s;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    opacity: 0;
}

.hb-small a:after,
.hb-big a:after {
    top: 7%;
    right: 15%;
    bottom: 7%;
    left: 15%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: '';
    z-index: 1;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transition: opacity .35s, -moz-transform .35s;
    -ms-transition: opacity .35s, -ms-transform .35s;
    -o-transition: opacity .35s, -o-transform .35s;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    opacity: 0;
}

.hb-small a:hover:before,.hb-small a:hover:after,
.hb-big a:hover:before,.hb-big a:hover:after {
    transform: scale(1);
    opacity: 1;
}
.home-form {
    padding: 50px 0;
    background: #111;
}
.home-form .heading h3,.home-form .heading p {
    color: #fff;
}
.form-dkbg p {
    margin: 0;
}

.form-dkbg .wpcf7-text {
    border-radius: 35px;
    color: #111;
    font-size: 14px;
    border: 0;
    background: #fff;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
}

.form-dkbg .wpcf7-text::placeholder,.form-dkbg .wpcf7-textarea::placeholder {
    color: #111;
}

.form-dkbg .wpcf7-form-control-wrap:not(:last-child) {
    margin-bottom: 15px;
    display:block;
}


.form-dkbg .wpcf7-textarea {
    border-radius: 35px;
    color: #111;
    font-size: 14px;
    border: 0;
    height: 115px;
    padding: 15px;
}

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

.form-dkbg .wpcf7-submit {
    background: #055bb1;
    height: 47px;
    padding: 0 45px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    margin-top: 20px;
    border-radius: 0;
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
    text-align: center;
    padding: 5px 0;
    margin: 0;
}
footer#footer {
    padding: 30px 0 0;
    background: #0772ba;
    color: #fff;
}

body:not(.home) footer#footer {
    margin-top: 30px;
}

footer#footer .title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    border-bottom: 2px solid #fff;
    display: inline-block;
}

.footer-block-menu a {
    display: block;
    padding: 5px 0;
    font-weight: 500;
    color: #fff;
}

.footer-block-menu a:hover {
    color: #eeee22;
}
.footer-bottom {
    padding: 20px 0 0px;
    background: #065b95;
    margin-top: 15px;
}

.footer-hotline ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: baseline;
}

.footer-hotline ul li:nth-child(1) {
    margin-right: 20px;
}

.footer-hotline i {
    font-size: 24px;
    margin-right: 15px;
}

.footer-hotline ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.footer-form {
    flex: 1;
    margin-left: 30px;
}

.footer-form p {
    margin-bottom: 5px;
}

.footer-form form {
    position: relative;
}

.footer-form .wpcf7-text {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 30px;
    color: #111;
    font-size: 14px;
    border: 0;
    padding-right: 120px;
}

.footer-form .wpcf7-text::placeholder {
    color: #111;
}

.footer-form .wpcf7-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: #f00;
    border: 0;
    border-radius: 30px;
    height: 40px;
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.product-text {
    text-align: center;
    padding: 0 10px;
    padding-bottom: 15px;
}

.product-text h3 a {
    text-align: center;
}

.blog-item.product-item {
    border: 1px solid #ada6a6;
}
.brc {
    padding: 15px 0;
}
.page-lh .form-dkbg .wpcf7-text,.page-lh .form-dkbg .wpcf7-textarea {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 0;
}

.page-lh .form-dkbg .wpcf7-submit {
    margin-top: 0;
}
.product-summary h1 {
    color: #1b2d84;
    font-size: 25px;
}

.product-summary p {
    color: #ff1919;
    font-size: 20px;
}

.product-row {
    display: flex;
    align-items: center;
}

.product-row a:not(:last-child) {
    margin-right: 15px;
}

.product-row a {
    background: #1b2d84;
    color: #ffffff;
    font-size: 15px;
    display: block;
    border-radius: 10px;
    padding: 7px 10px;
    font-weight: 700;
}

.product-row a i,.product-row a img {
    margin-right: 5px;
}

.product-row a:nth-child(1):hover {
    background: #f00;
}

.product-row a:nth-child(2):hover {
    background: #00d4f9;
}
.search-button {
    font-size: 18px;
    display: none;
}
@media(max-width: 991px) {
    .search-button {
        display: block;
    }
    .header-bottom {
        display: none;
    }
    .header-search input {
        width: 100%;
        height: 35px;
    }

    .header-search {
        flex: unset;
        margin: 0;
    }

    div#logo {
        flex: 1;
        margin: 0 15px;
    }

    .header-social {
        display: none;
    }

    .header-hotline ul li {
        font-size: 14px;
    }

    .header-search form {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 999;
        padding: 5px 15px 15px;
        background: #fff;
        width: 100%;
        display: none;
    }

    div#logo img {
        display: block;
        margin: 0 auto;
    }

    .header-top {
        position: relative;
    }

    .search-form .search-submit {
        top: 5px;
        height: 35px;
        right: 15px;
    }
    #mobile-menu li:not(:last-child) a {
        border-bottom: 1px solid #ddd;
    }
    #home-slide .slick-nav i {
        font-size: 30px;
    }
    .hc-item:before {
    display: none;
}

.hc-text {
    background: #fff;
    margin-top: -40px;
    padding-top: 50px;
    padding-bottom: 15px;
}

.hc-icon {
    top: 0;
    position: relative;
    z-index: 999;
    width: max-content;
}

.hc-item {
    margin-top: 0;
}

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

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

.heading h3 {
    font-size: 20px;
}

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

.form-dkbg .wpcf7-textarea {
    border-radius: 0;
}

.form-dkbg .wpcf7-text {
    border-radius: 0;
}

.form-dkbg .wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: block;
}

input.wpcf7-form-control.wpcf7-submit {
    margin-top: 0;
}

.footer-form {
    flex: unset;
    width: 100%;
    margin: 0;
}

.footer-hotline ul li {
    font-size: 14px;
}

.footer-hotline i {
    font-size: 21px;
    margin-right: 5px;
}
}
@media(max-width: 767px) {
    #home-slide img {
        height: 35vh;
    }
}
@media(max-width: 576px) {
    #home-slide img {
        height: 50vh;
    }
}
.hb-big h3,
.hb-small h3{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 15px;
    margin: 0;
    color: #fff;
    width: 100%;
    background: #11111152;
}

.hb-big {
    height: 100%;
}

.hb-big img,.hb-small img {
    height: 100%;
    object-fit: cover;
}

section.home-product {
    padding-top: 40px;
}
footer#footer ul {
    padding: 0;
    margin: 0 !important;
    list-style: none;
}

footer#footer .widget-title {
    display: none;
}
a.readmore {
    display: inline-block;
    margin-top: 30px;
    background: #0f1f6e;
    padding: 8px 25px;
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #0f1f6e;
}

a.readmore:hover {
    color: #0f1f6e;
    background: #fff;
}