@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap'); @font-face {
    font-family: 'UTMImpact';
    src: url('../fonts/UTMImpact/UTMImpact.eot');
    src: url('../fonts/UTMImpact/UTMImpact.eot') format('embedded-opentype'), url('../fonts/UTMImpact/UTMImpact.woff2') format('woff2'), url('../fonts/UTMImpact/UTMImpact.woff') format('woff'), url('../fonts/UTMImpact/UTMImpact.ttf') format('truetype'), url('../fonts/UTMImpact/UTMImpact.svg#MTD') format('svg');
}

/* Main */
:root {
    --main-color: #5297d2;
    --second-color: #775835;
    --hover-color: #f49037;
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --color-white: #ffffff;
    --color-hover: var(--main-color);
}

body {
    font-family: 'Be Vietnam Pro', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #333;
    top: 0 !important;
    font-weight: 300;
    font-size: 14px;
}

body.bg-page {
    background: #fdf5f5;
}

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

a, input, textarea {
    outline: none;
    padding: 0px;
}

a:hover {
    text-decoration: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* */
.w-clear:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.wrap-container {
    position: relative;
}

.wrap-main, .wrap-content {
    max-width: 1200px;
    margin: 30px auto;
    margin-bottom: 80px;
}

.wrap-home {
    position: relative;
    max-width: 100%;
    margin: 0;
}

.wrap-content {
    margin: 0px auto;
}

.content-ck img {
    height: auto !important;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mg-auto {
    display: table !important;
    margin: 0px auto;
}

/*box-flex*/
.box-flex-end {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.box-flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-flex-star {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

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

.flex-end {
    align-items: flex-end;
}

.flex-star {
    align-items: flex-start;
}

.flex-center {
    align-items: center;
}

/* filter-white*/
.filter-white {
    filter: brightness(0) invert(1);
}

/* slick-dots-cus */
.slick-d__none {
    display: none;
}

.slick-d__none.slick-initialized {
    display: block;
}

.slick-dots-cus .slick-dotted.slick-slider {
    margin: 0;
}

.slick-dots-cus .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
}

.slick-dots-cus .slick-dots {
    bottom: unset;
    position: relative;
    margin: 0px auto;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.slick-dots-cus .slick-dots li button {
    width: 100%;
    height: 100%;
    background: #bfae8e;
    padding: 0;
}

.slick-dots-cus .slick-dots li button:before {
    display: none;
}

.slick-dots-cus .slick-dots li.slick-active button {
    background: var(--main-color);
}

.slick-dots-cus .slick-dots li.slick-active {
}

/* effect */
.effect-1 {
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.effect-1:after {
    position: absolute;
    top: 0;
    left: -66%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.effect-1:hover:after {
    -webkit-animation: shine .75s;
    */ animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.effect-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
}

.effect-2:before, .effect-2:after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    z-index: 9;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    transform-origin: center;
}

.effect-2:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale3d(0, 1, 1);
}

.effect-2:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale3d(1, 0, 1);
}

.effect-2:hover {
    background: rgba(0, 0, 0, 0.45);
}

.effect-2:hover:before, .effect-2:hover:after {
    transform: scale3d(1, 1, 1);
    transition: transform 0.5s;
}

.effect-2 > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.effect-2:hover > img {
    opacity: 0.8;
}

.effect-3 > img {
    transform: translateY(0px);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }

    50% {
        box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
        transform: translatey(-20px);
    }

    100% {
        box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
        transform: translatey(0px);
    }
}

/* Transition All */
.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/* hover */
.hvr-rotate-y img {
    transition: 0.9s !important;
    transform: rotateY(0deg);
}

.hvr-rotate-y:hover img {
    transition: 0.9s !important;
    transform: rotateY(180deg);
}

/* Toc */
.box-readmore {
    padding: 8px 15px;
    border: 1px solid #dedede;
    margin-bottom: 2rem;
    border-radius: 5px;
    background-color: #eeeeee;
}

.box-readmore li ul>li {
    margin: 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset: item;
    margin-bottom: 0px;
    padding-left: 0px !important;
    margin-top: 8px;
}

.box-readmore ul li {
    display: table;
    counter-increment: item;
    margin-bottom: 5px
}

.box-readmore ul li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color: #333333;
    cursor: pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* General */
.title-main {
    margin-bottom: 1.5rem;
    text-align: center;
}

.title-main span {
    text-transform: uppercase;
    color: var(--color-red);
    font-weight: 800;
    font-size: 23px;
}

.time-main {
    margin-bottom: 0.75rem;
    color: #999999;
}

.time-main i {
    vertical-align: top;
    margin: 3px 7px 0px 0px;
}

.time-main span {
    vertical-align: top;
    display: inline-block;
}

.share {
    padding: 17px 15px 10px 15px;
    line-height: normal;
    background: rgba(128, 128, 128, 0.15);
    margin-top: 15px;
    border-radius: 5px;
}

.share b {
    display: block;
    margin-bottom: 5px;
}

.control-owl {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    top: calc(50% - 45px/2);
}

.control-owl button {
    opacity: 0.5;
    top: 0px;
    position: absolute;
    outline: none;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    cursor: pointer;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin: 0px;
    background-color: #000000;
    border-radius: 3px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.control-owl button:hover {
    opacity: 1;
}

.control-owl button.owl-prev {
    left: 20px;
}

.control-owl button.owl-next {
    right: 20px;
}

.form-control, .form-control-plaintext:not(textarea), .custom-select {
    height: 40px;
    background: transparent;
    border: 1px solid #99999940;
    border-radius: 0;
    color: #333;
    font-size: 13px !important;
}

.text-sm {
    font-size: 13px !important;
}

.form-control option, .form-control-plaintext:not(textarea) option, .custom-select option {
    color: #333;
}

/* Title h2 */
.title-h2 {
    position: relative;
    text-align: center;
    z-index: 5;
    margin-bottom: 25px;
    font-family: 'Montserrat', sans-serif;
}

.title-h2 .setting:before, .title-h2 .setting:after {
    position: absolute;
    content: '';
    border: 1px solid var(--main-color);
    width: 21px;
    top: 0;
    bottom: 0;
    border-right: 0;
    left: 0;
}

.title-h2 .setting:after {
    border-right: 1px solid;
    border-left: 0;
    left: unset;
    right: 0;
}

.title-h2 .setting {
    display: table;
    margin: 0px auto;
    font-size: 15px;
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding: 6px 15px;
}

.title-h2 .slogan {
    margin: 0;
    font-size: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
}

.title-h2 h2 {
    font-size: 32px;
    color: #333333;
    font-weight: 700;
    margin: 10px 0px;
}

/* title-white */
.title-h2.title-white h2, .title-h2.title-white p {
    color: #fff;
}

/* Breadcrumb */
.breadCrumbs {
    background: #cccccc61;
}

.breadCrumbs .wrap-content {
    padding: 0.75rem 0;
}

.breadCrumbs .wrap-content .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: #333;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: var(--main-color);
}

/* Lazyload */
img.lazy {
    opacity: 0;
}

img:not(.initial) {
    transition: opacity 1s;
}

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

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

/* box-fotorama */
.box-fotorama {
    position: relative;
    margin-bottom: 40px;
}

.box-fotorama .fotorama__wrap {
    margin: 0px auto;
}

/* modal-title */
.modal-title {
    color: #000;
}

/* Header */
.header {
    position: relative;
}

.info-header {
    position: relative;
    background: var(--main-color);
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 5px 0;
}

.info-header p {
    margin: 0;
}

.social-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.social-header p {
    font-size: 14px;
    margin-right: 5px;
}

.social-header a {
    display: block;
    margin: 0 1px;
}

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

/* logo - banner */
.logo-header {
    position: relative;
    text-align: center;
}

.logo-header a {
    display: block;
}

.logo-header img {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    margin: 0 !important;
    position: relative;
    z-index: 2;
}

/* Fixed */
.banner-header.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    transition: 0.3s all;
    z-index: 999;
    margin: 0;
    box-shadow: 0 0 5px #00000042;
}

.menu-res.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s all;
    z-index: 999;
    box-shadow: 0 0 5px -1px #000000;
}

