@charset "UTF-8";

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "RobotoRegular";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
    width: 100%;
    max-width: 1366px;
    margin: auto;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}


a {
    text-decoration: none !important;
}

.center-layout,
.inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.header-nav a,
.menu-nav a,
.product__categories a,
.product-items__name a,
.about__viewmore,
.staff-items__name,
.feedback-items__name,
.footer-link,
.scroll-to-top,
.breadcrumb span,
.input-field input,
.input-field select,
.input-field textarea,
.effect-img img,
.effect-img:before,
.effect-img:after,
.effect-zoom .animate-image img,
.image-zoom img,
.effect-rotate-360 img,
.effect-rotate img {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.pd-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

.img {
    display: block;
}

.img img {
    display: block;
    max-width: 100%;
}

.flex-center,
.flex-between-center,
.header-top .center-layout,
.header-nav,
.header-bottom .center-layout,
.menu .center-layout,
.product__title,
.copyright .center-layout,
.header-search button,
.menu-search button,
.product__categories a,
.product-items__price,
.why-items .img,
.footer-row,
.footer .social,
.copyright-right,
.pd-detail__buynow,
.scroll-to-top,
.header-search,
.product .center-layout,
.about .center-layout,
.staff-items,
.post-items,
.flex-between,
.menu-nav,
.pd-detail__tab__nav,
.breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between-center,
.header-top .center-layout,
.header-nav,
.header-bottom .center-layout,
.menu .center-layout,
.product__title,
.copyright .center-layout,
.header-search button,
.menu-search button,
.product__categories a,
.product-items__price,
.why-items .img,
.footer-row,
.footer .social,
.copyright-right,
.pd-detail__buynow,
.scroll-to-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between-center,
.header-top .center-layout,
.header-nav,
.header-bottom .center-layout,
.menu .center-layout,
.product__title,
.copyright .center-layout,
.header-search,
.product .center-layout,
.about .center-layout,
.staff-items,
.post-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.grecaptcha-badge {
    display: none;
}

button {
    outline: none !important;
}

img.lazy {
    -webkit-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}

img.initial,
img.loaded,
img.error {
    opacity: 1;
}

img:not([src]) {
    visibility: hidden;
}

#container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
}

.header {
    position: relative;
}

.menu {
    background: #13368a;
    width: 100%;
    max-width: 1366px;
    margin: auto;
    position: relative;
}

.menu-nav {
    -ms-flex-pack: distribute;
    /*justify-content: space-around; */
    list-style-type: none;
    position: relative;
    margin: 0;
    padding: 0;
}

.menu-nav ul {
    list-style-type: none;
    visibility: hidden;
    position: absolute;
    width: 220px;
    z-index: 99999;
    background: #13368a;
    -webkit-box-shadow: 0px 2px 10px;
    box-shadow: 0px 2px 10px;
    -webkit-transform: perspective(600px) rotatex(-90deg);
    transform: perspective(600px) rotatex(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0;
}

.menu-nav>li>ul {
    left: 0;
    top: 100%;
}

.menu-nav li {
    position: relative;
}

.menu-nav h2,
.menu-nav h3 {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.menu-nav h2 {
    line-height: 50px;
}

.menu-nav a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: 'SVN-ProductSans';
    padding: 0px 25px;
}

.menu-nav>li>a {
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
    padding: 0px 32px;
}

.menu-nav>li>ul a {
    padding: 7px;
    text-transform: capitalize;
    border-bottom: 1px solid #fff;
}

.menu-nav>li>ul li:last-child a {
    border-bottom: none
}

.menu-nav>li>ul a h2 {
    line-height: 20px;
}

.menu-nav li:hover>a,
.menu-nav li>a.active {
    background: #0a2974;
}

.menu-nav li:hover>ul {
    opacity: 1;
    -webkit-transform: perspective(600px) rotatex(0deg);
    transform: perspective(600px) rotatex(0deg);
    visibility: visible;
}

.zalo-share-button {
    margin-left: 10px;
    margin-top: -5px;
}

/*header top*/
.flex_tc {
    display: flex;
    justify-content: space-between;
}

.w100 {
    width: 100%
}

.header-bottom {
    position: relative;
    padding: 5px 0px;
    background: #fff
}

.fixed {
    position: fixed;
    z-index: 9999;
    top: 0px;
    left: 0px;
    right: 0px;
}

.menu-search {
    max-width: 238px;
    height: 40px;
    background: #fff;
    position: relative;
    z-index: 99;
    width: 100%;
    clip-path: polygon(7% 0, 100% 0%, 100% 100%, 0% 100%);
}

.menu-search input {
    width: calc(100% - 40px);
    height: 100%;
    padding-left: 25px;
    border: 0;
    font-size: 13px;
    float: left;
    background: none;
}

.menu-search input::-webkit-input-placeholder {
    color: #808080;
    font-size: 13px;
    font-family: 'RobotoRegular';
    font-style: italic;
}

.menu-search input::-moz-placeholder {
    color: #808080;
    font-size: 13px;
    font-family: 'RobotoRegular';
    font-style: italic;
}

.menu-search input:-ms-input-placeholder {
    color: #808080;
    font-size: 13px;
    font-family: 'RobotoRegular';
    font-style: italic;
}

.menu-search input:-moz-placeholder {
    color: #808080;
    font-size: 13px;
    font-family: 'RobotoRegular';
    font-style: italic;
}

.menu-search button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 100%;
    border: 0;
    cursor: pointer;
    float: right;
    color: #bebebe;
    background: #fff;
    font-size: 12px;
    font-family: 'RobotoRegular'
}

