@charset "UTF-8"; @font-face {
    font-family: 'Font-Bold';
    src: url(../fonts/fonts/UTMAvoBold.woff2) format("woff2"),url(../fonts/fonts/UTMAvoBold.woff) format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-display: block;
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.woff2) format("woff2"),url(../fonts/Roboto-Regular.woff) format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-display: block;
    font-family: 'Roboto-Bold';
    src: url(../fonts/Roboto-Bold.woff2) format("woff2"),url(../fonts/Roboto-Bold.woff) format("woff");
    font-weight: bold;
    font-style: normal
}

@font-face {
    font-display: block;
    font-family: 'Roboto-Black';
    src: url(../fonts/Roboto-Black.woff2) format("woff2"),url(../fonts/Roboto-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

* {
    box-sizing: border-box
}

:root {
    --font-regular: Roboto-Regular;
    --font-bold: Roboto-Bold;
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --bk-cart: #4b4f56;
    --bk-phone: #395e6c;
    --bk-phone-opacity: #385e6b59;
    --z-index-hover: 1000;
    --z-index-menu: 999;
    --z-index: 99
}

html {
    -webkit-text-size-adjust: 100%
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    line-height: inherit
}

img {
    max-width: 100%
}

a {
    text-decoration: none!important;
    color: inherit
}

input:focus,textarea:focus,select:focus,button:focus {
    outline: none;
    box-shadow: 0 0 0 .2rem #007bff40;
    border-color: #80bdff!important
}

body {
    margin: 0;
    font-family: var(--font-regular);
    line-height: 1.5;
    font-size: 15px;
    background-color: #EDEDED;
    color: #333
}

.container {
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

.inherit {
    max-width: 1200px;
    margin: 0 auto
}

.breadCrumbs {
    background-color: #cfd1d3;
    margin-bottom: 30px
}

.breadcrumb {
    margin-bottom: 0;
    padding: 10px;
    display: block;
    background-color: #cfd1d3
}

.breadcrumb-item {
    display: inline
}

.alert-warning-w {
    margin-top: 30px
}

.slick-slider *,.slick-slide {
    outline: none
}

.flipster {
    overflow: hidden!important
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100%!important
}

.spinner {
    display: block;
    margin: 0 auto;
    max-height: 100px
}

.grecaptcha-badge {
    display: none!important
}

.wow {
    visibility: hidden
}

.fotorama__wrap {
    margin: 15px auto 0
}

#gallery {
    margin: 0 auto
}

.addthis_inline_share_toolbox_qj48,.zalo-share-button {
    display: inline-block;
    vertical-align: middle
}

.zalo-share-button {
    margin-bottom: 5px
}

.owl-nav-def.owl-theme .owl-nav {
    margin-top: 0;
    font-size: 20px;
    color: #c3c3c3!important
}

.owl-nav-def.owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-nav-def.owl-theme .owl-nav [class*='owl-']:hover {
    color: #333!important
}

.owl-nav-def.owl-carousel .owl-nav button.owl-next {
    left: 100%;
    margin-left: 15px
}

.owl-nav-def.owl-carousel .owl-nav button.owl-prev {
    right: 100%;
    margin-right: 15px
}

.flipster__button {
    width: 30px;
    height: 30px;
    background-color: #fff
}

@-webkit-keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes slide-right {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@-webkit-keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

@keyframes scale-up-ver-top {
    0% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }
}

@-webkit-keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1
    }
}

@keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        opacity: 1
    }
}

.ease-in {
    transition: all 500ms ease-in
}

.ease-in-200 {
    transition: all 200ms ease-in
}

.ease-in-400 {
    transition: all 400ms ease-in
}

.h-a:hover {
    color: #ea1100!important
}

.h-a-line:hover {
    text-decoration: underline!important
}