.menu.fixed .logo-header {
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner-header.fixed .logo-header img {
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    max-width: 95%;
}

.menu.fixed .menu-bar {
    justify-content: space-between;
}

/* Menu */
.menu {
    position: relative;
    z-index: 15;
    width: 88%;
}

.menu-bar {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 14;
    justify-content: space-between;
}

.menu-bar li {
    flex: auto;
    position: relative;
    list-style: none;
    z-index: 11;
    margin: 0 2px;
}

.menu-bar li ul li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.menu-bar li > a {
    position: relative;
    font-weight: 300;
    display: block;
    font-size: 15px;
    color: #333333;
    margin: 0;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    z-index: 2;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border-radius: 50px;
}

.menu-bar li ul li a {
    padding: 10px;
    width: 100%;
    text-align: left;
    border-radius: 0;
    line-height: unset !important;
    color: #333;
    border: 0;
    height: unset !important;
    background: transparent;
    max-width: unset;
    font-size: 13px;
}

.menu-bar > li > a i img {
    vertical-align: unset;
}

.menu-bar > li > a.active, .menu-bar > li:hover > a {
    background: var(--main-color);
    color: #fff;
}

.menu-bar .sub_menu {
    background: #ffffff;
    position: absolute;
    padding: 0;
    z-index: 999;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    min-width: 250px;
    top: 100%;
    left: 0;
}

.menu-bar ul>li>ul {
    top: 100%;
}

.sub_menu li:hover > a {
    background: var(--main-color);
    color: #fff;
}

.menu-bar li:hover>.sub_menu {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}

.menu-bar .sub_menu .sub_menu {
    left: 100%;
    top: 0;
    margin-top: 0;
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    -moz-transform: rotate3d(0, 1, 0, 90deg);
    -o-transform: rotate3d(0, 1, 0, 90deg);
    -ms-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
}

.menu-bar .sub_menu li:not(:first-child) {
    border-top: 1px solid #0000001c
}

.menu-bar ul li .sub_menu li {
    position: relative
}

/* Search */
.menu-bar li.box-search {
    flex: unset;
    margin: 0;
}

.search {
    position: relative;
}

.search p {
    cursor: pointer;
    text-align: center;
    color: var(--main-color);
    font-size: 17px;
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0;
    right: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
}

.search input {
    width: 0;
    height: 35px;
    outline: none;
    background: #dee2e6;
    font-size: 12px;
    opacity: 0;
    color: #333;
    transition: opacity 0.5s, width 0.5s;
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    border: 0;
    z-index: 8;
    border-radius: 50px;
    text-indent: 15px;
    transform: translateY(-50%);
}

.search.show input {
    width: 220px;
    opacity: 1;
}

.search.show p {
}

.search input::-webkit-input-placeholder {
    color: #333;
}

.search input:-moz-placeholder {
    color: #333;
}

.search input::-moz-placeholder {
    color: #333;
}

.search input:-ms-input-placeholder {
    color: #333;
}

/* wrap-banner__tpl */
.wrap-banner__tpl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mmenu */
.menu-res {
    display: none;
    height: 55px;
    z-index: 10;
    top: 0;
    position: sticky;
    line-height: normal;
    box-shadow: 0 0 5px -1px #000;
    background: var(--main-color);
}

.menu-bar-res {
    height: 55px;
    padding: 0px 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#menu {
    display: none;
}

#hamburger {
    width: 30px;
    display: block;
    height: 25px;
    position: relative;
}

#hamburger:before, #hamburger:after, #hamburger span {
    background: #fff;
    content: '';
    display: block;
    width: 100%;
    max-width: 45px;
    height: 3px;
    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;
    transition-property: transform, top, bottom, left, opacity;
}

.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 {
    transform: rotate(45deg);
}

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

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

/* Slideshow */
.wrap-slideshow {
    position: relative;
    padding: 10px 0;
}

.box-slideshow-left {
    position: relative;
    width: 270px;
}

.box-slideshow-right {
    width: 315px;
    position: relative;
}

.box-slideshow {
    position: relative;
    width: 50%;
}

.slideshow {
    position: relative;
}

.slideshow:last-child {
    margin: 0;
}

.slideshow video {
    width: 100%;
}

.slideshow-image {
    position: relative;
    width: 100%;
}

.slideshow-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.slideshow-item .content {
    width: 47%;
    padding-left: 100px;
}

.slideshow-item .content h3 {
    font-family: 'VNF-Bodoni';
    font-size: 34px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: initial;
}

.slideshow-item .content > p {
    position: relative;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
}

.slideshow-item .content .read-slide {
    display: inline-block;
    font-size: 20px;
    text-transform: capitalize;
    font-family: 'VNF-Bodoni';
    border-bottom: 1px solid #fff;
    color: #fff;
    margin-top: 20px;
}

.slideshow-item .content .read-slide:hover {
    color: #dc3545;
    border-color: #f3f355;
}

.slideshow .owl-item.active .content {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.slideshow:hover .control-slideshow {
    opacity: 1;
}

.control-slideshow {
    opacity: 0;
}

/* readmore */
.readmore {
    font-weight: 300;
    display: table;
    margin-top: 20px;
    background: var(--main-color);
    color: #fff !important;
    font-size: 15px;
    padding: 9px 24px;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
}

.readmore:hover {
    background: #820f1a;
    transition: 0.3s all;
    color: #333;
}

.readmore.readmore-bg2 {
    background: #ad8b13;
    color: #000;
}

.readmore.readmore-bg3 {
    display: inline-block;
    background: #5d503f;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.readmore.readmore-bg2:hover, .readmore.readmore-bg3:hover {
    background: #216631;
    color: #fff;
}

/* wrap-criterion */
.wrap-criterion {
    position: relative;
    background: #ecf0f7;
    padding: 60px 0px;
}

.slick-criterion {
    margin: 0px -10px;
}

.slick-criterion .slick-slide {
    margin: 0px 10px;
}

.item-criterion {
    position: relative;
    background: var(--main-color);
    padding: 5px;
}

.item-criterion .images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #fff9;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.item-criterion h3 {
    width: calc(100% - 65px);
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    -webkit-line-clamp: 2;
    line-height: 25px;
}