.header-bottom .dienthoai {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 25px;
    font-family: 'UTMYenTu';
    color: #3c2020;
}

.header-bottom .dienthoai img {
    margin-right: 10px;
    margin-top:27px;
}

.header-bottom .dienthoai .ten {
    line-height: 25px;
    font-weight: bold;
    /*margin-left:116px;*/
    font-size: 2.2rem;
}

.header-bottom .dienthoai .sdt {
    color: #f26f11;
    font-size: 22px;
    font-family: 'UTMAvoBold'
}

.header-bottom .giomocua {
    color: #000000;
    font-size: 20px;
    font-family: 'SVN-ProductSans';
    margin-top: -2px;
    margin-left: 120px;
}


.slide {
    position: relative;
    width: 100%
}

.slide .custom-owl-prev,
.slide .custom-owl-next {
    position: absolute;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    left: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 999;
}

.slide .custom-owl-next {
    left: initial;
    right: 5px;
}

/*widget destop*/
.widget-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 9999;
}

.widget-desktop-items {
    margin-bottom: 20px;
    border-radius: 50%;
    position: relative;
}

.widget-desktop-items:last-child {
    margin-bottom: 0;
}

.widget-desktop-items:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(19, 54, 138, 0.5);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: scaleIn1 1s;
    animation: scaleIn1 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.widget-desktop-items:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #13368a), to(#7da2f8));
    background: linear-gradient(90deg, #13368a 0, #7da2f8 100%);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: scaleIn 1.2s;
    animation: scaleIn 1.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.widget-desktop-items__icon {
    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: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 999;
}

.widget-desktop-items__zalo {
    font-family: "RobotoBold";
    font-size: 14px;
    color: #13368a;
}

.widget-desktop-items__facebook i {
    font-size: 23px;
    color: #13368a;
}

.widget-desktop-items__call i {
    font-size: 20px;
    color: #13368a;
}

.widget-desktop-items__call .widget-desktop-items__content {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 10px 60px 10px 20px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #13368a), to(#7da2f8));
    background: linear-gradient(90deg, #13368a 0, #7da2f8 100%);
    border-radius: 20px;
    color: #fff;
    white-space: nowrap;
}

.widget-desktop-items__call .widget-desktop-items__content span {
    font-family: "RobotoBold";
    margin-left: 5px;
}

@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    60% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes scaleIn {
    from {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    60% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@-webkit-keyframes scaleIn1 {
    from {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    60% {
        -webkit-transform: translate(-50%, -50%) scale(1.4);
        transform: translate(-50%, -50%) scale(1.4);
    }
}

@keyframes scaleIn1 {
    from {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

    60% {
        -webkit-transform: translate(-50%, -50%) scale(1.4);
        transform: translate(-50%, -50%) scale(1.4);
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.shake {
    -webkit-animation: shake 1s infinite ease-in-out;
    animation: shake 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

/*widget app*/
.widget-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 9999;
}

.widget-app .widget-desktop-items__icon {
    width: 52px;
    height: 52px;
    cursor: pointer;
}

.items-app img {
    border-radius: 50%;
}

.content_app {
    background: #fff;
    padding: 5px;
    border: 1px solid #13368a;
    border-radius: 30px;
    margin-bottom: 20px;
    display: none;
}

.content_app a {
    position: relative;
    display: block;
    margin: 2px 0px;
}

.content_app a img {
    border-radius: 50%;
}

/*load about*/
.load_about {
    position: relative;
    padding: 40px 0px;
}

.load_about .left {
    width: calc(100% - 405px);
    position: relative;
}

.content_about {
    display: flex;
    justify-content: space-between;
}

.content_about .noidung {
    width: calc(100% - 400px);
    position: relative;
}

.content_about .img {
    width: 100%;
    max-width: 376px;
    position: relative;
}

.slogan_about {
    text-align: center;
    color: #000000;
    font-size: 44px;
    line-height: 44px;
    font-family: 'VLMissLeGatees';
}

.title_about {
    text-align: center;
    color: #13368a;
    font-size: 40px;
    font-family: 'iCielBCPacifico-normal';
}

.mota_about {
    color: #282828;
    font-size: 14px;
    font-family: 'Quicksand-Regular';
    text-align: center;
    line-height: 27px;
}

.more_about {
    color: #f26f11;
    font-size: 14px;
    font-family: 'SVN-ProductSans';
    margin-top: 20px;
    display: block;
    font-style: italic;
}

.more_about i {
    margin-left: 5px;
}

.load_about .right {
    width: 100%;
    max-width: 375px;
    position: relative;
}

.title_tv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 4px;
    border-bottom: 1px solid #e6e6e6;
}

.title_tv .ten {
    text-transform: capitalize;
    color: #f26f11;
    font-size: 20px;
    font-family: 'SVN-ProductSans';
    line-height: 20px;
}

.title_tv a {
    color: #333333;
    font-size: 14px;
    font-family: 'SVN-ProductSans';
    line-height: 14px;
    display: block;
}

.title_tv a:hover {
    color: #f26f11;
}

.title_tv a img {
    margin-left: 5px;
}

.box_rv {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.box_rv .img {
    max-width: 120px;
}

.box_rv .noidung {
    width: calc(100% - 135px);
    position: relative;
}

.box_rv .noidung .ten {
    font-size: 15px;
    font-family: 'SVN-ProductSans';
    text-transform: capitalize;
}

.box_rv .noidung .ten a {
    color: #333;
    display: block;
}

.box_rv .noidung .ten a:hover {
    color: #13368a;
}

.box_rv .noidung .date {
    color: #999999;
    font-size: 13px;
    font-family: 'Quicksand-Regular';
    margin: 6px 0px;
}

.box_rv .noidung .mota {
    color: #333333;
    font-size: 13px;
    font-family: 'Quicksand-Regular';
    text-align: justify;
}

/*List c1*/
.load_list {
    padding-bottom: 40px;
}

.top_list {
    position: relative;
    background: url(../images/bglist.jpg)no-repeat;
    background-size: cover;
    padding: 40px 0px;
    margin-bottom: 40px;
}

.top_list:after {
    position: absolute;
    content: "";
    width: 230px;
    height: 42px;
    background: url(../images/after_list.png)no-repeat;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, 0);
}

.slogan_list {
    color: #fff;
    text-align: center;
    font-size: 33px;
    font-family: 'UTMYenTu';
    line-height: 33px;
}

.title_list {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: 'iCielBCPacifico-normal';
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ul_tabdm {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
}

.ul_tabdm li {
    cursor: pointer;
    margin: 0px 4px;
    margin-bottom: 10px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    font-size: 14px;
    font-family: 'SVN-ProductSans';
    min-width: 146px;
    padding: 10px 20px;
    display: inline-block;
}

.ul_tabdm li:hover,
.ul_tabdm li.active {
    background: #f26f11;
    border: 1px solid #f26f11;
}

/*album nh*/
.load_ab {
    position: relative;
    padding: 40px 15px;
}

.slogan_tc {
    color: #000000;
    text-align: center;
    font-size: 33px;
    font-family: 'UTMYenTu';
    line-height: 33px;
}

.title_tc {
    text-align: center;
    color: #13368a;
    font-size: 40px;
    font-family: 'iCielBCPacifico-normal';
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.grid_ha {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 27px;
}

.box_ab {
    overflow: hidden;
    position: relative;
    z-index: 9
}

.box_ab a {
    position: relative;
    display: block;
}

.box_ab:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 6;
}

.box_ab:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
}

.box_ab:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 4 / 6;
}

.box_ab:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

.box_ab:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 3 / 6;
}

.box_ab:nth-child(6) {
    grid-column: 4 / 5;
    grid-row: 1 / 6;
}

/*video & kh*/
.load_vd {
    position: relative;
    background: url(../images/bgvd.jpg)no-repeat;
    background-size: cover;
    padding: 60px 0px;
}

.load_vd .left {
    width: 48.5%;
    position: relative;
}

#video-select {
    position: relative;
}

#video-select .listvideos {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 30px;
    font-size: 12px;
    font-family: 'Quicksand-Regular';
}

.load_vd .right {
    width: 48.5%;
    position: relative;
}

.box_kh {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.box_kh .img {
    width: 100%;
    max-width: 140px;
    border-radius: 50%;
    overflow: hidden;
}

.box_kh .noidung {
    width: calc(100% - 155px);
    position: relative;
    color: #fff;
}

.box_kh .noidung .ten {
    font-size: 18px;
    font-family: 'SVN-ProductSans';
    text-transform: capitalize;
}

.box_kh .noidung .diachi {
    color: #f0870b;
    font-size: 13px;
    font-family: 'Quicksand-Regular';
    margin: 10px 0px;
}

.box_kh .noidung .mota {
    font-size: 13px;
    font-family: 'Quicksand-Regular';
    line-height: 27px;
    height: 75px;
    text-align: justify;
}

.box_kh2 {
    flex-direction: row-reverse;
}

/*tin tuc*/
.load_news {
    position: relative;
    padding: 40px 0px;
}

.box_news {
    position: relative;
}

.box_news .img {
    position: relative;
}

.box_news .img .date {
    position: absolute;
    background: #f1980b;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-family: 'SVN-ProductSans';
    width: 90px;
    height: 86px;
    right: 20px;
    bottom: -50px;
}

.box_news .img a {
    display: block;
    position: relative;
}

.box_news .img .date .ngay {
    font-size: 40px;
    line-height: 40px;
}

.box_news .dangboi {
    color: #333333;
    font-size: 13px;
    font-family: 'Quicksand-Medium';
    margin: 20px 0px;
    margin-bottom: 30px;
}

.box_news .ten {
    font-size: 18px;
    font-family: 'SVN-ProductSans';
}

.box_news .ten a {
    color: #262626;
    display: block;
    line-height: 32px;
    height: 58px;
}

.box_news .ten a:hover {
    color: #13368a;
}

.box_news .mota {
    color: #333333;
    font-size: 13px;
    font-family: 'Quicksand-Medium';
    line-height: 25px;
    text-align: justify;
    margin-top: 15px;
    height: 72px;
}

.box_news .more_news {
    color: #13368a;
    font-size: 13px;
    font-family: 'Quicksand-Medium';
    display: block;
    margin-top: 30px;
    text-transform: capitalize;
}

.box_news .more_news:hover {
    color: #f1980b;
}

/*dang ky*/
.form-newsletter {
    width: 100%;
}

.newsletter-top {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - (20px * 2 / 3)));
    grid-gap: 20px;
}

.newsletter-top .form-group,
.newsletter-bottom .form-group {
    margin-bottom: 0px;
}

.newsletter-top input {
    padding: 0px;
    font-size: 14px;
    text-indent: 10px;
    border-radius: 5px;
    height: 40px;
    background: #fff;
    border: none;
    color: #333;
}

.newsletter-bottom textarea {
    padding: 0px;
    font-size: 14px;
    text-indent: 10px;
    border-radius: 5px;
    height: 80px;
    background: #fff;
    border: none;
    color: #333;
}

.newsletter-button {
    width: 208px;
}

.newsletter-button input[type=submit] {
    border: 0px;
    color: #fff;
    display: inline-block;
    padding: 5px 16px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    height: 40px;
    width: 100%;
    background: #000;
    font-size: 18px;
    font-family: 'Roboto-Black';
    border-radius: 5px;
}

.form-newsletter .form-control::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoRegular';
}

.form-newsletter .form-control::-moz-placeholder {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoRegular';
}

.form-newsletter .form-control:-ms-input-placeholder {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoRegular';
}

.form-newsletter .form-control:-moz-placeholder {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoRegular';
}

.form-contact .form-control::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoRegular';
}