.img-scale:hover .img-scale-e {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.hvr-float {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-float:active,.hvr-float:focus,.hvr-float:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hvr-sink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.clear:after {
    content: '';
    clear: both;
    display: block
}

.ckeditor {
    overflow-x: auto
}

.ckeditor:after {
    content: '';
    clear: both;
    display: block
}

.ckeditor :not(iframe) {
    max-width: 100%!important;
    height: auto!important
}

.ckeditor iframe {
    max-width: 100%!important
}

.hidden-seoh,.hidden {
    display: none
}

.centery,.centery-after:after,.centery-before:before {
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.centerx,.centerx-after:after,.centerx-before:before {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%)
}

.centerxy,.centerxy-after:after,.centerxy-before:before {
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-space-left {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.flex-space-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap
}

.flex-space-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.table-resp {
    overflow: auto
}

.table-resp table {
    min-width: 555px
}

.singletext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.doubletext {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.fixed {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--z-index-hover);
    -webkit-animation: fadeInDown .4s cubic-bezier(0.390,0.575,0.565,1.000) both;
    animation: fadeInDown .4s cubic-bezier(0.390,0.575,0.565,1.000) both
}

.fixed .bgheader-top {
    display: none
}

.fixed .menu {
    padding: 0
}

.fixed .logo img {
    max-height: 60px;
    opacity: 1 !important;
}

.fixed .logo canvas {
    display: none !important;
}

.fixed .logo {
    width: auto !important;
    height: auto !important;
}

.scrollToTop {
    position: fixed;
    z-index: var(--z-index);
    bottom: 35px;
    right: 18px;
    width: 48px;
    height: 48px;
    background: url(../images/top.png);
    cursor: pointer
}

h3.seo,h2.seo {
    margin: 0;
    font-size: inherit
}

.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: var(--z-index);
    background: var(--bk-cart);
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff!important;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-fixed i {
    font-size: 20px
}

.cart-fixed span {
    position: absolute;
    top: 0;
    right: -5px;
    color: #fff;
    width: 25px;
    height: 25px;
    background: var(--color-red);
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%
}

.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: var(--z-index);
    cursor: pointer
}

.btn-frame i {
    display: flex;
    display: -ms-flex;
    justify-content: center;
    align-items: center;
    -ms-flex-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bk-phone);
    position: relative;
    z-index: 1
}

.btn-frame i img {
    vertical-align: middle;
    width: 70%
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite
}

.btn-frame .kenit-alo-circle {
    width: 60px;
    height: 60px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid var(--bk-phone-opacity);
    opacity: .1;
    border-color: var(--bk-phone);
    opacity: .5
}

.btn-frame .zoomIn {
    animation-name: zoomIn
}

.btn-frame .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.btn-frame .kenit-alo-circle-fill {
    width: 70px;
    height: 70px;
    top: -10px;
    right: -10px;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: var(--bk-phone-opacity);
    opacity: .4
}

.btn-frame .pulse {
    animation-name: pulse
}

.btn-zalo {
    bottom: 315px
}

.btn-phone {
    bottom: 230px
}

.js-facebook-messenger-container.closed,.js-facebook-messenger-tooltip.closed {
    display: none!important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px;
    color: #404040;
    background: #fff
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: rgba(0,0,0,0.15) 0 2pt 10pt;
    z-index: 1.0E+30
}

.js-facebook-messenger-close-tooltip {
    width: 10px;
    height: 10px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    display: block;
    position: fixed;
    cursor: pointer;
    bottom: 150px;
    right: 17px;
    width: 56px;
    height: 56px;
    text-align: center;
    background: var(--bk-phone);
    border-radius: 100%;
    overflow: hidden;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width: 32px;
    height: 33px;
    position: absolute;
    top: 13px;
    left: 12px;
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,transform 160ms ease-in-out
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity: 0;
    width: 19px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 19px;
    -webkit-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -moz-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    -o-transition: opacity 160ms ease-in-out,transform 160ms ease-in-out;
    transition: opacity 160ms ease-in-out,transform 160ms ease-in-out
}

.js-facebook-messenger-container,.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position: fixed;
    opacity: 0;
    transform: translateY(50px);
    bottom: 110px;
    right: 90px;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: 0 1px 6px rgba(0,0,0,0.06),0 2px 32px rgba(0,0,0,0.16);
    -webkit-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    -moz-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    -o-transition: transform 160ms ease-in-out,opacity 160ms ease-in-out;
    transition: transform 160ms ease-in-out,opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 220px;
    color: #fff;
    background: #1182FC;
    display: block;
    position: relative;
    width: 220px;
    background: #1182FC;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,.js-facebook-messenger-button,.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182FC
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-tooltip {
    color: #404040;
    background: #fff
}

.js-facebook-messenger-container.open {
    transform: translateY(0px);
    opacity: 1;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

.btnsearch {
    display: block;
    cursor: pointer;
    text-align: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 22px
}

.fsearch-but {
    display: none;
    position: absolute;
    z-index: var(--z-index-hover);
    margin-top: 15px;
    top: 100%;
    right: 0;
    width: 330px;
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 5px #333
}

.fsearch-but form {
    border-radius: 50px;
    border: 1px solid #e6e6e6
}

.fsearch-but input[type="search"] {
    border: none;
    box-sizing: border-box;
    box-shadow: unset;
    font-size: 14px;
    font-family: var(--font-regular);
    height: 50px;
    float: left;
    background-color: transparent;
    padding: 0 5px 0 15px;
    width: calc(100% - 49px);
    width: -moz-calc(100% - 49px);
    width: -webkit-calc(100% - 49px)
}

.fsearch-but button {
    border: none;
    border-radius: 50%;
    margin-right: 4px;
    width: 45px;
    height: 45px;
    background: #ffa426;
    color: #fff;
    font-size: 18px
}

.fsearch-but.active {
    display: block;
    animation: fadeInUp 1s
}

.fsearch-but input {
    outline: none
}

.fsearch-but form:focus-within {
    border-color: #ffa426
}

.fsearch-show {
    width: 270px;
    height: 43px;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden
}

.fsearch-show input[type="search"],.fsearch-show button {
    border: none;
    height: 100%;
    background: none
}

.fsearch-show input[type="search"] {
    padding: 0 15px;
    width: calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px)
}

.fsearch-show button {
    width: 35px;
    padding: 0;
    text-align: left;
    color: #459c27
}

.chansearch::-webkit-input-placeholder {
    color: #7d7d7d
}

.chansearch:-moz-placeholder {
    color: #7d7d7d
}

.chansearch::-moz-placeholder {
    color: #7d7d7d
}

.chansearch:-ms-input-placehold {
    color: #7d7d7d
}

.chanmail::-webkit-input-placeholder {
    color: #fff
}

.chanmail:-moz-placeholder {
    color: #fff
}

.chanmail::-moz-placeholder {
    color: #fff
}

.chanmail:-ms-input-placehold {
    color: #fff
}
.wap_menu{
    background:#395e6c;
}
.menu {
    font-family: 'Roboto-Black';
    text-align: center;
    color: #2f2f2f;
    padding: 7px 0
}

.menu > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.menu ul ul {
    background-color: #395E6C;
    color: #fff;
    display: none;
    position: absolute;
    width: 100%;
    min-width: 220px;
    height: auto;
    left: 0;
    top: 100%;
    z-index: var(--z-index-hover);
    text-align: left;
    box-shadow: 3px 3px 3px #0000004d;
    -moz-box-shadow: 3px 3px 3px #0000004d;
    -o-box-shadow: 3px 3px 3px #0000004d;
    -webkit-box-shadow: 3px 3px 3px #0000004d;
    -ms-box-shadow: 3px 3px 3px #0000004d
}

.menu ul ul ul {
    left: 100%;
    top: 0
}

.menu ul > li {
    display: inline-block;
    position: relative
}

.menu > ul > li {
    vertical-align: middle
}

.menu li.active > a,.menu > ul > li:hover > a:not(.btnsearch) {
    color: yellow;
}

.menu li a {
    display: block;
    color: #ffffff;
}

.menu > ul > li > a:not(.btnsearch) {
    position: relative;
    padding: 12px 0;
    text-transform: uppercase
}

.menu ul ul a {
    padding: 10px
}

.menu ul > li:hover > ul {
    display: block
}

.menu ul ul li {
    display: block;
    position: relative
}

.menu ul ul li:not(:last-child) {
    border-bottom: 1px solid #00000014
}

.menu ul ul > li:hover {
    background-color: #00000014
}

.menu > ul > li > ul {
    opacity: 0
}

.menu ul li:hover > ul {
    -webkit-animation: scale-in-ver-top .5s cubic-bezier(0.165,0.840,0.440,1.000) both;
    animation: scale-in-ver-top .5s cubic-bezier(0.165,0.840,0.440,1.000) both
}

.menu h2 {
    display: inline
}

.main:after {
    content: '';
    display: block;
    clear: both
}

.main-left {
    width: 22%;
    float: left
}

.main-right {
    width: 78%;
    float: right
}

.main-title {
    margin-bottom: 5px;
    font-family: 'Oswald-Bold';
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff
}

.contact {
    margin-top: 15px
}

.contact .col {
    box-sizing: border-box;
    width: 49%;
    margin-top: 25px
}

.contact .col.col-1 {
    background-color: #fff;
    box-shadow: 0 0 5px #00000042;
    padding: 20px
}

.contact .col.col-2 h3 {
    margin: 0 0 25px;
    font-family: var(--font-bold);
    font-size: 35px;
    text-transform: uppercase
}

.contact .col.col-2 .td {
    box-sizing: border-box;
    float: left;
    margin-bottom: 15px
}

.contact .col.col-2 .td1 {
    margin-right: 15px;
    width: calc(((100% + 15px) / 2 - 15px));
    width: -moz-calc(((100% + 15px) / 2 - 15px));
    width: -o-calc(((100% + 15px) / 2 - 15px));
    width: -webkit-calc(((100% + 15px) / 2 - 15px));
    width: -ms-calc(((100% + 15px) / 2 - 15px))
}

.contact .col.col-2 .td1:nth-child(2n) {
    margin-right: 0
}

.contact .col.col-2 .td2 {
    width: 100%
}

.contact .col.col-2 label {
    display: block;
    font-family: var(--font-bold);
    margin-bottom: 12px
}

.contact .col.col-2 textarea,.contact .col.col-2 .txtcontact,.contact .col.col-2 select {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 0 15px;
    font-family: var(--font-regular);
    border-radius: 5px
}

.contact .col.col-2 .txtcontact,.contact .col.col-2 select {
    height: 50px
}

.contact .col.col-2 textarea {
    padding: 15px;
    height: 150px
}

.contact .col.col-2 button,.contact .col.col-2 input[type="submit"] {
    float: left;
    border: 3px solid #ededed;
    padding: 15px 25px;
    margin-right: 15px;
    background-color: #ecc800;
    font-family: var(--font-bold);
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 50px;
    cursor: pointer
}

.contact .col.col-2 button:hover,.contact .col.col-2 input[type="submit"]:hover {
    background-color: #000;
    color: #ecc800
}

.pro-detail-left {
    width: 40%;
    float: left;
    text-align: center
}

.pro-detail-right {
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    padding-left: 30px;
    width: 60%;
    float: left
}

.gallery-thumb-pro {
    margin: 15px 20px 0 15px
}

.owl-thumb-pro a {
    display: block;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px
}

.owl-thumb-pro img {
    display: block;
    margin: auto;
    border-radius: 5px
}

.owl-thumb-pro .owl-prev,.owl-thumb-pro .owl-next {
    position: absolute;
    border: none;
    background-color: transparent!important;
    color: #333!important;
    top: 0;
    bottom: 0;
    font-size: 25px!important
}

.owl-thumb-pro .owl-next {
    left: 100%
}

.owl-thumb-pro .owl-prev {
    right: 100%
}

.pro-detail-right li {
    margin-bottom: 15px
}

.pro-detail-right li:last-child {
    margin-bottom: 0
}

.pro-detail-right label {
    font-family: var(--font-bold);
    margin-right: 5px
}

.pro-detail-right a.check-cart {
    position: relative;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    min-width: 100px;
    padding: 8px;
    margin: 2px 4px 2px 0;
    text-transform: uppercase;
    background-color: #f5f5f5;
    border: 1px solid transparent
}

.pro-detail-right a.check-cart.fix-bx {
    min-width: 40px;
    height: 40px
}

.pro-detail-right a.check-cart i {
    display: none;
    position: absolute;
    font-size: 11px;
    padding: 7px 2px 0 7px;
    right: -1px;
    bottom: 0;
    clip-path: polygon(100% 0,100% 0,100% 100%,0% 100%);
    background-color: #fab0b8;
    color: #fff
}

.pro-detail-right a.check-cart.active {
    border-color: #fab0b8
}

.pro-detail-right a.check-cart.active i {
    display: block
}

.desc-pro-detail-bg {
    padding: 10px;
    background: #c8f191;
    border-radius: 3px
}

.pro-detail-label {
    font-family: var(--font-bold)
}

.title-pro-detail {
    font-family: var(--font-bold);
    font-size: 27px;
    display: block
}

.price-new-pro-detail {
    font-family: 'Font-Bold';
    font-size: 25px;
    color: var(--color-red)
}

.price-old-pro-detail {
    margin-left: 15px;
    font-size: 18px;
    color: var(--color-gray);
    text-decoration: line-through
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-start
}

.cart-pro-detail a {
    width: auto;
    text-align: center;
    color: #fff!important;
    cursor: pointer;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 3px
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background: #fd6e1d;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fd6e1d),to(#f59000));
    background: -webkit-linear-gradient(top,#f59000,#fd6e1d);
    background: -moz-linear-gradient(top,#f59000,#fd6e1d);
    background: -ms-linear-gradient(top,#f59000,#fd6e1d);
    background: -o-linear-gradient(top,#f59000,#fd6e1d)
}

.cart-pro-detail a.buynow {
    background-color: var(--color-green)
}

.cart-pro-detail a.buynow:hover {
    background-color: var(--color-dark-green)
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px
}

.tabs-pro-detail {
    margin: 35px 0
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
    border-bottom: 1px solid #e7e7e7
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    padding: 5px 10px
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #395e6c;
    color: #fafafa
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block
}

.quantity-pro {
    display: inline-block
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center
}

.quantity-pro-detail span {
    line-height: 25px;
    padding: 0;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #ccc
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0
}

.quantity-pro-detail input {
    height: 30px;
    border: 1px solid #ccc;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px
}

.quantity-pro-detail input::-webkit-outer-spin-button,.quantity-pro-detail input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.quantity-pro-detail input[type=number] {
    -moz-appearance: textfield
}

.title-in {
    font-family: var(--font-bold);
    font-size: 27px
}

.time-in {
    margin-top: 5px;
    color: #999
}

.time-in i {
    vertical-align: top;
    margin: 3px 7px 0 0
}

.time-in span {
    vertical-align: top;
    display: inline-block
}

.content-in {
    margin: 15px 0
}

.post-more {
    list-style: none;
    padding: 0;
    margin: 0
}

.post-more i {
    font-size: 5px;
    margin-right: 5px;
    vertical-align: middle
}

.post-more li {
    margin-bottom: 5px
}

.flienquan {
    margin-top: 30px
}

.title-lienquan {
    text-transform: uppercase;
    font-size: 17px;
    font-family: var(--font-bold);
    color: #3e3e3e;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.pagination-ajax,.pagination1 {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #444
}

.pagination-ajax li,.pagination1 li {
    display: inline-block
}

.pagination-ajax a,.pagination1 a {
    cursor: pointer;
    display: inline-block;
    margin: 2px 4px 2px 0;
    padding: 10px 15px;
    background-color: transparent;
    line-height: 1;
    min-width: 28px
}

.pagination-ajax .current,.pagination-ajax a:hover,.pagination1 a:hover,.pagination1 .active a {
    background-color: #395e6c;
    color: #fff;
    text-decoration: underline!important
}

.pagination-ajax {
    margin-top: 15px
}

#popup .fancybox-close-small {
    border-radius: 50%;
    right: -17px;
    top: -17px
}

#popup {
    padding: 0!important;
    display: none
}

#popup img {
    display: block
}

#btnpopup {
    position: fixed;
    z-index: var(--z-index);
    bottom: 25%;
    left: 0;
    cursor: pointer;
    color: #fff;
    text-align: center
}

#btnpopup i {
    position: relative;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: #eaa500;
    font-size: 33px;
    line-height: 50px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

#btnpopup span {
    position: absolute;
    display: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 20px 0 0;
    top: 0;
    bottom: 0;
    left: 100%;
    white-space: nowrap;
    background-color: #eaa500;
    font-family: 'UTMAlexander';
    font-size: 18px;
    line-height: 50px
}