.item-criterion p {
    font-size: 14px;
    color: #fff;
    -webkit-line-clamp: 1;
    line-height: 25px;
    height: 25px;
}

/* wrap-service */
.wrap-service {
    position: relative;
    padding: 40px 0px;
}

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

.item-service .content {
    text-align: center;
    padding: 10px;
    position: relative;
}

.item-service h3 a {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    -webkit-line-clamp: 2;
}

.item-service:hover h3 a {
    color: var(--main-color);
}

/* wrap-about */
.wrap-about {
    position: relative;
    background: #dae1ef;
    padding: 60px 0px;
}

.about-images {
    position: relative;
    width: 51%;
}

.about-images:after {
    position: absolute;
    content: '';
    border: 7px solid var(--main-color);
    width: 130px;
    height: 110px;
    bottom: 0;
    left: 220px;
}

.about-images a.scale-img {
    display: inline-block;
    box-shadow: 0 0 5px #0000004d;
    z-index: 3;
    position: relative;
}

.about-images a.scale-img:nth-child(2) {
    position: absolute;
    border: 10px solid #dae1ef;
    display: block;
    right: 0;
    top: 60px;
}

.slogan-about {
    width: 40%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #df3c35;
}

.slogan-about p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 5px;
}

.about-content {
    width: 46%;
}

.title-about {
    position: relative;
    margin-bottom: 20px;
}

.title-about p {
    font-size: 20px;
    color: #333333;
    margin-bottom: 15px;
}

.title-about h2 {
    font-size: 48px;
    color: var(--main-color);
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-left: 4px solid;
    padding-left: 10px;
    line-height: 1;
}

/*  */
.slick-nd {
    margin: 0px -10px;
}

.item-nd .content {
    padding: 10px;
}

.item-nd h3 a {
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: #333;
    line-height: 25px;
    height: 75px;
}

/* slick-news */
.wrap-news {
    position: relative;
    padding: 40px 0px;
}

.slick-news {
    width: 100%;
}

.slick-news .slick-slide, .slick-nd .slick-slide {
    margin: 0px 10px;
}

.item-news {
    position: relative;
}

.item-news a.scale-img {
    display: block;
    position: relative;
}

.item-news .content {
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.item-news .content h3 a {
    font-size: 16px;
    color: #333333;
    -webkit-line-clamp: 1;
    font-weight: 500;
    line-height: 25px;
    height: 25px;
    text-transform: uppercase;
}

.item-news .date {
    font-size: 13px;
    color: var(--main-color);
    margin-bottom: 10px;
}

.item-news .date strong {
    display: block;
    font-size: 17px;
    margin-top: -10px;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    font-weight: 700;
}

.item-news .content .readnews {
    border-top: 1px solid var(--main-color);
    margin-top: 15px;
}

.item-news .content .readnews a {
    font-size: 14px;
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 8px 25px;
}

.item-news:hover h3 a, .item-nd:hover h3 a {
    color: var(--main-color);
}

.item-news .content p {
    color: #333333;
    font-size: 15px;
    line-height: 25px;
    -webkit-line-clamp: 3;
    height: 75px;
}

/* Video */
.wrap-video {
    position: relative;
}

.box-video {
    width: 46%;
}

.title-video {
    text-align: center;
    color: #feca0a;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.title-video:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 25px;
    height: 3px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.video-main img {
    height: 305px;
    object-fit: cover;
}

.listvideos {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    margin-top: 5px;
    border: 0;
}

.slick-video {
    margin: 0;
}

.slick-video .slick-slide {
}

.slick-video .slick-slide .video-image {
}

.slick-video img {
    height: 305px;
    object-fit: cover;
}

/* video-image */
.video {
    cursor: pointer;
    margin-bottom: 1rem;
}

.video-image {
    position: relative;
    display: block;
}

.video-image:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 35px;
    top: 50%;
    left: 50%;
    z-index: 1;
    background-repeat: no-repeat;
    background-image: url(../images/play.png);
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
}

.video-name {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--color-black);
    margin-top: 10px;
}

.vi-next {
    margin: 5px auto;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background: var(--main-color);
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}

/* Album */
.wrap-album {
    position: relative;
    padding: 50px 0px;
    background: url(../images/layer_3.png) no-repeat left 30px, url(../images/layer_4.png) no-repeat right bottom;
}

.wrap-album .title-h2 {
    margin-bottom: -150px;
}

.wrap-album .title-h2 h2 {
    background: transparent;
}

.grid-album-i {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 750px;
    position: relative;
    z-index: 6;
}

.grid-album-i .item-album {
    position: absolute;
}

.grid-album-i .item-album:nth-child(1) {
    border-radius: 0px 200px 0px 0px;
    overflow: hidden;
    position: relative;
}

.grid-album-i .item-album:nth-child(2) {
    position: absolute;
    bottom: 0;
    left: 0;
}

.grid-album-i .item-album:nth-child(3) {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}

.grid-album-i .item-album:nth-child(4) {
    right: 0;
    top: 0;
    border-radius: 30px 30px 0px 0px;
    overflow: hidden;
}

.grid-album-i .item-album:nth-child(5) {
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 0px 0px 0px 200px;
}

/*  */
.content-album {
    margin-top: 20px;
}

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

.album {
    cursor: pointer;
    margin-bottom: 1rem;
}

.album-image {
    margin-bottom: 0.75rem;
    border-radius: 200px;
}

.item-album {
    position: relative;
}

.item-album h3 a {
    position: relative;
    text-align: center;
    color: #333;
    margin: 0;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 15px;
}

.item-album .content {
    position: relative;
    padding: 10px;
}

.album-name {
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    text-align: center;
    transform: translateY(-50%);
    background: #26ad6ac9;
    border: 2px solid #fff;
    margin: 0;
    padding: 10px;
}

.album-name a {
    display: block;
    font-size: 16px;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 700;
}

.album-name:hover a, .item-album:hover h3 a {
    color: var(--color-hover);
}

/* partner */
.grid-partner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}

.grid-partner .partner.scale-img {
    margin: 0;
}

.wrap-partner {
    position: relative;
    padding: 15px 0px;
}

.wrap-partner .wrap-content {
    position: relative;
}

.btn-partner {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    left: -40px;
    cursor: pointer;
}

.btn-partner.next-dt {
    left: unset;
    right: -40px;
    transform: translateY(-50%) scaleX(-1);
}

.slick-partner {
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%;
}

.slick-partner {
    margin: 0;
    width: 100%;
}

.slick-partner .slick-slide {
    margin: 1px 7px;
}

.slick-partner .slick-slide a.scale-img {
    border: 1px solid #bababa;
}

.partner.scale-img {
    display: table;
    margin: 0 auto;
}

/* wrap-contact */
.wrap-contact {
    position: relative;
    padding: 40px 0px;
    background: #f2f2f2;
}

.box-contact {
    position: relative;
    width: 57%;
    margin: 0px auto;
}

.box-contact #FormContact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.box-contact .contact-input {
    margin: 0;
    width: 39%;
}

