/*
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: "Montserrat", serif;
    font-size: 16px;
    line-height: 1.6;
    color: #292929;
    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: #111;
}
.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;
}
.header-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
}

.header-top {
    background: #ffcd20;
    padding: 5px 0;
}
.widget.widget-search {
    margin-bottom: 30px;
}

.widget.widget-search input {
    border-radius: 0;
    font-size: 14px;
    padding-right: 45px;
}

.widget.widget-search button {
    padding: 5px 10px;
    background: transparent !important;!i;!iu;!i;!;
    color: #111 !important;!i;!;
    border: 0 !important;!i;!;
}

.widget.widget-address a {
    display: block;
    padding: 5px;
}

.list-mentor .heading h2 {
    font-size: 36px;
}

.list-mentor .heading p {
    font-size: 16px;
    font-style: italic;
    margin: 0;
}

.list-mentor .heading {
    margin-bottom: 40px;
}

.list-mentor-item {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 2px 2px 16px 5px rgba(132, 131, 131, 0.44);
}
.list-mentor-flipbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    border-radius: 8px;
    padding: 20px;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: 0.7s all ease-in-out;
}

.list-mentor-box {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    transition: 0.7s all ease-in-out;
}

.mentor-avatar {
    width: 30%;
    padding: 20px;
}

.mentor-text {
    width: 70%;
}

.mentor-text h3 {
    font-size: 24px;
    color: #454545;
}

.mentor-status {
    color: #1da1f2;
    font-weight: 500;
    font-size: 16px;
    margin: 6px 0 8px;
}

.mentor-text ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.mentor-text ul i {
    margin-right: 5px;
}
.mentor-text ul li:not(:last-child) {
    margin-right: 15px;
}

.mentor-text ul li {
    font-size: 16px;
    font-weight: 700;
    color: #454545;
}

.mentor-des {
    margin-top: 10px;
    font-size: 16px;
    color: #454545;
}

.mentor-money p:first-child {
    color: #369901;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0;
}

.mentor-money p:first-child i {
    margin-right: 5px;
}

.mentor-money {
    font-size: 13px;
}

.list-mentor-item:hover .list-mentor-box {
    transform: rotateY(-180deg);
}

.list-mentor-item:hover .list-mentor-flipbox {
    transform: rotateY(0deg);
}

.list-mentor-flipbox h3 {
    font-size: 24px;
}

.list-mentor-flipbox a {
    display: inline-block;
    background: #b22a2a;
    padding: 10px 16px;
    border-radius: 5px;
    margin-top: 15px;
    color: #fff;
    font-weight: 700;
}

.list-mentor-flipbox a:hover {
    background: #454545;
}
a.btn-book {
    padding: 8px;
    font-weight: 700;
    background: darkgreen;
    color: #FFF;
    border-radius: 5px;
    display: inline-block;
}

a.social {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.widget.widget-form p {
    margin-bottom: 10px;
}

a.btn-book:hover {
    background: #191919;
}

.widget.widget-form p:nth-child(5) {
    margin: 15px 0 0;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.widget.widget-form a.btn-dktv {
    background-color: transparent;
    border: 1px solid #1da1f2;
    color: #1da1f2;
    padding: 7px 11.8px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 600;
    line-height: 1.25;
}
div#popmake-443 {
    border: 0;
}

div#popmake-441 {
    border: 0;
}

div#popmake-441 h3,div#popmake-443 h3 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

div#popmake-441 .wpcf7-text,
div#popmake-443 .wpcf7-text {
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
}

div#popmake-441 label,
div#popmake-443 label {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

div#popmake-441 .wpcf7-date,
div#popmake-443 .wpcf7-date {
    padding: 5px;
    margin-bottom: 15px;
    width: 100%;
}

div#popmake-441 .wpcf7-submit,
div#popmake-443 .wpcf7-submit {
    padding: 8px;
    font-weight: 700;
    background: darkgreen;
    color: #FFF;
    border-radius: 5px;
    display: inline-block;
    border: 0;
}
.brc {
    margin-bottom: 15px;
}
@media(max-width: 991px) {
    .mentor-avatar {
        width: 100%;
    }

    .mentor-text {
        width: 100%;
    }
}
div#logo img {width: 130px;}

div#logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
section.home-banner {position: relative;text-align: center;}

.ct-section-inner-wrap {
    padding: 75px 0;
}

.home-block {
    background-color: rgba(0, 0, 0, 0.4);
    width: 360px;
    padding-left: 24px;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    background-attachment: fixed;
    border-radius: 10px;
}

.home-block h2 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 24px;
}

.home-text-block {
    color: #ffffff;
    margin-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
}

a.ct-link-button {
    background-color: #b22a2a;
    border: 1px solid #b22a2a;
    color: #ffffff;
    padding: 6px 9.6px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
}

a.ct-link-button:hover {
    background-color: #191919;
    border: 1px solid #191919;
    color: #fff;
}

section.home-content {
    padding: 40px 0;
    background: #ffcd20;
}

section.home-content h2 {
    margin-bottom: 0;
    font-size: 36px;
    text-transform: uppercase;
}

section.home-content .item img {
    margin-bottom: 16px;
    height: 50px;
    object-fit: contain;
}

section.home-content .item {
    text-align: center;
}

section.home-content h3 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}
section.home-content-2 {
    padding: 75px 0;
    background: #ffcd20;
}

section.home-content-2 .heading h2 {
    font-size: 36px;
    color: #111;
    text-transform: uppercase;
}

section.home-content-2 p {
    color: #434343;
}
section.home-blog {
    padding: 75px 0;
}

.blog-list-item:not(:last-child) {
    margin-bottom: 48px;
}
.blog-list-item {
    display: flex;
}

.blog-info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 22px;
}

.blog-info {
    margin-right: 20px;
    flex: 1;
}

.blog-info p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgb(117, 117, 117);
}

.blog-date {
    color: #757575;
    font-size: 13px;
}

.blog-thumbnail img {
    object-fit: cover;
    object-position: center;
    width: 200px;
    height: 134px;
}

.blog-sidebar {
    position: sticky;
    top: 0;
}

.blog-sidebar h2 {
    font-size: 20px;
    color: #191919;
    margin-bottom: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-list-mentor-item {
    padding: 12px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    background: rgba(211, 211, 211, 0.15);
    display: flex;
    align-items: center;
}

.blog-list-mentor-item:last-child {
    margin-bottom: 0;
}

.mentor-thumbnail {
    width: 30%;
    max-width: 100px;
    padding: 8px;
    margin-right: 10px;
}

.mentor-info h3 {
    font-size: 16px;
    color: #191919;
    margin: 0;
}

.mentor-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 10px;
}

.mentor-info ul li:first-child {
    margin-right: 15px;
}
a.readmore {
    border: 1px solid #ffcd20;
    padding: 6px 20px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    background: #ffcd20;
    border-radius: 30px;
}
div#footer {
    padding: 30px 0 50px;
    background: #ffcd20;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}

.logo-footer {
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.footer-block-text h4 {
    font-size: 20px;
    font-weight: 900;
}

.footer-block-text a {
    background-color: transparent;
    border: 1px solid #111;
    color: #111;
    padding: 5px 8.6px;
    display: inline-block;
    font-weight: 700;
    border-radius: 3px;
}

.footer-block-menu a {
    display: block;
    color: #111;
    padding: 3px 0;
}
.container2 {
    max-width: 682px;
}
#content {
    padding: 100px 0;
}
body.home #content,body.page-id-451 #content {
    padding: 0;
}
.brc {
    font-size: 14px;
    color: #b22a2a;
}
.blog-cat-list-item {
    display: flex;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    flex-direction: row;
    margin-bottom: 56px;
    border-radius: 5px;
    margin-bottom: 32px;
    box-shadow: 2px 2px 16px 3px rgba(0, 0, 0, 0.17);
}

.blog-cat-thumbnail {
    width: 300px;
    padding-right: 20px;
}

.blog-cat-info h3 {
    color: #292929;
    margin-bottom: 8px;
    font-size: 24px;
}
.blog-cat-info {
    flex: 1;
}
section.page-451-form {
    padding: 70px 0;
    text-align: center;
}

section.page-451-form h3 {
    font-size: 26px;
    margin: 40px 0 20px;
}

section.page-451-form label {
    font-weight: 700;
    font-size: 18px;
    color: #292929;
    margin-top: 10px;
}

section.page-451-form label span.required {
    color: #f00;
}

section.page-451-form .wpcf7-text {
    padding: 10px 10px;
    height: auto;
    font-weight: 700;
}
section.page-451-form .wpcf7-spinner {
    display: block;
}

section.page-451-form .wpcf7-submit {
    background-color: #b22a2a;
    border: 1px solid #b22a2a;
    color: #ffffff;
    padding: 6px 9.6px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
}

section.page-451-form .wpcf7-submit:hover {
    background-color: #191919;
    border: 1px solid #191919;
    color: #fff;
}
section.home-content-3 {position: relative;z-index: 999;padding-bottom: 120px;}
section.home-content-4 {
    padding: 60px 0 0;
}
section.home-content-2 .row {
    text-align: left;
}
.footer-block-info ul {
    list-style: none;
    padding: 0;
}

.footer-block-menu {
    margin-bottom: 20px;
}

.footer-block-info li {
    font-size: 16px;
    padding: 5px 0;
    font-weight: 700;
}

.footer-block-menu a:hover {
    text-decoration: underline;
}

.footer-social a {
    color: #111;
    font-size: 21px;
}
.page-id-476 table td {
    border: 0;
    padding: 5px;
}

.page-id-476 h3 {
    border-bottom: 2px solid #ef6a13;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.click-here-btn {
    border: 3px solid #ff6600;
    padding: 10px 25px;
    border-radius: 25px;
    margin-bottom: 60px;
    width: max-content;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 60px;
    cursor: pointer;
}
.click-here-btn a{
   font-size: 15px; 
   color: #111;
}
div#popmake-484 {
    border: 0;
}

.work-shop h3 {
    text-align: center;
    text-transform: uppercase;
}

.work-shop .wpcf7-text {
    margin-bottom: 10px;
    border-radius: 0;
    font-weight: 500;
    color: #111;
}

.work-shop .wpcf7-spinner {
    display: block;
}
.work-shop .wpcf7-submit{
    background-color: #b22a2a;
    border: 1px solid #b22a2a;
    color: #ffffff;
    padding: 6px 9.6px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
}

.work-shop .wpcf7-submit:hover {
    background-color: #191919;
    border: 1px solid #191919;
    color: #fff;
}
.header-search input,.header-search input::placeholder {
    background: #ffcd20 !important;
    color: #111 !important;
    border: 0;
    border-radius: 35px;
    padding-right: 40px;
    font-weight: 600;
    min-width: 160px;
    text-align: left !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.header-search button {
    background: transparent !important;
    border: 0;
    height: 38px;
    top: 0;
    right: 0;
    padding: 0 10px;
    color: #111;
}

.header-search form {
    position: relative;
}

nav#primary-menu {
    padding: 0 20px;
    margin-left: 150px;
}
section.home-banner .container {
    position: absolute;
    bottom: 30%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}

section.home-banner .header-search form {
    width: 280px;
    margin: 0 auto;
}

section.home-banner h2 {
    text-transform: uppercase;
    color: #ffcd20;
    font-size: 66px;
    margin: 0;
}

section.home-banner h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 42px;
    margin: 20px 0 25px;
}
.hc3-wrapp {
    background: #fff;
    position: relative;
}

.hc3-wrapp:before {
    content: "";
    display: block;
    width: 30%;
    height: 20px;
    background: #e9bc1d;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.hc3-left h3 {
    font-size: 28px;
    margin: 0;
}

.hc3-left h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.hc3-item:not(:last-child) {
    margin-bottom: 30px;
}

.hc3-right h3 {
    font-size: 20px;
    text-transform: uppercase;
}

section.home-content .heading {
    text-align: center;
    margin-bottom: 48px;
}

section.home-content p {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
section.home-content-4 .heading {
    margin-bottom: 48px;
    text-align: center;
}

section.home-content-4 .heading h2 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
}

section.home-content-4 .item {
    position: relative;
    padding-bottom: 40px;
}

section.home-content-4 .item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

section.home-content-4 .box {
    background: #fff;
    padding: 20px 20px 0 90px;
    position: relative;
}

section.home-content-4 .stt {
    position: absolute;
    top: 20px;
    left: 0;
    background: #030d27;
    width: 70px;
    height: 70px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffcd20;
    font-size: 40px;
    font-weight: 700;
}

section.home-content-4 .box h3 {
    font-size: 17px;
    text-transform: uppercase;
    color: #030d28;
    position: relative;
    padding-bottom: 10px;
}

section.home-content-4 .box h3:before {
    content: "";
    display: block;
    width: 63px;
    height: 2px;
    background-color: #030d28;
    position: absolute;
    bottom: 0;
    left: 0;
}

section.home-content-4 .box p {
    margin: 0;
    font-size: 15px;
    text-align: justify;
}

section.home-content-4 .box:before {
    content: "";
    display: block;
    width: 10px;
    height: 100px;
    background-color: #ffcd20;
    position: absolute;
    bottom: 0;
    right: -10px;
}
section.home-content-2 .heading {
    margin-bottom: 10px;
    text-align: center;
}

section.home-content-2 .item img {
    display: block;
    margin: 0 auto;
}

section.home-content-2 .item h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 10px 0 0;
    text-align: center;
}

section.home-content-2 .item h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 15px;
}

.home-video {
    margin-top: 50px;
}
.mentor-slide .slick-list {
    margin: 0 -15px;
}
.mentor-slide .slick-slide {
    padding: 0 15px;
}
.home-mentor {
    background-image: url('images/bg.png');
    padding: 50px 0;
    background-size: cover;
}
section.home-mentor .heading {
    margin-bottom: 48px;
    text-align: center;
}

section.home-mentor .item img {
    display: block;
    margin: 0 auto;
}
section.home-mentor .heading h2 {
   font-size: 36px;
   text-transform: uppercase;
   margin: 0;
   color: #ffcd20;
}
section.home-mentor .slick-nav {
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 999;
    background: transparent;
    border: 0;
    padding: 0;
    transform: translateY(-50%);
    color: #ffcd20;
    font-size: 58px;
}

section.home-mentor .slick-next {
    left: unset;
    right: -50px;
}

.mentor-item img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}

.mentor-item {
    text-align: center;
}

.mentor-item h2 {
    color: #fff;
    margin: 20px 0 0;
    font-size: 25px;
}

.mentor-item h3 {
    color: #ffcd20;
    font-size: 21px;
    text-transform: uppercase;
    margin: 15px 0 5px;
}
.mentor-job {
    font-style: italic;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
.mentor-item h3 a {
    color: #ffcd20;
}
.mentor-address {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.mentor-address i {
    margin-right: 5px;
}
section.home-blog .heading {
    margin-bottom: 48px;
    text-align: center;
}

section.home-blog .item img {
    display: block;
    margin: 0 auto;
}
section.home-blog .heading h2 {
   font-size: 36px;
   text-transform: uppercase;
   margin: 0;
   color: #030d28;
}

.blog-item img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.blog-item h3 {
    margin: 0;
}

.blog-item h3 a {
    font-size: 22px;
    letter-spacing: -1px;
    color: #030d28;
    margin-top: 15px;
    display: block;
}

.blog-meta {
    color: #5b5b5b;
    font-weight: 700;
    font-size: 14px;
}

.blog-item p {
    margin: 15px 0;
    color: #030d28;
}

a.readmore:hover {
    background: #fff;
    color: #ffcd20;
}
.clearfix {
    clear: both;
}
select.orderby {
    padding: 5px 0;
    border-radius: 0;
}
.product-gallery {
    position: relative;
}
.list-product-thumb img {
    height: 70px;
    object-fit: cover;
    width: 100%;
}
.list-product-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-product-thumb .slick-next {
  right: 0;
  left: unset;
}
.list-product-thumb .slick-nav i {
    color: #2fa881;
    font-size: 37px;
}
.list-product-thumb .slick-list {
    margin: 0 -5px;
}
.list-product-thumb .slick-slide {
    margin: 0 5px;
}
.product_meta {
    display: flex;
    flex-direction: column;
}

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

.product-gallery .slick-track img {
    display: block;
    margin: 0 auto;
}
.product-row-price {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f00;
    font-weight: 700;
    font-size: 16px;
}

.product-row-price del {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    font-style: italic;
}
.single-brc {
    padding: 15px 0;
    margin-bottom: 20px;
}

.summary-single h1.product_title {
    font-size: 24px;
}
.summary-single p.price {
    color: #f00 !important;
    font-weight: 700;
    font-size: 24px !important;
}

.summary-single p.price del {
    font-size: 16px;
    font-weight: 400;
    color: #111;
    font-style: italic;
}
.woocommerce-product-details__short-description ul {
    padding: 0;
}

.product_meta .posted_in {
    margin-bottom: 10px;
    display: inline-block;
}
section.home-product .heading {
    margin-bottom: 48px;
    text-align: center;
}

section.home-product .item img {
    display: block;
    margin: 0 auto;
}
section.home-product .heading h2 {
   font-size: 36px;
   text-transform: uppercase;
   margin: 0;
   color: #111;
}

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

.product-item {
    border: 1px solid #d1d2e0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

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

.product-info {
    padding: 10px 15px;
}

a.product-name {
    color: #303141;
    display: block;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}

.product-star {
    margin: 7px 0;
    text-align: center;
}

.product-star i {
    font-size: 14px;
    color: #ffcd20;
}

.product-star {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.box-sale {
    position: absolute;
    top: 0;
    left: 0;
    background: #ffcd20;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
}
.shopping-cart .shopping-cart-menu-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100%;
    width: auto;
    z-index: 9999;
    background: #fff;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    -moz-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    -o-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.7, 1, 0.7, 1);
    opacity: 0;
    visibility: hidden;
    width: 320px;
}
.heading-cart a {
    color: #111;
    position: relative;
    display: block;
    padding-right: 10px;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget img {
    max-width: 80px;
}
span#cart-total {
    width: 20px;
    height: 20px;
    background: #F2A800;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    display: block;
    font-weight: 700;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: 0;
}
.overlay-cart {
    opacity: 0;
}
.cart-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
.cart-heading h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}
.cart-heading .close-side-cart {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #2d2a2a;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 600;
    font-size: 13px;
    line-height: 30px;
    padding-right: 21px;
    cursor: pointer;
}
.cart-heading .close-side-cart:after,.cart-heading .close-side-cart:before {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
    transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
    right: 0;
}
.cart-heading .close-side-cart:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-heading .close-side-cart:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper p {
    clear: both;
    margin: 0;
    white-space: nowrap;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__empty-message {
    padding-top: 15px;
    padding-bottom: 15px;
    
}
.return-to-shop .button {
    padding: 10px 15px;
    font-size: 12px;
    line-height: 16px;
    background-color: #F2A800;
    color: #FFF;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow 0s ease,opacity .25s ease;
}
.overlay-cart.opened {
    background: #000;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    min-height: 100vh;
    opacity: 0.6;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}
.shopping-cart.opened .shopping-cart-menu-wrapper {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.close-side-cart:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-side-cart:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-side-content .uni-scroll {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    height: calc(100vh - 215px);
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body {
    border-bottom: 1px solid #ebebeb;
}
.shopping-cart .shopping-cart-menu-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.shopping-cart .shopping-cart-menu-wrapper ul li {
    position: relative;
    padding: 10px 20px 10px 10px;
    margin: 0;
    border-bottom: 1px solid #ebeef6;
    float: left;
    clear: both;
    width: 100%;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove-item {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 1;
    display: inline-block;
    font-size: 1.5em;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.shopping-cart .shopping-cart-menu-wrapper a.remove-item:hover {
    background-color: #ff0000;
    color: #FFF;
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media {
    float: left;
    width: 60px;
    margin-right: 10px;
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-wrap {
    float: left;
    width: calc(100% - 70px);
}
.shopping-cart .shopping-cart-menu-wrapper .shopping-cart-menu-product-wrap a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}
.shopping-cart .shopping-cart-menu-wrapper .quantity {
    font-size: 13px;
    display: block;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-body .woocommerce-Price-amount {
    font-weight: bold;
    color: #f00;
    font-size: 15px;
}
.shopping-cart .shopping-cart-menu-wrapper .cart-footer {
    padding: 0 15px;
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total {
    margin: 10px 0 10px;
}
.shopping-cart .shopping-cart-menu-wrapper p.woocommerce-mini-cart__total .woocommerce-Price-amount {
    font-weight: bold;
    color: #ff0000;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a {
    color: #fff;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
    min-height: 0;
    line-height: 1.4;
    position: relative;
    display: block;
    text-align: center;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: rgba(230,126,34,.8);
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a.checkout {
    background-color: #222222;
}
.shopping-cart .shopping-cart-menu-wrapper .woocommerce-mini-cart__buttons a:hover {
    box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}
.shopping-cart .shopping-cart-menu-wrapper ul li .shopping-cart-menu-product-media img {
    width: 100% !important;
}
.heading-cart img {
    width: 45px;
}
.header-cart {
    margin-left: 10px;
}
section.doitac .heading {
    margin-bottom: 48px;
    text-align: center;
}

section.doitac .heading h2 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
}
section.doitac .col-lg-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 1400px) {
    div#logo img {
        width: 90px;
    }
    .header-search {
        display: none;
    }
     #primary-menu .menu > li > a {
    font-size: 13px;
  }
  section.home-mentor .slick-nav {
    left: 0;
  }
  section.home-mentor .slick-next {
    left: unset;
    right: 0;
  }
}
@media(max-width: 991px) {
    div#logo {
        flex: 1;
        position: unset;
        order: 1;
    }

    section.home-banner {
        background-size: cover;
    }
    section.home-content,section.home-content-4 {
        padding-bottom: 0;
    }
    section.home-content-2,section.home-blog {
        padding: 35px 0;
    }

    section.home-content h2, section.home-content-2 .heading h2, section.home-content-4 .heading h2,section.home-product .heading h2,section.home-blog .heading h2,section.doitac .heading h2 {
        font-size: 28px;
    }


    .blog-list-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .blog-list-item {
        flex-wrap: wrap;
    }

    .blog-info {}

    .blog-thumbnail img {
        width: 100px;
        height: 100px;
    }

    .blog-info h3 {
        font-size: 16px;
    }

    .blog-info p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    a.readmore {
        margin: 15px 0;
    }

    div#footer {
        padding: 176px 0 35px;
    }
    #content {
        padding: 35px 0;
    }
    body.home #content,body.page-id-451 #content {
        padding: 0;
    }
    .blog-cat-list-item {
        flex-wrap: wrap;
    }

    .blog-cat-thumbnail {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }

    .blog-cat-info h3 {
        font-size: 18px;
    }

    .blog-cat-info p {
        font-size: 14px;
    }
    .page-heading {
        font-size: 28px;
    }
    section.home-banner h2 {
        font-size: 24px;
    }

    section.home-banner h3 {
        font-size: 21px;
    }

    .hc3-wrapp {
        padding: 20px;
    }

    section.home-content-3 {
        margin-top: 20px;
        padding-bottom: 70px;
    }

    .header-search {
        width: 100%;
        margin: 15px 0 20px;
        order: 4;
    }

    .header-search input, .header-search input::placeholder {
        width: 100%;
    }

    div#logo img {
        width: 90px;
    }

    section.home-content-4 .item img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

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

    section.home-content-4 .stt {
    display: none;
    }

    section.home-content-4 .item {
        padding-bottom: 30px;
    }

    .blog-item img {
        height: 220px;
    }

    .blog-item h3 a {
        font-size: 21px;
    }
    .showbar {
        order: 2;
    }

    .header-cart {
        order: 3;
    }
    section.home-banner .container {
    bottom: 0;
}
.footer-block-text p {
    text-align: justify;
}

section.home-mentor .slick-nav {
left:0;
}

section.home-mentor .slick-next {
left: unset;
right: 0;
}
}
@media(max-width: 767px) {

}
@media(max-width: 576px) {

}
.hc3-right h3 {
    font-size: 16px;
    text-align: center;
    margin: 15px 0;
}

.hc3-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
section.home-content-2 label {
    font-weight: 700;
    font-size: 16px;
    color: #292929;
    margin-top: 10px;
}

section.home-content-2label span.required {
    color: #f00;
}

section.home-content-2 .wpcf7-text {
    padding: 10px 10px;
    height: auto;
    font-weight: 700;
    margin-bottom: 10px;
}
section.home-content-2 .wpcf7-spinner {
    display: block;
}

section.home-content-2 .wpcf7-submit {
    background-color: #b22a2a;
    border: 1px solid #b22a2a;
    color: #ffffff;
    padding: 6px 25px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
}

section.home-content-2 .wpcf7-submit:hover {
    background-color: #191919;
    border: 1px solid #191919;
    color: #fff;
}

section.home-content-2 form {
    max-width: 767px;
    margin: 0 auto;
}
.single-meta ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

.single-meta i {
    margin-right: 5px;
}
.testimonial-slider .slick-list {
    margin: 0 -15px;
}
.testimonial-slider .slick-slide {
    padding: 0 15px;
}
section.home-testimonial .heading {
    margin-bottom: 48px;
    text-align: center;
}
section.home-testimonial .heading h2 {
   font-size: 36px;
   text-transform: uppercase;
   margin: 0;
   color: #111;
}

.testimonial-text img {
    width: 18px;
    margin-bottom: 10px;
}

.testimonial-text p {
    font-size: 14px;
}

.testimonial-img {
    display: flex;
}

.testimonial-avatar img {
    width: 48px;
    height: 48px;
    border: 1px solid #d1d2e0;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-title {
    flex: 1;
    margin-left: 15px;
}

.testimonial-title h3 {
    color: #595c73;
    font-size: 12px;
    margin: 0;
}

.testimonial-title p {
    color: #595c73;
    font-size: 12px;
    margin: 0;
}

section.home-testimonial {
    padding-top: 50px;
}

@media(max-width: 991px) {
    section.home-testimonial .heading h2 {
        font-size: 24px;
    }
    section.home-testimonial .heading {
        margin-bottom: 20px;
    }
}
.dktv-form .wpcf7-text,.dktv-form .wpcf7-textarea {
    padding: 10px 10px;
    height: auto;
    margin-bottom: 15px;
    font-weight: 500;
}
.dktv-form .wpcf7-spinner {
    display: block;
}

.dktv-form .wpcf7-submit {
    background-color: #b22a2a;
    border: 1px solid #b22a2a;
    color: #ffffff;
    padding: 6px 9.6px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    border-radius: 5px;
}
.dktv-form .wpcf7-submit:hover {
    background-color: #191919;
    border: 1px solid #191919;
    color: #fff;
}
.dktv-form .wpcf7-textarea {
    height: 120px;
}
#primary-menu .menu > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 10px;
}

#primary-menu .sub-menu li a:hover {
    color: #b22a2a;
}

.search-input-box {
    display: flex;
    align-items: center;
}

.search-input-box select {
    background: #ffcd20;
    color: #111;
    border: 0;
    border-radius: 35px;
    font-weight: 600;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    border: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
header#header {
    position: relative;
    z-index: 9999;
}
.footer-social a:not(:last-child) {
    margin-right: 10px;
}

.footer-social a:hover {
    color: #b22a2a;
}
section.home-product ul.nav {
    border: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
section.home-product ul.nav li:nth-child(2) {
    margin: 0 10px;
}
section.home-product ul.nav a {
    padding: 6px 15px;
    display: block;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    color: #111;
}

section.home-product ul.nav a.active,section.home-product ul.nav a:hover {
    background: #ffcd20;
   
}
@media(max-width: 991px) {
    section.home-content-4 .box:before {
    display: none;
}

.product-item img {
    height: auto;
}
section.home-product ul.nav {
    flex-direction: column;
}
section.home-product ul.nav li:nth-child(2)  {
    margin: 10px 0;
}
}
section.home-testimonial ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    left: 0;
    margin: 30px 0 0;
}
section.home-testimonial ul.slick-dots li {
    width: 8px;
    background-color: #000;
    opacity: .2;
    height: 8px;
    border-radius: 10px;
    margin: 0 3px;
    display: block;
    cursor: pointer;
    transition: all .3s;
}
section.home-testimonial ul.slick-dots li:hover,
section.home-testimonial ul.slick-dots li.slick-active {
    background: #ffcd20;
    width: 27px;
    opacity: 1;
}
section.home-testimonial ul.slick-dots li button {
    display: none;
}
.hc3-item img {
    max-width: 300px;
    display: block;
    margin: 0 auto;
}

.main-woo {
    margin-top: 60px;
}
.gallery-doitac ul.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    list-style: none;
    left: 0;
    margin: 30px 0 30px;
}
.gallery-doitac ul.slick-dots li {
    width: 8px;
    background-color: #000;
    opacity: .2;
    height: 8px;
    border-radius: 10px;
    margin: 0 3px;
    display: block;
    cursor: pointer;
    transition: all .3s;
}
.gallery-doitac ul.slick-dots li:hover,
.gallery-doitac ul.slick-dots li.slick-active {
    background: #ffcd20;
    width: 27px;
    opacity: 1;
}
.gallery-doitac ul.slick-dots li button {
    display: none;
}
.gallery-doitac .slick-list {
    margin: 0 -15px;
}
.gallery-doitac .slick-slide {
    padding: 0 15px;
}
.gallery-doitac-item img {
    width: 100%;
    display: block;
    height: 140px;
    object-fit: contain;
}
.gallery-doitac-item {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.person-box {
    cursor: pointer;
}

.visibleInfo img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    max-height: 250px;
}

.visibleInfo hr {
    border: 1px solid #b2b2b2;
    border-collapse: collapse;
    color: #b2b2b2;
    margin: 0.8rem auto;
    width: 33%;
}
h2.person-name, p.subject {
    font-size: 14px;
    font-weight: 700;
    color: #008fb9;
    text-align: center;
}
.visibleInfo div {
    display: block;
    background-color: #f2cd00;
    border: 1px solid #f2cd00;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin: 3px auto 0;
}

.hiddenInfo {
    position: absolute;
    display: none;
    width: calc(100% + 20px);
    left: 0;
    color: #002b49;
}

.person-box.active .hiddenInfo {
    font-size: 16px;
    border-top: 2px solid #f2cd00;
    margin-top: 1.25rem;
    padding: 35px;
    background-color: #f7f7f7;
    display: block;
}
.person-box.active .visibleInfo div {
    background: #fff important;
}
.person-box .hiddenInfo h2.person-name {
    text-align: left;
    color: #002b49;
    font-weight: 700;
}
body.page-id-762 .row .col-lg-4 {
    position: unset;
}
.blogfeatured-slide .slick-list {
    margin: 0 -15px;
}
.blogfeatured-slide .slick-slide {
    padding: 0 15px;
}
section.home-blogfeatured {
   padding: 50px 0;
}
section.home-blogfeatured .heading {
    margin-bottom: 48px;
    text-align: center;
}

section.home-blogfeatured .heading h2 {
   font-size: 36px;
   text-transform: uppercase;
   margin: 0;
   color: #030d28;
}

section.home-blogfeatured .slick-nav {
    position: absolute;
    top: 50%;
    left: -50px;
    z-index: 999;
    background: transparent;
    border: 0;
    padding: 0;
    transform: translateY(-50%);
    color: #ffcd20;
    font-size: 58px;
}

section.home-blogfeatured .slick-next {
    left: unset;
    right: -50px;
}
@media(max-width: 991px) {
    section.home-blogfeatured .slick-nav {
        left: 0;
        font-size: 32px;
    }
    section.home-blogfeatured .slick-next {
        left: unset;
        right: 0;
    }
    section.home-blogfeatured .heading {
        margin-bottom: 15px;
    }

    section.home-blogfeatured .heading h2 {
        font-size: 24px;
    }

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