#btnpopup:hover span {
    display: block;
    -webkit-animation: slide-right .5s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-right .5s cubic-bezier(.25,.46,.45,.94) both
}

#btnpopup:hover i {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.plogo {
    display: block;
    margin: 5px auto
}

#fpopup {
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 30px;
    border-radius: 5px
}

#fpopup .title {
    background-color: #caa966;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto-Bold';
    font-size: 25px;
    padding: 6px 20px
}

#fpopup {
    padding: 20px
}

#fpopup select,#fpopup .txtnhanmail {
    border: none;
    display: block;
    width: 100%;
    height: 40px;
    background-color: #e7e7e7;
    margin-bottom: 10px;
    padding: 0 15px;
    font-size: 16px
}

#fpopup input[type="submit"] {
    font-size: 16px;
    margin-top: 25px;
    display: block;
    width: 100%;
    height: 48px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(200deg,rgba(227,196,127,1) 0%,rgba(147,109,48,1) 100%);
    border: none;
    cursor: pointer
}

.hdanhmucdrops {
    position: relative;
    width: 270px;
    z-index: var(--z-index-menu)
}

.hdanhmucdrops.ver1 > .nicescl {
    display: none;
    top: 100%
}

.hdanhmucdrops .title {
    padding: 0 18px;
    height: 100%;
    cursor: pointer;
    font-family: 'Roboto-Bold';
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #030303
}