.box-contact .contact-input i {
    position: absolute;
    top: 12px;
    left: 20px;
    color: var(--main-color);
    font-size: 17px;
}

.box-contact .contact-button {
    width: 17%;
}

.box-contact #FormContact .contact-button .btn {
    padding: 0;
    background: #ff9901;
    width: 100%;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
}

.box-contact .contact-input input, .box-contact .contact-input textarea {
    background: #fff;
    font-size: 14px !important;
    color: #333333;
    height: 40px;
    border: 0;
    text-indent: 35px;
}

.box-contact .contact-input textarea {
    height: 100px;
    color: #333;
}

.box-contact button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 95px;
    background: var(--main-color);
    color: #fff;
    border: 0;
    font-size: 50px;
}

.box-contact button:hover {
    background: #ffb400;
    color: #000;
    transition: 0.3s all;
}

.box-contact .contact-input input::-webkit-input-placeholder, .box-contact .contact-input textarea::-webkit-input-placeholder {
    color: #333;
}

.box-contact .contact-input input:-moz-placeholder, .box-contact .contact-input textarea:-moz-placeholder {
    color: #333;
}

.box-contact .contact-input input::-moz-placeholder, .box-contact .contact-input textarea::-moz-placeholder {
    color: #333;
}

.box-contact .contact-input input:-ms-input-placeholder, .box-contact .contact-input textarea:-ms-input-placeholder {
    color: #333;
}

/* Brand */
.wrap-brand {
    position: relative;
    background: #ededed;
    padding: 50px 0;
}

.wrap-brand .wrap-content {
    position: relative;
    border: 1px solid #fff;
    max-width: 1150px;
    padding: 10px;
}

.grid-brand {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}

.grid-brand a.scale-img {
    border: 1px solid #e4e4e4;
}

.brand {
    display: block;
    border: 1px solid #eee;
    max-width: 160px;
    margin: 0px auto;
}

/* slick-product */
.slick-product {
    margin: 0;
    width: 100%;
}

.slick-product .slick-slide {
    margin: 1px 15px;
}

.item-slick a.scale-img {
    border-radius: 200px 200px 0 0;
}

.item-slick .content {
    position: relative;
    text-align: center;
    padding: 10px;
    background: var(--main-color);
}

.item-slick h3 a {
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 25px;
    -webkit-line-clamp: 1;
}

.item-slick p.price {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.item-slick .price-new {
    font-family: 'iCielBCPacifico-normal';
    font-size: 20px;
    font-weight: normal;
}

.item-slick .price-old {
    margin-left: 5px;
    text-decoration: line-through;
}

.item-slick:hover .content {
    background: var(--second-color);
}

.btn-pro {
    position: absolute;
    top: 65%;
    left: -60px;
    z-index: 2;
    transform: translateY(-65%);
    background: var(--main-color);
    color: #fff;
    width: 45px;
    margin: 0;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.btn-pro.pro-next {
    left: unset;
    right: -60px;
}

/* tab-brand */
.tab-list {
    margin-bottom: 30px;
    text-align: center;
    list-style: none;
    padding: 0;
    max-width: 1200px;
    white-space: nowrap;
    overflow: auto;
}

.tab-list li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #333333;
    text-transform: uppercase;
    margin: 0 8px;
    margin-bottom: 6px;
    cursor: pointer;
    border: 1px solid var(--main-color);
    border-left: 0;
    border-right: 0;
    padding: 8px 16px;
    min-width: 135px;
}

.tab-list li:before {
    position: absolute;
    content: '';
    width: 0;
    right: -19px;
    top: 0px;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    -webkit-filter: drop-shadow(0px 1px 0px var(--main-color)) drop-shadow(0px -1px 0 var(--main-color)) drop-shadow(1px 0px 0 var(--main-color));
    z-index: -1;
}

.tab-list li:after {
    position: absolute;
    width: 0;
    left: -19px;
    top: 0px;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    -webkit-filter: drop-shadow(0px 1px 0px var(--main-color)) drop-shadow(0px -1px 0 var(--main-color)) drop-shadow(-1px 0px 0 var(--main-color));
    z-index: -1;
    content: '';
}

.tab-list li:hover:after, .tab-list li.active:after {
    border-right-color: var(--main-color);
}

.tab-list li:hover, .tab-list li.active {
    background: var(--main-color);
    color: #fff;
}

.tab-list li:hover:before, .tab-list li.active:before {
    border-left-color: var(--main-color);
}

.tab-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.tab-list::-webkit-scrollbar-track {
    background-color: #ccc;
}

.tab-list::-webkit-scrollbar-track-piece {
    background-color: #ccc;
}

.tab-list::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: var(--main-color);
    border-radius: 0;
}

/* box-product */
.box-product {
    position: relative;
    padding: 30px 0px;
}

.box-right {
    width: 77%;
}

.box-right .grid-product {
    grid-template-columns: repeat(3, 1fr);
}

/* menu-left */
.menu-left {
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    z-index: 10;
}

.menu-left.no-index {
    width: 270px;
    position: sticky;
    top: 90px;
}

.menu-left.no-index .item-left {
    display: block;
    border: 1px solid #cccccc8a;
    position: relative;
}

.menu-left:hover .item-left {
    display: block;
}

.title-left {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--main-color);
    margin: 0;
    padding: 0;
}

.title-left i {
    display: block;
    font-size: 16px;
    margin-right: 10px;
}

.title-left a {
    color: #fff;
    display: block;
}

.item-left ul::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.item-left ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.item-left ul::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

.item-left ul::-webkit-scrollbar-track {
    background-color: #c3c3c3;
}

.item-left ul::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

.item-left ul::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #c3c3c3;
    border-radius: 3px;
}

.item-left ul::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

.item-left ul::-webkit-resizer {
    background-color: #666;
}

.item-left {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    overflow: hidden;
    display: none;
    z-index: 999;
}

.menu-left .item-left ul {
    padding: 0;
    direction: rtl;
    background: #fff;
    max-height: 495px;
    overflow: auto;
    margin: 0;
}

.item-left > ul > li > ul {
    position: relative;
    direction: unset;
    padding: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
    max-height: 280px;
    overflow: auto;
    display: none;
}

.item-left > ul > li:last-child > a {
    border: 0;
}

.item-left > ul > li a {
    position: relative;
    display: block;
    padding: 10px 20px;
    padding-right: 30px;
    padding-left: 36px;
    color: #262626;
    font-weight: 400;
    font-size: 13px;
    border-bottom: 1px solid #cacaca4d;
    text-align: left;
    text-transform: uppercase;
}

.item-left > ul > li a:after {
    position: absolute;
    content: '';
    background: var(--main-color);
    width: 6px;
    height: 6px;
    top: 17px;
    left: 20px;
    border-radius: 50%;
}

.item-left > ul > li > ul > li a {
    padding-left: 60px;
}

.item-left > ul > li > ul > li a:after {
    left: 35px;
}

.item-left ul li i {
    cursor: pointer;
    margin-right: 10px;
    font-size: 16px;
}

.item-left ul li a span {
    margin: 0;
    display: block;
}

