/* -------------------------------------------
[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #919191
    Accent color: #dc9814
[Typography]
    Body:   16/28 'font-family: 'MaisonNeue', sans-serif;
    Input:  14px/40px
    Textarea:   14px/24px
[Component module]
1.0 RESET BROWSER
	
2.0 DEFAULT SETTING
    
3.0 HEADER THEME
	
4.0 BANNER THEME
 	
5.0 BLOG THEME
    
6.0 SHOP THEME
	
7.0 WIDGET + PAGINATION
    
8.0 SHORTCODE THEME
 
9.0 FOOTER THEME
    
10.0 RESPONSIVE

------------------------------------------- */
html, body {
    font-family: 'opensans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
}

.body {
    max-width: 100%;
    overflow-x: hidden;
}

label {
    color: #000000;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
    color: #2f508b;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    margin: 0;
    padding-left: 19px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: #000000;
    margin-top: 0;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin-bottom: 20px;
}

blockquote, q {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    border-left: 4px solid #dc9814;
    padding: 8px 0 8px 30px;
    margin-bottom: 12px;
}

/* ==========================================================================
  1.1 FORM THEME
============================================================================ */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea,
select {
    color: #666;
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0 20px;
    max-width: 100%;
    background-color: transparent;
    height: 56px;
    line-height: 54px;
    font-size: 14px;
}

input[type="number"]:not(.number-cart)::-webkit-outer-spin-button,
input[type="number"]:not(.number-cart)::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

textarea {
    display: block;
    padding: 15px 20px;
    height: auto;
    width: 100%;
    line-height: 24px;
}

select {
    padding-right: 0;
    border: 1px solid #dbdbdb;
}

button,
input[type="submit"] {
    font-size: 14px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    padding: 0 15px;
    background: #2a2a2a;
    border: none;
    border-radius: 0;
    vertical-align: top;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    outline: none;
}

button:hover,
input[type="submit"]:hover,
button:focus,
input[type="submit"]:focus {
    color: #ffffff;
    background: #ffb300;
}

:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-moz-placeholder {
    /* Firefox 18- */
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

.return-message {
    line-height: 20px;
    padding: 10px;
    margin-top: 15px;
}

/* ==========================================================================
  1.2 TABLE THEME
============================================================================ */
table {
    border: 1px solid #eaeaea;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    width: 100%;
    margin-bottom: 20px;
}

table thead {
    background-color: #f8f8f8;
}

th, td {
    font-weight: normal;
    border: 1px solid #eaeaea;
    padding: 10px;
}

/*font-face */
@font-face {
    font-family: "opensans";
    src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
    font-family: opensans-bold;
    src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
}
@font-face {
    font-family: opensans-semibold;
    src: url(../fonts/Open_Sans/OpenSans-SemiBold.ttf);
}

@font-face {
    font-family: UTM_AvoBold_Italic;
    src: url(../fonts/UTM_AvoBold_Italic.ttf);
}

@font-face {
    font-family: UTM_AvoItalic;
    src: url(../fonts/UTM_AvoItalic.ttf);
}

/*----------------------------Auto Clear--------------------------------*/
@media (min-width: 1600px) {
    .container {
        width: 1440px;
    }
}

@media (min-width: 1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-lg-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-md-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-sm-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-xs-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }
}

@media (max-width: 479px) {
    .auto-clear .col-ts-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-ts-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-ts-15:nth-child(5n+1) {
        clear: left;
    }

    .auto-clear .col-ts-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-ts-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-ts-6:nth-child(odd) {
        clear: left;
    }
}

/*-----------------------CUSTOM 5 COLUMNS---------------------------*/
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after{
    margin: 0;
}
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-ts-15,
.col-ts-25,
.col-ts-35,
.col-ts-45 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

@media (max-width: 479px) {
    .col-ts-15 {
        width: 20%;
    }

    .col-ts-25 {
        width: 40%;
    }

    .col-ts-35 {
        width: 60%;
    }

    .col-ts-45 {
        width: 80%;
    }
}