.hdanhmucdrops .title i {
    font-size: 25px;
    margin-right: 15px;
    color: red
}

.hdanhmucdrops ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    background-color: #fff
}

.hdanhmucdrops .nicescl {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    top: 100%
}

.hdanhmucdrops ul.content {
    overflow: hidden;
    height: 424px;
    border: 1px solid #e6e6e6
}

.hdanhmucdrops ul img {
    margin-right: 10px
}

.hdanhmucdrops li a {
    position: relative;
    display: block;
    padding: 7px 15px
}

.hdanhmucdrops ul ul {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    width: 100%;
    display: none;
    position: absolute;
    z-index: var(--z-index-hover);
    left: calc(100% - 7px);
    left: -moz-calc(100% - 7px);
    left: -webkit-calc(100% - 7px)
}

.hdanhmucdrops ul ul li {
    position: relative
}

.hdanhmucdrops ul > li:hover > ul {
    display: block;
    -webkit-animation: scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both;
    animation: scale-up-hor-left .4s cubic-bezier(0.390,0.575,0.565,1.000) both
}

.hdanhmucdrops ul > li:last-child {
    border-bottom: none
}

.hdanhmucdrops ul ul ul {
    left: 100%;
    top: 0!important
}

.hdanhmucdrops li:hover > a {
    background-color: #00000008
}