.form-contact .form-control::-moz-placeholder {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoRegular';
}

.form-contact .form-control:-ms-input-placeholder {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoRegular';
}

.form-contact .form-control:-moz-placeholder {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoRegular';
}

/*noi bat*/
.product {
    padding: 35px 0;
}

.product__title {
    border-bottom: 1px solid #999999;
    padding: 8px 10px;
}

.product__title span {
    font-family: "RobotoBold";
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}

.product__title a {
    font-size: 15px;
    color: #dc0021;
}

.product__left {
    background: #fff;
    width: 255px;
}

.product__left .product__title {
    text-align: center;
}

.product__categories {
    margin: 0;
    padding: 0 10px;
    list-style-type: none;
}

.product__categories ul {
    margin: 0;
    padding: 0 0 0 5px;
    list-style-type: none;
}

.product__categories a {
    font-size: 13px;
    color: #333333;
}

.product__categories a i {
    font-size: 10px;
    margin-right: 5px;
}

.product__categories a:hover {
    color: #dc0021;
}

.product__categories>li {
    padding: 5px 0;
    border-bottom: 1px dashed #999999;
}

.product__categories>li:last-child {
    border-bottom: 0;
}

.product__categories>li>a {
    font-family: "RobotoCondensedBold";
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}

.photo-grid {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - (10px * 2 / 3)));
    grid-gap: 10px;
    margin-top: 40px;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, calc(33.33% - (20px * 2 / 3)));
    grid-gap: 20px;
}