.item-left ul li:hover > a {
    color: var(--main-color);
}

.item-left ul li {
    width: 100%;
    display: block;
    padding: 0;
}

.item-left > ul > li {
    direction: ltr;
    position: relative;
}

.item-left ul li i {
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0;
}

/* paging-product */
.paging-product {
    width: 75%;
}

.paging-product .grid-product {
    grid-template-columns: repeat(3, 1fr);
}

/* Product */
.wrap-product {
    position: relative;
    padding: 0;
}

.grid-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    position: relative;
    z-index: 2;
}

.item-product .images {
    position: relative;
}

.item-product a.scale-img {
    position: relative;
}

.item-product {
    position: relative;
    border: 1px solid #e4e4e4;
}

.item-product .content {
    position: relative;
    transition: 0.3s all;
    text-align: center;
    width: 90%;
    margin: 0px auto;
    margin-top: 15px;
    padding: 10px;
    border-top: 1px solid #e4e4e4;
}

.item-product h3 {
    position: relative;
    margin: 0;
}

.item-product h3 a {
    font-size: 17px;
    color: #232323;
    -webkit-line-clamp: 2;
    line-height: 25px;
    font-weight: 700;
    text-transform: capitalize;
    height: 50px;
}

.price-product {
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    margin-top: 5px;
}

.price-product .price-new {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color);
    display: inline-block;
}

.price-product .price-new span {
    display: block;
    margin-top: -10px;
}

.price-product .price-old {
    display: inline-block;
    text-decoration: line-through;
    font-size: 14px;
    margin-left: 5px;
    color: #888888;
}

.item-product .name-brand {
    margin: 5px 0 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #232323;
}

.item-product:hover h3 a {
    color: var(--main-color);
}

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

/* list-icon-product */
.list-icon-product {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 15;
}

.list-icon-product p {
    background: var(--main-color);
    color: #fff;
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
}

.list-icon-product p span {
    transform: rotate(38deg);
}

/* Product Detail */
.grid-pro-detail {
    position: relative;
}

.box-gallery-prodetail {
    width: 20%;
}

.box-zoom-1 {
    width: 79%;
}

.left-pro-detail {
    position: relative;
    text-align: center;
}

.left-pro-detail .MagicZoom {
    border: 1px solid #eee;
    padding: 7px;
    border-radius: 5px;
    background-color: #ffffff;
    position: relative;
}

.gallery-thumb-pro {
    position: relative;
    margin-top: 10px;
}

.owl-pro-detail {
    padding: 0px 30px;
}

.owl-pro-detail .slick-slide {
    margin: 5px 0;
}

.control-pro-detail button {
    background-color: transparent;
    color: #222222;
    opacity: 1;
    width: 25px;
    font-size: 23px;
}

.control-pro-detail button:hover {
    opacity: 0.7;
}

.control-pro-detail button.owl-prev {
    left: 0px;
}

.control-pro-detail button.owl-next {
    right: 0px;
}

.thumb-pro-detail {
    display: block !important;
    border: 1px solid #eee;
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
    background-color: #ffffff;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border-color: #cecfd2;
}

.thumb-pro-detail img {
    box-shadow: none !important;
    filter: brightness(100%) !important;
    border-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    text-transform: capitalize;
    font-size: 23px;
    display: block;
    margin-bottom: 20px !important;
    font-weight: 700;
}

.comment-pro-detail {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top: 0px !important;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding: 0px;
}

.attr-pro-detail li {
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0.5rem;
}

.attr-pro-detail li .li-item {
    display: block;
    margin-bottom: 10px;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin: 0px 0px 5px 0px;
}

.attr-content-pro-detail {
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 15px;
}

.price-new-pro-detail {
    font-weight: 700;
    color: var(--color-red);
    font-size: 19px;
}

.price-old-pro-detail {
    font-weight: normal;
    color: #666;
    text-decoration: line-through;
    padding-left: 10px;
    font-size: 14px;
}

.price-sale-off {
    background: var(--color-red);
    color: #fff;
    padding: 3px 10px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
}

.color-pro-detail {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 35px;
    height: 30px;
    margin: 0px 0px 3px 0px;
    border: 1px solid transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.size-pro-detail {
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 3px 10px 4px 10px;
    display: inline-block;
    position: relative;
}

.size-pro-detail.active, .color-pro-detail.active {
    border-color: #e5101d;
    color: #e5101d;
}

.size-pro-detail.active:after, .color-pro-detail.active:after {
    content: '';
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 13px;
    height: 13px;
    background-repeat: no-repeat;
    background-image: url(../images/check-cart.png);
}

.color-pro-detail input[type=radio], .size-pro-detail input[type=radio] {
    display: none;
}

.quantity-pro-detail {
    width: 100%;
    max-width: 110px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background: #fff;
}

.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;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    max-width: 90%;
}

.cart-pro-detail a:nth-child(1) {
    background: var(--main-color) !important;
}

.cart-pro-detail a:hover {
    opacity: 0.8;
}

.cart-pro-detail a {
    font-size: 14px;
    color: #ffffff !important;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 5px !important;
    background: var(--second-color);
    border: 0;
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 10px 30px;
}

.tags-pro-detail a {
    float: left;
    font-size: 13px;
    padding-bottom: 0.375rem;
    margin: 0px 5px 5px 0px;
}

.tags-pro-detail a i {
    font-size: 11px;
    margin: 5px 5px 0px 0px;
}

.tabs-pro-detail {
    margin-top: 0;
}

.tabs-pro-detail .nav-tabs {
    border-bottom: 1px solid #cccccc6b;
    display: block;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-y: auto;
    padding-bottom: 1px;
}

.tabs-pro-detail .nav-tabs .nav-link {
    background: #ffffff2b;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    border-color: #cccccc6b;
    border-bottom: 0;
}

.tabs-pro-detail .nav-item {
    margin: 0 5px 0px 0px;
    display: inline-block;
}

.tabs-pro-detail .nav-tabs .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
    background: var(--main-color);
    color: #fff;
}

#tabsProDetailContent {
    padding: 20px;
    border: 1px solid #cccccc6b;
    border-top: 0;
}

.box-product-other {
    margin-top: 40px;
}

.attr-pro-detail .list-info p {
    margin: 10px 0px;
}

.product-contact {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    padding: 11px 40px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 10px;
}

.product-contact:hover {
    transition: 0.3s all;
    color: #fff;
    background: var(--color-red);
}

/* News */
.grid-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.box-news-left {
    position: relative;
    width: 73%;
}

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

.news-image {
    border-radius: 5px;
    width: 43%;
}

.news-info {
    position: relative;
    text-align: left;
    width: 54%;
}

.news-name {
    margin-bottom: 0.5rem;
}

.news-name a {
    color: #333;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 25px;
    height: 50px;
}

.news-name a.text-split {
    -webkit-line-clamp: 2;
}

.news-info a.file-down {
    font-size: 16px;
    display: block;
    margin-top: 10px;
}

.news:hover a {
    color: var(--color-hover);
}

.news .date {
    color: #84878a;
    margin: 10px 0px;
    font-size: 13px;
    font-style: italic;
}

