@font-face {
    font-family: UTM Helve;
    src: url(../css/fonts/UTM Helve.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: UTM Helve;
    src: url(../css/fonts/UTM Helve_Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: UTM Helve;
    src: url(../css/fonts/UTM HelveBold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: UTM Helve;
    src: url(../css/fonts/UTM HelveBold_Italic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
}





:root { 
    --c1: #008848;
    --c2: #ff4548;
    --font: 'UTM Helve', sans-serif;
}

body {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.25px;
    font-size: 16px;
    color: #222;
    line-height: 1.7;
    max-width: 100%;
    padding:0;
}
a {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1px;
    color: inherit;
    text-decoration: unset
}
a:hover {
    color: var(--c2);
    text-decoration: unset
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}
.row0{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:0px;margin-left:0px}.row0>[class*="col-"]{padding-right:0px;padding-left:0px}
.row1{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-1px;margin-left:-1px}.row1>[class*="col-"]{padding-right:1px;padding-left:1px}
.row2{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-2px;margin-left:-2px}.row2>[class*="col-"]{padding-right:2px;padding-left:2px}
.row3{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-3px;margin-left:-3px}.row3>[class*="col-"]{padding-right:3px;padding-left:3px}
.row4{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-4px;margin-left:-4px}.row4>[class*="col-"]{padding-right:4px;padding-left:4px}
.row5{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.row5>[class*="col-"]{padding-right:5px;padding-left:5px}
.row6{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-6px;margin-left:-6px}.row6>[class*="col-"]{padding-right:6px;padding-left:6px}
.row7{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-7px;margin-left:-7px}.row7>[class*="col-"]{padding-right:7px;padding-left:7px}
.row8{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}.row8>[class*="col-"]{padding-right:8px;padding-left:8px}
.row9{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-9px;margin-left:-9px}.row9>[class*="col-"]{padding-right:9px;padding-left:9px}
.row10{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-10px;margin-left:-10px}.row10>[class*="col-"]{padding-right:10px;padding-left:10px}
.row15{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.row15>[class*="col-"]{padding-right:15px;padding-left:15px}
.row20{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-20px;margin-left:-20px}.row20>[class*="col-"]{padding-right:20px;padding-left:20px}
@media screen and (min-width: 1200px){
    .col-5-line{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.text2line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.text1line{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

h1, h2, h3, h4, h5, h6, .title {
    color: #183e6b;
    font-family: var(--font);
}
.container {
    max-width: 1170px;
}


.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 5px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 15px;
    line-height: 17px;
    margin: 10px 0 0 0;
    padding: 0 4px 5px
}

html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

img {
    max-width: 100%;
    height: auto
}

.big-img img,
img.big-img {
    width: 100%;
    height: auto
}

h1 {
    font-size: 23px
}

ul {
    margin-bottom: 0;
    padding-left: 0
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

a,
.fa,
button,
option {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

select {
    font-style: normal;
    border: solid 1px #e8e6e2;
    outline: none;
    padding: 6px
}

select:hover {
    border-color: #0072ab;
}
ul{
    list-style-position: inside
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.input-control {
    width: 100%;
    border: solid 1px #e7e7e7;
    background: transparent;
    outline: none
}

.show {
    display: block
}

.hide {
    display: none
}

.fa {
    font-family: FontAwesome
}

.clear {
    width: auto;
    clear: left
}

.bbtn {
    margin-top: 30px
}

.btn {
    background-color: var(--color);
    color: #FFF;
    border-color: var(--color);
}

.btn:hover {
    background-color: #fff;
    color: var(--color);;
}

.button.added {
    display: none !important
}

.found404 {
    text-align: center;
    padding: 60px 0
}

img {
    max-width: 100%
}

.success,
.warning,
.attention,
.information {
    padding: 7px 10px 7px 33px;
    color: #555
}

.success {
    background: #fff url(../img/success.png) 20px center no-repeat;
    color: #313942
}

.tab {
    text-align: center;
    z-index: 1;
    width: 100%;
    padding: 5px 0 0;
    border-bottom: none;
    margin: 0 auto 30px;
    position: relative;
    user-select: none;
}

.tab li {
    cursor: pointer;
    line-height: 1;
    color: #183e6b;
    padding: 10px 4px;
    display: inline-block;
    margin-right: 6px;
    font-weight: 500;
    position: relative;
}
.tab li:after {
    content: '';
    height: 2px !important;
    background-color: #E3322B!important;
    position: absolute!important;
    bottom: 0!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
    -ms-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    width: 0!important;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.tab li.active:after, .tab li:hover:after {
    opacity: 1;
    width: 100%!important;
    height: 2px !important;
    background-color: #E3322B!important;
    position: absolute!important;
    bottom: 0!important;
    left: 50%!important;
    -webkit-transform: translateX(-50%)!important;
    -ms-transform: translateX(-50%)!important;
    transform: translateX(-50%)!important;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}


.tabcontent {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    width: 100%
}

.tabcontent.current {
    opacity: 1;
    visibility: visible;
    height: auto
}

.owl-carousel .owl-nav{opacity: 0 ;visibility: hidden;transition: all 0.3s}
.owl-carousel:hover .owl-nav{opacity: 1;visibility: visible;}
.owl-nav button span{display: none;}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    top: 50%;
    position: absolute;
    text-decoration: none;
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
    padding: 0;
    outline: none;
    text-indent: 1010%;
    border-radius: 0;
    white-space: nowrap;
    background: transparent;
}
.owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    right: 0;
}
.owl-carousel .owl-nav .owl-next:before {
    content: "\f105";
}
.owl-carousel .owl-nav .owl-prev:before {
    content: "\f104";
}
.owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
    font-family: "FontAwesome";
    text-indent: 0;
    position: absolute;
    left: 0;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid transparent;
    font-size: 20px;
    background: rgba(245,245,245,0.75);
    color: #0072ab;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.owl-carousel .owl-nav .owl-prev:hover:before, .owl-carousel .owl-nav .owl-next:hover:before{border: 1px solid #ccc;}

.owl-carousel .owl-dots {
    margin-top: 15px;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
    border: 1px solid #ccc;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #ff4c4c
}

.rows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1px;
    margin-left: -1px
}

.rows>[class*="col-"]{
    padding-right: 1px;
    padding-left: 1px;
}

.row1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -3px;
    margin-left: -3px
}

.row1>[class*="col-"]{
    padding-right: 3px;
    padding-left: 3px;
}

.row6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px
}

.row6>[class*="col-"]{
    padding-right: 6px;
    padding-left: 6px;
}

/*fixmenu*/
.fixmenu .main-menu-box{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    border-bottom: 1px solid #ddd;
    z-index: 999;
}
.animation .main-menu-box{
/*    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;*/
}

.main-menu-box {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
.blurInTop { animation-name: blurInTop }

@keyframes blurInTop{from{transform:translateY(100%);filter:blur(20px);opacity:0}}@keyframes fadeInUp{from{transform:translate3d(0,40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes fadeInUp{from{transform:translate3d(0,40px,0)}to{transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translatey(-30px);-moz-transform:translatey(-30px);-o-transform:translatey(-30px);transform:translatey(-30px)}to{opacity:1;-webkit-transform:translatey(0);-moz-transform:translatey(0);-o-transform:translatey(0);transform:translatey(0)}}@-moz-keyframes fadeInDown{from{opacity:0;-webkit-transform:translatey(-30px);-moz-transform:translatey(-30px);-o-transform:translatey(-30px);transform:translatey(-30px)}to{opacity:1;-webkit-transform:translatey(0);-moz-transform:translatey(0);-o-transform:translatey(0);transform:translatey(0)}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translatey(-30px);-moz-transform:translatey(-30px);-o-transform:translatey(-30px);transform:translatey(-30px)}to{opacity:1;-webkit-transform:translatey(0);-moz-transform:translatey(0);-o-transform:translatey(0);transform:translatey(0)}}

/*end fixmeu*/
.flexslider {
    position: relative;
    margin: 0;
    padding: 0
}

@media screen (min-width:991px) {
    .flexslider .flex-direction-nav {
        display: none
    }
}

.flexslider .flex-direction-nav li {
    position: absolute;
    top: 45%;
    list-style: none;
    display: none;
    opacity: 0
}

.flexslider:hover .flex-direction-nav li {
    display: block;
    opacity: .6
}

.flexslider .flex-direction-nav li:hover {
    opacity: .8
}

.flexslider .flex-direction-nav a {
    font: normal normal normal 14px/1 FontAwesome;
    width: 40px;
    height: 40px;
    font-size: 14px;
    display: inline-block;
    font-size: 30px;
    white-space: nowrap;
    overflow: hidden;
    color: transparent;
    border: 2px solid #fff;
    border-radius: 50%
}

.flexslider .flex-nav-next {
    left: 10px
}

.flexslider .flex-nav-next a:before {
    content: "\f104";
    color: #fff;
    position: relative;
    left: 13px;
    top: 1px
}

.flexslider .flex-nav-prev {
    right: 10px
}

.flexslider .flex-nav-prev a:before {
    content: "\f105";
    color: #fff;
    position: relative;
    left: 15px;
    top: 1px
}

.flex-direction-nav a:hover {
    border-color: #0a195c
}

.flex-direction-nav a:hover:before {
    color: #0a195c
}

#single-product-carousel.flexslider .flex-direction-nav li {
    top: 28%
}

.featured-image>.flexslider {
    margin-bottom: 20px
}

.slider li {
    list-style: none
}

.design {
    overflow: hidden;
    background-color: #cccccc59
}

.h-box marquee * {
    display: inline;
    font-size: 12px;
    margin: 0 5px;
    padding: 0;
    line-height: 20px;
    color: #fff;
    font-weight: 400
}

.h-box marquee {
    text-align: left;
    background: none;
    color: #fff;
    line-height: 30px;
    font-size: 13px;
    display: block
}

#BackToTop {
    overflow: hidden;
    position: fixed;
    z-index: 90;
    right: 10px;
    bottom: 10px;
    display: none;
    width: 44px;
    height: 44px;
    color: #fff;
    text-align: center;
    background-color: rgba(121, 121, 121, .65);
    font-size: 22px;
    line-height: 40px;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    border-radius: 2px;
    transition: all .5s
}
.copyright {
    line-height: 30px
}



/*head*/
#header{
    background: white;
/*    position: fixed;
    left: 0;
    right: 0;
    top: 0;*/
    z-index: 99999;
    padding: 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    background-color: #ffffff;
}
.admin-bar #header{
    top: 32px;
}

@media screen and (max-width: 992px){
    .admin-bar #header{
        top: 46px;
    }
    .admin-bar .fixmenu #header{
        top: 0;
    }
}
.top-bar{
    background-color: var(--c1);
    color: #fff;
    font-size: 14px;
    padding: 8px 0px;
    font-weight: 400;
    line-height: 24px;
    position: relative;
}
.main-header{
    position: relative;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #ffffff;
    box-shadow: -1px 4px 29px rgb(0 0 0 / 21%);
}
.main-header .box{
    padding: 15px 0;
    grid-column-gap: 50px;
}
.head-info{
    font-style: normal;
    color: #fff;
}

.head-mxh i{
    font-size: 17px;
}
.head-mxh .item{
    padding: 0 8px;
    position: relative;
    min-width: 40px;
}
.head-mxh .item:before{
    content: "";
    height: 90px;
    top: -20px;
    left: 0;
    width: 1px;
    display: block;
    background-color: #ffffff70;
    position: absolute;
    right: 0;
}
.head-search{
    position: relative;
}
.head-search .icon{
    cursor: pointer;
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    transition: all 0.3s;
}
.head-search .icon:hover{color: var(--c2)}
.head-search .icon:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 20px;
}
.head-meta .meta-dropdown {
    position: absolute;
    top: calc(100% + 15px);
    left: auto;
    right: -15px;
    z-index: 9999999;
    min-width: 280px;
    width: 100%;
    overflow: hidden;
    padding: 20px 15px;
    border-radius: 3px;
    color: #677279;
    background: #fff;
    border: solid 1px #dfe3e8;
    box-shadow: 0 1px 5px 2px rgb(0 0 0 / 10%);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s;
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
    will-change: transform;
}
.head-meta:hover .meta-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
    transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}
.head-meta .tt {
    font-size: 17px;
    color: #252a2b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    font-weight: 500;
    padding: 6px 10px;
    padding-top: 0;
    text-align: center;
    border-bottom: 1px solid #ededed;
}








.head-menu li a{text-transform: uppercase;}
.head-lang  .lang-item:not(.current-lang){
    opacity: 0.7;
    transition: all 0.3s;
}
.head-lang .lang-item:hover{
    opacity: 1;
}

.head-search form {
    position: relative;
    width: 100%;
}
.top-bar .head-search .inputsearch{
    border: solid 1px #ffffff;
    color: #ffffff;
}
.head-search .inputsearch {
    width: 100%;
    font-size: 15px;
    text-align: left;
    border: none;
    border: solid 1px #ccc;
    outline: 0;
    text-transform: initial;
    height: 35px;
    font-weight: 500;
    line-height: normal;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    /* padding: 15px 5px; */
    background-color: transparent;
    padding-right: 35px;
}
.top-bar .inputsearch::placeholder {
  color: #fff;
  opacity: 1; 
}
.top-bar .inputsearch:-ms-input-placeholder { 
  color: #fff;
}
.top-bar .inputsearch::-ms-input-placeholder {
  color: #fff;
}
.head-search button {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    width: 30px;
    border: none;
    background: transparent;
    line-height: 0;
    cursor: pointer;
}
.top-bar .head-search button svg{
    fill: #fff;
}
.head-search button svg {
    width: 20px;
    height: 20px;
    transition: all 0.3s;
}
.head-search button:hover svg{
    fill: var(--color-red);
}
.header .logo {
    height: 67px;
    line-height: 67px;
}
.header .logo img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}
.main-menu-box {
    background-color: #0072ab;
    color: #fff
}
/*.head-mar{
    height: 100px;
}
@media screen and (max-width: 992px){
    .head-mar{
        height: 92px;
    }
}*/
.content {
    position: relative;
    padding: 30px 0 30px;
}
#sidebar {
    background: #fff;
    position: relative
}
@keyframes menu-in-left{from{-webkit-transform:translate3d(-15px,0,0);transform:translate3d(-15px,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes menu-in-left{from{-webkit-transform:translate3d(-15px,0,0)}to{-webkit-transform:translate3d(0,0,0)}}@keyframes menu-in-top{from{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes menu-in-top{from{-webkit-transform:translate3d(0,-15px,0)}to{-webkit-transform:translate3d(0,0,0)}}@keyframes menu-to-top{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}}@-webkit-keyframes menu-to-top{from{-webkit-transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(0,-15px,0)}}@keyframes suntory-alo-circle-img-anim{0%,100%,50%{transform:rotate(0) scale(1) skew(1deg)}10%,30%{transform:rotate(-25deg) scale(1) skew(1deg)}20%,40%{transform:rotate(25deg) scale(1) skew(1deg)}}


.section {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
}
.title-section{
    font-size: 23px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    color: #183e6b;
}
.sub-title-section{
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.desc-section{
    font-size: 14px;
    line-height: 32px;
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
}
@media screen and (max-width: 992px){
    .title-section{
        font-size: 25px;
    }
    .sub-title-section{
        font-size: 15px;
    }
    .desc-section{
        font-size: 16px;
    }
}
.sidebar .cat-item {
    padding: 5px 0;
    padding-left: 20px;
    height: auto;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    list-style: none;
}
.sidebar .cat-item a{
    font-size: 15px;
    padding-left: 5px;
}
.sidebar .cat-item a:hover{
    color: var(--c2);
}
.sidebar .cat-item a:before{
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--c2);
    position: absolute;
    left: 8px;
    opacity: 0;
    visibility: hidden;
}

.sidebar li.current-cat>a:before, .sidebar a:hover:before{
    opacity: 1;
    visibility: visible;
}









.section.services{
    overflow: initial;
}
.service-box{
    padding: 22px 12px 45px 12px;
    position: relative;
    margin-top: -55px;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 4px;
    margin-right: -10px;
    margin-left: -10px; 
}
.item-service{
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}
.item-service .title{
    color: #000;
}
.item-service .desc{
    font-size: 14px;
}
.services .after{
    height: 20px;
    width: 40px;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    z-index: 999;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.services .after:after{
    content: '';
    border-bottom: solid 0 transparent;
    border-top: solid 12px var(--c2);
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    width: 20px;
    display: block;
}

.section-introduce .title{
    font-size: 20px;
    color: #000;
}
.section-introduce .desc{
    font-size: 14px;
}
.link{
    background: var(--c2);
    position: relative;
    border-radius: 20px;
    padding: 8px 22px;
    text-decoration: none;
    display: inline;
    overflow: hidden;
    color: #fff;
}
.link:before{
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    display: block;
    border-radius: 20px;
    padding: 0;
    border: 1px solid var(--c2);
}
.link:hover{
    color: #fff;
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
.introduce-box{
    padding: 45px;
    background-size: cover !important;
}

.introduce-box .item{
    display: flex;
    width: 100%;
}
.introduce-box .icon{
    width: 65px;
    max-width: 65px;
    min-width: 65px;
    text-align: left;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.introduce-box .icon img{
    width: 45px;
}
.introduce-box .item .title{
    font-size: 15px;
    font-weight: bold;
}
.introduce-box .box{
    border-left: 1px solid var(--c1);
    padding-left: 18px;
}

.home-post-item{
    margin-bottom: 30px;
}
.home-post-item, .home-post-item .thumbnail{
    position: relative;
}
.home-post-item .thumbnail:before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to bottom, rgb(255 0 0 / 0%), rgb(87 87 87 / 64%));
}
.home-post-item .title{
    position: absolute;
    font-size: 15px;
    left: 0;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 15px;
    color: #fff;
}
.section-ketnoi{
    background-repeat: no-repeat;
    background-size: cover;
}
.section-ketnoi .wapper{
    padding: 40px 0;
}

.ketnoi-box .item{
    line-height: 44px;
    background: #fff;
    padding: 0 20px;
    border-radius: 22px;
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    color: var(--c1);
}
.ketnoi-box .item i{
    margin-right: 5px;
}
.ketnoi-box .fa-phone{
    position: relative;
    top: 3px;
    font-size: 23px;
}
.ketnoi-box .fa-feed{
    position: absolute;
    top: 10px;
    left: 32px;
    font-size: 12px;
}



.news-item .info{
    padding: 14px 20px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
}
.news-item .title{
    height: 48px;
}
.news-item .desc{
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-top: 5px;
}
.news-item .thumbnail{
    height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
}

@media screen and (min-width: 1000px){
   .news-item img{
        position: absolute;
        top: 0px;
        vertical-align: middle;
        object-position: center;
        object-fit: cover;
        height: 100%
    }
    .section.news .item:nth-child(3n) .order-item, .section.news .item:nth-child(4n) .order-item{
        order: 1;
    }
}




/*partner*/
.section.partner {
    background-color: var(--c1);
    padding-top: 20px;
    padding-bottom: 20px;
}
.partner .box-title{
    font-family: var(--font);
    color: #fff;
    font-size: 25px;

}
.partner .box-title .sub-title{
    font-weight: bold;
}
.partner .box-title .title{
    color: #fff;
}
.partner-slider{
    /*padding: 10px 80px;*/
    /*background: #fff;*/
    margin-right: -10px;
    margin-left: -10px;
    position: relative;
}
.partner-item{
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    height: 150px !important;
    display: flex !important;
}
.partner-slider img{
    margin: 0 auto;
    max-height: 220px;
}

.partner .custom_arrow i{
    color: #215695
}
.slick-slider .custom_arrow{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 1;
    padding: 10px;
    transform: translateY(-50%);
    -os-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 24px;
    transition: all 0.3s;
}
.slick-slider:hover .custom_arrow{
    opacity: 1;
}
.slick-slider .custom_arrow.right{
    left: auto;
    right: 15px;
}
@media screen and (min-width: 992px){
    .tab-area .tab-left .item-area .list-post-item {filter: none !important;}
    .tab-area .tab-left .item-area {
        float: left;
        padding: 12px;
    }
    .tab-area .tab-left .item-area:nth-child(1) {
        width: 50%;
        padding: 12px 12px 12px 0;
        height: 480px !important;
    }
    .tab-area .tab-left .item-area:nth-child(2) {
        width: 50%;
        padding: 12px 12px 5px;
            height: 326px!important;
    }
    .tab-area .tab-left .item-area:nth-child(3) {
        width: 25%;
        padding: 5px 5px 12px 12px;
        height: 154px !important;
    }

    .tab-area .tab-left .item-area:nth-child(4) {
        width: 25%;
        padding: 5px 12px 12px 5px;
        height: 154px !important;
    }
    .tab-area .tab-left .item-area:nth-child(3) .title, .tab-area .tab-left .item-area:nth-child(4) .title{
        font-size: 15px !important;
        line-height: 24px;
        color: #FFFFFF;
        margin-bottom: 0 !important;
    }
    .tab-area .post-item-right{
        overflow: hidden;
        height: 200px;
    }

}
@media screen and (max-width: 992px){
    .tab-area .tab-left .item-area{
        width: 50%;
        padding: 10px;
        float: left;
    }
    .tab-area .tab-left .item-area .title {
        font-size: 15px !important;
        line-height: 20px;
        color: #FFFFFF;
        margin-bottom: 0 !important;
    }
}

/*recruiting*/
.recruiting {
    position: relative;
    background-color: #183e6b;
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 70px 0 90px;
}
.recruiting:after {
    z-index: 1;
    content: '';
    background: -webkit-gradient( linear, right top, left top, color-stop(35.67%, rgba(19, 50, 86, 0)), to(#183e6b));
    background: -o-linear-gradient( right, rgba(19, 50, 86, 0) 35.67%, #183e6b 100%);
    background: linear-gradient( -90deg, rgba(19, 50, 86, 0) 35.67%, #183e6b 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    left: 50%;
}
.rec-item{
    position: relative;
    z-index: 2;
}
.rec-item .title{
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
}
.rec-item .desc {
    position: absolute;
    bottom: 0;
    padding: 28px 10px;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #183E6B;
    margin: 0;
    line-height: normal;
}
.rec-item .box-link{
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.rec-item .box-link a {
    padding: 8px 10px;
    min-width: 173px;
    height: 40px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    border: 1px solid transparent;
    color: #fff;
    background-color: #e3322b;
}
.rec-item .box-link a:hover{
    background-color: #fff;
    color: #215695;
    border-color: #215695;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 992px){
    .recruiting{
        padding: 40px 0 60px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .recruiting:after {
        background: rgb(24,62,107);
        background: -webkit-gradient( linear, left top, right top, from(rgba(24,62,107,1)), to(rgba(4,35,103,0.7)));
        background: -o-linear-gradient( left, rgba(24,62,107,1) 0%, rgba(4,35,103,0.7) 100%);
        background: linear-gradient( 90deg, rgba(24,62,107,1) 0%, rgba(4,35,103,0.7) 100%);
        right: 0;
        left: 0;
    }
}




.item-feedback {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 15%);
    border-radius: 10px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    height: 100%;
    text-align: center;
    padding: 10px;
}
.item-feedback:hover {
    box-shadow: 0px 4px 20px rgb(0 0 0 / 35%);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.feedback .item {
    border: none;
    background-color: #ffffff;
    -webkit-filter: unset !important;
    filter: unset !important;
    padding: 20px 12px;
}

.feedback .item img{
    width: auto;
    margin: 0 auto;
    height: 140px;
    padding: 30px 0 0;
}
.feedback .item .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}
.feedback .desc{
    font-size: 15px;
    margin-bottom: 8px;
    display: block;
}
.feedback .desc p{margin-bottom: 0}
.feedback  .custom_arrow i{color: var(--color)}
/*item-blog*/
.title-line-center:after{
    transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    position: absolute;
    left: 50%;
}
.title-line:after{
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    background-color: var(--color);
    margin-top: 10px;
}
.item-blog{
    position: relative;
}
.item-blog .info{
    position: absolute;
    padding: 10px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--color);
    z-index: 9;
    color: #fff
}
.item-blog .title{
    margin: 0 0 5px 0;
    color: #000;
    font-weight: normal;
    font-size: 18px;
    text-transform: none;    
}
.item-blog .thumbnail{
    padding: 3px;
    border: 1px solid #ebebeb
}


.section-contact .wpcf7-form-control{
    background-color: #c5c5c5;
    flex: 1;
    box-shadow: none !important;
    outline: none;
    border: none;
    color: white !important;
    border-radius: 0px;
    padding: 0px 20px;
    height: 55px;
}
.section-contact button{
    height: 55px;
    margin-left: 10px;
    border-radius: 0;
}
.section-contact button i{
    margin-left: 5px;
}
.section-contact .wpcf7-form-control-wrap{width: 100%;}
.section-contact .wpcf7-form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.section-contact .wpcf7-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.section-contact .wpcf7-form-control::placeholder {
  color: #fff;
}




.breadcrum {
    margin: 0;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.c-bread{text-align: left;}
.breadcrumb a {
    color: #4B4B4B;
}
.breadcrum span[property=itemListElement] a:not(.current-item):after {
    content: "|"; /*\f105*/
    font-family: FontAwesome;
    margin-left: 8px;
    color: var(--c2);
    font-weight: bold;
}
.breadcrum span[property=itemListElement],
.breadcrum .current-item {
    text-transform: inherit;
    margin-right: 8px
}
.breadcrum .current-item {
    font-size: 14px;
    font-weight: 700;
}
.breadcrum .fa {
    font-size: 15px;
    margin-right: 2px
}


.breadcrum a,
#sidebar a {
    text-decoration: unset
}

.share>a {
    padding: 2px 7px;
    border: 1px solid;
    border-radius: 6px;
    color: #fff;
    font-size: 12px
}

.share>a .fa {
    color: #fff;
    margin-right: 3px
}

.share .twitter {
    border-color: #55acee;
    background-color: #55acee
}

.share .google {
    border-color: #dd4d42;
    background-color: #dd4d42
}

.posts {
    margin-top: 20px
}

.entry-title {
    padding: 0;
    font-size: 25px;
    color: #000;
    font-weight: bold;
    line-height: 40px;
    font-family: var(--font);
}


.entry-content, .entry-summary, .page-content, .category-description {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    line-height: 24px;
    letter-spacing: .1px;
    font-size: 17px;
    text-align: justify;
}
.entry-content ul{margin-bottom: 10px;}

.box-banner{
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    background: rgba(255,255,255,0.7);
}
.box-banner .c-bread{
    display: contents;
}
.box-banner .c-bread>span{
    color: var(--c2);
}
.box-banner .c-bread span:first-child a{
    color: #034ea2;
}
.page-banner {
    background-color: rgb(0 0 0 / 14%);
    min-height: 275px;
    padding-top: 30px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
}
.page-banner .bg{
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-title{
    margin-bottom: 0;
    position: relative;
    font-weight: 600;
    font-size: 28px;
    line-height: 1.8;
    text-transform: uppercase;
    color: #034ea2
}
.banner-title:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -os-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 150px;
    height: 2px;
    background: var(--color);
    bottom: 0;
    content: '';
    margin-top: 5px;
}



.page_title{
    margin: 0 0 15px;
    padding: 0;
    font-size: 17px;
    color: #0072ab;
    font-weight: bold;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #0072ab;
}
.page_title span {
    position: relative;
    display: inline-block;
    color: #0072ab;
}
.page_title span:after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -1.5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0072ab;
}


.relatedpost {
    margin-top: 30px
}
.title-relatedpost{
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}
.title-relatedpost:before{
    content: '';
    display: block;
    position: relative;
    top: 17px;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}
.title-relatedpost span{
    font-size: 17px;
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
    padding-right: 7px;
}
.relatedpost .thumbnail{
    padding: 3px;
    border: 1px solid #ccc;
}
.relatedpost {
    margin-top: 30px
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}


/*share*/
.meta-tag {
    width: 100%;
    padding: 10px 20px;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 3px;
    align-content: stretch;
    margin-top: 15px;
}
.social-icons {
    display: inline-block;
    vertical-align: middle;
    font-size: .85em;
    margin-left: auto;
    margin-right: auto;
}
.social-icons>a{
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    opacity: 1;
    margin-right: .12em;
    border: 2px solid currentColor;
    background-color: transparent;
    border-radius: 10px;
    object-fit: cover;
    font-size: 1.2em;
    line-height: 31px;
    color: silver;
}
.facebook:hover {
    color: #3a589d;
}
.twitter:hover {
    color: #2478ba;
}
.email:hover {
    color: #111;
}
.pinterest:hover {
    color: #cb2320;
}
.linkedin:hover {
    color: #0072b7;
}

.post-item .title{
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 15px;
}
.post-item .post-on{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #888;
    display: block;
    padding-left: 21px;
    background: url(../img/time.png) 0px 2px no-repeat;
    background-size: 15px;
}
.view-more{
    color: rgba(255,255,255,1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 1px solid rgba(255,255,255,0.5);
    overflow: hidden;
}
.view-more a {
    color: #fff;
    background: var(--c1);
    padding: 5px 18px;
    display: inline-block;
}
.view-more a:hover{background: var(--c2);}

.image-hover{position: relative;overflow: hidden;}
.image-hover img{
    display: block;
    max-width: 100%;
    transition: transform var(--photoboxAnimationDuration, 0.4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: transform;
    transform: scale(1) rotate(0);
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.image-hover:hover img{
    transform: scale(1.2) rotate(5deg);
}
.image-hover:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--photoboxOverlay, rgba(0, 0, 0, 0.2));
    opacity: 0;
    transition: opacity var(--photoboxAnimationDuration, 0.4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.image-hover:hover:before {
    opacity: 1;
}



.pagination {
    width: 100%;
    text-align: center;
    display: inline-block
}

.pagination .page-numbers {
    padding: 15px;
    display: inline-block
}

.pagination .page-numbers>li {
    display: inline
}

.pagination .page-numbers>li>a,
.pagination .page-numbers>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    border: 1px solid var(--c1);
    margin-right: 5px
}

.pagination .page-numbers .current {
    background: var(--c1);
    color: #fff;
    border: 1px solid var(--c1);
}

.pagination .page-numbers>li>a:focus,
.pagination .page-numbers>li>a:hover,
.pagination .page-numbers>li>span:focus,
.pagination .page-numbers>li>span:hover {
    z-index: 2;
    background: var(--c1);
    color: #fff;
    border-color: var(--c1);
}
.section-contact{
    background-color: #F6F6F6;
}
.notification img{
    margin-right: 50px;
    height: 75px;
    width: auto;
    object-fit: cover;
}
.notification .title{
    font-size: 24px;
}


.pop-form-contact{
    position: fixed;
    z-index: 999999;
    right: 80px;
    top: 187px;
    /*bottom: 0;*/

}
.pop-form-contact .form-lienhe{
    position: relative;
    background: white;
    box-shadow: 2px 2px 10px grey;
    font-size: 14px;
    z-index: 3;
    margin-top: 20px;
    width: 300px;
    max-width: 100%;
}
.pop-form-contact .form-main{
    padding: 0 8px;
    line-height: 1.3;
    margin-top: 5px;
}
.pop-form-contact .form-main p {
    margin-bottom: 8px;
}
.pop-form-contact .title {
    background: #ef2f36;
    padding: 10px;
    font-size: 15px;
    color: white;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    margin-bottom: 0;
}
.pop-form-contact .form-lienhe .close {
    overflow: hidden;
    position: absolute;
    right: -5px;
    top: -5px;
    background-color: #ccc;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    transform: rotate(45deg);
    transition: all 0.3s;
}
.pop-form-contact .form-lienhe .close:hover {
    border-color: #000;
}

.footer {
    border-top: 1px solid #ccc;
    color: #fff;
}
.footer a:hover{color: #bdbdbd}
.footer-top {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: center center;
}

.footer-box {
    padding-bottom: 20px
}

.about-footer {
    padding-top:5px;
    padding-bottom: 5px;
    background: var(--c1);
    color: #fff;
}

.social {
margin-top:10px;
}

.social a {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 28px;
    color: #fff
}

.social a:hover {
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, .15);
    box-shadow: inset 0 0 200px rgba(0, 0, 0, .15)
}

.social ul {
    margin: 0 !important;
    padding: 0 !important
}

.social ul li {
    padding: 0 0 0 2px !important;
    margin-top: 0 !important;
    border: none !important
}

.social ul>li:before {
    display: none
}

.social a.twitter {
    background: #1da1f2;
    border-color: #1da1f2
}

.social a.facebook {
    background: #365493;
    border-color: #365493
}

.social a.pinterest {
    background: #e60023;
    border-color: #e60023
}

.social a.github {
    background: #fff
}

.social a.github i {
    color: #000
}

.social a.linkedin {
    background: #0077b5;
    border-color: #0077b5
}

.social a.google {
    background: #db4437;
    border-color: #db4437
}

.title-footer {
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
}
.title-footer:before {
    content: '';
    width: 70px;
    height: 1px;
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
}
.footer-box ul {
    margin-bottom: 20px;
    text-align: left
}
#mvcwid{padding-top: 0 !important}
.footer-box ul>li {
    position: relative;
    list-style: none;
    padding: 1px 0 5px 25px;
    /*margin-bottom: 5px;*/
    /*border-bottom: 1px solid #ececec;*/
}

.footer-box ul>li:first-child {
    margin-top: 0
}

.footer-box ul>li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 16px;
    color: #7a9c59
}
.lien-he{
    height: 38px;
    padding: 0;
    line-height: 40px;
    color: #f25e37;
    font-weight: bold;
}

.col-box {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -os-justify-content: center;
    position: relative
}

.col-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.col-box:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, .3)
}

.col-box:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.col-box:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, .3)
}

.col-box .image {
    width: 100%;
    overflow: hidden;
    min-height: 100px;
    padding: 0;
    align-items: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -moz-justify-content: center;
    -os-justify-content: center;
    flex-flow: column;
    -webkit-flex-flow: column;
    -moz-flex-flow: column;
    -o-flex-flow: column;
    -os-flex-flow: column
}

.col-box .image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.zoom:hover img {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.col-box .text {
    color: #fff;
    bottom: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 0;
    position: absolute;
    z-index: 4;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    background: rgba(255, 255, 255, .211765)
}

.col-box:hover .text {
    bottom: 38%
}

.post-detail {
    color: #747474;
    font-size: 13px
}


.tags-list{margin-top:20px;display: inline-block;}
.tags-list a {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    transition: all 0.3s;
}
.tags-list a:before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgb(0 0 0 / 25%);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
    transition: all 0.3s;
}
.tags-list a:after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s;
}

.tags-list a:hover {
    background-color: var(--c2);
    color: white;
}
.tags-list a:hover::after {
    border-left-color: var(--c2);
}


input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],textarea ,select{
    display: inline-block;
    padding: 10px;
    width: 100%;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: #fff;
    border-color: #ddd;
    color: #000;
    font-size: 16px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wpcf7-form input[type="submit"] {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    webkit-transition: background-color .35s ease-out;
    transition: background-color .35s ease-out;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    background-color: #0072ab;
    color: #fff;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer
}

.center {
    text-align: center
}

/* call botton */
a.draggable {
    touch-action: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    visibility: hidden;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 200000 !important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
    visibility: visible
}

a.draggable.is-pointer-down .draggable-icon,
a.draggable:hover .draggable-icon {
    background-color: #7fe6a0
}

a.draggable.is-pointer-down .draggable-bd,
.draggable:hover .draggable-bd {
    background-color: rgba(18, 242, 0, .5)
}

a.draggable.is-pointer-down .draggable-bg,
a.draggable:hover .draggable-bg {
    border: 2px solid #12f200
}

.draggable-icon {
    width: 55px;
    height: 55px;
    top: 23px;
    left: 23px;
    position: absolute;
    background: #00aff2 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .7;
    box-sizing: initial;
    -webkit-animation: draggable-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: draggable-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: draggable-circle-img-anim 1s infinite ease-in-out;
    -o-animation: draggable-circle-img-anim 1s infinite ease-in-out;
    animation: draggable-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.draggable-bd {
    width: 90px;
    height: 90px;
    top: 7px;
    left: 5px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: .75 !important;
    background-color: rgba(255, 87, 34, .62);
    border-radius: 100%;
    opacity: .1;
    -webkit-animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    animation: draggable-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.draggable-bg {
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: .5;
    border-radius: 100%;
    border: 2px solid #00aff2;
    opacity: .1;
    -webkit-animation: draggable-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: draggable-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: draggable-circle-anim 1.2s infinite ease-in-out;
    -o-animation: draggable-circle-anim 1.2s infinite ease-in-out;
    animation: draggable-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phone_text {
    position: absolute;
    bottom: -4px;
    left: -17px;
    width: 140px;
    background: #ffe800;
    color: #000;
    padding: 2px 9px;
    border-radius: 4px;
    font-size: 13px;
    text-align: center;
}
@-moz-keyframes draggable-circle-img-anim{0%{transform:rotate(0) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0) scale(1) skew(1deg)}100%{-moz-transform:rotate(0) scale(1) skew(1deg)}}@-webkit-keyframes draggable-circle-img-anim{0%{-webkit-transform:rotate(0) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0) scale(1) skew(1deg)}}@-o-keyframes draggable-circle-img-anim{0%{-o-transform:rotate(0) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0) scale(1) skew(1deg)}100%{-o-transform:rotate(0) scale(1) skew(1deg)}}@-moz-keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-webkit-keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-o-keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@keyframes draggable-circle-fill-anim{0%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}50%{transform:rotate(0) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0) scale(.7) skew(1deg);opacity:.2}}@-moz-keyframes draggable-circle-anim{0%{-moz-transform:rotate(0) scale(.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes draggable-circle-anim{0%{-webkit-transform:rotate(0) scale(.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes draggable-circle-anim{0%{-o-transform:rotate(0) kscale(.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0) scale(1) skew(1deg);-o-opacity:.1}}

.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mb-actived .mobile-menu .mb-bg {
    background: #0b0b0b96;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mb-content {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 260px;
    background-color: rgba(255, 255, 255, .95);
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform .4s ease;
    -ms-transition: -ms-transform .4s ease;
    transition: transform .4s ease;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    z-index: 1045;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    padding: 10px;
}

.mb-none .mb-content {
    -ms-transform: translateX(-270px);
    transform: translateX(-270px);
    opacity: 0
}

.mobile-menu .close {
    cursor: pointer;
    outline: none;
    z-index: 1046;
    box-shadow: none;
    position: fixed;
    top: 0;
    right: 0;
    text-decoration: none;
    text-align: center;
    opacity: .5;
    padding: 0;
    mix-blend-mode: difference;
    margin: 0 !important;
    color: #fff;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    min-height: 0;
    width: 40px;
    -webkit-backface-visibility: hidden;
    height: 40px;
    line-height: 40px;
    transition: opacity .3s, transform .3s;
    transform: translateY(0) translateZ(1px)
}

.title-sidebar {
    position: relative;
    line-height: 44px;
    border-left: 0;
    border-bottom: 3px solid var(--c2);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: var(--c1) url(../images/bgft.png) -30px -20px no-repeat;
}
.title-sidebar>span {
    width: 100%;
    line-height: 1.3;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 0;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}
.title-sidebar:before{
    content: "\f0ca";
    font-family: FontAwesome;
    margin-right: 5px;
    color: #fff;
    margin-left: 20px;
}
.title-sidebar>span i{display: none;}








/*sidebar*/
.sidebar{
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.post-simple-area{
    padding: 10px;
}
.post-simple-area .title{
    background: #eee;
    padding: 5px;
}
.sidebar.widget_media_image img{width: 100%; max-width: 100%;}



@media only screen and (min-width:991px) {

    .danh-muc ul.product-categories>li>a:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f0da";
        margin-right: 5px
    }

    .danh-muc ul.product-categories>li:hover>a {
        padding-left: 15px
    }

    .danh-muc ul.product-categories ul.children {
        display: block;
        position: absolute;
        left: 100%;
        top: 0;
        background-color: #fff;
        padding: 0 15px;
        z-index: 100;
        min-width: 240px;
        border: 1px solid #e4e4e4;
        visibility: hidden;
        opacity: 0;
        transition: all .3s linear;
        -webkit-transition: all .3s linear;
        -moz-transition: all .3s linear;
        -o-transition: all .3s linear
    }

    .danh-muc ul.product-categories>li:hover>ul.children {
        visibility: visible;
        opacity: 1
    }

    .danh-muc ul.product-categories .cat-parent>a:after {
        content: "\f0d7";
        font-family: FontAwesome;
        position: absolute;
        right: 10px
    }
    .danh-muc .title-sidebar:before {
        content: "\f0c9";
        font-family: FontAwesome;
        float: left;
        margin-right: 5px
    }


    .mega-menu>ul.sub-menu{
        min-width: 660px;
    }
    .mega-menu>ul.sub-menu>li{
        width: 220px;
        float: left;
    }
    .main-menu {
        max-height: none;
        overflow: visible;
        width: 100%;
        font-family: var(--font);
    }

    .main-menu .menu {
        margin: 0 0;
        float: right;
    }
    .main-menu.main-menu-left .menu{
        float: none;
    }
    .main-menu .menu li {
        position: relative
    }
    .main-menu .menu>li>a {
        display: block;
        position: relative;
        color: #000;
        text-transform: uppercase;
        text-decoration: none;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        padding: 20px 20px;
        letter-spacing: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
    }
    .main-menu .menu>li>a:before {
        position: absolute;
        content: "";
        left: 50%;
        right: 50%;
        top: 10px;
        bottom: 0;
        border-bottom: var(--color-red) 3px solid;
        -webkit-transition: all ease 500ms;
        -moz-transition: all ease 500ms;
        -ms-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        transition: all ease 500ms;
    }
    .main-menu .menu>li:hover>a:before, .main-menu .menu>.current-menu-item>a:before, .main-menu .menu>.current-menu-ancestor>a:before {
        left: 15px;
        right: 15px;
        z-index: 1;
    }
    .main-menu .menu>li:hover>a, .main-menu .menu>.current-menu-item>a, .main-menu .menu>.current-menu-ancestor>a {
        color: var(--c2);
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
    }
    .main-menu .menu>li.menu-item-has-children:before {
        position: absolute;
        content: "";
        left: 50%;
        right: 50%;
        bottom: 0;
        border-bottom: #fff 3px solid;
        -webkit-transition: all ease 500ms;
        -moz-transition: all ease 500ms;
        -ms-transition: all ease 500ms;
        -o-transition: all ease 500ms;
        transition: all ease 500ms;
    }
    .main-menu .menu>li.menu-item-has-children:hover:before {
        left: 0;
        right: 0;
        z-index: 1;
    }
    .main-menu .menu>li.menu-item-has-children:after {
        content: "";
        width: 0;
        height: 0;
        display: none;
        top: 50%;
        right: 6px;
        margin: -2px 0 0 0;
        position: absolute;
        border-left: 4px solid rgba(0, 0, 0, 0);
        border-right: 4px solid rgba(0, 0, 0, 0);
        border-top: 4px solid #fff
    }

    .main-menu .sub-menu {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        visibility: hidden;
        -moz-transition: .2s ease-out;
        -o-transition: .2s ease-out;
        -webkit-transition: .2s ease-out;
        -ms-transition: .2s ease-out;
        transition: .2s ease-out;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        padding: 0;
        border: none;
        background: #fff none repeat scroll 0 0;
        border-radius: 0;
        box-shadow: 5px 10px 20px rgba(0, 0, 0, .15);
        min-width: 220px;
        font-weight: 500;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        float: left;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000
    }

    .main-menu .sub-menu .sub-menu {
        left: 100%;
        top: 0
    }

    .main-menu .sub-menu a {
        display: block;
        padding: 8px 20px;
        position: relative;
        padding-right: 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        border-left: solid 3px transparent;
        transition: all 0.3s;
    }

    .main-menu .sub-menu li:hover>a {
        color: var(--c2);
    }
    .main-menu .menu>.menu-item-has-children>a:after {
        content: "\f107";
        font-family: FontAwesome;
        margin-left: 5px
    }

    .main-menu .sub-menu .menu-item-has-children>a:before {
        content: "\f105";
        font-family: FontAwesome;
        text-align: center;
        font-size: 14px;
        top: 50%;
        position: absolute;
        right: 6px;
        line-height: 100%;
        -webkit-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -ms-transform: translatey(-50%);
        -o-transform: translatey(-50%);
        color: #999;
    }

    .main-menu .menu-item-has-children:hover>.sub-menu {
        background-color: #fff;
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible;
        -moz-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        -webkit-transition: .3s ease-in;
        -ms-transition: .3s ease-in;
        transition: .3s ease-in;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        display: block;
        margin-top: 0;
    }
    .main-menu .menu-item-has-children .sub-menu li{
        border-bottom: 1px solid #fff;
    }
    .main-menu .menu-item-has-children .sub-menu li:last-child{
        border-bottom: none;
    }

    .sub-menu .sub-menu {
        border-top: none !important
    }

    .float-panel.fixed .main-menu .menu>li>a {
        padding: 10px 20px
    }
}

@media only screen and (max-width:991px) {
    .hone-blog .pini-button{
        float: none;
        margin: 0 auto;
        display: inherit;
        margin-bottom: 20px;
    }


    .hone-blog{
        margin-bottom: 0px;
    }
    .sales-product{
        margin-bottom: 20px;
    }
    h1 {
        font-size: 18px
    }

    #sidebar,
    .main-menu-box,
    .account-box {
        display: none
    }

    .mobile-menu {
        padding: 20px
    }
    .container-mb {
        max-width: 100%
    }

    .col-mb {
        max-width: 100%;
        flex: 100%
    }

    .account-info {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        background: #0072ab;
        background-size: cover;
        position: relative;
        z-index: 2
    }

    .account-info img {
        max-width: 100%;
        border-radius: 50%;
        border: solid 1px #ebebeb;
        width: 50px;
        height: 50px
    }

    .account-info a,
    .account-info span {
        padding: 10px;
        text-align: center;
        display: inline-block;
        color: #fff
    }

    .flex-direction-nav {
        display: none
    }

    .float-panel.fixed #trigger-mobile {
        top: 7px
    }

    .main-menu {
        position: relative;
        font-family: var(--font);
    }

    .box-main-menu {
        background: #231F20;
        color: #fff;
        min-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        top: 55px
    }

    .box-main-menu .main-menu {
        display: none;
        width: 100%
    }

    .main-menu .menu li {
        width: 100%;
        position: relative;
        list-style: none
    }

    .main-menu .menu>li>a {
        /*text-transform: uppercase*/
    }

    .main-menu .menu li a {
        padding: 6px 10px;
        display: block;
        border-bottom: 1px solid #dddddd59
    }

    .main-menu .sub-menu {
        margin-left: 35px;
        display: none
    }

    .main-menu .menu-item-has-children>i {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
        width: 39px;
        height: 39px;
        text-align: center
    }

    .main-menu .menu-item-has-children.show>i {
        transition: all 0.3s;
        color: #00968a;
        transform: rotate(90deg)
    }

    .main-menu .menu-item-has-children>i:after {
        content: "\f0dd";
        display: inline-block;
        font: normal normal normal 25px/1 FontAwesome
    }
    .main-menu.show {
        display: block;
        max-height: 312px;
        overflow-y: visible;
        overflow-x: hidden
    }
    .main-header .logo {
        text-align: left;
        margin-bottom: 0;
        width: 100%;
        top: 0;
        left: 0
    }
    .main-header .logo>a {
        position: relative;
        z-index: 9
    }
    .main-header .logo img {
        width: auto;
        height: auto;
        max-height: calc(100% - 20px)
    }
    #trigger-mobile {
        position: absolute;
        margin: 0;
        padding: 0;
        top: 50%;
        transform: translateY(-50%);
        -os-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 10px;
        display: block;
        text-align: left;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        cursor: pointer;
        z-index: 2;
    }
    #trigger-mobile:focus {
        outline: 0
    }
    #trigger-mobile>span{
        display: block;
        height: 3px;
        width: 25px;
        background-color: #000;
        margin-bottom: 3px;
    }
    #trigger-mobile>span:last-child{
        margin-bottom: 0;
    }

}

.mb-none .mobile-menu {
    z-index: -10
}

.mb-active .mobile-menu {
    display: block
}

#fb-root .fb_dialog{
    bottom: 60px !important;
    right: 6px !important;
}


/*zalo chat*/
.group-button{
    position: fixed;
    bottom: 90px;
    left: 20px;
    z-index: 99999;
}
.group-button.right{
    right: 3px;
    left: auto;
    bottom: 60px
}
.group-button .item{
    position: relative;
    left: 10px;
    margin-bottom: 10px;
}
.group-button.right .item{
    right: 10px;
    left: auto;
}
.group-button .item img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.group-button .item .text{
    opacity: 0;
    visibility: hidden;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    width: auto;
    line-height: 25px;
    padding: 5px 10px;
    position: absolute;
    top: 4px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    background-color: #314282b3;
    left: 110%;
}
.group-button.right .item .text{
    right: 110%;
    left: auto;
}
.group-button .item .text:before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #314282b3 transparent transparent!important;
    right: 100%;
    display: unset!important
}
.group-button.right .item .text:before{
    right: auto;
    left: 100%;
    transform: rotateZ(-180deg);
}
.group-button .item:hover .text{
    visibility: visible;
    opacity: 1;
}
@media only screen and (max-device-width: 991px){
    .group-button .item .text {
        display: none;
    }
}


/*nivoSlider*/
.nivoSlider{position:relative;width:100%;height:auto;overflow:hidden}.nivoSlider img{position:absolute;top:0;left:0;max-width:none}.nivo-main-image{display:block!important;position:relative!important;width:100%!important}.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;background:#fff;filter:alpha(opacity=0);opacity:0}.nivo-slice{display:block;position:absolute;z-index:5;height:100%;top:0}.nivo-box{display:block;position:absolute;z-index:5;overflow:hidden}.nivo-box img{display:block}.nivo-caption{position:absolute;left:0;bottom:0;background:#000;color:#fff;width:100%;z-index:8;padding:5px 10px;opacity:.8;overflow:hidden;display:none;-moz-opacity:.8;filter:alpha(opacity=8);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.nivo-caption p{padding:5px;margin:0}.nivo-caption a{display:inline!important}.nivo-html-caption{display:none}.nivo-directionNav a{position:absolute;top:45%;z-index:9;cursor:pointer}.nivo-prevNav{left:0}.nivo-nextNav{right:0}.nivoSlider:hover .nivo-directionNav>a{opacity:1}.nivoSlider{position:relative}.nivoSlider img{position:absolute;top:0;left:0;display:none;min-height:250px;vertical-align:middle;object-position:center;object-fit:cover}.nivoSlider a{border:0;display:block}.nivo-controlNav{text-align:center;position:absolute;bottom:0;width:100%;z-index:6}.nivo-controlNav a.active{background-color:var(--color)}.nivo-controlNav a{display:inline-block;width:15px;height:15px;text-indent:-9999px;border:0;margin:0 2px;cursor:pointer;background-color:#ccc;border-radius:50%;position:relative;z-index:1}.nivo-controlNav a.active{background-position:0 -22px}.nivo-directionNav a{opacity:0;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.nivoSlider:hover .nivo-directionNav a{opacity:1}a.nivo-nextNav{background-position:-30px 0;right:15px}a.nivo-prevNav{left:15px}.nivo-directionNav>a{font:normal normal normal 14px/1 FontAwesome;width:35px;height:35px;font-size:22px;display:inline-block;white-space:nowrap;overflow:hidden;color:transparent;line-height:34px;text-align:center;background:#00000087;border-radius:50%;user-select:none;color:#fff!important}.nivo-directionNav>a:hover{color:var(--color)}.nivo-directionNav .nivo-prevNav:before{content:"\f104"}.nivo-directionNav .nivo-nextNav:before{content:"\f105";position:relative;right:-1px}.nivo-caption a{color:#fff;border-bottom:1px dotted #fff}.nivo-caption a:hover{color:#fff}.nivo-controlNav.nivo-thumbs-enabled{width:100%}.nivo-controlNav.nivo-thumbs-enabled a{width:auto;height:auto;background:none;margin-bottom:5px}.nivo-controlNav.nivo-thumbs-enabled img{display:block;width:120px;height:auto}


/*Slider slick*/
.slick-loading .slick-list{background:#fff url(../img/ajax-loader.gif) center center no-repeat}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:none}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1;color:#bf7033}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:'slick';font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir='rtl'] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'â†'}[dir='rtl'] .slick-prev:before{content:'â†’'}.slick-next{right:-25px}[dir='rtl'] .slick-next{right:auto;left:-25px}.slick-next:before{content:'â†’'}[dir='rtl'] .slick-next:before{content:'â†'}.slick-slider{position:relative;cursor:grab;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-prev{left:-15px}.slick-next,.slick-prev{position:absolute;display:block;line-height:0;font-size:0;cursor:pointer;color:transparent;top:50%;transform:translateY(-50%);padding:0;outline:none;border:1px solid #e6e6e6;box-shadow:0 0 7px -4px #000;width:56px;height:56px;border-radius:56px;transition:all .3s ease-in-out;z-index:1}.slick-next,.slick-prev{background:#fff;border:none}.slick-next:not(.slick-disabled):hover,.slick-prev:not(.slick-disabled):hover{outline:none;box-shadow:0 0 5px 0 rgba(246,94,57,.5)}.slick-arrow.slick-hidden{display:none}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.5}.slick-next:before,.slick-prev:before{font-family:FontAwesome;font-size:1.4rem;color:#222}.slick-next:before{content:"\f105"}.slick-prev:before{content:"\f104"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'â€¢';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