.video-items__name {
    text-align: center;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
    font-family: 'RobotoBold'
}

.fotorama__wrap {
    margin: auto;
}

.product__grid {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - (28px * 3 / 4)));
    grid-gap: 28px;
}

.product__grid__inner {
    grid-template-columns: repeat(5, calc(20% - 8px));
}

.product-items {
    position: relative;
    text-align: center;
    background: #fff;
}

.product_noidung {
    position: relative;
}

.product-items .img {
    position: relative;
    overflow: hidden;
    border: 1px solid #d9d7d7;
    padding: 4px;
    -webkit-box-shadow: 5px 5px 0px 0px #ebebeb;
    -moz-box-shadow: 5px 5px 0px 0px #ebebeb;
    box-shadow: 5px 5px 0px 0px #ebebeb;
}

.product-items .img a {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-items__name {
    font-weight: normal;
    margin: 0;
    margin-top: 25px;
}

.product-items__name a {
    display: block;
    font-size: 14px;
    color: #333333;
    font-family: 'Quicksand-Medium';
    text-transform: capitalize;
}

.product-items__name a:hover {
    color: #13368a;
}

.product-items__price {
    position: relative;
    text-align: center;
    display: block;
    padding-bottom: 5px;
}

.product-items__price div {
    display: inline-block;
}

.product-items__price--new {
    font-family: "UTMFlamenco";
    font-size: 14px;
    color: #333333;
}

.product-items__price--new span {
    color: #db1616;
    font-size: 18px;
}

.modal {
    z-index: 999999 !important;
}

/*album*/
.album__grid {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - (20px * 3 / 4)));
    grid-gap: 20px;
}

