/*
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;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.6;
	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: 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;
}
nav#primary-menu ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search .search-form {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    min-width: 280px;
    padding: 13px 15px;
    background: #2991d6;
}
.btn-search {
    padding: 10px 0 10px 0;
    cursor: pointer;
}

.header-search {
    position: relative;
}

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

.search-input-box {
    position: relative;
}

.header-search button {
    background: transparent !important;
    color: #026e94 !important;
    border: 0;
    top: 0;
    right: 0;
    padding: 5px 10px;
}
#logo img {
    display: block;
    margin: 0 auto;
}
.topbar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.topbar ul.menu {
    display: flex;
    align-items: center;
}

.topbar ul.menu a {
    padding: 8px 9px;
    color: #A8A8A8;
}

.header-top {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,.08);
}

nav#primary-menu {
    flex: 1;
}

#primary-menu .menu > li > a:after {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 203;
    opacity: 0;
    top: auto;
    bottom: -4px;
    background: #2991d6;
}

#primary-menu .menu > li.current-menu-item > a:after {
    opacity: 1;
}
section.home-content {
    padding: 50px 0;
}

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

section.home-content h2 {
    color: #444444;
    font-weight: 300;
    margin-bottom: 30px;
}

section.home-content h2:nth-child(3) {
    margin: 0;
}

section.home-content h3 {
    color: #444444;
    font-weight: 300;
    margin-bottom: 30px;
    background-image: url(images/fancy_heading_hr.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 15px;
}

section.home-content img {
    max-width: 90px;
    display: block;
    margin: 0 auto;
}
.home-content-2 {
    padding: 50px 0;
    background-image: url(images/how_we_work_section.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
section.home-content-2 h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.how_it_works .image {
    width: 200px;
    height: 200px;
    line-height: 200px;
    text-align: center;
    position: relative;
    margin: 0 auto 15px;
    background: #fff;
    border-radius: 100%;
}
.how_it_works .image img {
    max-width: 116px !important;
    max-height: 116px !important;
    vertical-align: middle;
}
.how_it_works .image .number {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    font-family: Patua One;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
        color: #fff;
        background: #2991d6;
}

.how_it_works {
    color: #444444;
    text-align: center;
}

.how_it_works h4 {
    font-weight: 300;
    margin: 25px 0 15px;
}

.how_it_works p {
    margin: 0;
}
section.home-content-3 {
    padding: 50px 0;
}

section.home-content-3 h2 {
    margin-bottom: 30px;
    text-align: center;
}

.list_image {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    overflow: hidden;
    text-align: center;
    float: left;
}

.list_right {
    padding: 5px 0 0 0;
    margin-left: 100px;
    word-wrap: break-word;
}

.list_right .desc {
    color: #626262;
}
section.home-blog h2 {
    margin-bottom: 30px;
    text-align: center;
}

.blogs-item img {
    height: 180px;
    object-fit: cover;
}

.post-date {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    padding: 2px 5px;
    color: #a8a8a8;
    margin: 10px 0;
}

.blog-text h3 {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
}
.hc-item1 {
    background-image: url(images/get_in_touch.png);
    background-color: #2991d6;
    color: #fff;
    padding: 25px 20px 25px 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 100%;
}
.hc-item2 {
    background-image: url(images/infobox.png);
    background-color: #2991d6;
    padding: 25px 20px 25px 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
    color: #fff;
    height: 100%;
}
section.home-content-4 {
    padding: 50px 0;
}

section.home-content-4 h2 {
    text-align: center;
    margin-bottom: 30px;
}

.hc-item1 li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 13px 0 13px 50px;
    word-wrap: break-word;
}

.hc-item1 ul {
    padding: 0;
    margin: 0;
}

.hc-item1 i {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    color: rgba(0, 0, 0, .7);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.hc-item1 li:after {
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: -30px;
    bottom: 0;
}

.opening_hours {
    padding: 25px 25px 25px 25px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right bottom;
    border-color: rgba(0, 0, 0, .08);
}
.opening_hours .opening_hours_wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.opening_hours .opening_hours_wrapper li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
    list-style: none;
}
.opening_hours .opening_hours_wrapper li label {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    font-weight: normal;
    padding: 5px 11px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #f8f8f8;
}
.opening_hours .opening_hours_wrapper li span {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0 14px;
    display: block;
        color: #2991d6;
}

.opening_hours .opening_hours_wrapper li:last-child {
    margin: 0;
    padding: 0;
}

.hc-item2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hc-item2 li {
    margin: 0;
    list-style: none;
    position: relative;
    padding: 13px 0 13px 50px;
    word-wrap: break-word;
}
.hc-item2 i {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    color: rgba(0, 0, 0, .7);
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.hc-item2 li:after {
    content: "";
    display: block;
    width: 70px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: -30px;
    bottom: 0;
}
.google-text {
    position: absolute;
    bottom: 100px;
    right: 25px;
    z-index: 999;
    height: auto;
    width: 260px;
}

.google-text:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: transparent transparent transparent transparent;
    border-top-color: #2991d6;
}
footer#footer {
    margin-top: 30px;
    padding: 30px 0;
    background: #545454;
    color: #fff;
}

footer#footer .title {
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

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

ul.footer-news li {
    margin-bottom: 10px;
}

ul.footer-news a {
    padding: 5px 15px;
    position: relative;
    min-height: 70px;
    display: block;
    background: rgba(0, 0, 0, .1);
    color: #fff;
}
ul.footer-news a:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 4px;
        height: 100%;
        background-color: #2991d6;
        transition: all .3s;
}


ul.footer-news h6 {
    position: relative;
    z-index: 2;
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

ul.footer-news .date {
    color: #a8a8a8;
    font-size: 12px;
    position: relative;
    z-index: 999;
}

ul.footer-news .date i {
    margin-right: 5px;
}

ul.footer-news a:hover:after {
    width: 100%;
}

ul.footer-news a:hover .date {
    color: #fff;
}
.page-header img {
    height: 170px;
    object-fit: cover;
    width: 100%;
}

.brc {
    color: #888888;
    padding: 15px 0;
    margin-bottom: 10px;
}
ul.footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.footer-social a {
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    margin: 0px 6px 2px 0;
    border-width: 1px;
    border-style: solid;
    position: relative;
    background-color: #fff;
    border-color: rgba(0,0,0,.08);
}

ul.footer-social li:nth-child(1) a:hover {
    background: #3a589b;
    color: #fff;
}

ul.footer-social li:nth-child(2) a:hover {
    background: #d6492f;
    color: #fff;
}

ul.footer-social li:nth-child(3) a:hover {
    background: #32ccfe;
    color: #fff;
}

ul.footer-social li:nth-child(4) a:hover {
    background: #1ca7cc;
    color: #fff;
}

ul.footer-social li:nth-child(5) a:hover {
    background: #007bb6;
    color: #fff;
}

.form-lh .wpcf7-text,.form-lh .wpcf7-textarea {
    border-radius: 0;
    font-size: 14px;
    margin-bottom: 15px;
}

.form-lh .wpcf7-textarea {
    height: 120px;
}

.form-lh .wpcf7-submit {
    background-color: #2991d6;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    border: 0;
    font-size: 14px;
}
div.box-dichvu h3 {
    margin: auto;
    text-align: center;
    background: #e61e1e;
    font-size: inherit;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    display: block;
    text-transform: capitalize;
    padding: 8px 5px;
}
div.box-dichvu .img-dichvu  {
    overflow: hidden;
}
div.box-dichvu .img-dichvu  img {
    transition: all 0.5s ease;
    width: 100%;
}
div.box-dichvu .img-dichvu:hover img {
    transform: scale(1.1);
}
div.box-dichvu ul{
    border: 1px solid #f1f1f1;
    border-top: 0;
    padding: 10px;
}
div.box-dichvu ul li {
    margin-bottom: 5px;
    font-size: 14px;
}
#dichvu {
    padding: 30px 0;
}
.taisao-index {
    padding: 20px 0;
}
.box-taisao > span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 28px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50px;
    text-align: center;
    float: left;
    margin-right: 10px;
}
.box-taisao > span img {
    border-radius: 50%;
}
.box-taisao .icon-box-info {
    padding-top: 1px;
    color: #666;
    font-size: 15px;
}

.box-taisao .icon-box-info .shorter {
    font-size: 14pt;
    margin-bottom: 5px;
    color: #333;
    text-transform: capitalize;
}
.home-introduc,
.home-contact {
    color: #fff;
    padding: 50px 0px;
    background: #3a5de8;
}

.home-kienthuc {
    padding: 50px 0px;
    background: #1490d8;
    background-image: url('images/hitachi/background-videos.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

.home-product {
    padding: 50px 0px;
    background: #f5f5f5;
}

.home-images,
.home-khachhang {
    padding: 50px 0px;
    background: #e6f0fa;
}

.home-news,
.home-video {
    padding: 50px 0px;
}

.home-ghichu {
    padding: 50px 0px;
    background: #f58000;
}

.link-more {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    background: #f58000;
    padding: 10px 20px;
    border-radius: 5px;
}

.link-more:hover {
    color: #fff;
}

.padding-contact {
    padding-left: 200px;
    padding-right: 200px;
}

.wpcf7-form .wpcf7-form-control-wrap input[type="text"],
.wpcf7-form .wpcf7-form-control-wrap input[type="tel"] {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #3a5de8;
}

.wpcf7-form input[type="submit"] {
    margin: auto;
    display: block;
    font-weight: 500;
    color: #fff;
    background: #f58000;
    padding: 8px 30px;
    border: 1px solid #f58000;
    border-radius: 10px;
    font-size: 15px;
    text-transform: uppercase;
}

.wpcf7-form input[type="submit"]::placeholder {
    color: #f6f6f6;
}

/* .list-customer .item-customer img {
    margin: 5px 0px;
    box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.2);
} */