.news .date i {
    margin-right: 5px;
}

.news-desc.text-split {
    color: #333;
    margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
    -webkit-line-clamp: 3;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 17px;
    list-style: square;
}

.list-news-other li {
    margin-bottom: 5px;
}

.list-news-other li a {
    text-transform: none;
    color: #333;
}

.list-news-other li a:hover {
    color: var(--color-hover);
}

/* box-news-right */
.box-news-right {
    width: 25%;
    position: sticky;
    top: 90px;
}

.item-news-right .title {
    position: relative;
    font-family: 'SVN-Zero';
    color: var(--main-color);
    font-size: 21px;
    padding-bottom: 10px;
}

.item-news-right .title:after {
    position: absolute;
    content: '';
    background: var(--main-color);
    width: 50px;
    height: 4px;
    bottom: 0;
    left: 0
}

.item-news-right .item-news a.scale-img {
    width: 120px;
    border-radius: 0;
}

.item-news-right .item-news .content {
    width: calc(100% - 130px);
}

.item-news-right .item-news h3 a {
    font-size: 13px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: 60px;
}

/* Contact */
#FormContact .btn {
    background: var(--main-color);
    border-color: transparent;
    padding: 7px 30px;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    min-width: 100px;
    text-transform: uppercase;
}

#FormContact .btn:hover {
    opacity: 0.8 !important;
}

#FormContact .btn.btn-secondary {
    background: #999;
    border-color: #999;
    color: #fff;
}

.contact-article {
    margin-bottom: 3rem;
}

.contact-input input, .contact-input textarea {
}

.contact-input .custom-file-label {
    border-radius: 0;
    font-size: 13px;
    height: 35px;
    line-height: 20px;
    background: transparent;
    border: 1px solid #99999940;
    color: #333;
}

.contact-input {
    position: relative;
    margin-bottom: 15px;
}

.contact-input textarea {
    resize: none;
    height: 150px;
}

.contact-input .custom-file-label::after {
    content: attr(title);
    border-radius: 0;
    top: 0;
    bottom: 0;
    height: 35px;
    line-height: 20px;
    background: #999;
    color: #fff;
    border: 0;
}

.contact-map {
    position: relative;
    height: 500px;
}

.contact-map iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100% !important;
}

.contact-input input::-webkit-input-placeholder, .contact-input textarea::-webkit-input-placeholder {
    color: #333;
}

.contact-input input:-moz-placeholder, .contact-input textarea:-moz-placeholder {
    color: #333;
}

.contact-input input::-moz-placeholder, .contact-input textarea::-moz-placeholder {
    color: #333;
}

.contact-input input:-ms-input-placeholder, .contact-input textarea:-ms-input-placeholder {
    color: #333;
}

/* ModalNewsletter */
.ModalNewsletter .modal-dialog {
    max-width: 600px;
}

/* title-newsletter */
.box-newsletter {
    position: relative;
    width: 48%;
}

.title-newsletter {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.title-newsletter h2 {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 30px;
    color: #feca0a;
    text-transform: capitalize;
    font-weight: 700;
    line-height: initial;
}

.title-newsletter p {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #ffffff;
}

/* box-map */
.box-fanpage {
    width: 59%;
    position: relative;
    padding: 80px 0px;
}

.box-fanpage:after {
    position: absolute;
    content: '';
    background: url(../images/bg-fb.jpg) repeat;
    top: 0;
    bottom: 23px;
    width: 82%;
    right: 0;
}

.box-fanpage a {
    display: inline-block;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 5px 5px #0000004f;
}

/* Newsletter */
.wrap-newsletter {
    position: relative;
    background: url(../images/bg-newsletter.jpg) no-repeat;
    background-size: cover;
}

.footer-newsletter {
    width: 49%;
    background: #fff;
    padding: 40px;
}

#FormNewsletter {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px;
}

.newsletter-input {
    position: relative;
    width: 100%;
}

.newsletter-input i {
    position: absolute;
    color: #626262;
    font-size: 17px;
    top: 19px;
    left: 25px;
}

.newsletter-input.textarea {
    grid-column: span 2;
}

.newsletter-input input, .newsletter-input textarea, #FormNewsletterModal .newsletter-input select {
    font-size: 14px !important;
    color: #232323 !important;
    background: #fff;
    padding: 0;
    height: 40px;
    border: 0;
    border-radius: 0;
    box-shadow: unset !important;
    text-indent: 15px;
    font-weight: 400;
}

.newsletter-input textarea {
    line-height: unset;
    height: 90px;
    padding-top: 10px;
}

.newsletter-button {
    text-align: center;
    position: relative;
    grid-column: span 2;
}

.newsletter-button .btn-submit {
    border: 0;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    background: #f83338;
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
}

.newsletter-button .btn-submit:hover {
    background: #feca0a !important;
    transition: 0.3s all;
    color: #333 !important;
}

.newsletter-content {
    margin-top: 20px;
    color: #fff;
}

.newsletter-input input::-webkit-input-placeholder, .newsletter-input textarea::-webkit-input-placeholder {
    color: #232323;
}

.newsletter-input input:-moz-placeholder, .newsletter-input textarea:-moz-placeholder {
    color: #232323;
}

.newsletter-input input::-moz-placeholder, .newsletter-input textarea::-moz-placeholder {
    color: #232323;
}

.newsletter-input input:-ms-input-placeholder, .newsletter-input textarea:-ms-input-placeholder {
    color: #232323;
}

.newsletter-input input:focus, .newsletter-input textarea:focus {
    background: #fff !important;
}

/* Footer */
.footer {
    position: relative;
    background: url(../images/footer.jpg) no-repeat;
    background-size: cover;
    border-top: 5px solid var(--main-color);
}

.footer-article {
    position: relative;
    z-index: 2;
    width: 100%;
    color: #fff;
    padding: 40px 0px;
}

.footer-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #f83338;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 20px;
}

.title-setting {
    font-size: 35px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-family: 'UTMAmericanSans';
    margin: 0;
    position: relative;
    margin-bottom: 30px;
    line-height: 1;
}

/* footer-info */
.footer-banner {
    width: 21%;
}

.footer-news {
    width: 30%;
    position: relative;
}

.footer-fanpage {
    width: 25%;
}

/*  */
.footer-policy {
    width: 19%;
}

.footer-ul {
    margin: 0;
    padding: 0;
    padding-left: 0;
}

.footer-ul li {
    list-style: none;
    margin: 0 0 15px 0;
    width: 100%;
    font-size: 15px;
    position: relative;
    background: url(../images/li.png) no-repeat left 7px;
    padding-left: 20px;
}

/* .footer-ul li:after { position: absolute; content: ''; border: 1px solid #fff; width: 7px; height: 7px; top: 8px; left: 0; border-radius: 50%; } */
.footer-ul li a {
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    position: relative;
    font-weight: 300;
    color: #ffffff;
}

.footer-ul li:hover a, .footer-menu li:hover a {
    text-decoration: underline;
}

/* footer-code */
.footer-code {
    margin-top: 20px;
}

/* footer-social */
.social-footer {
    position: relative;
}