.album_noidung .ten a {
    display: block;
    font-size: 14px;
    color: #4d4d4d;
    font-family: 'RobotoRegular';
    text-transform: capitalize;
}

.album_noidung .ten a:hover {
    color: #13368a;
}

.grid-hinhanh {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - (20px * 3 / 4)));
    grid-gap: 20px;
}

.hinhanh-item h3 {
    font-family: RobotoBold;
    font-size: 16px;
    color: #000;
    text-transform: capitalize;
    margin-top: 15px;
    text-align: center;
}

.ha-items__name a {
    display: block;
    font-family: RobotoBold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    color: #000;
    font-size: 17px;
}

.ha-items__desc {
    margin-top: 5px;
    color: #444;
    text-align: justify;
}

.attr-label-pro-detail {
    font-weight: bold;
}

.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: 0px;
    width: 30px;
    height: 30px;
    color: #5f5f5f;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height: 30px;
    border: 1px solid #cccccc;
    width: calc(100% - 60px);
    text-align: center;
    font-size: 14px;
    padding: 5px;
}

.cart-pro-detail {
    margin-bottom: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 10px;
}

.cart-pro-detail a {
    width: auto;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    text-transform: uppercase;
    border-radius: 3px;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background-color: #fd6e1d;
    cursor: pointer;
}