.bottom-product-1 {
    margin-right: 5px;
    background: #288ad6 !important;
}

.bottom-product-2 {
    margin-left: 5px;
}

.bottom-product-1,
.bottom-product-2 {
    width: calc(50% - 5px);
    color: #fff;
    float: left;
    background: #f58609;
    padding: 10px 20px;
    display: block;
    border-radius: 40px;
    text-align: center;
}

.bottom-product-2 {
    float: right !important;
}

.bottom-product-1:hover,
.bottom-product-2:hover {
    color: #fff;
}

.content-product h3 {
    font-size: 22px;
    position: relative;
}

.content-product h3::before {
    content: '';
    width: 20px;
    height: 12px;
    background: url(images/hitachi/icon-shape.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: -21px;
}

.content-product h3:nth-child(3)::before,
.content-product h3:nth-child(7)::before,
.content-product h3:nth-child(11)::before,
.content-product h3:nth-child(15)::before,
.content-product h3:nth-child(19)::before {
    background: url(images/hitachi/icon-shape-2.png);
    background-repeat: no-repeat;
}

.content-product p {
    margin-bottom: 25px;
}

.home-introduc h3 {
    font-size: 30px;
    padding-bottom: 15px;
}

.home-introduc p {
    padding-bottom: 15px;
}

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

.home-video .item-videos {
    padding: 5px 10px 5px;
}

section#home-contact .wpcf7-text {
    margin-bottom: 15px;
    font-size: 14px;
}
.fontsize-10 {
    font-size: 10px;
}