@media (min-width: 480px) and (max-width: 767px) {

    .col-xs-15 {
        width: 20%;
    }

    .col-xs-25 {
        width: 40%;
    }

    .col-xs-35 {
        width: 60%;
    }

    .col-xs-45 {
        width: 80%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-15 {
        width: 20%;
    }

    .col-sm-25 {
        width: 40%;
    }

    .col-sm-35 {
        width: 60%;
    }

    .col-sm-45 {
        width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .col-md-15 {
        width: 20%;
    }

    .col-md-25 {
        width: 40%;
    }

    .col-md-35 {
        width: 60%;
    }

    .col-md-45 {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
    }

    .col-lg-25 {
        width: 40%;
    }

    .col-lg-35 {
        width: 60%;
    }

    .col-lg-45 {
        width: 80%;
    }
}

/*-----------------------
CUSTOM COL < 480
---------------------------*/
@media (max-width: 479px) {
    .col-ts-1, .col-ts-10, .col-ts-11, .col-ts-12, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .col-ts-1, .col-ts-2, .col-ts-3, .col-ts-4, .col-ts-5, .col-ts-6, .col-ts-7, .col-ts-8, .col-ts-9, .col-ts-10, .col-ts-11 {
        float: left;
    }

    .col-ts-12 {
        width: 100%;
    }

    .col-ts-11 {
        width: 91.66666667%;
    }

    .col-ts-10 {
        width: 83.33333333%;
    }

    .col-ts-9 {
        width: 75%;
    }

    .col-ts-8 {
        width: 66.66666667%;
    }

    .col-ts-7 {
        width: 58.33333333%;
    }

    .col-ts-6 {
        width: 50%;
    }

    .col-ts-5 {
        width: 41.66666667%;
    }

    .col-ts-4 {
        width: 33.33333333%;
    }

    .col-ts-3 {
        width: 25%;
    }

    .col-ts-2 {
        width: 16.66666667%;
    }

    .col-ts-1 {
        width: 8.33333333%;
    }
}

.header-logo {
    width: 15%;
    display: inline-block;
    margin-right: 15px;
}
.main-navigation .main-menu {
    padding: 0;
    list-style: none;
}



.container-custom {
    padding: 0 3%;
}

.main-navigation .main-menu .menu-item {
    list-style: none;
    position: relative;
    margin-bottom: 6px;
}

.main-navigation .main-menu > .menu-item > a {
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
}

.main-navigation .main-menu > .menu-item > a:hover {
    color: #2f508b;
}

/*sub menu*/
.main-navigation .main-menu .menu-item .submenu {
    padding-left: 0;
    text-align: left;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 10;
}

.main-navigation .main-menu > .menu-item .submenu:not(.megamenu) {

}

.main-navigation .main-menu > .menu-item .submenu:not(.megamenu) .menu-item {
    padding: 0 15px;
}

.main-navigation .main-menu > .menu-item .submenu .menu-item::before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
    width: calc(100% + 10px);
    height: 100%;
    z-index: -1;
}

.main-navigation .main-menu > .menu-item .submenu .menu-item:hover::before {
    display: block;
}

.main-navigation .main-menu > .menu-item .submenu a {
    font-size: 16px;
    line-height: 38px;
    color: #919191;
    display: block;
    text-align: left;
}

.main-navigation .main-menu .menu-item .submenu .menu-item a {
    color: #919191;
}

.main-navigation .main-menu .menu-item .submenu .menu-item a > span {
    position: relative;
    bottom: 4px;
}

.main-navigation .main-menu .menu-item .submenu .menu-item:hover > a {
    color: #ffb300;
}

.main-navigation .main-menu .toggle-submenu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000;
}

.main-navigation .main-menu .menu-item:hover > .toggle-submenu {
    color: #ffb300;
}

/* ==========================================================================
    3.7 HORIZON MENU
========================================================================== */
.horizon-menu {
    position: relative;
    text-align: left;

    display: inline-block;
}
.header-wrap{
    display: table;
    width: 100%;
    padding: 15px 3%;
}
.header-wrap>div{
    display: table-cell;
    vertical-align: middle;
}
.header-wrap .header-left{
    width: 80%;
}
.header-wrap .header-right{
    width: 20%;
}
@media (max-width: 1024px) {
    .header-wrap{
        position: relative;
    }
}
/*sup menu*/
.horizon-menu .main-navigation .main-menu > .menu-item {
    padding: 0 15px;
    display: inline-block;
    cursor: pointer;
    font-family: "opensans-bold";
}

.horizon-menu .main-navigation .main-menu > .menu-item:first-child {
    padding-left: 0;
}

.horizon-menu .main-navigation .main-menu > .menu-item:last-child {
    padding-right: 0;
}

.horizon-menu .main-navigation .main-menu > .menu-item::before {
    display: none;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
}

.horizon-menu .main-navigation .main-menu > .menu-item:hover::before {
    display: block;
}

.horizon-menu .main-navigation .main-menu > .menu-item > a {
    position: relative;
    display: block;
}

/*sub menu*/
.horizon-menu .main-navigation .main-menu .menu-item .submenu {
    position: absolute;
    min-width: 293px;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    margin-top: 27px;
    max-width: 1920px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.05);
}

.horizon-menu .main-navigation .main-menu .menu-item:hover > .submenu {
    opacity: 1;
    visibility: visible;
}

.horizon-menu .main-navigation .main-menu > .menu-item > .submenu {
    top: 100%;
    padding: 13px;
    left: 0;
}

.horizon-menu .main-navigation .main-menu > .menu-item:hover > .submenu {

    top: 50%;

}

.horizon-menu .main-navigation .main-menu > .menu-item > .submenu .submenu {
    top: -20px;
    left: 100%;
}

.horizon-menu .main-navigation .main-menu .submenu .menu-item:hover > .submenu {
    margin-top: 0;
}