.cart-pro-detail a.buynow {
    background-color: #13368a;
    cursor: pointer;
}

.cart-pro-detail a.buynow:hover,
.cart-pro-detail a.addnow:hover {
    background-color: #46a825;
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top: 3px;
    margin-right: 8px;
}

.news__grid {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - (20px * 3 / 4)));
    grid-gap: 20px;
}

.news-items {
    position: relative;
    text-align: left;
}

.news-items .img img {
    margin: 0 auto;
}

.news-items {
    font-weight: normal;
    margin: 0;
    margin-top: 10px;
}

.news-items .items__name a {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    font-family: 'RobotoBold';
    margin-top: 10px;
}

.news-items .items__name a:hover {
    color: #13368a;
}

.news-items .news__mota {
    color: #333;
    font-size: 14px;
    font-family: 'RobotoRegular';
    text-align: left;
}

.adv {
    background: #eaeaea;
}



.product__right {
    width: 100%
}

.title {
    padding-bottom: 20px;
}

.title span {
    display: block;
    font-family: "UTMHelvetIns";
    font-size: 32px;
    color: #13368a;
    text-align: center;
    text-transform: uppercase;
}



.footer {
    background: #13368a;
    position: relative;
}

.footer .col_1 {
    display: grid;
    grid-template-columns: 38% 15% 28%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 20px;
    padding: 50px 0;
}


.footer-company {
    font-family: "UTMHelvetIns";
    font-size: 30px;
    color: #13368a;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}

.footer-row {
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
}

.footer-row img {
    margin-right: 10px;
}

.footer .social {
    display: flex;
    align-items: center;
}

.footer .social span {
    text-transform: capitalize;
    margin-right: 10px;
    color: #fff;
    font-size: 13px;
    font-family: 'Quicksand-Medium'
}

.text_ft {
    color: #fff;
    font-size: 13px;
    font-family: 'Quicksand-Medium'
}

.footer-title {
    font-family: "SVN-ProductSans";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
}

.footer-link {
    display: block;
    color: #fff;
    padding: 5px 0;
}

.footer-link:hover {
    color: #f26f11;
}

.content_ft a {
    color: #fff;
    font-size: 13px;
    font-family: 'Quicksand-Medium'
}


.copyright {
    background: #092a79;
    font-size: 13px;
    color: #fff;
    padding: 13px 0;
    font-family: 'Quicksand-Medium';
}

.copyright-right span {
    padding: 0 10px;
    position: relative;
}

.copyright-right span:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: #fff;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.copyright-right span:last-child:after {
    display: none;
}

#footer-map {
    position: relative;
    width: 100%
}

#footer-map iframe {
    width: 100% !important;
    height: 365px;
}

.scrollToTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
    cursor: pointer;
}