.fontsize-11 {
    font-size: 11px;
}

.fontsize-12 {
    font-size: 12px;
}

.fontsize-13 {
    font-size: 13px;
}

.fontsize-14 {
    font-size: 14px;
}

.fontsize-15 {
    font-size: 15px;
}

.fontsize-16 {
    font-size: 16px;
}

.fontsize-17 {
    font-size: 17px;
}

.fontsize-18 {
    font-size: 18px;
}

.fontsize-19 {
    font-size: 19px;
}

.fontsize-20 {
    font-size: 20px;
}

.fontsize-21 {
    font-size: 21px;
}

.fontsize-22 {
    font-size: 22px;
}

.fontsize-23 {
    font-size: 23px;
}

.fontsize-24 {
    font-size: 24px;
}

.fontsize-25 {
    font-size: 25px;
}

.fontsize-26 {
    font-size: 26px;
}

.fontsize-27 {
    font-size: 27px;
}

.fontsize-28 {
    font-size: 28px;
}

.fontsize-29 {
    font-size: 29px;
}

.fontsize-30 {
    font-size: 30px;
}

.fontsize-31 {
    font-size: 31px;
}

.fontsize-32 {
    font-size: 32px;
}

.fontsize-33 {
    font-size: 33px;
}

.fontsize-34 {
    font-size: 34px;
}