.social-footer a {
    display: inline-block;
}

.social-fixed {
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 10;
}

.social-fixed a {
    display: block;
    margin: 5px 2px;
}

.social {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0px;
}

.social p {
    font-size: 12px;
    display: block;
    margin: 0 10px 0 0px;
    font-weight: 400;
}

.social a {
    display: inline-block;
    margin: 1px;
}

/* coppy-right */
.footer-powered {
    color: #fff;
    text-align: center;
    font-size: 13px;
    position: relative;
    font-weight: 400;
    background: #5297d2;
    padding: 15px 0px;
    text-transform: capitalize;
}

.footer-powered .wrap-content {
    align-items: center;
}

.footer-copyright {
    position: relative;
}

.footer-copyright span, .footer-statistic strong {
    text-transform: uppercase;
    font-weight: normal;
}

.footer-statistic {
}

.footer-statistic span {
    padding: 0px 10px;
    border-right: 1px solid;
    display: inline-block;
    line-height: 1;
}

.footer-statistic span:last-child {
    padding-right: 0px;
    border: 0;
}

.footer-map {
    width: 29%;
}

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

#footer-map iframe {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
}

/* carlton_map_weather */
.carlton_map_weather {
    position: relative;
}

.info-map {
    position: relative;
}

.info-map ul {
    padding: 0;
    position: absolute;
    top: -6px;
    text-align: center;
    left: 30px;
    right: 30px;
    z-index: 999;
    margin: 0;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 20px;
}

.info-map ul li {
    list-style: none;
    display: inline-block;
    background: #172741;
    color: #fff;
    font-family: 'HelveticaNeue-Bold';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 20px;
    position: relative;
    cursor: pointer;
    margin: 0 35px;
}

.info-map ul li.act {
    color: yellow;
}

.info-map ul li:before, .info-map ul li:after {
    position: absolute;
    content: '';
    background: url(../images/at-map.png) no-repeat;
    top: 0;
    bottom: 0;
    background-size: 100% 100%;
    width: 30px;
    left: -30px;
}

.info-map ul li:after {
    right: -30px;
    left: unset;
    transform: scaleX(-1);
}

.iframe-map {
}

.iframe-map.act {
    display: block;
}

.iframe-map iframe {
    width: 100%;
}

/* Like Share */
.social-plugin {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    flex-direction: row-reverse;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-right: 3px;
    transition: all .2s ease-in-out;
}

.social-plugin .zalo-share-button:hover {
    transform: translateY(-4px);
}

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

.pagination-home .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

/* Paging Ajax */
.pagination-ajax {
    text-align: center;
    position: relative;
    margin-top: 20px;
    grid-column: span 5;
}

.pagination-ajax a {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 3px 3px;
    width: 35px;
    height: 35px;
    line-height: 33px;
    color: #666 !important;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none !important;
    background-color: #ffffff;
}

.pagination-ajax a.current, .pagination-ajax a:hover {
    color: #ffffff !important;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.pagination-ajax a.first, .pagination-ajax a.last, .pagination-ajax a.prev, .pagination-ajax a.next {
    text-indent: -9999px;
    position: relative;
    background-color: #ffffff !important;
}

.pagination-ajax a.first:before, .pagination-ajax a.last:before, .pagination-ajax a.prev:before, .pagination-ajax a.next:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.pagination-ajax a.first:before {
    background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
    background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
    background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
    background-image: url(../images/page-next.png);
}

/* Popup */
#popup .modal-body {
    padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
    display: none !important;
    width: 0px !important;
    height: 0px !important;
    visibility: hidden !important;
    overflow: hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
    display: none;
}

/* Scroll Top */
.scrollToTop {
    width: 41px;
    height: 41px;
    text-align: center;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position: fixed;
    bottom: 65px;
    right: 25px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

/* Text Hide */
.text-split {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin-bottom: 0;
}

/* Transition All */
.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
    overflow: hidden;
    display: block;
}

.scale-img img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.scale-img:hover > img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* Blink */
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

/* Button Frame */
.btn-frame {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 20px;
    z-index: 10;
    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(--main-color);
    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 #fff;
    opacity: .1;
    border-color: var(--main-color);
    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 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.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(--main-color);
    opacity: .4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

/* Zalo */
.btn-zalo {
    bottom: 315px;
}

/* Phone */
.btn-phone {
    bottom: 230px;
}

.btn-frame p {
    position: absolute;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: var(--main-color);
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 50px;
    padding: 8px 20px;
    padding-right: 60px;
}

/* 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: var(--main-color);
    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: #ffffff;
    background: var(--main-color)
}

.js-facebook-messenger-top-header {
    display: block;
    position: relative;
    width: 220px;
    background: var(--main-color);
    color: #ffffff;
    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: 99;
}

.js-facebook-messenger-container, .js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color: #ffffff;
    background: var(--main-color)
}

.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
}

/* Cart Fix */
.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 390px;
    z-index: 10;
    background: var(--main-color);
    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: -10px;
    right: -5px;
    color: #ffffff;
    width: 25px;
    height: 25px;
    background: #6c757d;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    border-radius: 100%;
}

/* Toolbar */
.modal-body .toolbar {
    display: block;
    position: relative;
}

.toolbar {
    width: 100%;
    padding: 10px 0;
    bottom: 0px;
    position: fixed;
    z-index: 500;
    height: auto;
    left: 0px;
    display: none;
    background: var(--main-color);
}

.toolbar ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

.toolbar ul li {
    text-align: center;
    width: 25%;
    line-height: 1;
}

.toolbar ul li a {
    display: inline-block;
    width: 100%;
    font-size: 27px;
    color: #ffff;
}

.toolbar ul li a span {
    font-weight: 400;
    font-size: 13px;
    margin-top: 10px;
    display: block;
    text-transform: capitalize;
}

.toolbar ul li a img {
    height: 27px !important;
    width: auto;
}

.toolbar ul li:nth-child(1) a img {
    animation: tada 1.2s infinite;
}

.tada {
    animation: tada 1.2s infinite;
}

.lang-toolbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.toolbar ul li.lang-toolbar a {
    display: inline-block;
    width: unset;
    margin: 0px 2px;
    font-size: unset;
}

.toolbar ul li.lang-toolbar a img {
    height: 10% !important;
}

@keyframes tada {
    0% {
        transform: scaleX(1)
    }

    10%, 20% {
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

    30%, 50%, 70%, 90% {
        transform: scale3d(1.3, 1.3, 1.3) rotate(3deg)
    }

    40%, 60%, 80% {
        transform: scale3d(1.3, 1.3, 1.3) rotate(-3deg)
    }

    to {
        transform: scaleX(1)
    }
}

/* trin-trin */
.trin-trin {
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0, 0, 1, 0deg);
    }

    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

/* Fixbar */
.fixbar {
    bottom: 0;
    display: block;
    background: #f0eff4;
    border-top: 1px solid #ddd;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    margin: 0;
    z-index: 500;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 50px;
}

.fixbar ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.fixbar ul li {
    display: inline-block;
    margin: 0 auto 10px;
    text-align: center;
    width: 25%;
    float: left;
}