@-webkit-keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

@keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }
}

ul.danhmucleft,ul.danhmucleft ul {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0
}

ul.danhmucleft {
    font-size: 16px
}

ul.danhmucleft li {
    position: relative
}

ul.danhmucleft li a {
    display: block
}

ul.danhmucleft > li > a {
    padding: 7px 0
}

ul.danhmucleft ul > li > a {
    padding: 7px 0
}

ul.danhmucleft li.no-border > a,ul.danhmucleft > li:last-child li:last-child > a {
    border-bottom: none!important
}

ul.danhmucleft ul {
    display: none;
    border-left: 1px solid #e7e7e7;
    padding-left: 20px
}

.drop-danhmucleft {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    line-height: 38px;
    cursor: pointer
}

.drop-danhmucleft:hover {
    color: #db3c96
}

.bgtinvi .col {
    box-sizing: border-box
}

.bgtinvi .col-1 {
    width: 64%;
    float: left
}

.bgtinvi .col-2 {
    width: 33%;
    float: right
}

.ftintuc {
    width: 47%;
    float: left
}

.ftintuc .thumb {
    display: block;
    position: relative;
    overflow: hidden
}

.ftintuc .tieude {
    -webkit-line-clamp: 2;
    font-family: 'Roboto-Bold';
    font-size: 15px;
    margin-top: 15px;
    text-transform: uppercase
}

.ftintuc .desc {
    -webkit-line-clamp: 2;
    line-height: 2;
    margin: 5px 0 25px
}

.ftintuc .lk {
    display: inline-block;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px;
    border: 2px solid #333
}

ul.tintuc {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.tintuc li.bt {
    float: left;
    margin: 15px 30px 15px 0;
    width: calc((100% + 30px) / 2 - 30px);
    width: -moz-calc((100% + 30px) / 2 - 30px);
    width: -webkit-calc((100% + 30px) / 2 - 30px)
}

ul.tintuc li.bt:nth-child(2n) {
    margin-right: 0
}

ul.tintuc li.bt:nth-child(2n+1) {
    clear: both
}

ul.tintuc .thumb {
    float: left;
    width: 39%;
    overflow: hidden
}

ul.tintuc .thumb img {
    display: block;
    width: 100%
}

ul.tintuc .content {
    float: right;
    width: 61%;
    padding-left: 20px
}

ul.tintuc .tieude {
    -webkit-line-clamp: 2;
    font-family: var(--font-bold);
    text-align: left
}

ul.tintuc .desc {
    -webkit-line-clamp: 3;
    margin-top: 5px;
    line-height: 2
}

ul.tintuc.def {
    float: right;
    width: 50%
}

ul.tintuc.def li {
    margin-bottom: 17px
}

ul.tintuc.def .tieude {
    -webkit-line-clamp: 1
}

ul.tintuc.def .desc {
    -webkit-line-clamp: 3;
    font-size: 13px
}

.video-main {
    height: 267px
}

.video-main iframe {
    display: block;
    width: 100%;
    height: 100%
}

.subvideo {
    margin-top: 10px
}

.subvideo img {
    display: block
}

.asubvideo {
    cursor: pointer;
    position: relative
}

.asubvideo:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/icon-youtube.png) no-repeat center
}

.listVideo {
    width: 100%;
    margin-top: 20px;
    height: 48px;
    border: none;
    padding: 0 25px;
    background-color: #fe92ab;
    color: #fff
}

.box-pro:after {
    display: block;
    clear: both;
    content: ''
}

.box-pro .box {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 0
}

.box-pro .box.bt {
    float: left;
    margin: 15px 30px 15px 0;
    width: calc((100% + 30px) / 4 - 30px);
    width: -moz-calc((100% + 30px) / 4 - 30px);
    width: -webkit-calc((100% + 30px) / 4 - 30px)
}