.fontsize-35 {
    font-size: 35px;
}

.fontsize-36 {
    font-size: 36px;
}

.fontsize-37 {
    font-size: 37px;
}

.fontsize-38 {
    font-size: 38px;
}

.fontsize-39 {
    font-size: 39px;
}

.fontsize-40 {
    font-size: 40px;
}

.fontsize-50 {
    font-size: 50px;
}

.fontsize-60 {
    font-size: 60px;
}

.fontsize-70 {
    font-size: 70px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}
section#home-images img {
    height: 260px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}
@media (max-width: 575.98px) {
    section#home-images img {
        height: 160px;
    }
}
section.home-services {
    padding: 30px 0;
}

.services-item h3 {
    margin: 0;
}

.services-item a {
    display: block;
    overflow: hidden;
}

.services-item h3 a {
    text-align: center;
    background: #a50034;
    color: #fff;
    font-size: 18px;
    padding: 8px 5px;
    font-weight: 600;
}

.services-item img {
    transition: all .3s;
}

.services-item img:hover {
    transform: scale(1.1);
}

.services-item ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    font-size: 15px;
}

.services-item ul li:not(:last-child) {
    margin-bottom: 8px;
}
.testimonial-slide .slick-list {
    margin: 0 -15px;
}
.testimonial-slide .slick-slide {
    padding: 0 15px;
}
section.home-testimonial {
    padding: 30px 0;
}

.testimonial-box {
    background: white;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
}
.icon-box-img {
    width: 92px;
    border-radius: 50%;
}

.icon-box-img img {
    border-radius: 50%;
}
.icon-box-text {
    width: calc(100% - 100px);
}

.icon-box-text p {
    font-weight: 400;
}

.icon-box-text span {
    color: #ff6600;
    display: block;
    font-size: 16px;
    font-style: italic;
}
.home-testimonial h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #2d4057;
    font-size: 24px;
}
.partner-slide .slick-list {
    margin: 0 -15px;
}
.partner-slide .slick-slide {
    padding: 0 15px;
}
.partner-item {
    border: 1px solid #dfdfdf;
}
.home-partner {
    padding: 30px 0;
}
.home-partner h2{
    margin-bottom: 15px;
    color: #2d4057;
    font-size: 24px;
}
.page-416-s1 {
    text-align: center;
    padding: 50px 0;
}

.page-416-s1 h3 {
    font-weight: 700;
    margin: 15px 0;
}

.page-416-s2 h3 {
    font-size: 21px;
    font-weight: 700;
}
@media(max-width: 991px) {
    .header-top .container {
        padding: 0;
    }
    .topbar {
        display: none;
    }
}
.page410-s1 {
    text-align: center;
}

.page410-s1 h2 {
    margin: 20px 0;
    font-size: 42px;
}

.page410-s2 {
    padding: 30px 0;
    text-align: center;
}

.page410-s2 h2 {
    font-size: 42px;
    line-height: 42px;
    color: #2991d6;
}

.page410-s2 img {
    max-width: 116px;
    margin: 0 auto;
}

.page410-s2 h4 {
    margin: 15px 0;
}

.page410-s3 {
    text-align: center;
}

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

section.home-content.page410-s4 .heading {
    display: none;
}

.page410-s5 {
    padding-top: 30px;
}