.pd-detail__top {
    display: grid;
    grid-template-columns: 40% 57%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.pd-detail__name {
    font-family: "RobotoBold";
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.pd-detail__info {
    padding: 5px 0;
}

.pd-detail__info b {
    font-family: "RobotoBold";
    font-weight: normal;
    margin-right: 10px;
}

.pd-detail__price {
    padding: 10px;
    background: #f1f1f1;
}

.pd-detail__price--old {
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}

.pd-detail__price--new {
    font-family: "RobotoBold";
    font-size: 20px;
    color: #d20000;
}

.pd-detail__quantity {
    border: 1px solid #dfdfdf;
    width: 100%;
    max-width: 100px;
    height: 30px;
    line-height: normal;
    text-align: center;
    border-radius: 3px;
}

.pd-detail__tab__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.pd-detail__tab__nav li {
    font-family: "RobotoBold";
    font-size: 15px;
    color: #333;
    text-transform: capitalize;
    padding: 10px 20px;
    cursor: pointer;
    border: 1px solid #eee;
    border-bottom: 0;
}

.pd-detail__tab__nav li:hover {
    color: #13368a;
}

.pd-detail__tab__nav li.active {
    background: #13368a;
    color: #fff;
}

.pd-detail__tab__content {
    padding: 10px;
    border: 1px solid #eee;
    border-top: 0;
    display: none;
}

.pd-detail__tab__content.active {
    display: block;
}

.pd-detail__buynow {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    padding: 12px 0;
    background: #cc0000;
    border: 0;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

.pd-detail__buynow i {
    margin-right: 10px;
}

.post-grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 40px;
}

.post-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
}

.post-items .img {
    width: 57.0793180133%;
}

.post-items .img img {
    width: 100%;
}

.post-items__name {
    width: 41%;
    background: #0069B4;
    font-weight: normal;
    margin: 0;
    padding: 50px;
}

.post-items__name a {
    display: block;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.post-items__desc {
    width: 50%;
    position: absolute;
    left: 50px;
    top: 100px;
    background: #1874C1;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.post-items__desc:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.post-items:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.post-items:nth-child(even) .post-items__name a {
    text-align: right;
}

.post-items:nth-child(even) .post-items__desc {
    text-align: right;
    left: initial;
    right: 50px;
}

.post-items:nth-child(even) .post-items__desc:before {
    left: initial;
    right: 0;
}

.others {
    background: #e6e6e6;
    padding: 20px 0;
}

.others__title {
    font-family: "RobotoBold";
    font-size: 20px;
    color: #13368a;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}

.others__title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background: #13368a;
    left: 0;
    bottom: 0;
}

.btn-primary {
    color: #fff;
    background-color: #13368a;
    border-color: #13368a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f26f11;
    border-color: #f26f11;
}

.contact__map {
    width: 100%;
    height: 400px;
}

.contact__map iframe {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}

.detail {
    padding: 10px;
    -webkit-box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.11);
    box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.11);
}

.detail__title {
    font-family: "RobotoBold";
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
}

.detail__share {
    padding: 10px;
    -webkit-box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.11);
    box-shadow: 0 0 7px 0 rgba(50, 50, 50, 0.11);
}

.detail__share b {
    font-family: "RobotoBold";
    margin-right: 5px;
}

.detail__share #atstbx {
    height: 20px;
    overflow: hidden;
    margin-right: 3px;
}