.box-pro .box.bt:nth-child(4n) {
    margin-right: 0
}

.box-pro .box.bt:nth-child(4n+1) {
    clear: both
}

.box-pro .thumb {
    position: relative;
    overflow: hidden;
    display: block
}

.box-pro .tieude {
    font-family: 'Roboto-Black';
    text-transform: uppercase;
    -webkit-line-clamp: 2
}

.box-pro .giaban,.box-pro .giacu {
    display: inline-block;
    margin-top: 5px
}

.box-pro .giacu {
    margin-left: 5px;
    color: #848484;
    text-decoration: line-through
}

.box-pro .giaban {
    color: #323232;
    font-family: 'Roboto-Black';
    color: red
}

.box-pro .content {
    padding: 10px
}

.box-photobox:after {
    display: block;
    clear: both;
    content: ''
}

.box-photobox a {
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #000
}

.box-photobox a.bt {
    margin: 5px 10px 5px 0;
    border-radius: 5px;
    width: calc((100% + 10px) / 5 - 10px);
    width: -moz-calc((100% + 10px) / 5 - 10px);
    width: -webkit-calc((100% + 10px) / 5 - 10px)
}

.box-photobox a.bt:nth-child(5n) {
    margin-right: 0
}

.box-photobox a.bt:nth-child(5n+1) {
    clear: both
}

.box-photobox a:hover img {
    opacity: .6
}

.box-photobox .icon {
    position: absolute;
    display: none;
    font-size: 40px;
    top: 50%;
    left: 50%;
    color: #fff
}

.box-photobox a:after {
    content: '';
    display: none;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 1px solid #fff;
    border-radius: 5px
}

.box-photobox a:hover .icon,.box-photobox a:hover:after {
    display: block
}

.box-news:after {
    display: block;
    clear: both;
    content: ''
}

.box-news .box {
    position: relative;
    text-align: center
}

.box-news .box.bt {
    float: left;
    margin: 15px 30px 15px 0;
    width: calc((100% + 30px) / 4 - 30px);
    width: -moz-calc((100% + 30px) / 4 - 30px);
    width: -webkit-calc((100% + 30px) / 4 - 30px)
}

.box-news .box.bt:nth-child(4n) {
    margin-right: 0
}

.box-news .box.bt:nth-child(4n+1) {
    clear: both
}

.box-news .thumb {
    position: relative;
    overflow: hidden;
    display: block
}

.box-news .tieude {
    font-family: 'Roboto-Black';
    font-size: 17px;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    color: #232323;
    margin-top: 15px
}

.box-tintuc:after {
    display: block;
    clear: both;
    content: ''
}

.box-tintuc .box {
    position: relative
}

.box-tintuc .box.bt {
    float: left;
    margin: 15px 30px 15px 0;
    width: calc((100% + 30px) / 4 - 30px);
    width: -moz-calc((100% + 30px) / 4 - 30px);
    width: -webkit-calc((100% + 30px) / 4 - 30px)
}

.box-tintuc .box.bt:nth-child(4n) {
    margin-right: 0
}

.box-tintuc .box.bt:nth-child(4n+1) {
    clear: both
}

.box-tintuc .thumb {
    position: relative;
    overflow: hidden;
    display: block
}

.box-tintuc .date {
    font-size: 14px;
    color: #9f9f9f;
    margin-top: 15px;
    font-style: italic
}

.box-tintuc .tieude {
    font-family: 'Roboto-Black';
    font-size: 16px;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    color: #252525;
    margin-top: 10px
}

.box-tintuc .desc {
    -webkit-line-clamp: 3;
    font-size: 14px;
    color: #535353;
    line-height: 1.7;
    margin-top: 5px
}

.box-camnhan:after {
    display: block;
    clear: both;
    content: ''
}

.box-camnhan .box {
    position: relative;
    text-align: center
}

.box-camnhan .box.bt {
    margin: 15px 30px 15px 0;
    width: calc((100% + 30px) / 3 - 30px);
    width: -moz-calc((100% + 30px) / 3 - 30px);
    width: -webkit-calc((100% + 30px) / 3 - 30px)
}

.box-camnhan .box.bt:nth-child(3n) {
    margin-right: 0
}

.box-camnhan .box.bt:nth-child(3n+1) {
    clear: both
}

.box-camnhan .thumb {
    position: relative;
    display: inline-block;
    border: 10px solid #ffa426;
    border-radius: 50%
}

.box-camnhan .thumb:before {
    content: '';
    position: absolute;
    top: -8px;
    bottom: -1px;
    left: -7px;
    right: -2px;
    background-color: #fff;
    border-radius: 50%
}

.box-camnhan .hid {
    position: relative;
    z-index: 3;
    border-radius: 50%;
    overflow: hidden
}

.box-camnhan .tieude {
    font-family: 'SVN-ProductSans';
    font-size: 20px;
    text-transform: capitalize;
    -webkit-line-clamp: 2;
    color: #1a1a1a;
    margin-top: 12px
}

.box-camnhan .desc {
    margin-top: 15px;
    line-height: 2;
    -webkit-line-clamp: 3
}

.box-video:after {
    display: block;
    clear: both;
    content: ''
}

.box-video .box {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    color: #393939
}

.box-video .box.bt {
    float: left;
    margin: 15px 30px 15px 0;
    width: calc((100% + 30px) / 3 - 30px);
    width: -moz-calc((100% + 30px) / 3 - 30px);
    width: -webkit-calc((100% + 30px) / 3 - 30px)
}