.fixbar .icon-cart-mobile, .fixbar .icon-cart-new, .fixbar .icon-home-new, .fixbar .icon-hotdeal-new {
    width: 20px;
    height: 20px;
    display: block;
    margin: 8px auto 0;
}

.fixbar .icon-cart-mobile {
    background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
    font-size: 10px;
    position: absolute;
    background: red;
    color: #fff !important;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 15px;
    top: 5px;
    margin-left: 5px;
}

.fixbar ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #333;
}

.fixbar ul li a i {
    font-size: 20px;
}

/* Plugbar */
.plugbar {
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eae6e6;
    width: 100%;
    right: 0;
    max-width: 767px;
    margin: 0 auto;
    background: #ffffff;
    padding: 9px 10px 10px 7px;
    z-index: 10;
}

.plugbar ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plugbar ul li {
    width: 20%;
    float: left;
}

.plugbar ul li a {
    display: block;
    color: #696969;
    font-size: 12px;
    text-align: center;
    position: relative;
}

.plugbar ul li a i {
    font-size: 20px;
    color: #696969;
}

.plugbar ul li a span {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -40px;
    left: calc(50% - 50px/2);
    font-size: 14px;
    display: block;
    border: 1px solid rgba(234, 230, 230, 0.5);
    border-radius: 100%;
}

/* Combo Phone */
.support-online {
    position: fixed;
    z-index: 999;
    left: 10px;
    bottom: 0px;
}

.support-online a {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: rgb(103, 182, 52);
    padding: 9px;
    display: none;
    width: 180px;
    margin-left: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    left: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a {
    display: block;
}

.support-online a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position: absolute;
    left: -10px;
    top: 10px;
}

.support-online .kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.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: rgba(0, 175, 242, 0.5);
    opacity: .75;
    right: -10px;
}

.support-online .kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.support-online .support-online .btn-support {
    cursor: pointer;
}

.support-online .mes i {
    background: orange;
}

.support-online .sms i {
    background: red;
}

.support-online .call-now i {
    background: green;
}

/* Phone Switch */
.widget-mobile {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 9999999;
}

#my-phone-circle {
    position: relative;
    width: 50px !important;
    height: 50px !important;
}

.wcircle-open .wcircle-icon i:before {
    content: '\f00d';
}

.wcircle-icon {
    background: #1282fc;
    border-radius: 50%;
    display: flex !important;
    display: -ms-flex !important;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative !important;
}

.wcircle-icon:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: rgba(18, 130, 252, .5);
    border: 1px solid #ffffff;
    border-radius: 50%;
    left: -5px;
    top: -5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -moz-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 80px;
    background: rgba(18, 130, 252, .5);
    border-radius: 50%;
    left: -15px;
    top: -15px;
    -webkit-animation: zoomIn 2s infinite ease-in-out;
    -moz-animation: zoomIn 2s infinite ease-in-out;
    -ms-animation: zoomIn 2s infinite ease-in-out;
    -o-animation: zoomIn 2s infinite ease-in-out;
    animation: zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
    position: absolute !important;
    left: 0;
    top: 0;
    display: none;
}

.wcircle-menu-item {
    width: 50px;
    height: 50px;
    background: #1282fc;
    border-radius: 50%;
    display: flex;
    display: -ms-flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wcircle-menu-item img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

.wcircle-menu-item i, .wcircle-icon i {
    font-size: 25px;
    color: #ffffff;
    position: relative;
    z-index: 9999;
}

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

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

    10%, 30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%, 40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%, 50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes shake-anim {
    0%, 100%, 50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

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

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

@-o-keyframes shake-anim {
    0%, 100%, 50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10%, 30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%, 40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
}

/* Hover */
.hover-glass {
    overflow: hidden;
    display: block;
    position: relative;
}

.hover-glass::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover-glass:hover:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* hover */
.hvr-images {
    position: relative;
    overflow: hidden;
}

.hvr-images::before {
    content: "";
    background: rgba(255, 255, 255, .5);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 1;
}

.hvr-images::after {
    content: "";
    background: rgba(255, 255, 255, .5);
    top: 0;
    right: 0;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    width: 0;
    height: 0;
    z-index: 2;
}

.hvr-images:hover::before, .hvr-images:hover::after, .product:hover .hvr-images::before, .product:hover .hvr-images::after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

/* .modal-dialog */
.modal-dialog.modal-product {
    max-width: 800px;
}

/* Responsive */
.video-container iframe {
    max-width: 100%;
}

@media(max-width: 1200px) {
    .control-owl button.owl-next {
        right: 10px !important;
    }

    .control-owl button.owl-prev {
        left: 10px !important;
    }
}

@media(max-width: 1024px) {
}

@media(max-width: 1001px) {
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin-bottom: 1em;
    }

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .menu {
        display: none;
    }

    .menu-res, .toolbar {
        display: block;
    }

    .wrap-content, .wrap-tpl {
        padding: 0px 5px;
    }

    .breadCrumbs .wrap-content {
        padding: 15px 5px;
    }

    .footer-article {
        padding: 40px 5px;
    }

    .banner-header .wrap-content {
        justify-content: center;
    }

    .search p {
        color: #fff;
        background: var(--main-color);
    }

    .banner-header.fixed {
        display: none;
    }

    .slick-criterion, .slick-news, .slick-nd {
        margin: 0;
    }
}

@media(max-width: 768px) {
    .widget-mobile {
        display: block;
    }

    .btn-frame {
        display: none;
    }

    .tabs-pro-detail {
        margin: 0;
    }

    .grid-product, .grid-news, .grid-album, .grid-service {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

    .about-images {
        width: 100%;
    }

    .about-images:after {
        display: none;
    }

    .about-content {
        width: 100%;
        margin-top: 30px;
    }
}

@media(max-width: 655px) {
    .news-image {
        width: 100%;
    }

    .news-info {
        width: 100%;
        margin-top: 20px;
    }

    .news-name a {
        font-size: 16px;
    }

    .grid-product, .grid-news, .grid-album, .box-right .grid-product, .grid-service {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 575px) {
    .footer-powered .wrap-content, .info-header .wrap-content {
        text-align: center;
        justify-content: center;
    }

    .social-header {
        display: none;
    }

    .about-images {
        display: none;
    }

    .footer-banner {
        width: 100%;
        text-align: center;
    }

    .logo-footer img {
        max-width: 40%;
    }

    .footer-news, .footer-policy, .footer-fanpage {
        width: 100%;
        margin-top: 30px;
    }
}

@media(max-width: 450px) {
    .title-h2 h2, .title-newsletter h2, .title-news {
        font-size: 24px;
    }

    .title-about h2 {
        font-size: 30px;
    }

    .wrap-about {
        padding: 30px 0;
    }

    .title-about p {
        font-size: 17px;
    }
}

@media(max-width: 375px) {
    .grid-news, .grid-product, .grid-album, .grid-service, .box-right .grid-product, .grid-album-i {
        grid-template-columns: repeat(1, 1fr);
    }

    .newsletter-input {
        grid-column: span 2;
    }

    .grid-brand {
        grid-template-columns: repeat(2, 1fr);
    }
}