.split-1row {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.split-2rows {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.split-3rows {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 3;
    height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.split-4rows {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 4;
    height: 88px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.split-5rows {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 5;
    height: 100px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.text-error {
    color: #f00;
}

.text-success {
    color: #06a704;
}

.bg-white {
    background: #fff;
}

.detail__content img,
.detail__content iframe {
    max-width: 100% !important;
    height: auto !important;
}

.scroll-to-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    width: 32px;
    height: 32px;
    background: #f26f11;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    right: 15px;
    bottom: 20px;
    border-radius: 3px;
    z-index: 9999;
}

.scroll-to-top:hover {
    background: #13368a;
}

.breadcrumb {
    background: #f9f9f9;
    padding: 8px 10px;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.breadcrumb ol {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.breadcrumb a {
    color: #2b2b2b;
}

.breadcrumb i {
    font-style: normal;
    color: #888;
    padding: 3px 5px 0;
}

.breadcrumb a:hover span {
    color: #f26f11;
}

.breadcrumb li:last-child span {
    color: #f26f11;
}

.breadcrumb li:last-child i {
    display: none;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.pagination-home {
    margin-top: 20px;
}

/* Phân Trang */
.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: .875rem;
}

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

/* Phân Trang Ajax */
.pagination-ajax {
    text-align: center;
    margin-top: 25px;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    color: #333;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    cursor: pointer;
    width: 35px;
    height: 35px;
    margin: 0px 5px;
    text-align: center;
    line-height: 35px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    background: #4a4a4a;
    color: #fff !important;
    border-color: #4a4a4a;
}

.input-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.input-field {
    margin-bottom: 20px;
}

.input-field label {
    display: block;
    font-family: "RobotoBold";
    font-weight: normal;
    margin-bottom: 5px;
}

.input-field input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    padding-left: 10px;
}

.input-field input:hover,
.input-field input:focus {
    border-color: #dc0021;
    -webkit-box-shadow: 0 0 0 1px #dc0021;
    box-shadow: 0 0 0 1px #dc0021;
}

.input-field select {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #eee;
    background: #fff;
    padding-left: 10px;
}

.input-field select:hover,
.input-field select:focus {
    border-color: #dc0021;
    -webkit-box-shadow: 0 0 0 1px #dc0021;
    box-shadow: 0 0 0 1px #dc0021;
}

.input-field textarea {
    display: block;
    width: 100%;
    min-height: 100px;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    padding: 10px;
}

.input-field textarea:hover,
.input-field textarea:focus {
    border-color: #dc0021;
    -webkit-box-shadow: 0 0 0 1px #dc0021;
    box-shadow: 0 0 0 1px #dc0021;
}

.effect-img {
    position: relative;
    overflow: hidden;
}

.effect-img:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 15px;
    top: 15px;
    z-index: 33;
    background: transparent;
    border-top: 0 solid #fff;
    border-left: 0 solid #fff;
}

.effect-img:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 15px;
    bottom: 15px;
    z-index: 33;
    background: transparent;
    border-bottom: 0 solid #fff;
    border-right: 0 solid #fff;
}

.effect-img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.effect-img:hover:before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-top-width: 1px;
    border-left-width: 1px;
}

.effect-img:hover:after {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-bottom-width: 1px;
    border-right-width: 1px;
}

.effect-zoom .animate-image {
    overflow: hidden;
}

.effect-zoom:hover .animate-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.image-zoom {
    overflow: hidden;
}

.image-zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.effect-rotate-360 {
    overflow: hidden;
}

.effect-rotate-360:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.effect-rotate {
    overflow: hidden;
}

.effect-rotate:hover img {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.shake {
    -webkit-animation: shake 1s infinite ease-in-out;
    animation: shake 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

@-webkit-keyframes fadeindown {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

@keyframes fadeindown {
    0% {
        opacity: 0;
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}

label.error {
    display: block !important;
    position: relative !important;
    font-size: 11px !important;
    color: #f00 !important;
    -webkit-transform: initial !important;
    transform: initial !important;
    text-align: right;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

#hamburger {
    display: none;
    width: 35px;
    height: 23px;
    position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #fff;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left: -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    height: 30px !important;
}

.goog-te-gadget .goog-te-combo {
    color: #000 !important;
    padding: 4px 2px;
    font-size: 11px;
    max-width: 120px;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
    display: none !important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right: 97px
}

.js-facebook-messenger-tooltip {
    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: #1182FC;
    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
}

.js-facebook-messenger-top-header {
    color: #fff;
    background: #1182FC
}

.js-facebook-messenger-top-header {
    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
}

.item-content {
    margin: 10px 10px;
}

.item-content a:hover {
    color: #e67e22;
}



.btn-s {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
   
}

.btn-x{
    Background: url(../images/bglist.jpg) repeat;
    Background-size:contain;
    margin-bottom:50px;
}