.box-video .box.bt:nth-child(3n) {
    margin-right: 0
}

.box-video .box.bt:nth-child(3n+1) {
    clear: both
}

.box-video .thumb {
    position: relative;
    overflow: hidden;
    display: block
}

.box-video .thumb img {
    display: block;
    width: 100%
}

.box-video i {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 70px;
    opacity: .6
}

.box-video .box:hover i {
    opacity: 1;
    color: red
}

.box-video .box:hover i:before {
    position: relative;
    z-index: 1
}

.box-video .box:hover i:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50%;
    height: 50%;
    background-color: #fff
}

.box-video .tieude {
    margin-top: 10px;
    font-family: 'Roboto-Bold';
    font-size: 16px;
    text-transform: uppercase;
    -webkit-line-clamp: 2
}

.box-album:after {
    display: block;
    clear: both;
    content: ''
}

.box-album .box {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    background-color: #000;
    overflow: hidden
}

.box-album .box.bt {
    float: left;
    margin: 15px 30px 15px 0;
    width: calc((100% + 30px) / 3 - 30px);
    width: -moz-calc((100% + 30px) / 3 - 30px);
    width: -webkit-calc((100% + 30px) / 3 - 30px)
}

.box-album .box.bt:nth-child(3n) {
    margin-right: 0
}

.box-album .box.bt:nth-child(3n+1) {
    clear: both
}

.box-album .box img {
    display: block;
    width: 100%
}

.box-album .tieude {
    display: none;
    position: absolute;
    bottom: 15px;
    left: 10px;
    right: 10px;
    color: #fff;
    font-family: 'Roboto-Bold';
    font-size: 18px;
    text-transform: uppercase;
    -webkit-line-clamp: 2
}

.box-album .box:hover img {
    opacity: .6
}

.box-album .box:hover .tieude {
    display: block;
    -webkit-animation: tracking-in-expand-fwd .8s cubic-bezier(0.215,0.610,0.355,1.000) both;
    animation: tracking-in-expand-fwd .8s cubic-bezier(0.215,0.610,0.355,1.000) both
}

@-webkit-keyframes tracking-in-expand-fwd {
    0% {
        letter-spacing: -.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes tracking-in-expand-fwd {
    0% {
        letter-spacing: -.5em;
        -webkit-transform: translateZ(-700px);
        transform: translateZ(-700px);
        opacity: 0
    }

    40% {
        opacity: .6
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.album_mansory {
    margin-top: 15px
}

.album_mansory .box {
    padding: 5px;
    width: 25%
}

.album_mansory .item {
    position: relative;
    display: inline-block;
    background-color: #fff
}

.album_mansory .item:hover img {
    opacity: .8
}

.album_mansory i {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 30px;
    color: #fff
}

.album_mansory .item:hover i {
    display: block
}

.related .title-related {
    background-color: #e71818;
    color: #fff;
    padding: 7px 15px;
    text-transform: uppercase;
    font-family: var(--font-bold)
}

.related ul {
    margin: 0;
    padding: 0 0 0 25px;
    background: #f9f9f9
}

.related li a {
    padding: 6px 0;
    display: block
}

.related span {
    -webkit-line-clamp: 1
}

.related li {
    padding-left: 15px
}

.related li:not(:last-child) {
    border-bottom: 1px solid #dee4ea80
}

.box-doitac {
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px
}

.box-doitac .box img {
    display: block;
    margin: auto
}

.box-doitac .owl-dots {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0
}

.logo {
    position: relative
}

.logo img {
    display: block
}
.cty{
    font-size:40px;
    font-family: 'Roboto-Black';
    color: red;
    max-width: 600px;
    text-align: center;
    margin: auto;
    }
.hotline2{
    font-size:20px;
    font-family: 'Roboto-Black';
}
.hotline2 span{
    display:block;
    font-size:25px;
    color: red;
}
@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.title-big {
    font-family: 'Roboto-Black';
    color: #191919;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center
}

.title-big:after {
    content: '';
    display: block;
    margin: 5px auto 0;
    width: 76px;
    height: 3px;
    background-color: #18a1d5
}

.marb15 {
    margin-bottom: 15px
}

.marb35 {
    margin-bottom: 35px
}

.marb30 {
    margin-bottom: 30px
}

.sub-l:after {
    content: '';
    display: block;
    margin-top: 15px;
    width: 100px;
    height: 2px;
    background-color: #ffa426
}

.bgtop {
    margin-top: 40px
}
.wap_thongtin{
    background:#395e6c;
    color:#ffffff;
    padding: 10px 0;
}
.slogan{
    max-width: 600px;
}
.bgheader {
    background: #EDEDED;
    padding: 5px 0;
}
.bgheader .inherit {
    align-items: center !important;
}
.bgheader-right {
    width: calc(100% - 245px);
    width: -moz-calc(100% - 245px);
    width: -webkit-calc(100% - 245px)
}

.bgheader-top {
    position: relative;
    background-color: #395E6C;
    color: #fff;
    font-size: 13px;
    padding: 10.5px 0
}

.bgheader-top:before {
    content: '';
    position: absolute;
    right: 100%;
    margin-right: -1px;
    top: 0;
    bottom: -.25px;
    width: 35px;
    background-color: #395E6C;
    clip-path: polygon(100% 0,0% 100%,100% 100%)
}

.bgheader-top:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 1200px;
    background-color: #395E6C
}

.bghotline {
    background: url(../images/icon-phone.png) no-repeat left center;
    padding-left: 23px
}

.bgmap {
    background: url(../images/icon-map.png) no-repeat left center;
    padding-left: 23px
}

.bgsolieu {
    padding: 55px 0;
    background-color: #395e6c;
    color: #fff;
    text-align: center
}

.bgsolieu .solieu {
    font-family: var(--font-bold);
    font-size: 50px
}

.bgsolieu .solieu:after {
    content: '';
    display: block;
    margin: auto;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 50px
}

.bgsolieu .tieude {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 20px
}

.bggioithieu {
    background: url(../images/bggioithieu.jpg);
    background-size: cover;
    padding: 60px 0
}

.bggioithieu .col-1 {
    width: 46%
}

.bggioithieu .col-2 {
    width: 48%
}

.bggioithieu .col-1 a:nth-child(1) {
    width: 82%;
    margin-bottom: 188px
}

.bggioithieu .col-1 a:nth-child(2) {
    width: 72%;
    border: 10px solid #edeef0;
    margin-left: -54%
}

.bgduan {
    padding: 60px 0
}

.bgtaisao {
    padding: 55px 0;
    background: url(../images/bgtaisao.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    text-align: center
}

.bgtaisao .tieude {
    font-family: 'Roboto-Black';
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 25px
}

.bgtaisao .desc {
    font-size: 14px;
    line-height: 1.8;
    -webkit-line-clamp: 3;
    margin-top: 10px
}

.bgtaisao .box:hover .thumb {
    -webkit-animation: rotate-center .6s ease-in-out both;
    animation: rotate-center .6s ease-in-out both
}

.bgtintuc {
    margin-top: 70px
}

#nhanmail {
    margin-top: 20px
}

#nhanmail input[type="email"] {
    display: block;
    width: 100%;
    height: 46px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    padding: 0 10px
}

#nhanmail button {
    margin-top: 5px;
    display: block;
    width: 100%;
    height: 46px;
    background-color: #1a93c1;
    color: #fff;
    font-family: var(--font-bold);
    text-transform: uppercase;
    border: none
}

.bgfooter {
    color: #fff;
    background-color: #395e6c
}

.bgfootertop {
    padding: 50px 0
}

.bgfooter .title {
    font-family: var(--font-bold);
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
    background: url(../images/line-title.png) no-repeat left bottom;
    padding-bottom: 10px
}

.bgfooter .col {
    box-sizing: border-box
}

.bgfooter .col-1 {
    width: 23%
}

.bgfooter .col-2 {
    width: 23%
}

.bgfooter .col-3 {
    width: 20%
}

.bgfooter .col-4 {
    width: 25%
}

.bgcopy {
    position: relative;
    padding: 15px 0;
    color: #fff;
    font-size: 13px;
    border-top: 1px solid #ffffff38
}

.copyright {
    float: left
}

.mxh img {
    display: inline-block;
    vertical-align: middle
}

.thongke {
    float: right;
    margin: 0;
    padding: 0
}

.thongke li {
    display: inline-block;
    margin-right: 15px
}

.thongke li:after {
    content: '|';
    display: inline-block;
    margin-left: 15px
}

.thongke li:last-child {
    margin-right: 0
}

.thongke li:last-child:after {
    display: none
}

#footer-map iframe {
    display: block;
    width: 100%!important;
    height: 175px!important
}

