/*
 * Theme Name: Tu Van Thue
 * Description: Accounting Company Theme
 * Theme URI: tuvanthuevungtau.com
 * Version: 1.0
 * Theme Author: Nam Phương Le
 */

html {
    height: 100%
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (min-width: 1472px) {
    .container {
        max-width: 1344px;
        width: 1344px;
    }
}

body {
    font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.715;
    color: #666666;
    background-color: #ffffff;
    position: relative;
}

table {
    border-collapse: collapse;
}

table,
th,
td {
    border: 1px solid black;
}

.wrap {
    width: auto;
    clear: both;
}

.wrapper {
    z-index: -1;
    overflow: hidden;
    transition: 2s;
    margin-left: 0;
    margin-right: 0;
}

.btn {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 11px;
    border: 0;
}

.caret {
    margin-left: 5px;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a {
    color: #234269;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #f87831;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
    box-shadow: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    display: flex;
    flex-wrap: wrap;
    clear:both !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    clear:both !important;
    width: auto !important;
    max-width: none !important;
    flex-grow: 1;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    clear:both !important;
    width: auto !important;
    max-width: none !important;
    flex-grow: 1;
}

.woocommerce form .form-row .input-text, 
.woocommerce form .form-row input[type="password"], 
.woocommerce-page form .form-row .input-text {
    width: 100% !important;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: block;
    width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce .woocommerce-address-fields .button,
.woocommerce .woocommerce-MyAccount-content .button {
    background-color: #f87831;
    border-color: #f87831;
    color: #ffffff;
    background: linear-gradient(to bottom, #f9884a 0%, #f87831 100%), color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.6));
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:active,
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover, 
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:focus, 
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit:active,
.woocommerce .woocommerce-address-fields .button:hover,
.woocommerce .woocommerce-address-fields .button:focus,
.woocommerce .woocommerce-address-fields .button:active,
.woocommerce .woocommerce-MyAccount-content .button:hover,
.woocommerce .woocommerce-MyAccount-content .button:focus,
.woocommerce .woocommerce-MyAccount-content .button:active {
    background: #f76818;
    border-color: #a43e06;
    color: #ffffff;
}

@media only screen and (max-width: 992px) {
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 { min-width: 100% }
}

/*----------- topbar -----------*/

.topbar {
    background: #fbfbfb;
    border-bottom: 1px solid #eaeaea;
    color: #9e9e9e;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}

.topbar ul.list-info {
    border-left: 1px solid #eaeaea;
    display: flex;
}

.topbar ul.list-info li {
    border-right-color: #eaeaea;
}

.list-info li {
    border-right: 1px solid #eaeaea;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
}

.list-info li i {
    margin-right: 6.25px;
}

.list-info.social li {
    padding: 0;
    height: auto
}

.list-info.social li a {
    display: inline-block;
    text-align: center;
    color: #aaaaaa;
    height: 40px;
    width: 40px
}

.list-info.social li a:hover,
.list-info.social li a:focus,
.list-info.social li a:active {
    color: #234269
}

.list-info.social li a.facebook:hover {
    color: #4867aa
}

.list-info.social li a.twitter:hover {
    color: #1da1f2
}

.list-info.social li a.instagram:hover {
    color: #3897f0
}

.list-info.social li a.youtube:hover {
    color: #FF0000
}


.list-info .cart-contents {
    position: relative;
}

.list-info .cart-contents .cart-label {
    position: absolute;
    background-color: #f87831;
    opacity: .7;
    color: #fff;
    top: 20px;
    right: 0;
    font-size: 10px;
    padding: 3px  10px;
    border-radius: 3px;
    line-height: normal;
    width: auto;
    white-space: nowrap;
}

@media (max-width:992px) {
    .list-info .account-item span.name,
    .list-info .cart-contents span.name {
        display: none;
    }
}

.list-info .cart-contents .widget_shopping_cart {
    position: absolute;
    margin-top: 20px;
    top: 100%;
    width: 400px;
    z-index: 999999;
    right: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #ebebeb;
    border-top-color: #234269;
    background-color: #fff;
    display: none;
    padding-top: 20px;
}

.list-info .cart-contents .widget_shopping_cart:before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 30px;
}

.list-info .cart-contents:hover .widget_shopping_cart,
.list-info .cart-contents.focus .widget_shopping_cart {
    display: block;
    right: 0;
}

.list-info .cart-contents .widget_shopping_cart .widget_shopping_cart_content {
    padding: 0 15px;
}

.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li {
    display: flex;
    /*border-bottom: 1px solid;
    border-bottom-color: #ebebeb;*/
    font-size: 14px;
    padding: 1em 0 !important;
    height: 84px !important;
    align-items: center;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove   {
    position: unset;
    width: 10px;
    margin-right: 5px;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove:hover,
.woocommerce.widget_shopping_cart .cart_list li a.remove:hover   {
    background: none;
    color: orange !important;
}

.woocommerce .widget_shopping_cart .cart_list li a,
.woocommerce.widget_shopping_cart .cart_list li a {
    line-height: 1rem;
}

.woocommerce ul.cart_list li a:nth-of-type(2), 
.woocommerce ul.product_list_widget li a:nth-of-type(2), 
.woocommerce-page ul.cart_list li a:nth-of-type(2), 
.woocommerce-page ul.product_list_widget li a:nth-of-type(2) {
    
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img, 
.woocommerce-page ul.cart_list li img, 
.woocommerce-page ul.product_list_widget li img {
    float: left !important;
    margin-right: 10px;
    width: 64px;
    border: 1px solid #e9e6ed;
}


.widget_shopping_cart .mini_cart_item .quantity {
    color: #006a93;
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
}

.widget_shopping_cart .mini_cart_item .quantity .amount {
    color: #43c4d7
}

.widget_shopping_cart p.total {
    padding: 1em 0 !important;
    margin: 0;
    border-top: 1px solid;
    border-top-color: #ebebeb
}

.widget_shopping_cart p.total::before,
.widget_shopping_cart p.total::after {
    content: '';
    display: table
}

.widget_shopping_cart p.total::after {
    clear: both
}

.widget_shopping_cart p.total strong {
    color: #006a93;
    font-weight: 400
}

.widget_shopping_cart p.total .amount {
    color: #006a93;
    font-size: 1.41575em;
    font-weight: 700;
    float: right
}

.widget_shopping_cart .buttons {
    padding: 0 0 1em;
    margin: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.widget_shopping_cart .buttons a {
    display: block;
    margin-bottom: .6180469716em;
    font-weight: 700;
    font-size: 12px;
    padding: 1em
}

.widget_shopping_cart .buttons a:not(.checkout) {
    background-color: transparent;
    border-color: transparent;
    color: #006a93
}

.widget_shopping_cart .buttons a:not(.checkout):hover {
    color: #43c4d7
}

.widget_shopping_cart .buttons a:last-child {
    margin-bottom: 0
}

.widget_shopping_cart .buttons a img {
    margin-left: auto;
    margin-right: auto
}

.widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    opacity: 1;
}

.widget_shopping_cart .product_list_widget li a.remove::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: rgb(92, 88, 88);
    text-rendering: auto;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
}

/*----------- header -----------*/

header {
    background: transparent;
    position: relative;
    z-index: 100;
    padding-top: 20px;
    padding-bottom: 20px;
}

header .site-branding a {
    display: flex;
    align-items: center;
}

header .site-branding img {
    max-height: 50px;
}

header .site-branding .logo-name {
    color: #234269;
    text-transform: uppercase;
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
    margin-top: 12px;
}

header .site-branding .logo-name span.company-subname {
    color: #234269;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
}

header .site-branding .logo-name span.company-name {
    color: #234269;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0;
}

header .address-list li {
    color: #333333;
    align-items: center;
}

header .address-list li:not(:first-child) {
    margin-left: 40px;
}

header .address-list li label {
    /*color: #9e9e9e;*/
    color: #2B2B2B;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    margin-bottom: 0;
}

header .address-list li .icon-box .inner-box {
    width: 50px;
    height: 50px;
    border: 1px solid #E1E1E1;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    margin-right: 15px;
    vertical-align: middle;
}

header .address-list li .icon-box .inner-box i {
    font-size: 25px;
    color: #234269;
}

header .address-list li .content span.phone-number {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
}

header .address-list li .content {
    position: relative;
}

header .address-list li .content .phone-menu-cover {
    position: absolute;
    border-radius: 4px;
    width: auto;
    border: 2px solid #f87831;
    background-color: #fff;
    top: 45px;
    right: 0;
    display: none;
}

header .address-list li .content .phone-menu-cover ul.phone-menu {
    padding: 10px 0;
    z-index: 9999;
    position: relative;
}

header .address-list li .content .phone-menu-cover ul.phone-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    height: 45px;
}

header .address-list li .content .phone-menu-cover ul.phone-menu li {
    padding: 10px 20px;
    width: 100%;
    display: block;
    white-space: nowrap;
    margin-left: 0 !important;
    min-width: 180px;
}

header .address-list li .content .phone-menu-cover ul.phone-menu li a {}

header .address-list li .content .phone-menu-cover ul.phone-menu li a img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

header .address-list li .content.open .phone-menu-cover {
    display: block;
}

@media (max-width:768px) {
    header .address-list li .content span.phone-number {
        font-size: 14px;
    }
}

@media (max-width:576px) {
    header .address-list li .icon-box {
        display: none;
    }
}


/*----------- main-nav -----------*/

.main-nav .navbar-custom {
    background: linear-gradient(#294e7c, #234269);
    border-radius: 2px;
    z-index: 10;
    display: flex;
    color: #fff;
    height: 60px;
    padding: 0;
}

.navbar-custom .navbar-left {
    width: 19%;
    min-width: 240px;
}

.vertical-navigation {
    position: relative;
}

.vertical-navigation .vertical-navigation-header {
    background: transparent;
    padding: 0 20px;
    cursor: pointer;
}

.vertical-navigation .vertical-navigation-header i,
.vertical-navigation .vertical-navigation-header span {
    color: #fff;
}

.vertical-navigation .vertical-navigation-header .vertical-navigation-title {
    font-weight: 700;
    margin-left: 5px;
}

.vertical-navigation .services-category {
    display: none;
    position: absolute;
    background-color: #fff;
    /*box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);*/
    z-index: 1;
}

.vertical-navigation:hover .services-category {
    display: block;
    z-index: 9999;
}

.vertical-navigation:hover .services-category:before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6px solid;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
    top: -6px;
    left: 35px;
    border-bottom-color: #f87831;
}

.vertical-navigation .services-category ul {
    padding: 10px 0;
    width: 240px;
    z-index: 9999;
    position: relative;
}

.vertical-navigation .services-category ul li {
    padding: 10px 30px;
    width: 100%;
    width: 240px;
    display: block;
    white-space: nowrap;
}

.navbar-custom .navbar-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.navbar-custom .navbar-right::before {
    position: absolute;
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-right .main-menu {
    margin-left: 30px;
}

.main-menu ul.menu,
.main-menu ul.nav-menu {
    max-height: none;
    -webkit-transition: none;
    transition: none;
}

.main-menu ul.menu>li {
    position: relative;
    display: inline-block;
    text-align: left;
    margin: 0 20px;
}

.main-menu ul.menu>li>a {
    color: #fff;
    font-weight: 600;
    position: relative;
    padding: 22.5px 0;
}

.main-menu ul.menu>li>a::before {
    background: #f87831;
    border-radius: 2px;
    bottom: -1px;
    content: "";
    position: absolute;
    left: 0;
    height: 4px;
    width: 0;
    -webkit-transition: 400ms all;
    -o-transition: 400ms all;
    transition: 400ms all;
}

.main-menu ul.menu>li.current-menu-item>a::before,
.main-menu ul.menu>li>a:hover:before {
    width: 100%;
}

ul.menu>li.menu-item-has-children>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    margin-left: .5em;
    font-size: 10px
}

nav.services-category ul.menu>li.menu-item-has-children>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f105";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    vertical-align: middle;
    line-height: inherit;
    margin-top: 5px;
    font-size: 12px;
    float: right;
}

nav.services-category ul.menu>li {
    position: relative;
}

nav.services-category ul.menu>li.menu-item-has-children>ul.sub-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 320px;
    background-color: #fff;
    border: 2px solid #f87831;
    border-radius: 4px;
}

nav.services-category ul.menu>li.menu-item-has-children>ul.sub-menu::before {
    content: "";
    display: block;
    position: absolute;
    left: -100px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100px;
}

nav.services-category ul.menu>li.menu-item-has-children:hover>ul.sub-menu {
    display: block;
}

.main-menu ul.menu>li>ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px 0;
    z-index: 1;
}

.main-menu ul.menu>li:hover>ul.sub-menu {
    display: block;
    z-index: 9999;
}

.main-menu ul.menu>li>ul.sub-menu,
.vertical-navigation .services-category {
    border-radius: 4px;
    border: 2px solid #f87831;
    top: calc(100% + 15px);
}

.main-menu ul.menu>li>ul.sub-menu li {
    padding: 10px 30px;
    width: 100%;
    display: block;
    white-space: nowrap;
}

.main-menu ul.menu li.menu-item .sub-menu .menu-item a,
.vertical-navigation .services-category ul li a {
    color: #234269;
    position: relative;
    width: 100%
}

.main-menu ul.menu li.menu-item .sub-menu .menu-item a:hover,
.vertical-navigation .services-category ul li a:hover {
    color: #f87831;
}

.main-menu ul.menu>li>ul.sub-menu::before,
.vertical-navigation .services-category ul::before {
    content: "";
    display: block;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 30px;
}

.navbar-right .head-action {
    margin-left: auto;
}


/******************/

.wrapper.slide-left-right {
    transition: 2s;
    margin-left: 250px;
    margin-right: -250px;
}

.wrapper.slide-right-left {
    transition: 2s;
    margin-left: -250px;
    margin-right: 250px;
}

.website-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 997;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    -webkit-transition: opacity .25s ease, visibility 0s ease;
    transition: opacity .25s ease, visibility 0s ease;
}

.website-overlay.open {
    visibility: visible;
    opacity: 1;
}

.website-overlay.open {
    visibility: visible;
    opacity: 1;
}

.side-services-category-wrap {
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: #000;
    /*
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
    */
    z-index: 998;
    transition: 2s;
    width: 250px;
    top: 0;
    left: -250px;
    bottom: 0;
}

.side-main-menu-wrap {
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: #000;
    /*
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    -webkit-transform: translate3d(~"calc(100vw - 276px)", 0, 0);
    transform: translate3d(~"calc(100vw - 276px)", 0, 0);
    */
    z-index: 998;
    transition: 2s;
    width: 250px;
    top: 0;
    right: -250px;
    bottom: 0;
}


/*
@media (min-width:1024px) {
    .side-services-category-wrap,
    .side-main-menu-wrap {
        display: none
    }
}
*/

.side-services-category-wrap.open {
    /*
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
    */
    transition: 2s;
    left: 0;
}

.side-main-menu-wrap.open {
    /*
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
    */
    transition: 2s;
    right: 0;
}

.side-services-category-wrap .mobile-nav-close {
    color: #fff;
    margin: 20px 20px 0 0;
    padding-right: 20px;
    width: 100%;
    display: inline-block;
    text-align: right;
}

.side-main-menu-wrap .mobile-nav-close {
    color: #fff;
    margin: 20px 0 0 20px;
    width: 100%;
    display: inline-block;
    text-align: left;
}

.side-services-category-wrap ul,
.side-main-menu-wrap ul {
    margin: 0;
    padding: 20px;
}

.side-services-category-wrap ul li,
.side-main-menu-wrap ul li {
    position: relative;
    padding: 0;
    margin: 0;
}

.side-services-category-wrap ul li:not(:first-child),
.side-main-menu-wrap ul li:not(:first-child) {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #323131;
}

.side-services-category-wrap ul li a,
.side-main-menu-wrap ul li a {
    padding: .5em;
    display: block;
    color: #fff;
}

.side-services-category-wrap ul li a:hover,
.side-main-menu-wrap ul li a:hover {
    color: #43c4d7;
}


/******************/

.off-canvas-toggle {
    background: transparent;
    position: relative;
}

.off-canvas-toggle:hover,
.off-canvas-toggle:focus {
    background: transparent;
}

.navbar-right .head-action .navbar-navigation .off-canvas-toggle {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    line-height: 60px;
    height: 60px;
    width: 60px;
    margin: 0 !important;
}

.off-canvas-toggle span {
    background-color: #ffffff;
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-top: 0px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transition: all 0.25s
}

.off-canvas-toggle span span.hidden {
    display: none;
}

.off-canvas-toggle span.bar-first {
    margin-top: -5px
}

.off-canvas-toggle span.bar-last {
    margin-top: 5px
}

.navbar-right .head-action {
    display: flex;
    align-items: center;
}

.head-search .search,
.head-search .form-search {
    background: transparent;
    border: none;
    padding: 0;
    position: relative;
    height: 60px;
    width: 60px
}

.head-search .search label,
.head-search .form-search label {
    display: none
}

.head-search .form-search .search-query {
    background-image: url(images/ico/search-inverse.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 24px center;
    border: 0;
    border-radius: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 0 0 0 60px;
    height: 60px;
    width: 60px;
    position: absolute;
    font-size: 14px;
    right: 0;
    top: 0;
}

.head-search .search .search-query:focus,
.head-search .form-search .search-query:focus {
    width: 250px;
    padding-right: 25px;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms
}

.head-search .form-search .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.head-search .form-search .form-control:-ms-input-placeholder,
.head-search .form-search .form-control::-ms-input-placeholder,
.head-search .form-search .form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}


/*----------- main-carousel -----------*/

.main-carousel {
    display: inline-block;
    width: 100%;
    margin-top: -30px;
    position: relative;
}

.main-carousel .main-carousel-inner {
    height: 750px;
    width: 100%;
    overflow: hidden;
}

.main-carousel .main-carousel-inner .carousel-item img {
    width: 100%;
}

.main-carousel .main-carousel-inner .carousel-item .img {
    width: 100%;
    height: 750px;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.main-carousel .main-carousel-inner .carousel-item::before {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.main-carousel .main-carousel-inner .carousel-item[opacity-data="0.5"]::before {
    background: rgba(0, 0, 0, 0.5);
}

.main-carousel .main-carousel-inner .carousel-item[opacity-data="0.8"]::before {
    background: rgba(0, 0, 0, 0.8);
}

.main-carousel .main-carousel-inner .carousel-item .carousel-caption {
    top: 15%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    z-index: 0;
}

@media (max-width:768px) {
    .main-carousel .main-carousel-inner .carousel-item .carousel-caption {
        top: 6%;
    }
}

.main-carousel .main-carousel-inner .carousel-item .carousel-caption-inner {
    font-family: "Roboto", "Libre Franklin", Helvetica, Arial, sans-serif;
    color: #ffffff;
}

.label-small {
    color: #f87831;
    font-size: 16px;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.main-carousel .main-carousel-inner .carousel-item .carousel-caption-inner h3.item-title {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.3;
    color: inherit;
}

.main-carousel .main-carousel-inner .carousel-item .carousel-caption-inner h3.item-title-s {
    font-weight: 300;
    font-size: 40px;
    line-height: 1.8;
    color: inherit;
}

.main-carousel .main-carousel-inner .carousel-item .carousel-caption-inner h4.item-title-2 {
    font-weight: 300;
    font-size: 30px;
    line-height: 1.3;
    color: inherit;
}

.main-carousel .main-carousel-inner .carousel-item .carousel-caption-inner p.item-desc {
    color: rgba(255, 255, 255, 0.8);
    margin-top: 24px;
    font-size: 18px;
}

.main-carousel .main-carousel-inner .carousel-item .group-action {
    margin-top: 24px
}

.main-carousel .main-carousel-inner .group-action .btn+.btn {
    margin-left: 16px
}


/* Next & previous buttons */

.main-carousel .prev,
.main-carousel .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 24px;
    margin-top: -22px;
    color: white !important;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.2);
}


/* Position the "next button" to the right */

.main-carousel .next {
    right: 0;
}

.main-carousel .prev:hover,
.main-carousel .next:hover {
    background: rgba(255, 255, 255, 0.4);
}


/* Fading animation */

.mfade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.0s;
    animation-name: fade;
    animation-duration: 2.0s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.main-carousel-indicators {
    bottom: 40px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    width: 1170px;
    height: 180px;
    overflow: hidden;
}

.main-carousel-indicators ol {
    position: relative;
    width: 1050px;
    height: 100%;
    list-style: none;
    margin: auto;
    overflow: hidden;
}

.main-carousel-indicators li {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 180px;
    text-indent: 0;
}

.main-carousel-indicators li .indicator-item-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}

.main-carousel-indicators li .indicator-item-wrap img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.main-carousel-indicators li .indicator-item-wrap:hover .indicator-caption {
    background: rgba(248, 120, 49, 0.9);
    color: #fff;
}

.main-carousel-indicators li .indicator-item-wrap:hover .indicator-caption p,
.main-carousel-indicators li .indicator-item-wrap:hover .indicator-caption h5 {
    color: #fff;
}

.main-carousel-indicators li .indicator-item-wrap .indicator-caption {
    width: 55%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    padding: 20px;
}

.main-carousel-indicators li .indicator-item-wrap .indicator-caption p {
    color: #f87831;
    font-size: 12px;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.main-carousel-indicators li .indicator-item-wrap .indicator-caption h5 {
    font-family: "Roboto", "Libre Franklin", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: inherit;
    text-transform: uppercase;
}

.main-carousel-indicators li.active {}

@media (max-width:992px) {
    .main-carousel-indicators {
        display: none;
    }
}

@media (max-width:768px) {
    .main-carousel .main-carousel-inner {
        height: 300px;
    }
    .label-small {
        font-size: 13px;
    }
    .main-carousel .main-carousel-inner .carousel-item .carousel-caption-inner h3.item-title {
        font-size: 20px;
        line-height: 1.3;
    }
    .main-carousel .main-carousel-inner .carousel-item .carousel-caption-inner h3.item-title-s {
        font-size: 15px;
        line-height: 1.;
    }
    .main-carousel .main-carousel-inner .carousel-item .carousel-caption-inner h4.item-title-2 {
        font-weight: 300;
        font-size: 15px;
    }
    .main-carousel .main-carousel-inner .carousel-item .carousel-caption-inner p.item-desc {
        margin-top: 13px;
        font-size: 13px;
    }
    .main-carousel .main-carousel-inner .carousel-item .group-action {
        margin-top: 20px
    }
    .main-carousel .main-carousel-inner .group-action .btn+.btn {
        margin-left: 10px
    }
}

.btn {
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.main-content-1 .btn,
.main-carousel .btn {
    padding: 15px 20px;
    border: 0;
    font-size: 12px;
}

.btn-primary {
    background-color: #f87831;
    border-color: #f87831;
    color: #ffffff;
    background: linear-gradient(to bottom, #f9884a 0%, #f87831 100%), color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.6));
}

.btn-default {
    background-color: #234269;
    border-color: #234269;
    color: #ffffff;
    background: linear-gradient(to bottom, #294e7c 0%, #234269 100%), color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.6));
    background-repeat: no-repeat;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #f76818;
    border-color: #a43e06;
    color: #ffffff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #ffffff;
    background: #162a43;
    border-color: #14253b;
}

.btn-transparent {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
    color: #ffffff;
    background-color: rgba(230, 230, 230, 0.2);
    border-color: rgba(224, 224, 224, 0.2);
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

@media (max-width:768px) {
    .btn {
        font-size: 10px;
        padding: 10px 10px;
        /*margin-bottom: 20px;*/
    }
}

@media (max-width:576px) {
    .main-carousel .btn {
        font-size: 7px;
        padding: 7px 7px;
    }
    .main-carousel .main-carousel-inner .group-action .btn+.btn {
        margin-left: 5px
    }
}


/*----------- page-title -----------*/

.page-title {
    display: inline-block;
    width: 100%;
    height: 400px;
    margin-top: -30px;
    overflow: hidden;
}

.page-title-wrap {
    width: 100%;
    height: 100%;
}

.page-title-bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.page-title-bg::before {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-title-bg[opacity-data="0.5"]::before {
    background: rgba(0, 0, 0, 0.5);
}

.page-title-caption {
    width: 100%;
    height: 400px;
    position: relative;
}

.page-title-caption h1 {
    position: absolute;
    top: 40%;
    left: 0;
    color: #fff;
    font-size: 45px;
    font-weight: 200;
}

.page-title-caption nav.breadcrumbs {
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    align-items: center;
}

.page-title-caption nav.breadcrumbs a,
.page-title-caption nav.breadcrumbs i,
.page-title-caption nav.breadcrumbs span {
    color: rgba(255, 255, 255, 0.8);
}

.page-title-caption nav.breadcrumbs a,
.page-title-caption nav.breadcrumbs i {
    margin-right: 20px;
}

.page-title-caption nav.breadcrumbs i {
    font-size: 10px;
}

.page-title-caption nav.breadcrumbs a:hover {
    color: #fff;
}


/*----------- widget-menu -----------*/

.main-content-1 {
    padding: 6rem 0 0;
}

.widget-menu .widget-menu-wrap {
    text-align: center;
    padding: 40px 25px;
    border: 1px solid #e0e0e0;
    transition: ease-in-out .3s;
    height: 280px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.widget-menu-wrap .menu-item-icon img {
    max-width: 60px;
}

.widget-menu-wrap .menu-item-caption {
    margin-top: 1.5rem;
}

.widget-menu-wrap .menu-item-caption h4 {
    color: #234269;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.widget-menu-wrap .menu-item-caption p {}

.widget-menu .widget-menu-wrap:hover {
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.2);
}

.service-item {
    margin-bottom: 30px;
}


.service-section .service-post {
    margin-top: 40px;
}

.service-post .service-post-wrap {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.service-post-wrap .post-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-post-wrap > a {
    display: block;
    position: absolute;
    z-index: 1000;
    left: 0;
    bottom: 0;
    right: 0; 
    top: 0;
    width: 100%;
    height: 100%;
}

.service-post-wrap .post-thumb::before {
    background: rgba(0, 0, 0, 0.3);
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.service-post-wrap .loop-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 0 50px;
    transition: all 0.5s;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-post-wrap .loop-content p {
    color: #fff;
    margin: 0 50px 20px;
    font-size: 16px;
}

.service-post-wrap .loop-content .loop-content-caption {
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.service-post-wrap:hover .loop-content  {
    background-color: rgba(17, 46, 82, 0.7);
    top: 0;
    left: 0;
}

.service-post-wrap .loop-content .loop-content-caption .icon {
    border-radius: 50%;
    border: 2px solid #FFF;
    padding: 15px;
    margin-bottom: 15px;
}

.service-item .view-more {
    overflow: hidden;
    padding: 0;
}

.service-post-wrap .post-title {
    position: absolute;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 1em 1.5em 1em;
    right: 0;
    left: auto;
    border-left: 4px solid #f87831;
    transition: all 200ms ease;
    transform: translateY(0%);
    color: #333;
    background-color: rgba(255,255,255,.9);
    font-weight: 600;
}

.service-post-wrap:hover .post-title  {
    transform: translateY(100%);
}

span.arrow{
    position: relative;
    vertical-align: middle;
    margin-top: 10px;
}

.service-padding-right {
    padding-right: 20px;
}

.service-padding-left {
    padding-left: 20px;
}

.service-padding-left-right {
    padding-left: 10px;
    padding-right: 10px;
}

.main-content-1 h2.company-features-title {
    font-size: 23px;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 24px;
}

.tvt-featured-service .owl-nav {
    bottom: 10px;
    left: -33.3333%;
    position: absolute;
    margin-bottom: 24px;
}

@media (max-width: 961px) {
    .tvt-featured-service .owl-nav {
        position: relative;
        left: 0;
        margin-top: 24px;
    }
    .main-content-1 .features-intro {
        margin-bottom: 2rem;
    }
}

.tvt-featured-service .owl-nav button:hover {
    background: linear-gradient(#f9884a, #f87831) !important;
}

.tvt-featured-service .owl-nav button:hover span {
    color: #ffffff;
}

.tvt-featured-service .owl-nav button {
    background: #f7f7f7 !important;
    border-radius: 2px;
    margin: 0;
    line-height: 48px;
    padding: 0;
    text-align: center;
    height: 48px;
    width: 48px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tvt-featured-service .owl-nav button span {
    font-size: 25px;
    color: #aaaaaa;
    display: inline-block;
    padding-bottom: 5px;
}

.call-us-now-section-bg {
    width: 100%;
    background-image: url('images/carousel/call-now-1.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.call-us-now-section-bg .call-us-now-quote {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 80px;
    margin: 80px 0;
}

p.text-fl {
    padding-bottom: 40px;
}

p.text-fl a {
    color: #234269;
    font-size: 18px;
    font-weight: 700;
    animation: blinkingText 2s infinite;
    position: relative;
}

p.text-fl a::after {
    height: 24px;
    width: 24px;
    background: url(images/ico/tap.png) no-repeat;
    content: "";
    position: absolute;
    margin-left: 10px;
    bottom: 0px;
    animation: icontap-fl 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #10c018;
    }
    25% {
        color: #1056c0;
    }
    50% {
        color: #f87831;
    }
    75% {
        color: #234269;
    }
    100% {
        color: #04a1d5;
    }
}

@-webkit-keyframes flicker {
    0% {
        opacity: 0;
    }
    9% {
        opacity: 0;
    }
    10% {
        opacity: .5;
    }
    13% {
        opacity: 0;
    }
    20% {
        opacity: .5;
    }
    25% {
        opacity: 1;
    }
}

@keyframes icontap-fl {
    0% {
        bottom: 0px;
    }
    25% {
        bottom: 2px;
    }
    50% {
        bottom: 4px;
    }
    75% {
        bottom: 2px;
    }
    100% {
        bottom: 0px;
    }
}


/*----------- the-post-classic -----------*/

article.the-post-classic {
    position: relative;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    padding: 20px;
}

article.the-post-classic .section-item-image {
    overflow: hidden;
    width: 100%;
}

article.the-post-classic .section-item-image img {
    width: 100%;
    height: auto;
}

article.the-post-classic .section-item-body {
    width: 100%;
    padding: 1rem 0 0;
}

article.the-post-classic .section-item-body h3 {
    font-size: 16px;
    font-weight: 600;
    color: #234269;
    margin-bottom: 10px;
}

article.the-post-classic .section-item-body a:hover h3 {
    color: #f87831;
}

article.the-post-classic .section-item-body p {
    margin-bottom: 5px;
    min-height: 50px;
    overflow: hidden;
}

.section-item-body .view-more {
    margin-top: 10px;
}

.section-item-body .view-more i {
    padding: 14px;
    background-color: #f06114;
    color: #ffffff;
    font-size: 13px;
    border-radius: 5px 0 0 5px;
}

.section-item-body .view-more a {
    color: #ffffff;
    padding: 12px 20px 13px;
    background-color: #f87831;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 13px;
    letter-spacing: 0.01em;
    border-radius: 0 5px 5px 0;
}

article.the-post-classic .section-item-body .feature-action a span {
    border-bottom: 1px solid #f87831;
    font-size: 12px;
}

article.the-post-classic .section-item-image:hover img {
    filter: brightness(80%);
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -ms-filter: brightness(80%);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.the-content h2.article-title {
    margin-bottom: 2rem;
}

.the-content h3 {
    font-size: 18px;
    margin: 1rem 0;
    font-weight: 600;
}

.the-content h4 {
    font-size: 16px;
    margin: 1rem 0;
    font-weight: 600;
}

@font-face {
    font-family: Nexa;
    src: url(fonts/nexa/NexaBlack.otf) format('opentype');
}

@font-face {
    font-family: Nexa;
    src: url(fonts/nexa/Nexa-Light.otf) format('opentype');
    font-weight: lighter;
}

@font-face {
    font-family: Nexa;
    src: url(fonts/nexa/Nexa-Bold.otf) format('opentype');
    font-weight: bold;
}

.the-content .call-now {
    text-align: center;
    margin: 2rem 0 3rem;
    font-family: Nexa;
}

.the-content .call-now .call-now-title {
    color: #f87831;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.the-content .call-now .call-now-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.the-content .call-now .call-now-numbers .call-now-numbers-item {
    border: 5px solid #234269;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 20px;
    min-width: 300px;
}

.the-content .call-now .call-now-numbers .call-now-numbers-item span {
    color: #f87831;
    font-size: 35px;
    font-weight: 600;
}

.the-content .wp-block-image {
    margin-bottom: 20px;
}

.the-content p {
    text-align: justify;
}

.the-content p.has-text-align-center {
    text-align: center;
}

@keyframes shake-horizontal {
    2% {
        transform: translate(3px, 0) rotate(0)
    }
    4% {
        transform: translate(1px, 0) rotate(0)
    }
    6% {
        transform: translate(4px, 0) rotate(0)
    }
    8% {
        transform: translate(-2px, 0) rotate(0)
    }
    10% {
        transform: translate(9px, 0) rotate(0)
    }
    12% {
        transform: translate(0, 0) rotate(0)
    }
    14% {
        transform: translate(-8px, 0) rotate(0)
    }
    16% {
        transform: translate(-7px, 0) rotate(0)
    }
    18% {
        transform: translate(1px, 0) rotate(0)
    }
    20% {
        transform: translate(-5px, 0) rotate(0)
    }
    22% {
        transform: translate(-2px, 0) rotate(0)
    }
    24% {
        transform: translate(-5px, 0) rotate(0)
    }
    26% {
        transform: translate(-1px, 0) rotate(0)
    }
    28% {
        transform: translate(3px, 0) rotate(0)
    }
    30% {
        transform: translate(-7px, 0) rotate(0)
    }
    32% {
        transform: translate(-8px, 0) rotate(0)
    }
    34% {
        transform: translate(4px, 0) rotate(0)
    }
    36% {
        transform: translate(8px, 0) rotate(0)
    }
    38% {
        transform: translate(-5px, 0) rotate(0)
    }
    40% {
        transform: translate(-6px, 0) rotate(0)
    }
    42% {
        transform: translate(7px, 0) rotate(0)
    }
    44% {
        transform: translate(1px, 0) rotate(0)
    }
    46% {
        transform: translate(3px, 0) rotate(0)
    }
    48% {
        transform: translate(10px, 0) rotate(0)
    }
    50% {
        transform: translate(1px, 0) rotate(0)
    }
    52% {
        transform: translate(3px, 0) rotate(0)
    }
    54% {
        transform: translate(-9px, 0) rotate(0)
    }
    56% {
        transform: translate(-8px, 0) rotate(0)
    }
    58% {
        transform: translate(7px, 0) rotate(0)
    }
    60% {
        transform: translate(2px, 0) rotate(0)
    }
    62% {
        transform: translate(-6px, 0) rotate(0)
    }
    64% {
        transform: translate(-9px, 0) rotate(0)
    }
    66% {
        transform: translate(-2px, 0) rotate(0)
    }
    68% {
        transform: translate(4px, 0) rotate(0)
    }
    70% {
        transform: translate(8px, 0) rotate(0)
    }
    72% {
        transform: translate(2px, 0) rotate(0)
    }
    74% {
        transform: translate(6px, 0) rotate(0)
    }
    76% {
        transform: translate(-4px, 0) rotate(0)
    }
    78% {
        transform: translate(4px, 0) rotate(0)
    }
    80% {
        transform: translate(9px, 0) rotate(0)
    }
    82% {
        transform: translate(6px, 0) rotate(0)
    }
    84% {
        transform: translate(-6px, 0) rotate(0)
    }
    86% {
        transform: translate(5px, 0) rotate(0)
    }
    88% {
        transform: translate(5px, 0) rotate(0)
    }
    90% {
        transform: translate(-4px, 0) rotate(0)
    }
    92% {
        transform: translate(0, 0) rotate(0)
    }
    94% {
        transform: translate(-6px, 0) rotate(0)
    }
    96% {
        transform: translate(6px, 0) rotate(0)
    }
    98% {
        transform: translate(10px, 0) rotate(0)
    }
    0%,
    100% {
        transform: translate(0, 0) rotate(0)
    }
}

.animation-shake-horizontal {
    animation: shake-horizontal 20s;
    animation-iteration-count: infinite
}

.the-content .company-b {
    color: #234269;
}

.the-content .mobile-b {
    color: #f87831;
}

.the-content ul {
    list-style-type: '-';
    margin: 1rem 0;
    padding-left: 10px;
}

.the-content ul li {
    margin: 0.5rem 0;
    padding-left: 10px;
}

.related-post {
    margin: 2rem 0;
}

.related-post h3 {
    font-size: 16px;
    font-weight: 600;
    color: #234269;
    margin-bottom: 10px;
}

.related-post h3 span {
    border-bottom: 1px solid #f87831;
}

.related-post ul.related-post {
    margin: 0;
}

.related-post ul.related-post li a {
    margin-left: 10px;
}

.nav-menu-about ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu-about ul>li {
    position: relative;
    display: block;
}

.nav-menu-about ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 2px;
}

.nav-menu-about ul>li.active>a {
    color: #ffffff;
    background-color: #234269;
}

.about-director-quote>img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.about-director-quote .sp-quote-ct {
    background-color: #fbfbfb;
    padding: 40px;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .about-director-quote {
        position: relative;
        margin: 48px 0;
        min-height: 400px;
        overflow: hidden;
    }
    .about-director-quote>img {
        position: absolute;
        left: 0;
        top: 0;
    }
    .about-director-quote .sp-quote-ct {
        background-color: rgba(255, 255, 255, 0.95);
        float: right;
        position: relative;
        margin: 48px;
        width: 50%;
        padding: 40px;
    }
}


/*----------- side-bar-block -----------*/

.side-bar-block {
    margin-bottom: 4rem;
}

.front-page-news-block {
    margin-bottom: 2rem;
}

.front-page-news-block h3.block-title,
.side-bar-block h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.side-bar-block h3:not(:first-child) {
    margin-top: 4rem;
}

.side-bar-block ul.sidebar-post li {
    display: flex;
}

.side-bar-block ul.sidebar-post li:not(:first-child) {
    padding-top: 1.5rem;
}

.side-bar-block ul.sidebar-post li:not(:last-child) {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eeeeee;
}

.side-bar-block ul.sidebar-post li img {
    max-width: 100px;
    height: auto;
    margin-right: 20px;
}

.side-bar-block ul.sidebar-post li a {
    text-align: justify;
    font-size: 15px;
}

.news-block-item {
    display: flex;
    margin-bottom: 2rem;
}

.news-block-item .thumbnail-image {
    max-width: 30%;
    flex: 0 0 30%;
}

.news-block-item .news-block-item-content {
    flex-grow: 1;
    margin-left: 20px;
}

.news-block-item-content h4 {
    font-size: 15px;
    font-weight: 300;
}

.news-block-item-content .meta {
    font-size: 12px;
}

.author-info .image-author {
    float: left;
    margin-right: 12px;
    height: 48px;
    width: 48px;
    overflow: hidden;
}

.author-info .image-author img {
    width: 48px;
    height: auto;
}

.detail-author h4 {
    color: #2d2d2d;
    font-weight: 500;
    font-size: 14px;
}

.detail-author h5 {
    color: #f87831;
    font-size: 12px;
    margin-top: 15px;
}

.news-block-cover .text-border {
    border: 1px solid #eeeeee;
    padding: 24px;
    position: relative;
    margin-bottom: 24px;
}


/*----------- contact -----------*/

.contact-page h3 {
    color: #234269;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0 0 24px;
}

.contact-page h4 {
    color: #333333;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contact-page p {
    margin: 0;
}

.contact-page .contact-form textarea,
.contact-page .contact-form input,
.contact-page .wpcf7-form .wpcf7-form-control-wrap input,
.contact-page .wpcf7-form .wpcf7-form-control-wrap textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #F0F0F0;
    outline: none;
    padding-left: 20px;
    line-height: 58px;
    margin-bottom: 20px;
}

.contact-page .wpcf7-form .wpcf7-form-control-wrap {
    
}

.contact-page .contact-form textarea,
.contact-page .wpcf7-form .wpcf7-form-control-wrap textarea {
    height: 221px;
}

.contact-page .contact-form input[type="checkbox"],
.contact-page .wpcf7-form .wpcf7-form-control-wrap input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border: 1px solid #F0F0F0;
    outline: none;
    line-height: 10px;
    margin-bottom: 0;
    padding-left: 0;
}

.contact-page .contact-form textarea::placeholder,
.contact-page .contact-form input::placeholder {
    color: #234269;
}

.contact-page .contact-form div.checkbox {
    text-align: left;
    width: 100%;
    margin: 0 0 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.contact-page .contact-form div.checkbox label {
    position: inherit;
    margin-top: 2px;
    padding-left: 5px;
}

.contact-page .contact-info-cover {
    padding: 40px;
    background: #fbfbfb;
    border-radius: 3px;
}

.contact-page .form-cover {
    margin-top: 60px;
    margin-bottom: 60px;
}

.contact-page ul.contact-info {
    padding: 0;
    margin: 0;
}

.contact-page .contact-info li {
    color: #333333;
    align-items: center;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    padding-left: 0;
}

.contact-page .contact-info li label {
    /*color: #9e9e9e;*/
    color: #2B2B2B;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    margin-bottom: 0;
}

.contact-page .contact-info li .icon-box .inner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    margin-right: 15px;
    vertical-align: middle;
    background-color: #234269;
}

.contact-page .contact-info li .icon-box .inner i {
    font-size: 20px;
    color: #fff;
}


/*----------- footer -----------*/

footer {
    /*color: #aeb1be;*/
    color: #FFF;
    /*background-color: #2d3742;*/
    background-color: #234269;
    margin-top: 6rem;
    font-size: 13px;
}

footer * {
    font-size: 13px;
}


/******************/

.footer-contact-section {
    padding: 60px 0;
}

.footer-contact-section .footer-contact-cover {
    display: flex;
}

.footer-contact-cover .contact-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}

.footer-contact-cover .contact-box .contact-box-inner {
    padding: 0 20px;
}

.footer-contact-cover .contact-box .box-icon {
    margin-bottom: 1rem;
    text-align: center;
}

.footer-contact-cover .contact-box .box-icon i {
    font-size: 40px;
    color: #fff;
}

.footer-contact-cover .contact-box p.address-place {
    max-width: 300px;
}

@media (min-width: 768px) {
    .footer-contact-cover .contact-box {
        flex-basis: 33.333%;
        flex-grow: 1;
    }
    .contact-box.bodered-box {
        border-left: 1px solid #74757f;
        border-right: 1px solid #74757f;
    }
}

@media (max-width: 767px) {
    .footer-contact-section .footer-contact-cover {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-contact-cover .contact-box {
        flex-basis: 100%;
        flex-grow: 1;
    }
    .contact-box.bodered-box {
        border-left: 0;
        border-right: 0;
        border-top: 1px solid #74757f;
        border-bottom: 1px solid #74757f;
        padding: 40px 0;
    }
    .contact-box.f-box {
        padding-bottom: 40px;
    }
    .contact-box.l-box {
        padding-top: 40px;
    }
}


/******************/

.googlemap_section {
    background: url() no-repeat scroll top left;
    background-size: auto;
    color: #000000;
    position: relative;
}

.googlemap_section .googlemap-toggle {
    position: absolute;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    /*background: #2d3742;*/
    background: #234269;
    top: 0;
    /*color: #6e707a;*/
    color: #FFF;
    padding: 0 30px;
    margin-top: -32px;
    cursor: pointer;
    border-radius: 2px 2px 0 0;
    z-index: 99;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    border: 1px solid #74757f;
    border-bottom: none;
}

.googlemap_section .googlemap-toggle span {
    display: inline-block;
    width: fit-content;
}

.googlemap_section .arrow-down {
    /*border: solid #6e707a;*/
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transition: 0.5s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 0 3px 7px;
}

.googlemap_section .googlemap-toggle.selected .arrow-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin: 0 0 1px 7px;
}

.googlemap_section .googlemap-content {
    overflow: hidden;
    height: 450px;
    transition: 0.8s;
}

.googlemap_section .googlemap-content.display-none {
    height: 0;
}


/*-----------------Pricing---------------------*/

.dkkd-card {}

.dkkd-card .dkkd-card-item.product-selected {
    border: 3px solid #234269;
}

.dkkd-card .dkkd-card-item.product-selected .card-header {
    border-bottom: 2px solid #234269;
    background-color: #234269;
    color: #fff;
}

.dkkd-card .pricing-card-title {
    font-size: 30px;
    color: #f87831
}

.dkkd-card .card-footer {
    border-top: none;
    background-color: transparent;
}

.dkkd-card ul.variations-list {
    padding: 0 10px;
}

.dkkd-card ul.variations-list li {
    position: relative;
    margin: 0 10px 0 25px;
    padding: 10px 0;
    border-bottom: 1px #ccc dashed;
}

.dkkd-card ul.variations-list li:last-child {
    border-bottom: none;
}

.dkkd-card ul.variations-list li i.fa-check {
    position: absolute;
    top: 15px;
    left: -25px;
    font-style: normal;
    font-size: 14px;
    color: #f87831
}

.dkkd-card ul.variations-list li span{
    display: block;
    font-size: 14px;
    color: #234269;
}

.dkkd-dt .product-detail {
    margin-top: 40px;
}

.dkkd-dt .product-detail.left {
    margin-right: 40px;
}

.dkkd-dt .product-detail.right {
    margin-left: 40px;
}


@media (max-width: 768px) {
    .dkkd-dt .product-detail.right {
        margin-left: 0;
    }
}

.dkkd-dt .product-detail ul {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0 0px;
}

.dkkd-dt .product-detail ul:last-child, .dkkd-dt .product-detail ul.border-b-n {
    border-bottom: none;
}

.dkkd-dt .product-detail ul li {
    padding: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.dkkd-dt .product-detail ul li input {
    margin: 0;
}

.dkkd-dt .product-detail ul li .variation-attributes {
    color: #234269;
    font-weight: 300;
}

.dkkd-dt .product-detail .woocommerce-Price-amount {
    color: #f87831;
    font-weight: 600;
}

.dkkd-dt .product-detail del .woocommerce-Price-amount {
    color: #666;
    font-weight: 300;
    display: block;
    font-size: 10px;
    text-align: end;
}

.dkkd-dt .product-detail ins {
    text-decoration: none;
}

.dkkd-form-post-cover {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px 20px;
}

@media (max-width: 768px) {
    .main-content-1.woocommerce-page {
        position: relative;
    }

    .dkkd-form-post-cover {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #FFF;
        z-index: 100;
    }
}

.dkkd-form-post-cover .form-left {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
}

.dkkd-form-post-cover .form-left .t-price {
    color: #f87831;
    font-weight: 600;
    font-size: 25px;
    position: relative;
}

.dkkd-form-post-cover .t-price i.fa {
    margin-left: 7px;
    font-size: 18px;
}

.dkkd-form-post-cover .form-left .t-price ul.cart-items {
    position: absolute;
    display: none;
    right: 0;
    bottom: 30px;
    border: 1px solid #ccc;
    padding: 20px 20px 0 20px;
    background-color: #FFF;
    min-width: 400px;
}

.dkkd-form-post-cover .form-left .t-price ul.cart-items li {
    color: #666;
    font-weight: 300;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dkkd-form-post-cover .form-left .t-price ul.cart-items li img {
    width: 50px;
    height: 50px;
    border: 1px solid #CCC;
    padding: 1px;
    border-radius: 3px;
    margin-right: 5px;
}

.dkkd-form-post-cover .form-left .t-price ul.cart-items li span.cart-item-name {
    text-align: left;
}

.dkkd-form-post-cover .form-left .t-price ul.cart-items li span.cart-item-name .variation-attributes {
    color: #234269;
    font-weight: 300;
    font-size: 12px;
    display: block;
}

.dkkd-form-post-cover .form-left .t-price ul.cart-items li span.cart-item-price {
    margin-left: auto;
    font-weight: 600;
    color: #f87831;
    white-space: nowrap;
}

.dkkd-form-post-cover .form-left .t-price:hover ul.cart-items {
    display: block;
}

.dkkd-form-post-cover .form-left .t-price ul.cart-items li.cart-total {
    border-top: 1px solid #CCC;
    padding-top: 10px;
}

.dkkd-form-post-cover .form-left .t-price ul.cart-items li span.cart-price-name {
    color: #234269;
    font-weight: 600;
    font-size: 16px;
}

.dkkd-form-post-cover .form-left .t-price ul.cart-items li span.cart-price {
    margin-left: auto;
    font-weight: 600;
    color: #f87831;
    font-size: 16px;
    white-space: nowrap;
}

.dkkd-form-post-cover .form-right {
    display: flex; 
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .dkkd-form-post-cover .form-right {
        display: flex; 
        justify-content: center;
        margin-top: 20px;
    }
}

.wc-block-cart__submit-container {
    background-color: #f87831;
    border-color: #f87831;
    color: #ffffff;
    background: linear-gradient(to bottom, #f9884a 0%, #f87831 100%), color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(0, 0, 0, 0.6));
    border-radius: 5px;
    margin-top: 20px;
}

.wc-block-cart__submit-container .wc-block-components-button__text {
    color: #ffffff;
}
.wc-block-cart__submit-container:hover,
.wc-block-cart__submit-container:focus,
.wc-block-cart__submit-container:active {
    background-color: #f76818;
    border-color: #a43e06;
    color: #ffffff;
}

select#billing-country {
    
}

.wp-block-woocommerce-cart h2,
.wp-block-woocommerce-cart div.wp-block-product-new {
    display: none;
}

.wp-block-woocommerce-cart h2.wc-block-cart__empty-cart__title {
    display: block;
}
/******************/

.footer-content-1 {
    margin: 0 0 80px 0;
}

.footer-content-1 h3 {
    margin-bottom: 2rem;
    color: #fff;
}

.footer-content-1 h3 span {
    margin-top: 20px;
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.footer-content-1 ul>li {
    margin: 4px 0;
}

.footer-content-1 ul>li>a {
    /*color: #aeb1be;*/
    color: #FFF;
    padding: 0;
}

.footer-content-1 ul>li>a:hover,
.footer-content-1 ul>li>a:focus {
    color: #fff;
    font-weight: 600px;
}

.footer-content-2 .copy-right {
    padding: 30px 0 20px;
    text-align: left;
}

.footer-content-2 ul.social {
    margin-top: 20px;
    padding: 0;
    text-align: right;
}

.footer-content-2 ul.social>li {
    margin: 0 10px 0 0;
    display: inline-block;
    border: none;
}

.footer-content-2 ul.social>li a {
    display: inline-block;
    text-align: center;
    height: 40px;
    width: 40px;
}

.footer-content-2 ul.social>li a i {
    font-size: 14px;
    color: #FFF;
}

@media (max-width:768px) {
    .footer-content-2 .copy-right {
        text-align: center;
    }
    .footer-content-2 ul.social {
        text-align: center;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    border: 1px solid #CCC;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    
}


.woocommerce form .form-row span.woocommerce-input-wrapper {
    width: 100% !important;
}

.woocommerce form .form-row.address-field#billing_postcode_field,
.woocommerce form .form-row.address-field#billing_city_field, 
.woocommerce form .form-row.validate-phone,
.woocommerce form .form-row.validate-email {
    float: left;
    width: 47%;
    overflow: visible;
    clear: none !important;
}
.woocommerce form .form-row.address-field#billing_postcode_field,
.woocommerce form .form-row.validate-email {
    float: right;
    clear: none !important;
}

.woocommerce .woocommerce-address-fields .button {
    margin-top: 20px;
}