/*.toggle-submenu*/
.horizon-menu .main-navigation .main-menu .toggle-submenu::before {
    display: block;
    content: '\f107';
    font-family: 'FontAwesome', sans-serif;
    height: 48px;
    line-height: 48px;
    width: 25px;
    text-align: center;
    font-size: 14px;
    z-index: 999;
}

.horizon-menu .main-navigation .main-menu .submenu .toggle-submenu {
    display: block;
}

.horizon-menu .main-navigation .main-menu .submenu .toggle-submenu::before {
    height: 45px;
    line-height: 45px;
    width: 30px;
    font-size: 14px;
    content: '\f105';
}

/* moblie */
.box-mobile-menu .vc_column-inner {
    padding: 0 15px !important;
}

.box-mobile-menu .vc_row {
    padding: 0 !important;
}

.box-mobile-menu-open .body-overlay {
    visibility: visible;
    opacity: 1;
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 11;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.box-mobile-menu [class^="vc_col-"],
.box-mobile-menu [class*=" vc_col-"] {
    width: 100% !important;
    float: none;
}

.box-mobile-menu-open .box-mobile-menu {
    left: 0;
}

.box-mobile-menu-open .box-mobile-menu .main-menu .mobile-active > .submenu {
    left: 0 !important;
    z-index: 101;
}

.box-mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -320px;
    width: 90%;
    max-width: 320px;
    line-height: 30px;
    background-color: #fff;
    color: #666;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 11;
}

.box-mobile-menu .close-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 46px;
    height: 46px;
}

.box-mobile-menu .close-menu::before,
.box-mobile-menu .close-menu::after {
    border-bottom: 2px solid;
    content: "";
    left: 14px;
    position: absolute;
    top: 22px;
    width: 17px;
}

.box-mobile-menu .close-menu::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box-mobile-menu .close-menu::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-mobile-menu .box-inner {
    height: calc(100% - 40px);
    box-shadow: 0 -1px 0 #eee;
    position: relative;
}

.box-mobile-menu .box-title {
    display: block;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    padding: 8px 0;
    margin: 0 46px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

.box-mobile-menu .back-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
}

.box-mobile-menu .close-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 46px;
    height: 46px;
    text-align: center;
}

.box-mobile-menu .toggle-submenu {
    font-family: 'FontAwesome', sans-serif;
    font-size: 20px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}

.box-mobile-menu .toggle-submenu::before {
    content: "\f105";
}

.box-mobile-menu .submenu .submenu .toggle-submenu {
    display: none;
}

.box-mobile-menu .main-menu {
    position: absolute;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.box-mobile-menu .main-menu .submenu {
    background-color: #fff;
    color: #666;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 0 !important;
    left: -100% !important;
    bottom: 0;
    width: 100% !important;
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}

.box-mobile-menu .main-menu > .menu-item,
.box-mobile-menu .main-menu .submenu > .menu-item {
    display: inline-block;
    position: static;
    border-bottom: 1px solid #eee;
    width: 100%;
}

.box-mobile-menu .main-menu .menu-item > a {
    display: block;
    padding: 8px 15px;
    font-size: 14px;
    line-height: 30px;
}

.box-mobile-menu .main-menu .submenu.megamenu .menu-item > a {
    padding: 0;
}

.box-mobile-menu .main-menu .menu-item-has-children > a {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 50px);
    color: #000;
}

.box-mobile-menu .main-menu .menu-item-has-children > a:hover {
    color: #ffb300;
}

.box-mobile-menu .main-menu .submenu .submenu .menu-item-has-children > a {
    display: block;
    width: auto;
}

.box-mobile-menu .main-menu .menu-item-has-children > .toggle-submenu {
    float: right;
    z-index: 30;
}

/*mobile-navigation*/
.mobile-navigation {
    display: none;
    padding: 16px 0 16px 0;
    cursor: pointer;
    font-size: 18px;
}

.menu-btn-icon {
    text-align: center;
    display: inline-block;
    height: 35px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle;
    line-height: 7px;
    position: relative;
    width: 50px;
    cursor: pointer;
}

.menu-btn-icon span {
    background-color: #000;
    vertical-align: middle;
    display: inline-block;
    height: 2px;
    width: 24px;
}

.mobile-navigation:hover .menu-btn-icon span {
    background-color: #ffb300;
}

.header-wrap-stick {
   z-index: 2;
    width: 100%;

}

.megamenu-wrap {
    width: 1400px;
    padding: 15px 0;
}

.megamenu.megamenu-wrap1 {
    width: 450px;
    padding: 15px 0;
    left: -53px;
}

.megamenu-wrap2 {
    width: 600px;
    padding: 15px 0;
}

.megamenu-wrap3 {
    padding-left: 53px;
    width: 990px;
    padding: 15px 0;
    background-repeat: no-repeat;
    background-size: contain;
}