ul.thongtincongty {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.thongtincongty li.company {
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'UTMImpact';
    padding: 0;
    margin-bottom: 10px
}

ul.thongtincongty li {
    display: block;
    box-sizing: border-box;
    padding-left: 30px;
    margin-bottom: 10px
}

ul.thongtincongty li:last-child {
    margin-bottom: 0
}

ul.thongtincongty li.map {
    background: url(../images/map.png) no-repeat left center
}

ul.thongtincongty li.phone {
    background: url(../images/phone.png) no-repeat left center
}

ul.thongtincongty li.email {
    background: url(../images/email.png) no-repeat left center
}

ul.thongtincongty li.website {
    background: url(../images/website.png) no-repeat left center
}

.footer-map-tabs {
    position: relative
}

.tabs-map {
    list-style: none;
    padding: 0;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: 10px;
    text-align: right
}

.tabs-map li {
    display: inline-block
}

.tabs-map a {
    display: block;
    padding: 10px 30px;
    color: #fff!important;
    background-color: #999;
    cursor: pointer
}

.tabs-map a.active,.tabs-map a:hover {
    background-color: red
}

.a-tabs-map iframe {
    display: block;
    width: 100%!important;
    height: 400px!important
}

.a-tabs-map {
    display: none
}

.a-tabs-map.active {
    display: block
}

.sitemap {
    list-style: none;
    margin: 0;
    padding: 0
}

.sitemap li {
    margin-bottom: 15px
}

.sitemap li:last-child {
    margin-bottom: 0
}

.sitemap li a {
    display: block
}

.blink_me1 {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    10%,28%,30%,48%,50%,68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    18%,20%,38%,40%,58%,60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    100%,75% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    10%,28%,30%,48%,50%,68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    18%,20%,38%,40%,58%,60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    100%,75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

.hotline {
    position: fixed;
    left: 10px;
    bottom: 5px;
    display: block;
    background: #fe0101;
    color: #ffffff;
    padding-top: 7px;
    padding-bottom: 0px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 99px;
    height: 40px;
}

.hotline .hotline-number {
    font-size: 17px;
    color: #ffea01;
    font-family: 'Roboto-Bold';
}
