/*
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;
}
@font-face{font-family:'BJ';font-weight:400;font-display:block;src:url('libraries/fonts/BaiJamjuree-Regular.ttf');}
@font-face{font-family:'BJ';font-weight:500;font-display:block;src:url('libraries/fonts/BaiJamjuree-Medium.ttf');}
@font-face{font-family:'BJ';font-weight:600;font-display:block;src:url('libraries/fonts/BaiJamjuree-SemiBold.ttf');}
@font-face{font-family:'BJ';font-weight:700;font-display:block;src:url('libraries/fonts/BaiJamjuree-Bold.ttf');}
body {
    font-size: 15px;
    font-family: 'BJ';
    line-height: 1.5;
    font-weight: 500;
}
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: 33px;
    height: 3px;
    border-radius: 1px;
}
.showbar .icon-bar {
    background-color: #fff;
}
.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;
}
.header-main.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;
}
.header-top {
    position: relative;
    z-index: 53;
    background: #0b4979;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 17px 0;
}
.info-header {
    padding: 0 27px;
}
.info-header:nth-child(1) {
    background: url(images/hd1.png) no-repeat center left;
}
.info-header:nth-child(2) {
    background: url(images/hd2.png) no-repeat center left;
    padding-right: 0;
}

div#logo {
    position: relative;
    z-index: 52;
    margin-top: -50px;
}

.header-main {
    position: relative;
    z-index: 53;
}

nav#primary-menu {
    flex: 1;
    margin: 0 15px;
}

.header-main-wrap {
    min-height: 105px;
    padding: 7px 0;
}

#primary-menu .sub-menu li a:hover {
    color: #0b4979;
    padding-left: 24px;
}

.header-search input,.header-search input::placeholder {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    line-height: 44px;
    height: auto;
    border: 0;
    background: transparent;
    padding-right: 40px;
}

.header-search {
    position: relative;
    background: #eee;
}
section.home-content {
    position: relative;
    padding: 65px 0 85px 0;
    background: url(images/bg1.png) no-repeat left top;
}
.aboutHome-info {
    position: relative;
}

.title-aboutHome {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #0b4979;
    border-left: 1px solid #fbb925;
    border-bottom: 1px solid #fbb925;
    border-radius: 0 0 0 17px;
    padding: 10px 25px 8px 17px;
    margin-bottom: -10px;
}
.title-aboutHome:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: linear-gradient(90deg, #FBB925 0%, #FCEB70 50%, #FBCC1B 100%);
    left: -5px;
    top: 0;
    margin: auto;
}
.title-aboutHome p {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 3px;
}
.td-aboutHome {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}
.td-aboutHome span {
    display: inline-block;
    position: relative;
    color: #fbb925;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.5;
}
.td-aboutHome span:nth-child(1) {
    position: relative;
    background: linear-gradient(99deg, #FBB925 36.7%, #FCEB70 50%, #FBCC1B 63.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    z-index: 2;
}
.td-aboutHome span:nth-child(2) {
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.51);
    position: absolute;
    left: 0;
}
.desc-aboutHome {
    color: #222;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    max-height: 240px;
    overflow-y: auto;
    padding-right: 5px;
    margin-top: 7px;
}
.view-aboutHome {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
    border-radius: 100px;
    background: #0b4979;
    margin-top: 27px;
}
.view-aboutHome span {
    display: inline-block;
    background: var(--Linear, linear-gradient(90deg, #FBB925 0%, #FCEB70 50%, #FBCC1B 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 13px;
}
.view-aboutHome:hover {
    color: #fff;
    background: #000;
    transition: 0.5s;
}
.item_gt:before {
    position: absolute;
    content: '';
    width: 87px;
    height: 87px;
    border-left: 4px solid #0b4979;
    border-bottom: 4px solid #0b4979;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 5;
    pointer-events: none;
}
.item_gt {
    display: block;
    line-height: 0;
    position: relative;
    overflow: hidden;
    padding: 17px;
}
.item_gt p {
    width: 100%;
    aspect-ratio: 595 / 440;
}
.scale-img {
    overflow: hidden;
    display: inline-block;
}
.scale-img img {
    transform: scale(1, 1);
    transition: 0.3s all;
}
.scale-img:hover > img {
    transform: scale(1.1, 1.1);
}
.tieude1 {
    position: relative;
    text-align: center;
    color: #0b4979;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 17px;
    z-index: 5;
}
.tieude1 span {
    position: relative;
    display: inline-block;
    color: #fbb925;
    text-transform: uppercase;
    background: linear-gradient(99deg, #FBB925 36.7%, #FCEB70 50%, #FBCC1B 63.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 7.2px;
    margin-bottom: 5px;
}
.tieude1 h2 {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 0;
}

.product-item {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    padding: 11px;
    transition: all .3s;
}

.product-item:hover {
    border-color: #fbb925;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

.product-img a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 150px;
}

.product-img img {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}
.product-img:hover img {
    transform: scale(1.2);
}

.product-info {
    position: relative;
    display: block;
    padding: 16px 0 6px 0;
    line-height: 1.5;
}

.product-info h3 {
    margin: 0;
}

.product-info h3 a {
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    -webkit-line-clamp: 1;
    line-height: 26px;
    max-height: calc(26px * 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.product-price {
    position: relative;
    margin: 0;
    margin-top: 1px;
    font-size: 15px;
    font-weight: 700;
    color: #0b4979;
    text-transform: uppercase;
}
.product-info h3 a:hover {
    color: #fbb925;
}
.blog-slide .slick-list {
    margin: 0 -15px;
    padding: 10px;
}
.blog-slide .slick-slide {
    padding: 0 15px;
}
section.home-blog {
    padding: 50px 0;
}

.blog-slide .slick-nav {
    position: absolute;
    top: 50%;
    left: -40px;
    z-index: 999;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 52px;
    color: #fbb925;
}

.blog-slide .slick-next {
    left: unset;
    right: -40px;
}

.blog-item {
    background: #FFF;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.21);
    padding: 15px;
}

.blog-img >a {
    display: block;
    overflow: hidden;
}

.blog-img img {
    aspect-ratio: 520 / 310;
    width: 100%;
    transition: all .3s;
}

.blog-img:hover img {
    transform: scale(1.2);
}

.blog-info {
    line-height: 1.5;
    padding: 25px 0 8px 0;
}

.blog-info h3 {
    margin: 0;
}

.blog-info h3 a {
    position: relative;
    color: #0b4979;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    -webkit-line-clamp: 1;
    max-height: calc(27px * 1);
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.blog-info p {
    position: relative;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    -webkit-line-clamp: 2;
    max-height: calc(26px * 2);
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0;
}
.wrap-doitac-tc {
    position: relative;
    padding: 50px 0 25px 0;
    min-height: 440px;
}

.item_dt {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.item_dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-gallery-dots img {
    height: 120px;
    object-fit: cover;
    width: 100%;
}
.home-gallery-dots .slick-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
}
.home-gallery-dots .slick-next {
  right: 0;
  left: unset;
}
.home-gallery-dots .slick-nav i {
    color: #fbb925;
    font-size: 37px;
}
.home-gallery-dots .slick-list {
    margin: 0 -5px;
}
.home-gallery-dots .slick-slide {
    margin: 0 5px;
}
section.home-form {
    background: url(images/bg4.png) no-repeat center top / cover;
    padding: 70px 0;
}
.dangky-tc {
    padding: 34px 24px 0 0;
    background: url(https://prosimex.com.vn/assets/images/web/dk.png) no-repeat right top;
}

.tieudedk {
    position: relative;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-right: 20px;
    margin-bottom: 20px;
}
.tieudedk h2 {
    display: inline-block;
    color: #fbb925;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: -0.8px;
    background: linear-gradient(90deg, #FBB925 0%, #FCEB70 50%, #FBCC1B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: -5px;
}

.dangky-tc .wpcf7-text,.dangky-tc .wpcf7-textarea {
    font-size: 15px;
    border-radius: 0;
    height: 49px;
    padding: 0 12px;
    color: #222;
    margin-bottom: 16px;
}

.dangky-tc .wpcf7-textarea {
    height: 120px;
    padding: 12px;
}

.dangky-tc .wpcf7-spinner {
    display: block;
}

.dangky-tc .wpcf7-submit {
    background: linear-gradient(90deg, #FBB925 0%, #FCEB70 50%, #FBCC1B 100%);
    border: 0;
    padding: 0 20px;
    line-height: 46px;
    width: 270px;
    color: #111;
    font-weight: 700;
    text-transform: uppercase;
}

footer#footer {
    padding: 50px 0;
}

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

ul.footer-social {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    list-style: none;
}

ul.footer-social li:nth-child(2) {
    margin: 0 10px;
}

footer#footer .title {
    color: #0b4979;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-text {
    font-size: 16px;
}

.footer-block-menu a {
    color: #222;
    display: block;
    position: relative;
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 12px;
}

.footer-block-menu li:not(:last-child) {
    margin-bottom: 15px;
}

.footer-block-menu a:before {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    background: #222;
    border-radius: 50%;
    left: 0;
    top: 11px;
}

.footer-block-menu a:hover {
    color: #ea2413;
}
.brc {
    padding: 10px 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px;
}
.sanpham-gallery {
    position: relative;
}
.list-sanpham-thumb img {
    height: 70px;
    object-fit: cover;
    width: 100%;
}
.list-sanpham-thumb .slick-nav {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  border: 0;
  background: transparent;
  transition: all .3s;
}
.list-sanpham-thumb .slick-next {
  right: 0;
  left: unset;
}
.list-sanpham-thumb .slick-nav i {
    color: #2fa881;
    font-size: 37px;
}
.list-sanpham-thumb .slick-list {
    margin: 0 -5px;
}
.list-sanpham-thumb .slick-slide {
    margin: 0 5px;
}


.sanpham-gallery .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sanpham-gallery .slick-track img {
    display: block;
    margin: 0 auto;
}
.single-product-price span {
    font-weight: 700;
    font-size: 22px;
    color: rgb(244, 67, 54);
}

.short-description {
    margin-bottom: 15px;
}

.single-button {
    margin: 15px 0;
}

.single-summary h1 {
    font-size: 24px;
    color: #0b4979;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    display: block;
}

.single-button a {
    display: inline-block;
    background: #0b4979;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    padding: 13px 35px;
    border-radius: 5px;
}

.single-button a:hover {
    background: #fbb925;
}
h1.tab-title {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    background: #0b4979;
    color: #fff;
    display: inline-block;
    padding: 10px;
}
h3.widget-title {
    background: #0b4979;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.widget-menu a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.4s;
    display: block;
    border-bottom: 1px solid #DDD;
    padding: 12px 25px 12px 11px;
}

.widget.widget-menu {
    border: 1px solid #ddd;
}
.header-main.stick-header #logo {
    display: none;
}
@media(max-width: 991px) {
    .header-top {
    display: none;
}

div#logo {
    margin: 10px 0;
    width: 100%;
}

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

.header-main .header-search {
    display: none;
}
.header-mb {
    background: #0b4979;
    padding: 10px 0;
    margin-bottom: 15px;
}

.header-search input, .header-search input::placeholder {
    line-height: 32px;
    padding: 0 10px;
}

.search-form .search-submit {
    line-height: 32px;
}
section.home-content {
    padding: 30px 0;
}

.tieude1 h2 {
    font-size: 32px;
}

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

.tieudedk h2 {
    font-size: 32px;
}

footer#footer {
    padding: 30px 0;
}
.page-heading {
    font-size: 24px;
}
}