.megamenu-wrap4 {
    padding-left: 53px;
    width: 670px;
    padding: 15px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu {
    margin-bottom: 20px;
    padding: 0;
}

.demo-link {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #000;

}

.demo-home {
    margin-top: 20px;

}

.main-navigation .main-menu > .menu-item .submenu a:hover {
    color: #f4cc34;
}
.demo-thumb-img {
    position: relative;
    box-shadow: 0 3px 70px rgba(0,0,0,.11);
}

.demo-thumb-img::before {
    content: "";
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.demo-thumb-img:hover::before {
    opacity: 0.3;
}

.icon-header {
    width: 15%;
    float: left;
    text-align: right;
}

.icon-header span {
    color: #fff;
    font-size: 18px;
    padding-right: 10px;
    cursor:pointer;
}

.header-position {
    left: 0;
    right: 0;
}

.header-position.fixed {
    background-color: rgba(0,0,0,0.75);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 10px;
    margin-top: 0;
    padding-bottom: 6px;
}
.menu-title {
    padding-bottom: 30px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    position: relative;
    line-height: 28px;
    margin-top: 24px;
}

.menu-title::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0px;
    width: 55px;
    background: #ffa749;
    height: 1px;
}

.menu-bg {
    -webkit-transition: background-color 0.5s;
    margin-top: 0;
    background: #000;
    padding-top: 10px;
    padding-bottom: 30px;
}

.slider {
    background-repeat: no-repeat;
    text-align: center;
    color: #fffefe;
    background-size: cover;
}

.header .second {
}

.slider h4 {

    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 52px;
    color: #fff;
}

.icon-header .glyph-icon:hover {
    color: #e6c8a7;
    cursor: pointer;
}

.slider h2 {
    color: #fff;
    font-size: 60px;


}

.active .slider h2 {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInLeftBig;
    -webkit-animation-name: fadeInLeftBig;
}

.slider a {
    text-align: center;
    padding: 23px 61px;
    color: #fff;
    background: #000;
    display: inline-block;

    font-size: 12px;
    transition: 1s;
}

.slider a:hover {

    background-color: #f4cc34;

    text-decoration: none;
}

.text-slider {
    margin-top: 337px;
    margin-bottom: 405px;
}

.top-content {
    text-align: center;
    padding-bottom: 69px;
}

.top-content img {
    padding: 14px 16px;
    border: 1px solid #000000;
    border-radius: 50%;
    margin-bottom: 67px;
    margin-top: 76px;
}

.top-content p {
    font-family: MaisonNeue-Book;
    font-size: 22px;
    margin-bottom: 52px;
    color: #919191;
}

.top-content span {
    font-family: MaisonNeue-Demi;
    font-size: 16px;
    color: #000000;
    position: relative;
}

.top-content span:hover {
    transition: 0.7s;
    color: #f4cc34;
    cursor: pointer;
}

.top-content span::before {
    content: " ";
    position: absolute;
    border-bottom: 1px solid #000000;
    left: 0px;
    top: 18px;
    width: 83px;
}
@media screen and (max-width: 1199px) {
    .top-content p {
        margin-bottom: 32px;
        font-size: 20px;
    }
    .main-navigation .main-menu > .menu-item .submenu a{
        font-size: 14px;
    }

    .top-content {
        padding-bottom: 49px;
    }

    .txt-collec h2 {
        font-size: 18px;
        line-height: 56px;
    }

    .title-block h1 {
        margin-bottom: 76px;
        margin-top: 58px;
    }

    .top-content img {
        margin-bottom: 37px;
        margin-top: 46px;
    }

    .txt-collec {
        width: 135px;
        height: 56px;
    }

    .reson {
        margin-top: 82px;
        margin-bottom: 100px;
    }

    .col-collec-center img {
        height: 568px;
    }

    .container {
        width: 100%;
    }


    .owl-nav {
        display: none;
    }

    .menu-btn-icon span {
        background-color: #fff;
    }

    .header-position.fixed {
        display: none;
    }



    .header-wrap-stick-duck {
        background-color: #fff;
    }

    .header-wrap-stick-duck .menu-btn-icon span {
        background-color: #000;
    }

}

@media(max-width: 1024px) {
    .container {
        width: 100%;
    }
    .mobile-navigation {
        display: block;
        padding: 0;
    }

    .header-logo {
        width: 30%;
    }
    .icon-header {
        width: 15%;
        float: right;
    }
    .horizon-menu {
        display: none;
    }
    .menu-bar {
        padding: 0;
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .txt-collec {
        width: 138px;
        height: 52px;
    }

    .txt-collec h2 {
        font-size: 18px;
        line-height: 59px;
    }

    .header .owl-dots {
        top: 88%;
        left: 46.3%;
    }

    .top-content img {

        margin-bottom: 30px;
        margin-top: 38px;
    }

    .top-content p {
        font-size: 16px;
        margin-bottom: 23px;
    }

    .title-block h1 {

        margin-bottom: 36px;
        margin-top: 48px;
    }

    .title-block::before {
        top: 40px;
    }

    .col-collec-center img {
        height: 383px;
    }

    .top-content {
        padding-bottom: 32px;
    }

    .hid-product i {
        left: 73%;
        top: 65%;
    }

    .form-contact input {
        width: 83%;
    }

    .menu-footer li {
        margin-right: 13px;
    }



    .slider h2 {
        font-size: 56px;

    }

    .slider a {
        padding: 14px 36px;

    }

    .slider h4 {
        margin-top: 15px;
        margin-bottom: 32px;
    }

    .text-slider {
        margin-top: 247px;
        margin-bottom: 225px;
    }

    .load-more {
        margin-bottom: 10px;
        min-width: 150px;
    }

    .reson {
        margin-top: 32px;
        margin-bottom: 70px;
    }

    .mid-content h3 {
        max-width: 93%;
        margin-bottom: 92px;
    }

    .glyph-icon.flaticon-next {
        margin-left: 0%;
    }

    .main-content-sildebar-home {
        margin: 0;
    }

    .owl-carousel.home-sidebar .slider .text-slider {
        margin-top: 267px;
        margin-left: 155px;
        margin-bottom: 200px;
    }

    .owl-carousel.home-sidebar .slider .text-slider h2 {
        font-size: 15px;
        letter-spacing: 0.1em;
    }

    .owl-carousel.home-sidebar .slider .text-slider h4 {
        font-size: 60px;
    }

    .header.header-sidebar {
        left: -400px;
        transition: 1s;
    }

    .slider-sidebar-home {
        padding: 0 15px;
    }

    .item-cate-sidebar-home {
        padding: 0 20px;
    }

    .cate-sidebar-home {
        margin-top: 60px;
    }

    .main-content-sildebar-home .staff {
        padding: 0 20px;
    }

    .main-content-sildebar-home .staff .product-item img {
        width: 120px;
        height: 187px;
    }

    .main-content-sildebar-home .staff .top-pro {
        border: none;
        transition: 0.5s;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .main-content-sildebar-home .staff .product-item .hid-product {
        display: none;
    }

    .banner-sidebar-home {
        padding-top: 274px;
        padding-bottom: 487px;
        padding-left: 418px;
        padding-right: 53px;
    }

    .about-footer-home-sidebar {
        margin-left: 180px;
    }

    .shop-footer-home-sidebar {
        margin-left: 162px;
    }

    .footer-logo-sidebar-home span .fa {
        padding-top: 9px;
    }

    .footer-logo-sidebar-home i {
        width: 28px;
        height: 28px;
        margin-right: 9px;
        font-size: 12px;
    }

}

@media screen and (max-width: 991px) {
    .top-content p {
        font-size: 18px;
    }

    .top-header {
        position: absolute;
        background: #000;
        margin-top: 0;
    }
    .menu-bar{
        margin-top: 2px;
    }
    .sub-menu, .sub-menu2, .sub-menu3 {
        opacity: 0;
    }

    .col-collec-center {
        margin-bottom: 18px;
        margin-top: 18px;
    }

    .col-collec-center img {
        width: 100%;
        height: 500px;
    }

    .staff .gtshop {
        margin-left: -104px;
        width: 115px;
    }

    .item-reson::before {
        top: 0;
        height: 150px;
    }

    .mid-content h3 {
        font-size: 16px;
    }

    .header-menu {
        display: none;
    }


    .menu-btn-icon {
        padding: 0;
        text-align: left;
        color: #fff;
    }

    .menu-bg {
        display: none;
    }

    .menu-btn-icon span {
        background-color: #000000;
    }

    .header-wrap-stick {
        padding-bottom: 0;
        margin-top: 0;
    }

    .header-wrap-stick-duck {
        background-color: #fff;
    }

    .header-wrap-stick-duck .menu-btn-icon span {
        background-color: #000;
    }

    .header-wrap-stick-duck .menu-btn-icon {
        top: 1px;
    }

    .adven .owl-nav {
        display: none;
    }


    .product-item:hover .hid-product {
        display: none;
        opacity: 0;
    }

    .product-item:hover .top-pro h4 {
        opacity: 1;
    }

    .product-item:hover .top-pro a {
        opacity: 1;
    }

    .infor-staff a {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .infor-staff h4 {
        font-size: 12px;
    }

    .top-pro {
        padding-bottom: 10px;
        margin-bottom: 0;
    }

    .load-more {
        min-width: 110px;
        height: 35px;
        margin-top: 10px;
    }

    .product {
        margin-bottom: 0;
    }

    .post-thumb {
        width: 100%;
        margin-bottom: 0;
    }

    .post-thumb.small {
        width: 100%;
        padding-right: 0;
        display: block;
    }

    .post-infor.small {
        width: 100%;
        display: block;
        padding-bottom: 20px;
        border: none;
    }

    .blog-item {
        margin-bottom: 60px;
        display: block;
    }

    .title-blog {
        margin-top: 20px;
        margin-bottom: 39px;
    }

    .content-infor {
        margin: 20px 0;
    }

    .list-blog {
        margin-bottom: 20px;
    }

    .header-menu.vertical-menu {
        display: block;
    }

    .footer-logo-sidebar-home h4 {
        font-size: 15px;
    }


}


@media screen and (max-width: 767px) {
    .header .owl-nav {
        display: none;
    }
    .menu-bar{
        width: 16%;
    }
}

@media screen and (max-width: 479px) {
    .glyph-icon.flaticon-user {
        display: none;
    }
}
.bg-dark{
    background-color: #2f508b;
}
.block-title-wrap{
    text-align: center;
    width: 90%;
    margin: auto;
    line-height: 1.4;
}
.thaihung-btn{
    font-size: 14px;
    font-family: 'opensans-bold',sans-serif;
    transition: 0.25s;
    background-color: transparent;
    padding-bottom: 5px;
    position: relative;
}
.thaihung-btn::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid;
}
.thaihung-btn:hover::before {
    -webkit-animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
    animation: underline-link .8s cubic-bezier(.58, .3, .005, 1) 0s 1;
}
section{
    padding: 30px 0 30px 0;
}
.first-sect{
    padding-top: 70px;
}
section.blog{
    background-color: #f4f6f9;
}
@media (max-width: 1199px) {
    section{
        padding:25px 0;
    }
    .first-sect{
        padding-top: 50px;
    }
}
@media (max-width: 767px) {
    section{
        padding:15px 0;
    }
    .first-sect{
        padding-top: 30px;
    }
}
.heading-title-inner {
    font-size: 24px;
    font-family: 'opensans-bold', sans-serif;
    color: #2f508b;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 20px;
    margin: 0px;
}
.heading-title{
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}
.heading-title.style-02 .heading-title-inner{
    background-color: transparent;
}
.heading-title::before{
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    border: 1px solid #dcdcdc;
    width: 100%;
    z-index: -1;
}
.listing-item{
    padding: 20px 15px;
}
.listing-item .title-listing{
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    font-family: "UTM_AvoBold",sans-serif;
    margin-bottom:15px;
    text-transform: uppercase;
}
.listing-item ul{
    padding: 0;
    text-align: center;
    line-height: 1.5;
}
.listing-item ul li{
    list-style: none;
    color: #ffffff;
}
.color-light{
    color: #ffffff;
}
.thaihung-event{
    padding: 20px 0;
}
.thaihung-event .thaihung-event-note{
    font-size: 14px;
    color: #ffffff;
    padding-right: 100px;
    line-height: 22px;
}
@media (max-width: 1024px) {
    .thaihung-event .thaihung-event-note{
        padding: 0;
        margin-bottom: 20px;
    }
}
.thaihung-event-image{
    -webkit-box-shadow: 11px 16px 20px 6px rgba(0,0,0,0.5);
    -moz-box-shadow: 11px 16px 20px 6px rgba(0,0,0,0.5);
    box-shadow: 11px 16px 20px 6px rgba(0,0,0,0.5);
}
.thaihung-post{
    padding: 5px 5px 20px 5px;
    text-align: center;
}

.thaihung-post .post-content{
    background-color: #FFFFFF;
    padding:20px 10px 0;
}

.thaihung-post .post-title{
    font-size: 17px;
    line-height: 24px;
    font-family: "opensans-bold", sans-serif;
    display: inline-block;
    margin-top: 0;
    min-height: 75px;
    margin-bottom: 10px;
    color: #979797;

}
.thaihung-post .poat-readmore{
    display: inline-block;
    margin-bottom: 25px;
}
.thaihung-post .post-meta{
    overflow: hidden;
    border-top: 1px solid #eaeaea;
    padding: 10px;
}
.thaihung-post .post-meta>div {
    display: inline-block;
    position: relative;
    color: #999;
    font-size: 14px;
    font-family: "opensans-bold",sans-serif;
}
.thaihung-post .post-meta .post-date{
    float: left;
}
.thaihung-post .post-meta .post-comment{
    float: right;
}
.thaihung-post .post-meta .post-comment::before {
    content: "\f105";
    font-family: 'Flaticon',sans-serif;
    color: #000;
    font-size: 21px;
    padding-right: 6px;
    vertical-align: middle;
}
.thaihung-post .post-meta .post-date::before {
    content: "\f103";
    font-family: 'Flaticon',sans-serif;
    color: #000;
    font-size: 22px;
    padding-right: 6px;
    vertical-align: middle;
    margin-left: 1px;
}
footer{

}
.thaihung-custom-menu .menu-title{
    text-transform: uppercase;
    margin-top: 0;
    font-family: "opensans-bold", sans-serif;
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1;
}
.thaihung-custom-menu .menu-title::before{
    background-color: #2f508b;
    height: 2px;
    top: auto;
    bottom: 0;
    width: 100%;
}
.thaihung-custom-menu .menu{
    padding: 0;
}
.thaihung-custom-menu .menu li{
    list-style: none;
    font-size: 13px;
    line-height: 25px;
}
.thaihung-custom-menu .menu li a::before{
    content: "\f101";
    font-family: 'FontAwesome', sans-serif;
    margin-right: 7px;
}
.top-footer {
    background-color: #f4f6f9;
}
.top-footer-wrap{
    padding: 50px 30px;
}
footer .logo{
    margin-bottom: 0px;
}
.social-list{
    padding: 0;
}
.social-list li{
    list-style: none;
    display: inline-block;
    font-size: 24px;
    padding: 0 10px;
}
.social-list li:last-child{
    padding-right: 0;
}
.social-list li:first-child{
    padding-left: 0;
}
.social-list li a{
    color: #ffffff;
}
.nav-footer{
    background-color: #000000;
    padding: 20px 15px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}
.nav-footer .address{
    margin-bottom: 20px;
}
.nav-footer .address .title{
    font-family: "UTM_AvoBold", sans-serif;
    margin-bottom: 10px;
}
.testimonials-wrap{
    display: table;
    margin-bottom: 30px;
}
.testimonials .thumb{
    width: 100px;
    border-radius: 50%;
    display: table-cell;
    vertical-align: top;
}
.testimonials .content{
    vertical-align: top;
    width: calc(100% - 100px);
}
.testimonials .name{
    color: #d9a650;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: "UTM_AvoBold", sans-serif;
    position: relative;
}
.testimonials .name::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #2f508b;
    width: 50%  ;
}

@media (max-width: 767px) {
    .top-footer-wrap {
        padding: 30px 15px;
    }
    .testimonials .thumb,
    .testimonials .content{
        display: block;
    }
}
.thaihung-iconbox-wrap{
    border: 2px solid #dadada;
    padding: 15px;
    position: relative;
}
.thaihung-iconbox-wrap .thumb{
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid rgba(187, 187, 187, 0.4);
    text-align: center;
}
.thaihung-iconbox-wrap .thumb span{
    font-size: 50px;
    color: #2f508b;
}
.thaihung-iconbox-wrap .content{
    display: table-cell;
    vertical-align: middle;
    padding-left: 23px;
}
.thaihung-iconbox-wrap .content .title{
    text-transform: uppercase;
    font-family: opensans-bold,sans-serif;
    margin-bottom: 5px;
}
.thaihung-iconbox-wrap .content .description{
    font-size: 14px;
}
.thaihung-iconbox.style-2{
    margin-bottom: 15px;
    font-size: 14px;
}
.thaihung-iconbox.style-2 .icon{
    display: inline-block;
    color: #2f508b;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px;
}
.thaihung-project{
    position: relative;
}
.thaihung-project img{
    width: 100%;
    transition: 0.5s;
}
.thaihung-project:hover .image img{
    transform: scale(1.1);
}
.thaihung-project:hover::before{
    opacity: 1;
    visibility: visible;
}
.thaihung-project .image{
    display: inline-block;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.thaihung-project .image::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.thaihung-project .image:hover::before{
    opacity: 1;
    visibility: visible;
}
.thaihung-project .content{
    position: absolute;
    left: 0;
    bottom: -40px;
    background-color: rgba(255,255,255,0.8);
    padding: 20px;
    font-size: 24px;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.owl-item.active  .thaihung-project .content{
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.owl-carousel {
    position: relative;
}
.owl-carousel.nav-center .owl-nav>div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    font-size: 30px;
    background-color: rgba(255,255,255,0.5);
    color: #2f508b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid;
    transition: 0.25s;
}
.owl-carousel.nav-center .owl-nav .owl-prev{
    left: -30px;
}
.owl-carousel.nav-center .owl-nav .owl-next{
    right: -30px;
}
.owl-carousel.nav-center .owl-nav>div:hover{
    background-color: #2f508b;
    color: #FFFFFF;
    border-color: transparent;
}
.owl-carousel.nav-right .owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}
.owl-carousel.nav-right .owl-nav>div{
    width: 30px;
    height: 30px;
    font-size: 20px;
    background-color: rgba(255,255,255,0.5);
    color: #2f508b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    transition: 0.25s;
    margin: 0 5px;
}
.thaihung-cate{
    margin-bottom: 22px;
    position: relative;
}
.thaihung-cate.large{
    margin-bottom: 0;
}
.thaihung-cate .thumb{
    position: relative;
    height: 300px;
    background-size: cover;
    object-fit: cover;
}
.thaihung-cate .thumb::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
}
.thaihung-cate .title {
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.thaihung-cate .title a{
    min-width: 220px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    padding-left: 20px;
}
@media (max-width: 1499px) {
    .thaihung-cate{
        margin-bottom: 18px;
    }
}

.thaihung-product .product-info{
    text-align: center;
}
.thaihung-product .product-name{
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #2f508b;
    font-family: opensans-bold, sans-serif;
    padding: 20px;
}
.thaihung-product .add-to-cart{
    font-size: 14px;
}
.thaihung-product{
    margin-bottom: 20px;
    border: 1px solid #2f508b;
    background-color: #f2f2f2;
}
.azirspares-iconbox.style18 .iconbox-inner {
    display: table;
    width: 100%;
    margin-bottom: 26px;
    text-align: center;
}

.azirspares-iconbox.style18 .icon {
    display: table-cell;
    vertical-align: middle;
    padding: 7px;
    position: relative;
    width: 68px;
    text-align: center;
}

.azirspares-iconbox.style18 .icon::before {
    content: '';
    border-radius: 50%;
    background-color: #2f508b;
    opacity: 0.3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.azirspares-iconbox.style18 .icon {
    display: inline-block;
    vertical-align: middle;
    padding: 7px;
    position: relative;
    width: 68px;
    text-align: center;
}

.azirspares-iconbox.style18 .icon::before {
    content: '';
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.azirspares-iconbox.style18 .icon span {
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 27px;
    line-height: 54px;
    display: block;
    color: #2f508b;
    position: relative;
}

.azirspares-iconbox.style18 .iconbox-wrap {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
}

.azirspares-iconbox.style18 .title {
    margin-bottom: 3px;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.azirspares-iconbox.style18 .desc {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
}
.top-footer {
    background-color: #2f508b;
    padding: 50px 0;
}
footer .logo {
    text-align: center;
    margin-bottom: 25px;
}
.azirspares-heading.default .title {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.azirspares-heading.default.dark .title {
    color: #000000;
}

.azirspares-heading.default .title span {
    display: inline-block;
    position: relative;
    padding-bottom: 21px;
    color: #ffffff;
}

.azirspares-heading.default .title span::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ffffff;
    width: 42px;
}
.azirspares-listing .cat-name a:not(:hover) {
    color: inherit;
}

.azirspares-listing .listing-list li a {
    position: relative;
    display: inline-block;
}
footer .azirspares-listing.dark .listing-list li a{
    color: #ffffff;
}
.azirspares-listing.style1 .cat-name {
    margin-top: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 24px;
}

.azirspares-listing.style1.dark .cat-name {
    color: #fff;
}

.azirspares-listing.style1 .cat-name::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #2f508b;
    width: 42px;
}

.azirspares-listing.style1 .listing-list {
    padding-left: 0 !important;
    list-style: none;
}

.azirspares-listing.style1 .listing-list li {
    line-height: 34px;
}

.submenu .azirspares-listing.style1 .listing-list li {
    line-height: 36px;
}

.azirspares-listing.style1 .listing-list li {
    color: #999;
}

.azirspares-iconbox.style2 .iconbox-inner {
    overflow: hidden;
    line-height: 1.5;
}

.azirspares-iconbox.style2 .icon {
    float: left;
    font-size: 20px;
    min-width: 42px;
    padding-right: 5px;
    padding-left: 1px;
    color: #ffffff;
}

.azirspares-iconbox.style2 .iconbox-wrap {
    overflow: hidden;
}

.azirspares-iconbox.style2 .desc {
    margin-bottom: 0;
    color: #ffffff;
}

.azirspares-iconbox.style2.light .desc {
    color: #666666;
}
.azirspares-socials .socials-list {
    padding-left: 0;
    list-style: none;
}
.azirspares-socials.default .socials-list li {
    display: inline-block;
    height: 46px;
    margin-right: 12px;
    margin-top: 14px;
}

.azirspares-socials.default .socials-list li:last-child {
    margin-right: 0;
}

.azirspares-socials.default .socials-list li a {
    display: block;
    height: 46px;
    width: 46px;
    font-size: 17px;
    line-height: 46px;
    color: #2f508b;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.azirspares-socials.default.light .socials-list li a {
    background-color: #e1e1e1;
    color: #000000;
}

.azirspares-socials.default.light .socials-list li a:hover {
    color: #2f508b;
}

.azirspares-socials.default .socials-list li a:hover::before {
    top: 0;
}

.azirspares-socials.default .socials-list li a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f1f1f1;
    -webkit-transition: top 0.3s ease 0s;
    -moz-transition: top 0.3s ease 0s;
    -o-transition: top 0.3s ease 0s;
    transition: top 0.3s ease 0s;
}

.azirspares-socials.default .content-socials .socials-list li a i {
    position: relative;
}

.azirspares-socials.default .content-socials .socials-list li a span {
    display: none;
}
.col-left .left-sidebar h2{
    border-left: none;
}
.product-information{
    border: none !important;
}
#product-detail-price{
    font-size: 22px;
    margin-bottom: 8px;
}
.sc-new-price{
    font-size: 22px;
}
.products{
    width: 100%;
}
.breadcrumbs .breadcrumb li + li::before{
    display: none;
}
.logo img{
    height: 100% !important;
}
.img_new{
    background-size: cover;
}
.title_contact{
    border-left: 10px solid #2f508b;
    padding-left: 5px;
}
.spbc{
    background-color: #ffffff !important;
}
.desc-title{
    color: black;
    font-size: 16px;
}
.nav-footer p{
    font: status-bar;
    margin: 0;
}
.category-products{
    margin: 0;
}