@charset "utf-8";

:root {
    --ColorGlobal: #333333;
    --ColorHover: #E51818;
}
img{
    transition: all 0.3s !important;
}

a {
    text-decoration: none !important;
}

p {
    margin-bottom: 0;
}


/* Lazyload */
img.lazy {
    filter: blur(15px);
}

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

img.initial,
img.loaded,
img.error {
    filter: blur(0);
}

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

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

img {
    vertical-align: middle;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    text-rendering: optimizelegibility;
    color: var(--ColorGlobal);
    font-family: 'Arial';
    line-height: 1.5;
    background: #fff;
}

a {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
}

.clear {
    width: 100%;
    clear: both;
}

.transition,
.hover_scale,
.hover_rotate,
.hover_opacity {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.hover_scale:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.hover_rotate:hover {
    transform: rotate(360deg);
    -moz-transform: scale(360deg);
    -webkit-transform: scale(360deg);
    -o-transform: scale(360deg);
}

.hover_opacity:hover {
    opacity: 0.7;
}

#pre-loader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    display: flex;
    align-items: center;
    text-align: center;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner>div {
    background-color: #244899;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

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

#top {
    background: url(../images/top.png) no-repeat;
    background-size: 100% 100%;
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 70px;
    right: 10px;
    cursor: pointer;
    z-index: 99999;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.container {
    width: 1220px;
    padding: 0px 10px;
    margin: 0 auto;
    text-align: left;
}

#header h1 {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 1px;
    color: #000;
    z-index: 1;
    opacity: 0;
}

ul.pagination {
    display: flex;
    width: 100%;
    margin: 10px 0px;
    text-align: center;
    color: #FE0233;
}

ul.pagination li.page_info {
    display: none;
}

ul.pagination li {
    display: flex;
    padding: 0 3px;
    width: fit-content;
}

ul.pagination a {
    color: #244899;
    display: inline-block;
    padding: 2px 9px;
    border: 1px solid #244899;
    text-decoration: none;
    font-size: 12px;
}

ul.pagination a:hover,
ul.pagination a.current {
    background: #244899;
    color: #fff !important;
    border: 1px solid #244899;
}

.pagination {
    margin: auto;
    width: auto;
    text-align: center;
    margin-top: 10px;
}

.pages li.prev {
    margin-right: 15px;
}

.pages li.next {
    margin-left: 15px;
}

.pages li {
    display: inline-block;
    margin: 5px 2px;
}

.pages li a {
    height: 25px;
    padding: 4px 8px;
    text-decoration: none;
    color: #666666;
    font-weight: bold;
    border: 1px solid #d5d5d5;
    font-size: 11px;
}

.pages li a:hover {
    background: #f6f6f6;
}

.pages li .active {
    color: #fff;
    border-color: #424852;
}

.pages li .active:hover {
    background: #2a313d;
}

.breakroom {
    padding: 15px 10px 15px 10px;
    font-size: 13px;
    color: #a7a7a7;
    width: 100%;
    display: inline-block;
    font-family: 'RobotoRegular';
}

.breakroom span {
    color: #333;
    display: inline-block;
    font-family: 'RobotoRegular';
}

.breakroom a {
    color: #333;
    font-size: 13px;
}

.breakroom a i {
    font-size: 17px;
    color: #a7a7a7;
}

.breakroom a span {
    font-size: 13px;
}

.breakroom a:hover {
    color: #f00;
}

.breakroom a:hover i {
    color: #f00;
}

@font-face {
    font-family: 'SFUMachineRegular';
    src: url('../fonts/SFUMachineRegular.woff') format('woff');
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.woff') format('woff');
}

@font-face {
    font-family: 'GMVDINPro-CondMedium';
    src: url('../fonts/GMVDINPro-CondMedium.woff') format('woff');
}

@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Tinos-Regular';
    src: url('../fonts/Tinos-Regular.woff') format('woff');
}

@font-face {
    font-family: 'UTMHelvetIns';
    src: url('../fonts/UTMHelvetIns.woff') format('woff');
}

@font-face {
    font-family: 'MuliBold';
    src: url('../fonts/MuliBold.woff') format('woff');
}

@font-face {
    font-family: 'MuliRegular';
    src: url('../fonts/MuliRegular.woff') format('woff');
}

@font-face {
    font-family: 'OswaldRegular';
    src: url('../fonts/OswaldRegular.woff') format('woff');
}

@font-face {
    font-family: 'SFUAGBuchStencilBQMedium';
    src: url('../fonts/SFUAGBuchStencilBQMedium.woff') format('woff');
}

@font-face {
    font-family: 'QuicksandBold';
    src: url('../fonts/QuicksandBold.woff') format('woff');
}

@font-face {
    font-family: 'UTMYenTu';
    src: url('../fonts/UTMYenTu.woff') format('woff');
}

@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
}

@font-face {
    font-family: 'QuicksandRegular';
    src: url('../fonts/QuicksandRegular.woff') format('woff');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.woff') format('woff');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.woff') format('woff');
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/RobotoBlack.woff') format('woff');
}

@font-face {
    font-family: 'iCielBambola';
    src: url('../fonts/iCielBambola.woff') format('woff');
}

@font-face {
    font-family: 'UTMImpact';
    src: url('../fonts/UTMImpact.woff') format('woff');
}

@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/MontserratRegular.woff') format('woff');
}

@font-face {
    font-family: 'UTMAvoBold';
    src: url('../fonts/UTMAvoBold.woff') format('woff');
}

@font-face {
    font-family: 'SFUbelle';
    src: url('../fonts/SFUbelle.woff') format('woff');
}

@font-face {
    font-family: 'UTMBeautifulCaps';
    src: url('../fonts/UTMBeautifulCaps.woff') format('woff');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.woff') format('woff');
}

@font-face {
    font-family: 'SFUFeniceRegular';
    src: url('../fonts/SFUFeniceRegular.woff') format('woff');
}

@font-face {
    font-family: 'QuicksandBold';
    src: url('../fonts/QuicksandBold.woff') format('woff');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.woff') format('woff');
}

@font-face {
    font-family: 'SVN-BaliScript';
    src: url('../fonts/SVN-BaliScript.woff') format('woff');
}

@font-face {
    font-family: 'UVFMetroscript';
    src: url('../fonts/UVFMetroscript.woff') format('woff');
}

@font-face {
    font-family: 'SVN-CocoFY';
    src: url('../fonts/SVN-CocoFY.woff') format('woff');
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular.woff') format('woff');
}

@font-face {
    font-family: 'SairaBold';
    src: url('../fonts/SairaBold.woff') format('woff');
}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSansSemibold.woff') format('woff');
}

@font-face {
    font-family: 'DancingScriptRegular';
    src: url('../fonts/DancingScriptRegular.woff') format('woff');
}

@font-face {
    font-family: 'UTMAlbertaHeavy';
    src: url('../fonts/UTMAlbertaHeavy.woff') format('woff');
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSansBold.woff') format('woff');
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont93e3.eot?v=4.4.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont93e3.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont93e3.ttf?v=4.4.0') format('truetype');
    font-weight: normal;
    font-style: normal
}


#header {
    position: relative;
    /* top: 0px; */
    /* left: 0px; */
    /* z-index: 123; */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* float: left; */
    background: #fff;
}

.top_head {
    width: 100%;
    background: #fff;
    display: block;
    float: left;
    color: #666666;
    font-family: 'RobotoRegular';
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.top_head .container {
    position: relative;
}

.slogan {
    height: 50px;
    color: #666666;
    width: 40%;
    float: left;
    padding-right: 10px;
}

.right-tophead {
    float: right;
}

.open {
    float: left;
    margin-right: 30px;
}

.mangxhtop {
    float: right;
}

.mangxhtop img {
    padding-left: 5px;
}

.logo_banner {
    width: 100%;
    display: block;
    float: left;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
}

.logo_banner:after {
    width: 50%;
    height: 44px;
    content: '';
    right: 0px;
    bottom: 0px;
    background: #244899;
    position: absolute;
}

.logo_banner .container {
    position: relative;
    z-index: 1;
}

.logo {
    width: 15%;
    float: left;
    text-align: left;
    position: relative;
    padding: 5px 0px;
}

.banner {
    width: 54%;
    float: left;
    padding-bottom: 7px;
}

.righthead {
    width: 85%;
    float: right;
    margin-top: 10px;
}

.hotline {
    float: right;
    background: url(../images/hotline.png) no-repeat;
    width: 253px;
    height: 59px;
    color: #fff;
    padding-left: 70px;
    font-family: 'TimesNewRoman';
    line-height: 1.25;
    font-weight: bold;
    margin-top: 8px;
}

.hotline p {
    font-family: 'SFUMachineRegular';
    font-size: 30px;
    font-weight: normal;
}

.fix_head .menu {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999;
}

.fix_head .wrapmenu {
    width: 100%;
    max-width: 1220px;
    padding: 0px 10px;
    position: relative;
    margin: auto;
}

.fix_head~.cart-fix {
    right: 5px;
    opacity: 1;
    visibility: visible;
}

.cart-fix {
    position: fixed;
    bottom: 315px;
    right: -100%;
    opacity: 1;
    visibility: hidden;
    z-index: 1234;
}

.cart-fix a {
    position: relative;
    height: 60px;
    width: 60px;
    text-align: center;
}

.icon_cart a {
    color: #ff0000;
    font-weight: bold;
    padding: 7px 0px 0px 0px;
    display: inline-block;
    background-size: 100% 100%;
}

.khung_search {
    display: inline-block;
    position: absolute;
    top: 36px;
    right: 0px;
}

.fix_head .khung_search {
    top: 25px;
}

.btn_search_display {
    display: inline-block;
    text-align: center;
    width: 44px;
    height: 44px;
    line-height: 44px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.khung_search span i {
    color: #fff;
    font-size: 19px;
    text-shadow: 3px 3px 0px #a0a0a0;
}

.closese {
    display: none;
}

.khung_search span.closese i {
    font-size: 22px;
}

.search {
    width: 190px;
    float: right;
    height: 30px;
    z-index: 100;
    border: none;
    padding-right: 32px;
    position: absolute;
    background: #05145c;
    top: 7px;
    right: 0px;
    border-radius: 15px;
}

#keyword {
    width: 100%;
    float: left;
    height: 30px;
    padding: 0px 15px 0px 10px;
    border: none;
    background: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    font-style: italic;
}

#keyword::-webkit-input-placeholder {
    font-size: 13px;
    font-style: italic;
}

#keyword::-moz-placeholder {
    font-size: 13px;
    font-style: italic;
}

#keyword:-ms-input-placeholder {
    font-size: 13px;
    font-style: italic;
}

#keyword:-moz-placeholder {
    font-size: 13px;
    font-style: italic;
}

#sb_search {
    width: 32px;
    height: 30px;
    color: #bebebe;
    position: absolute;
    top: 0px;
    right: 0px;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    border: none;
    background: none;
}

.btn_search_display.active .closese {
    display: block;
}

.btn_search_display.active .lup {
    display: none;
}

.searchcsk {
    background: #065AA1;
    width: 100%;
    display: inline-block;
    height: 45px;
    margin-bottom: 20px;
}

.searchcsk #keyword {
    height: 45px;
}

.searchcsk #sb_search {
    height: 45px;
    background: #f00;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.full-menu {
    width: 100%;
    display: inline-block;
    float: right;
    position: relative;
    height: 44px;
    padding-left: 30px;
}

.menu {
    width: 100%;
    position: relative;
    margin: auto;
    height: 44px;
    background: #244899;
}

.menu:before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 44px solid #244899;
    left: -29px;
    top: 0px;
    content: '';
    z-index: 12345;
}

.menu .container {
    position: relative;
}

.menu_mobile {
    display: none;
    position: relative;
    width: 100%;
}

.menu_mb a {
    color: #4c2b06;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    padding: 11px 10px;
}

.searchmb {
    position: absolute;
    width: 60%;
    right: 20px;
    top: 5px;
}

#menu_top {
    width: 100%;
    position: relative;
    float: left;
    padding-right: 220px;
}

#menu_top ul,
#menu_top ul li {
    list-style: none;
    margin: 0px;
}

#menu_top>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

#menu_top>ul>li {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
    line-height: 44px;
}

#menu_top ul,
#menu_top ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menu_top>ul>li a {
    color: #fff;
    display: block;
    font-size: 13px;
    position: relative;
    font-family: 'RobotoRegular';
}

#menu_top>ul>li>a {
    color: #fff;
    display: block;
    font-size: 14px;
    width: 100%;
    position: relative;
    font-family: 'RobotoBold';
    text-transform: uppercase;
}

#menu_top>ul>li>a>span {
    display: inline-block;
    position: relative;
    z-index: 12345;
}

#menu_top>ul>li.active>a,
#menu_top>ul>li:hover>a {
    color: #f00;
}

#menu_top>ul>li>a i {
    font-size: 20px;
}

#menu_top>ul>li ul {
    position: absolute;
    left: 0px;
    z-index: 3000;
    top: 150%;
    visibility: hidden;
    opacity: 0;
    background: #244899;
    width: 230px;
    text-align: left;
    padding-left: 0px;
    box-shadow: 3px 3px 5px #606060;
}

#menu_top ul li:hover>ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

#menu_top>ul>li ul li ul {
    left: 100%;
}

#menu_top ul li ul li:hover>ul {
    top: 0px;
}

#menu_top>ul>li ul li {
    line-height: 1.5;
    position: relative;
}

#menu_top>ul>li li a {
    padding: 7px 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

#menu_top>ul>li li:hover>a {
    color: #fff;
    background: #005BB7;
}

#menu_top>ul>li li>a:before {
    position: absolute;
    top: 0px;
    left: -2px;
    height: 100%;
    width: 2px;
    background: #005BB7;
    content: '';
}

#menu_top>ul>li li:hover>a:before {
    position: absolute;
    top: 0px;
    left: -2px;
    height: 100%;
    width: 2px;
    background: #ECAA0D;
    content: '';
}

#menu_top #hover_scroll {
    position: absolute;
    display: inline-block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: none;
    z-index: 500;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home_mb {
    font-size: 35px;
    margin-left: 55px;
    color: #F6B331;
}

.search-cart {
    position: absolute;
    right: 0px;
    top: 39px;
}

.cart_head {
    color: #E51818;
    display: inline-block;
    float: right;
    text-align: right;
    border: 1px dashed #ccc;
    padding: 0px 10px 10px 10px;
    margin-top: 20px;
    position: relative;
}

.cart_head i {
    font-size: 22px;
    margin-top: -10px;
    position: relative;
    top: -5px;
    right: 8px;
}

.cart_head .scart {
    font-size: 10px;
    background: #E4E4E4;
    display: inline-block;
    position: absolute;
    padding: 0px 4px;
    top: -15px;
    right: 3px;
    color: #000;
    border-radius: 50%;
}

.cart_head p {
    font-size: 11px;
    text-transform: uppercase;
    color: #333;
}

.cart_head p span {
    text-transform: none;
}

#slider {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    float: right;
    width: 100%;
}

#main {
    display: inline-block;
    width: 100%;
    float: left
}

.wrapin #main {
    padding: 30px 0px;
}

#top_content {
    width: 100%;
    display: inline-block;
    /* position: relative; */
    /* z-index: 1; */
}

.aboutindex {
    width: 100%;
    display: inline-block;
    float: left;
    /* position: relative; */
    /* z-index: 1; */
    padding: 60px 0px;
}

.left_about {
    width: 48%;
    float: left;
}

.img-abd {
    position: relative;
}

.img-abd img {
    /* position: relative; */
    /* z-index: 12; */
}

.right_about {
    width: 52%;
    float: left;
    text-align: left;
    position: relative;
    padding-left: 20px;
}

.title_about {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.title_about span {
    color: #939393;
}

.title_about h3 {
    color: #fff;
    font-family: 'SFUMachineRegular';
    font-size: 24px;
    background: #244899;
    display: inline-block;
    padding: 0px 20px 0px 75px;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    position: relative;
}

.title_about h3:before {
    position: absolute;
    width: 64px;
    height: 44px;
    background: url(../images/bftitleab.png) no-repeat;
    content: '';
    left: -21px;
    top: 0px;
}

.title_about h3:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 44px solid #244899;
    right: -30px;
    top: 0px;
    content: '';
}

.descript_ab {
    line-height: 2;
    color: #666666;
    font-family: 'RobotoRegular';
    padding-bottom: 20px;
}

a.view {
    width: 140px;
    height: 45px;
    display: inline-block;
    margin-top: 20px;
    color: #fff;
    background: #244899;
    line-height: 45px;
    border-radius: 0px;
    text-transform: uppercase;
    text-align: center;
}

a.view:hover {
    background: #f00;
}

.icon-viewed {
    position: fixed;
    bottom: 325px;
    right: 15px;
    z-index: 123;
}

.icon-viewed i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2EFEF7;
    box-shadow: 0px 0px 10px #8e8e8e;
    line-height: 50px;
    color: #000;
}

#middle {
    width: 100%;
    float: left;
    display: inline-block;
}

.title_main {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}

.wraptitle {
    display: inline-block;
    padding: 0px 20px;
    position: relative;
    text-align: center;
    width: 100%;
}

.title_main h2 {
    color: #244899;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    font-family: 'SFUMachineRegular';
    background: url(../images/title_main.png) bottom center no-repeat;
}

.title_main ul {
    display: inline-block;
    padding: 0px;
    list-style: none;
}

.title_main ul li {
    float: left;
    display: inline-block;
}

.title_main ul li a {
    display: inline-block;
    float: left;
    color: #666666;
    font-family: 'SFUMachineRegular';
    font-size: 20px;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    line-height: 48px;
    height: 48px;
    padding: 0px 20px;
    position: relative;
    margin: 0px 22px;
}

.title_main ul li a:before {
    position: absolute;
    left: -22px;
    top: -1px;
    background: url(../images/before.png) no-repeat;
    width: 22px;
    height: 48px;
    content: '';
}

.title_main ul li a:after {
    position: absolute;
    right: -22px;
    top: -1px;
    background: url(../images/after.png) no-repeat;
    width: 22px;
    height: 48px;
    content: '';
}

.title_main ul li a:hover,
.title_main ul li a.active {
    background: #244899;
    color: #fff;
    border-top: 1px solid #244899;
    border-bottom: 1px solid #244899;
}

.title_main ul li a:hover:before,
.title_main ul li a.active:before {
    background: url(../images/hover_before.png) no-repeat;
}

.title_main ul li a:hover:after,
.title_main ul li a.active:after {
    background: url(../images/hover_after.png) no-repeat;
}

.title_main p {
    font-size: 14px;
    color: #333333;
}

.title_main.title_oth p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'MuliRegular';
}

.title_main h3 {
    color: #fff;
    font-size: 35px;
    font-family: 'Oswald-Bold';
    text-transform: uppercase;
}

.wraptitle h3:before {
    position: absolute;
    right: -125px;
    width: 100px;
    height: 1px;
    top: 24px;
    background: #d7d7d7;
    content: '';
}

.wraptitle h3:after {
    position: absolute;
    right: -100px;
    width: 100px;
    height: 1px;
    top: 30px;
    background: #d7d7d7;
    content: '';
}

.read-pro {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}

.read-pro a {
    color: #fff;
    width: 135px;
    background: #244899;
    display: inline-block;
    height: 45px;
    text-transform: uppercase;
    line-height: 45px;
    text-align: center;
    font-size: 13px;
}

.read-pro a:hover {
    background: #f00;
    color: #fff;
}

.contructnb {
    width: 100%;
    min-height: 505px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.wrapcontr {
    width: 100%;
}

.padd-contr {
    padding: 0px 15px;
}

.item-contr img {
    width: 100%;
}

.slo-contr {
    color: #fff;
    width: 100%;
    margin-top: 30px;
    font-family: 'MuliRegular';
    font-size: 15px;
}

.slo-contr a {
    color: #ff0;
    font-size: 15px;
    font-family: 'MuliBold';
    text-decoration: underline;
}

.full-product {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 50px;
}

.list_p {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

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

.list_p ul li {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.list_p ul li a {
    display: inline-block;
    background: #F5F5F5;
    padding: 5px 10px;
    font-size: 22px;
    color: #000000;
    font-family: 'OswaldRegular';
}

.list_p ul li a.listom {
    font-family: 'Oswald-Bold';
    text-transform: uppercase;
    background: #078418;
    color: #fff;
}

.list_p ul li a:hover {
    background: #078418;
    color: #fff;
}

.viewall {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}

.viewall a {
    display: inline-block;
    text-transform: uppercase;
    color: #e30a0a;
    border: 1px solid #e30a0a;
    padding: 7px 20px;
}

.viewall a:hover {
    background: #e30a0a;
    color: #fff;
}

.containerpro {
    width: 100%;
    max-width: 1320px;
    padding: 0px 10px;
    margin: auto;
    text-align: left;
}

.conetpro {
    display: flex;
}

.cols-left {
    width: 17%;
    float: left;
    padding-right: 10px;
    border-right: 1px solid #eee;
}

.item_filter {
    margin-bottom: 5px;
}

.item_listleft {
    margin-bottom: 20px;
}

.item_filter a {
    color: #333;
    font-size: 13px;
    font-family: 'RobotoRegular';
}

.item_filter a:hover {
    color: #f00;
}

.cols-right {
    width: 83%;
    float: left;
    padding-left: 10px;
}

.mar_pro {
    margin: 0px -10px;
}

.full_pro {
    width: 100%;
    display: inline-block;
    padding: 50px 0px 50px 0px;
}

.full_pro:nth-child(2n) {
    background: #F7F7F7;
}

.mr-pro {
    margin: 0px -10px;
}

.wrap_product {
    width: 25%;
    float: left;
    padding: 10px;
}

.padd-pro {
    padding: 0px 5px;
}

.product {
    width: 100%;
    max-width: 280px;
    margin: auto;
    font-size: 14px;
    position: relative;
    text-align: center;
}

.product h3 {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 15px;
    margin: 15px 0px 0px 0px;
    text-transform: uppercase;
    font-family: 'RobotoBlack';
}

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

.product:hover h3 {
    color: #244899;
}

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

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

.readpro a {
    color: #007fff;
    border: 2px solid #007fff;
    padding: 7px 40px;
    display: inline-block;
    border-radius: 20px;
    font-size: 15px;
}

.readpro a:hover {
    color: #fff;
    background: #007fff;
}

.typeroom {
    padding-right: 10px;
}

.quatiroom {
    padding-left: 10px;
}

.hovercs {
    position: absolute;
    top: calc(50% - 14px);
    background: rgba(249, 69, 46, 1);
    font-size: 15px;
    padding: 6px 11px;
    border-radius: 4px;
    color: #fff;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
}

.hovercs.addcart {
    left: 10%;
}

.hovercs.view-pro {
    right: 10%;
}

.hovercs:before {
    content: "";
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 -3px -4px;
    border: solid 5px transparent;
    border-top-color: rgba(249, 69, 46, 1);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.hovercs:after {
    content: attr(data-title);
    position: absolute;
    bottom: 50%;
    right: -28px;
    margin-bottom: 7px;
    height: 22px;
    line-height: 22px;
    background: rgba(249, 69, 46, 1);
    color: #fff;
    padding: 0 7px;
    white-space: nowrap;
    font-size: 11px;
    margin-right: 10px;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.hovercs.addcart:after {
    right: -33px;
}

.hovercs:hover:before,
.hovercs:hover:after {
    opacity: 1;
    visibility: visible;
    bottom: 100%;
}

.hovercs:hover {
    background: rgb(191, 25, 3);
}

.wrap_product .product:hover .hovercs.addcart {
    left: calc(50% - 43px);
    opacity: 1;
    visibility: visible;
}

.wrap_product .product:hover .hovercs.view-pro {
    right: calc(50% - 43px);
    opacity: 1;
    visibility: visible;
}

.price {
    width: 100%;
    display: inline-block;
}

.priceold {
    display: inline-block;
    text-decoration: line-through;
    color: #333;
    font-size: 13px;
}

.pricenew {
    color: #f00;
    font-size: 17px;
}

.price span {
    color: #f00;
}

.price a {
    color: #f00;
}

.dathang {
    border-top: 1px dotted #d5d5d5;
    text-transform: uppercase;
    color: #007f37;
}

.dathang a {
    color: #007f37;
    font-family: 'BeVietnam-Bold';
    width: 100%;
    padding: 6px 10px;
    display: inline-block;
}

.dathang a:hover {
    background: #007F37;
    color: #fff;
}

.dathang a i {
    font-size: 16px;
    padding-right: 5px;
}

.sale {
    position: absolute;
    left: 20px;
    top: 15px;
    background: #D90000;
    text-align: center;
    z-index: 1;
    color: #fff;
    font-size: 13px;
    padding: 5px 5px 7px 5px;
    line-height: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

.sale:before {
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 5px solid #D90000;
    position: absolute;
    left: -5px;
    top: 7px;
    content: '';
}

.address-phone {
    position: absolute;
    left: calc(100% - 45px);
    width: 100%;
    bottom: -43px;
    text-align: center;
    transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(270deg);
    font-size: 13px;
}

.slick-arrow {
    display: block;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    font-size: 0px;
    border: none;
    outline: none;
    top: 0px;
    width: 57px;
    height: 100%;
    z-index: 1;
}

.slick-prev {
    left: -57px;
}

.slick-next {
    right: -57px;
}

.scroll_pro .slick-prev {
    left: -57px;
}

.scroll_pro .slick-next {
    right: -57px;
}

#thumb .slick-prev {
    left: -57px;
}

#thumb .slick-next {
    right: -57px;
}

.scroll_Signa .slick-arrow {
    width: 45px;
    height: 80%;
}

.scroll_Signa .slick-prev {
    left: -45px;
}

.scroll_Signa .slick-next {
    right: -45px;
}

.scroll_list .slick-arrow {
    width: 37px;
    height: 100%;
    z-index: 12;
}

.scroll_list .slick-prev {
    left: -45px;
}

.scroll_list .slick-next {
    right: -45px;
}

.adcart {
    position: relative;
    display: inline-block;
}

.adcart a {
    background: #EEEEEE;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
    padding-right: 10px;
    font-size: 13px;
}

.adcart a:hover {
    background: #175fbe;
    color: #fff;
}

.adcart a i {
    font-size: 16px;
    width: 40px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #175fbe;
    color: #fff;
    margin-right: 10px;
}

.adcart a:hover i {
    background: #0f4286;
}

.bannerlist {
    margin-top: 40px;
}

#product_detail_img {
    width: 50%;
    float: left;
    max-width: 442px;
}

#product_img {
    margin-bottom: 10px;
    border: 1px solid #828282;
}

#product_info {
    width: 50%;
    float: left;
    padding-left: 20px;
    margin: 0px;
}

b {
    font-family: 'Lato-Bold';
    font-weight: normal;
}

.top_proc {
    margin-top: 40px;
}

.padd_product {
    padding: 0px 5px;
}

#product_info h2.name {
    font-size: 20px;
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333;
    font-family: 'Lato-Bold';
    line-height: normal;
}

#product_info li {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

#product_info li.color_pro {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    margin-top: 10px;
}

#product_info li.color_pro a {
    display: block;
    padding: 4px 14px;
    background: #fff;
    margin-right: 5px;
    border: 1px solid #189eff;
    font-weight: 400;
    color: #189eff;
    cursor: pointer;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 5px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}

#product_info li.size_pro a {
    display: block;
    padding: 4px 14px;
    background: #fff;
    margin-right: 5px;
    border: 1px solid #189eff;
    font-weight: 400;
    color: #189eff;
    cursor: pointer;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 5px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
}

.color_pro p,
.size_pro p {
    color: #868686;
}

#product_info li.color_pro a.active,
#product_info li.color_pro a:hover {
    background: #189eff;
    color: #fff;
}

#product_info li.size_pro a.active,
#product_info li.size_pro a:hover {
    background: #189eff;
    color: #fff;
}

.itemsl {
    padding: 0px 5px;
}

.gia span {
    color: #D01016;
    font-size: 18px;
}

.gia span a {
    color: #D01016;
    font-size: 18px;
}

.bckspro {
    float: left;
    margin-top: 8px;
    margin-right: 10px;
    font-weight: normal;
}

.quatali_pro {
    float: left;
    position: relative;
    margin-right: 35px;
}

.quatali_pro input {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.quatali {
    width: 60px;
    height: 40px;
    text-align: center;
    outline: none;
    border: 1px solid #e2e2e2;
    padding-right: 5px;
}

.quantity-nav {
    float: left;
    height: 38px;
    position: absolute;
    right: -22px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: #D23100;
    border-radius: 3px;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}

.showprice {
    float: left;
    position: relative;
    color: #333;
    font-size: 20px;
}

.showprice span {
    margin-top: 4px;
    display: inline-block;
    color: #D01016;
}

.addcart-support_add {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.support_add {
    float: left;
    display: inline-block;
}

.isud {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    background: #D23100;
    border-radius: 3px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    line-height: 40px;
    padding-left: 48px;
    padding-right: 45px;
    position: relative;
}

.isud i {
    padding: 11px 10px;
    font-size: 18px;
    background: #D23100;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    left: 0px;
    border-right: 1px solid #ccc;
}

.isud:hover {
    background: #771802;
}

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

.quatali_pro input[type=number] {
    -moz-appearance: textfield;
}

#product_detail {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

.other-pro {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.album-gallery {
    width: 100%;
    display: inline-block;
    padding: 50px 0px;
}

.mr-al {
    margin: 0px -9px;
}

.box-album {
    width: 33.33%;
    float: left;
    padding: 9px;
}

.itemabum {
    width: 100%;
    max-width: 385px;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.hover-scr {
    position: absolute;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    width: 100%;
    height: 100%;
    padding: 5px;
    z-index: 123;
}

.hover-scr .codsh {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    vertical-align: middle;
    height: 100%;
}

.codsh h5 {
    font-size: 16px;
    text-transform: uppercase;
}

.wrapvideo {
    position: relative;
    display: inline-block;
}

.listvideo {
    position: absolute;
    bottom: 20px;
    width: 100%;
    max-width: 1130px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.item_video {
    padding: 0px 5px;
    text-align: center;
}

.item_video img {
    border: 2px solid #fff;
}

.item_video img:hover {
    border: 2px solid #f00;
}

.show_video {
    position: relative;
    height: 400px;
}

.show_video a {
    position: absolute;
    font-size: 70px;
    left: calc(50% - 27px);
    top: calc(50% - 90px);
    color: #fff;
}

.show_video a:hover {
    color: #f00;
}

.wrap_video {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.img_videohd {
    position: relative;
}

.img_videohd span {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 20px);
    width: 60px;
    height: 40px;
    display: inline-block;
    background: #CC0000;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.tieuchi {
    width: 100%;
    display: inline-block;
    margin: 50px 0px;
}

.item_tieuchi {
    padding-right: 10px;
}

.item_tieuchi img {
    float: left;
    margin-right: 10px;
}

.item_tieuchi h4 {
    color: #000;
    text-transform: uppercase;
    font-family: 'RobotoBold';
    margin-bottom: 5px;
}

.item_tieuchi p {
    color: #666666;
}

.item_tieuchi:hover h4 {
    color: #f00;
}

.news_video_fanpage {
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 50px;
}

.newsindex {
    width: 66.66%;
    float: left;
    padding: 0px 10px;
}

.right-nvp {
    width: 33.33%;
    float: left;
    padding-left: 10px;
}

.item-nvp {
    width: 50%;
    float: left;
}

.item-nvp:nth-child(1) {
    padding-right: 10px;
}

.item-nvp:nth-child(2) {
    padding-left: 10px;
}

.title_tin {
    margin-bottom: 20px;
}

.title_tin h3 {
    color: #fff;
    font-family: 'SFUMachineRegular';
    font-size: 24px;
    background: #244899;
    padding: 0px 20px 0px 75px;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    position: relative;
}

.title_tin h3:before {
    position: absolute;
    width: 64px;
    height: 44px;
    background: url(../images/bftitleab.png) no-repeat;
    content: '';
    left: 0px;
    top: 0px;
}

.item-nvp h4 {
    color: #333333;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: 'RobotoBold';
    margin-top: 10px;
}

.item-nvp h4:hover {
    color: #f00;
}

.readnews {
    width: 140px;
    height: 40px;
    background: #cc0000;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-family: 'RobotoBold';
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}

.wrap-scroll {
    height: 420px;
}

.item_tinsk {
    width: 100%;
    margin: auto;
    font-family: 'RobotoRegular';
    font-size: 13px;
    color: #333333;
    display: inline-block;
    margin-bottom: 25px;
}

.item_tinsk h4 {
    color: #333333;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: 'RobotoBold';
}

.newsindex h4 {
    color: #333333;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: 'RobotoBold';
}

.date-us {
    color: #858585;
    margin-bottom: 5px;
}

.date-us span {
    padding-right: 30px;
}

.imgtin {
    float: left;
    margin-right: 20px;
}

.wrapbttin {
    padding: 0px 5px;
}

.reatin {
    color: #4C2B06;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #4C2B06;
    padding: 7px 14px;
    font-size: 13px;
}

.reatin:hover {
    background: #4C2B06;
    color: #fff;
}

.item_tinsk:hover h4 {
    color: #f00;
}

.right_tin {
    width: 32%;
    float: right;
    height: 435px;
}

.name_tinsk {
    position: relative;
    padding-left: 100px;
    display: inline-block;
    min-height: 80px;
}

.date_tinsk {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #ffcc00;
    font-size: 60px;
    font-family: 'BeVietnam-Bold';
    text-transform: uppercase;
    padding-left: 20px;
}

.date_tinsk span {
    color: #007f37;
    font-size: 30px;
    font-family: 'BeVietnamRegular';
    position: absolute;
    top: 26px;
    left: 0px;
}

.videoindex {
    width: 100%;
}

#box_video {
    position: relative;
    width: 100%;
    height: 310px
}

.wrapvideoin {
    width: 100%;
    display: inline-block;
    position: relative;
}

.select_video {
    margin-top: 20px;
}

#video_lienquan {
    width: 100%;
}

.img_video img {
    width: 115px;
    height: 92px;
}

.itemvideo {
    padding: 0px 5px;
}

.box_tintuc {
    text-align: left;
    width: 50%;
    float: left;
    display: inline-block;
    color: #706e6e;
    padding: 10px;
}

.box_tintuc:nth-child(2n+1) {
    clear: both;
}

.item_cn {
    display: inline-block;
    width: 100%;
    float: left;
    color: #333;
    font-size: 13px;
}

.box_tintuc img {
    padding: 3px;
    display: inline-block;
    border: thin #d9d9d9 solid;
    float: left;
    background: #fff;
    margin-right: 10px;
}

.item_cn h4 {
    margin: 0px;
    color: #333;
    font-family: 'OpenSansBold';
    font-size: 15px;
    margin-bottom: 10px;
}

.item_cn:hover h4 {
    color: #f00;
}

h3.nameacticle {
    color: #FF4200;
    font-size: 18px;
    margin-bottom: 10px;
}

.content_prod h3.clismen {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    font-family: 'OpenSansBold';
}

.baiviet_lienquan .title {
    color: #f00;
    border-bottom: 1px solid;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    margin-bottom: 10px;
}

ul.baiviet_lienquan {
    padding-left: 0px;
}

.baiviet_lienquan li {
    padding-left: 15px;
    font-size: 20px;
    list-style: none;
    padding: 0px;
}

.baiviet_lienquan li a {
    font-size: 14px;
    color: #6d6d6d;
    font-family: 'RobotoRegular';
}

.baiviet_lienquan li {
    list-style: none;
    margin: 0px;
}

.baiviet_lienquan li a:hover {
    margin-left: 10px;
    color: #f00;
}

.dkbooking {
    width: 100%;
    max-width: 355px;
    border: 10px solid #F1F1F1;
    box-shadow: -15px 20px 40px #E2E2E2;
    display: inline-block;
    padding: 30px;
}

.title_booking h3 {
    color: var(--ColorHover);
    font-size: 27px;
    text-transform: uppercase;
    font-family: 'RobotoBlack';
    line-height: 1;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.title_booking h3:before {
    position: absolute;
    background: #B8B8B8;
    width: 40px;
    height: 2px;
    left: 0px;
    bottom: 0px;
    content: '';
}

.title_booking p {
    margin-bottom: 20px;
}

.item_input {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.item_input input {
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding: 0px 10px;
    outline: none;
}

.content-newletter {
    width: 80%;
    display: inline-block;
    padding: 4px;
    float: left;
}

.newletter textarea {
    width: 100%;
    height: 80px;
    border: none;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px;
    font-family: Arial;
    padding: 10px 10px;
}

.submitnewletter {
    width: 20%;
    text-align: center;
    float: left;
    padding: 4px;
}

.newletter input#sb_nhantin {
    background: #E91313;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    display: inline-block;
    height: 80px;
    cursor: pointer;
    float: right;
}

.newletter input#sb_nhantin:hover {
    background: #f77b31;
}

.newletter p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.content_partner {
    width: 100%;
    display: inline-block;
    margin-top: 50px;
    float: left;
}

.wrappart {
    width: 100%;
    margin: auto;
}

.itemdoitac {
    text-align: center;
}

.itemdoitac img {
    border: 1px solid #ccc;
}

.wrap-ser {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.wrapcal-news {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 50px;
}

.wrapcal-news:before {
    position: absolute;
    width: 34%;
    height: 66px;
    background: #E34654;
    left: 0px;
    top: 0px;
    content: '';
}

.wrapcal-news:after {
    position: absolute;
    width: calc(66% - 700px);
    height: 66px;
    background: #1FADB8;
    right: 0px;
    top: 10px;
    content: '';
}

.call-newsletter {
    width: 100%;
    max-width: 1366px;
    margin: auto;
}

.call-bot {
    width: 34%;
    float: left;
    background: #E34654;
    height: 66px;
}

.cont-cal {
    width: 100%;
    max-width: 370px;
    float: right;
    line-height: 66px;
    color: #fff;
    text-align: right;
    padding-right: 20px;
    font-family: 'RobotoBold';
    font-size: 30px;
    position: relative;
}

.cont-cal:before {
    position: absolute;
    left: 0px;
    top: 20px;
    width: 131px;
    height: 70px;
    content: '';
}

.cont-cal:after {
    position: absolute;
    right: -58px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 58px solid transparent;
    border-bottom: 66px solid #E34654;
    content: '';
}

.newsletter {
    width: 100%;
    height: 490px;
    display: flex;
    align-items: center;
    padding: 20px 0px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.wrap-newsl {
    width: 100%;
    max-width: 736px;
    padding-left: 20px;
    position: relative;
    z-index: 12;
    text-align: left;
}

.left-newslt {
    width: 33%;
    float: left;
    color: #fff;
    margin-top: 9px;
}

.left-newslt h4 {
    font-family: 'RobotoBold';
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}

.left-newslt p {
    font-size: 13px;
}

.right-newslt {
    width: 67%;
    float: left;
}

.form_newsletter {
    width: 100%;
    max-width: 555px;
    margin: auto;
}

.form_newsletter input {
    width: 100%;
    height: 40px;
    float: left;
    border: 1px solid #fff;
    background: none;
    padding: 0px 10px;
    margin-bottom: 15px;
    border-radius: 0px;
    color: #fff;
}

.form_newsletter input::-webkit-input-placeholder {
    font-size: 13px;
    color: #fff;
}

.form_newsletter input::-moz-placeholder {
    font-size: 13px;
    color: #fff;
}

.form_newsletter input:-ms-input-placeholder {
    font-size: 13px;
    color: #fff;
}

.form_newsletter input:-moz-placeholder {
    font-size: 13px;
}

.item_newsletter textarea {
    width: 100%;
    padding: 10px;
    height: 100px;
    background: #fff;
    border: none;
    box-shadow: 3px 3px 5px #dcdcdc;
}

.form_newsletter input.subform {
    width: auto;
    text-transform: uppercase;
    background: #fff;
    color: #244899;
    font-weight: bold;
    padding: 0px 30px;
    cursor: pointer;
}

.form_newsletter input.subform:hover {
    background: #f00;
    color: #fff;
    border: 1px solid #f00;
}

.submitbvt {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.bt_submit {
    width: 145px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    background: #ec3237;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
}

.bt_submit:hover {
    background: #f00;
}

.tags {
    margin-bottom: 20px;
}

.tags a {
    display: inline-block;
    background: #ecebeb;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 12px;
    color: #333;
}

.tags a:hover {
    color: #EC3237;
}

#footer {
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
    color: #fff;
    margin-top: 50px;
    background: #244899;
}

.title_left_footer {
    font-size: 27px;
    color: #fff;
    line-height: 1;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
    font-family: 'UTMHelvetIns';
}

.title_left_footer span {
    color: #ffcc00;
    font-size: 28px;
}

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

.mangxhfoo img {
    margin-right: 5px;
}

.cksl {
    margin-bottom: 10px;
}

.logofoo {
    width: 30%;
    float: left;
    padding-top: 55px;
}

.centerfoo {
    width: 43%;
    float: left;
    font-size: 13px;
}

.right_foo {
    width: 27%;
    float: left;
}

.tldk {
    text-transform: uppercase;
}

.content_foobc {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 35px 0px 0px 0px;
    background-size: 100% 100%;
    position: relative;
    font-family: 'RobotoRegular';
}

.logofooter {
    width: 28%;
    float: left;
}

.leftfoo {
    width: 68%;
    float: left;
    padding-right: 10px;
}

.ttcontact {
    width: 57%;
    float: left;
    padding-right: 10px;
}

.content-foo {
    margin-bottom: 10px;
}

.cont-foo {
    width: 100%;
    max-width: 440px;
    margin-bottom: 5px;
}

.csach {
    width: 43%;
    float: right;
    max-width: 340px;
}

.csach p {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.csach p a {
    color: #fff;
    font-size: 13px;
}

.csach p a i {
    position: absolute;
    top: 3px;
    left: 0px;
}

.csach p a:hover {
    text-decoration: underline;
}

.rightfoo {
    width: 29%;
    float: right;
    max-width: 285px;
}

.sld {
    margin-bottom: 10px;
}

.titlelef {
    color: #fff;
    text-transform: uppercase;
    font-family: 'OpenSansBold';
    font-size: 15px;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.titlelef:before {
    width: 50px;
    height: 2px;
    bottom: -2px;
    content: '';
    border-bottom: 2px solid rgba(255, 255, 255, 1);
    position: absolute;
    left: 0px;
}

.item_foo {
    width: 33.33%;
    float: left;
    padding-right: 10px;
}

.item_foo:last-child {
    padding-right: 0px;
}

.cis_foo {
    width: 100%;
    max-width: 300px;
    margin: auto;
    font-family: 'MuliRegular';
    font-size: 15px;
    position: relative;
    padding-left: 54px;
    padding-top: 2px;
    color: rgba(255, 255, 255, 0.9);
}

.cis_foo i {
    font-size: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.cis_foo p {
    color: #FCFF00;
}

.rightfoo p {
    margin-bottom: 5px;
}

.rightfoo p a {
    color: #fff;
}

.rightfoo p a:hover {
    text-decoration: underline;
}

.newk {
    padding-right: 10px;
}

.newk iframe {
    width: 100%;
    height: 45px;
    background: #fff;
    margin-top: 20px;
    position: relative;
}

.fan_foo {
    max-width: 310px;
    float: right;
}

.couter {
    width: 43%;
    float: right;
    max-width: 220px;
}

.couter {
    color: #fff9f9;
}

.couter div {
    border-bottom: 1px solid #424242;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
}



.couter div span {
    float: right;
    min-width: 30px;
}

h3.titlefoo {
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'RobotoBlack';
    position: relative;
}

p.iskd {
    width: 100%;
    max-width: 250px;
    border-bottom: 1px dashed #d7d7d7;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.iskd a {
    color: #5c5c5c;
}

.iskd a:hover {
    color: #f00;
}

.fanpagefoo {
    width: 100%;
    max-width: 370px;
    float: right;
}

.chsach {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.itemcs {
    float: left;
}

p.bkis {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
    font-size: 13px;
}

.bkis i {
    width: 15px;
    height: 15px;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}

.itemcs a {
    color: #fff;
}

.itemcs a:hover {
    text-decoration: underline;
}

.mxhfooter {
    margin-top: 15px;
}

.mxhfooter img {
    margin-right: 5px;
}

.wrap-copy {
    width: 100%;
    display: inline-block;
    padding: 15px 0px;
    float: left;
    font-size: 14px;
    position: relative;
    background: #1FADB8;
    color: rgb(255, 255, 255, 1);
    font-family: 'RobotoRegular';
}

.copyright {
    float: left;
    width: 100%;
    display: inline-block;
    padding: 15px 0px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}

.wrap-copy span {
    color: #ff0;
}

.map_footer {
    position: relative;
    width: 100%;
    display: inline-block;
    float: left;
}

.listmap {
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 60px 20px 20px 20px;
    width: 100%;
    max-width: 400px;
    height: 100%;
    z-index: 12;
    text-align: left;
}

.listmap h5 {
    text-align: center;
    font-size: 18px;
    color: #fffc00;
    font-family: 'RobotoBold';
    margin-bottom: 20px;
    position: relative;
}

.listmap h5:before {
    position: absolute;
    width: 45px;
    height: 2px;
    background: #fff;
    content: '';
    left: calc(50% - 24px);
    bottom: -10px;
}

.item_map {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #fff;
    cursor: pointer;
}

.item_map p {
    text-transform: uppercase;
}

.item_map.active p {
    color: #ff0;
}

.show_map {
    width: 100%;
    display: inline-block;
    float: left;
    height: 215px;
}

.show_map iframe {
    width: 100%;
    height: 100%;
}

.direct {
    position: fixed;
    bottom: 320px;
    right: 7px;
}

.direct a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 56px;
    background: #7ba7bc;
    text-align: center;
    display: inline-block;
}

#footer1 {
    z-index: 1000;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: none;
}

#footer1 table {
    width: 100%;
    text-align: center;
    margin: auto;
    background: #2EFEF7;
    border: 2px solid #e8e8e8;
}

.relacadd {
    position: relative;
}

#footer1 img {
    width: 30%;
    max-width: 35px;
    vertical-align: middle;
}

#footer1 a {
    color: #000;
}

.map_foo {
    width: 100%;
    display: inline-block;
    float: left;
    height: 195px;
    max-width: 290px;
}

.bottom_footer {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
}

.bottom_footer h3 {
    font-family: 'UTMAurora';
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    color: #ec3237;
    margin-bottom: 20px;
}

.contaifoo {
    width: 100%;
    max-width: 1080px;
    margin: auto;
}

.item_btfooter {
    width: 33.33%;
    float: left;
}

.item_btfooter p {
    width: 100%;
    max-width: 335px;
    position: relative;
}

.item_btfooter p i {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 34px;
    border: 2px solid #ec3237;
    color: #ec3237;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.item_btfooter p span {
    position: relative;
    top: 10px;
}

.contentfos {
    margin-bottom: 15px;
}

.copyrightlf {
    float: left;
}

.counter {
    float: right;
    position: relative;
    padding-left: 15px;
}

.counter:before {
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0px;
    top: 7px;
    border-radius: 50%;
    content: '';
    background: #fff;
}

.counter span {
    color: #fff;
}


.boxgallery {
    display: inline-block;
    float: left;
    width: 33.33%;
    padding: 21px;
}

.itemgallery {
    max-width: 355px;
    margin: auto;
}

.boxgallery a {
    color: #fff;
    font-weight: bold;
}

.albumsk {
    width: 100%;
    max-width: 1366px;
    margin: auto;
}

.album_item {
    position: relative;
}

.imggallery {
    width: 100%;
    max-width: 385px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.hover-album {
    position: absolute;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    width: 100%;
    height: 100%;
}

.nameab {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.nameab a {
    width: 100%;
    display: block;
    text-align: center;
}

.hover-album span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    vertical-align: middle;
    height: 100%;
}

.hover-album i {
    display: block;
    text-align: center;
    transform: scale(0);
    color: #fff;
}

.hover-album i.fa:before {
    content: "+";
    font-size: 40px;
    font-weight: 300;
}

.imggallery:hover .hover-album i {
    transform: scale(1);
}

.itemgallery h3 {
    position: relative;
    background: #fff;
    z-index: 20;
    padding: 10px 12px 12px 12px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-align: center;
    overflow: hidden;
}

.itemgallery h3 a {
    color: #000;
}

.hover-ctue {
    position: absolute;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    width: 100%;
    height: 100%;
}

.hover-ctue span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    vertical-align: middle;
    height: 100%;
}

.hover-ctue a:hover {
    text-decoration: none;
    color: #5AC1CA;
}

.hover-ctue i {
    display: block;
    text-align: center;
    transform: scale(0);
    color: #fff;
}

.album_item:hover .hover-ctue i {
    transform: scale(1);
}

.hover-ctue i.fa:before {
    content: "+";
    font-size: 40px;
    font-weight: 300;
}

@media screen and (max-width:990px) {
    .boxgallery {
        padding: 10px;
    }
}

@media screen and (max-width:768px) {
    .boxgallery {
        width: 50%;
    }
}



.contact-input {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    float: left;
}

.tab_csk ul {
    list-style: none;
    padding: 0px;
    display: inline-block;
    background: #75A6C9;
}

.tab_csk ul li {
    display: inline-block;
    float: left;
}

.tab_csk ul li a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
}

.tab_csk ul li a.active {
    background: #004D93;
}

.contentshk {
    display: none;
}

#showvn {
    display: block;
}

.contact-input input {
    height: 40px;
    width: 100%;
    padding: 0px 10px;
    background: rgb(235, 235, 235);
    color: #333;
    border: none;
    outline: none;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}

.douple-input input {
    width: 49%;
    float: left;
}

.contact-input textarea {
    height: 165px;
    width: 100%;
    padding: 10px;
    background: rgb(235, 235, 235);
    color: #333;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    outline: none;
}

.contact-button input.button {
    width: 120px;
    background: #000000;
    color: #fff;
    float: none;
    margin: 0 auto;
    text-transform: uppercase;
    height: 40px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}

.contact-button input.button:hover {
    background: #333;
}

.douple-input input:last-child {
    float: right;
}

.contact-button {
    text-align: center;
}

.mapcontact {
    color: #000;
    margin-top: 40px;
}

#map_canvas iframe,
#map_canvas2 iframe {
    width: 100% !important;
    height: 100% !important;
}

.title_ctact h3 {
    color: #333;
    position: relative;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    margin: 0px;
    margin-bottom: 10px;
    font-family: 'RobotoBold';
}

.col_left_contact {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 60%;
    display: inline-block;
    float: left;
    padding-right: 20px;
}

.col_right_contact {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 40%;
    display: inline-block;
    float: right;
}

.form_contact {
    border: thin #d9d9d9 solid;
    width: 100%;
    position: relative;
}

.form_contact .title {
    width: 100%;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
    background: none;
}

.form_contact .title p {
    line-height: 40px;
    height: 40px;
    padding: 0px 10px;
    color: #fff;
    font-size: 16px;
    background: #c81a1a;
    text-transform: uppercase;
}

.form_contact .col {
    display: inline-block;
    text-align: left;
}

.form_contact .col_1 {
    width: 30%;
    padding: 0px 1%;
    text-align: right;
}

.form_contact .col_2 {
    width: 100%;
    padding: 0px 3%;
    text-align: left;
}

.form_contact .row {
    width: 100%;
    display: table;
    margin-bottom: 10px;
}

.form_contact .row p {
    font-size: 16px;
}

.form_contact .row p span {
    color: red;
}

.form_contact .row .input {
    min-height: 35px;
    line-height: 35px;
    text-indent: 10px;
    width: 100%;
    background: #f6f7f9;
    border: none;
    border-left: 5px solid #df1d1d;
}

.form_contact .row .area {
    height: 80px;
}

.form_contact .row .button {
    line-height: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #108bb1;
    text-transform: uppercase;
    padding: 0px 10px;
    border: none;
    cursor: pointer;
    outline: none;
}

.form_contact .row label {
    color: red;
    margin-left: 10px;
}

@media screen and (max-width:750px) {

    .form_contact .row .input,
    .col_left_contact,
    .col_right_contact {
        width: 100%;
    }
}

@media screen and (max-width:550px) {
    .form_contact .col_1 {
        display: none;
    }

    .form_contact .col_2 {
        width: 100%;
    }
}

@media screen and (max-width:380px) {}

.captionOrange,
.captionBlack {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.captionOrange {
    background: #267001;
    background-color: rgba(235, 81, 0, 0.6);
}

.captionBlack {
    font-size: 16px;
    background: #999999;
    background-color: rgba(0, 0, 0, 0.4);
}

a.captionOrange,
A.captionOrange:active,
A.captionOrange:visited {
    color: #ffffff;
    text-decoration: none;
}

a.captionOrange:hover {
    color: #eb5100;
    text-decoration: underline;
    background-color: #267001;
    background-color: rgba(238, 238, 238, 0.7);
}

.hidden,
.hidden-seoh {
    display: none;
}


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

/* ==================Slideshow================== */
#slide_show {}

#slider-top {
    max-width: 1920px;
    margin: 0 auto;
}

.p-relative {
    position: relative;
}

.slider_container {
    position: relative;
    top: 0;
    left: 0;
    width: 1920px;
    height: 663px;
}

.slides {
    cursor: move;
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 1920px;
    height: 663px;
}

.slideshow {
    position: relative;
}

#button-contact-vr {
    margin: -10px;
    transform: scale(0.8);
    position: fixed;
    bottom: 121px;
    z-index: 999;
    right: 0;
}

#zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 100px;
    height: 100px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, .7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#phone-vr {
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
}

.phone-vr-circle-fill {
    width: 75px;
    height: 75px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, .7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 47px;
}

.phone-vr-img-circle img {
    max-height: 35px;
    max-width: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

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

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

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

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

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

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

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.breadcrumb {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}

.share {
    padding: 15px 10px;
    line-height: normal;
    margin-top: 15px;
    border-top: 1px solid #dcdcdc;
}

.share ul li a i {
    transition: all 0.3s;
}

.share ul li a i:hover {
    color: #000 !important;
    transition: all 0.3s;
    transform: translateY(-3px);
}

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

.alert {
    width: 100%;
}

.itemvideo h3 {
    font-family: 'Arial';
    font-size: 23px;
}

.itemvideo a:hover {
    text-decoration: none;
}


/* Pagination */
.pagination-home {
    width: 100%;
    text-align: center;
    margin: 20px auto;
    display: flex;
}

.pagination-home .pagination .page-item .page-link {
    color: #555555;
    font-size: .875rem;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 30px;
    border-radius: 5px;
}

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

/* pagination ajax */
.pagination-ajax {
    text-align: center;
    margin-top: 20px;
    width: 100%;
}

.pagination-ajax a {
    vertical-align: top;
    margin: 3px;
    color: #333;
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 12px;
    cursor: pointer;
    width: 35px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    transition: all ease 0.3s;
}

.pagination-ajax a:hover {
    background: #244899;
    color: #fff;
    border-color: #244899;
    transform: translateY(-2px);
    transition: all ease 0.3s;
}

.translate img {
    cursor: pointer;
}

.pagination-ajax a.current {
    background: #244899;
    color: #fff;
    border-color: #244899;
    transform: translateY(0);
}

.item_cn p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
}


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

.control-carousel {
    position: absolute;
    top: calc(50% - 30px/2);
    margin-bottom: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 2;
    background-color: #ffffffa8;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 1px 3px grey;
}

.control-carousel:hover {
    background-color: #fff;
    opacity: 1;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

.thumb-pro-detail {
    display: block !important;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
    border: 1px solid var(--color-title);
    overflow: hidden;
}

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



.price-new-pro-detail {
    font-weight: 700;
    font-size: 20px;
    color: #f00;
}

.price-old-pro-detail {
    font-weight: 500;
    color: #7f7f7f;
    text-decoration: line-through;
    padding-left: 10px;
}

.attr-content-pro-detail {
    margin-top: 15px;
}


.tags-pro-detail {
    margin: 1rem 0px 2rem 0px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.tags-pro-detail a {
    font-size: 12px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: var(--color-red);
    border-radius: 3px;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

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

.tabs-pro-detail .ul-tabs-pro-detail {
    padding: 0px;
    list-style: none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #eee;
    padding: 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #333;
    color: #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
    width: 100%;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

.item_tinsk p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

.item-nvp p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
}


/*======================= Menu MOBILE =======================*/
#hamburger {
    display: block;
    position: relative;
    float: left;
}

#hamburger i {
    color: #fff;
    font-size: 25px;
    padding: 5px 7px;
    /* border: 1px solid #fff; */
    border-radius: 5px;
    /* box-shadow: 0px 0px 3px 1px #bdbdbd; */
}

.menu-text {
    color: #fff;
    /* padding-left: 15px; */
    font-size: 18px;
    font-weight: bold;
}

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

.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout {
    background: #000000ad;
}

.menu-res {
    display: none;
    height: 55px;
    z-index: 10;
    background: #244899;
    position: relative;
    line-height: normal;
    position: sticky;
    z-index: 999;
    overflow: hidden;
    top: 0;
    box-shadow: 0px 1px 2px;
}

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

.menu-res .search_mobile_menu {
    width: 100%;
    background: none;
    display: flex;
    border-radius: 40px;
    position: relative;
    transition: all 0.6s;
    background-color: #fff;
    border: 1px solid #fff;
}

.menu-res .search_mobile_menu p {
    width: 32px;
    height: 32px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #fff;
    font-size: 16px;
    background: #244899;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: 3px;
}

.menu-res .search_mobile_menu p:hover {
    background-color: #245a00;
    color: #fff;
}

.menu-res .search_mobile_menu input {
    width: calc(100% - 35px);
    height: 38px;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 12px;
    color: #245a00;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.menu-res .search_mobile_menu input::-webkit-input-placeholder,
.menu-res .search_mobile_menu input:-moz-placeholder,
.menu-res .search_mobile_menu input::-moz-placeholder,
.menu-res .search_mobile_menu input:-ms-input-placeholder {
    color: #245a00;
}

.menu-res .search_mobile_menu.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.menu-res .icon-search1 {
    width: 35px;
    line-height: 12px;
    color: #fff;
    border-left: 1px solid #fff;
    display: inline-block;
    cursor: pointer
}

/*======================= Search RP /*=======================*/
.search-res {
    position: relative;
}

.search-res .icon-search {
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    margin: 0px;
}

.search-res .icon-search.active {
    color: var(--color-red);
    background: #fff;
    border-radius: 100%;
}

.search-res .search-grid {
    position: absolute;
    top: 0px;
    right: calc(100% + 5px);
    width: 0;
    overflow: hidden;
    height: 40px;
    background: rgb(95, 95, 95);
    display: flex;
    border-radius: 40px;
    transition: all 0.6s;
    box-shadow: 1px 1px 1px;
    z-index: 2;
}

.search-res .search-grid p {
    width: 32px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    color: #ea5f33;
    font-size: 16px;
    background: #ffffffc4;
    border-radius: 50%;
    margin-right: 3px;
    margin-top: 4px;
    transition: background 0.4s;
}

.search-res .search-grid p:hover {
    background: #fff;
    transition: background 0.4s;
}

.search-res .search-grid input {
    width: calc(100% - 35px);
    height: 38px;
    outline: none;
    padding: 0px;
    border: 0px;
    background: transparent;
    text-indent: 10px;
    font-size: 14px;
    color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    font-style: italic;
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #fff;
}

.search-res .search-grid input:-moz-placeholder {
    color: #fff;
}

.search-res .search-grid input::-moz-placeholder {
    color: #fff;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #fff;
}

.search-res .search-grid.active {
    visibility: visible;
    opacity: 1;
    transition: all 0.6s;
}

.search_mobile_menu {
    width: 100% !important;
}

.menu_mobile_btn {
    width: 30% !important;
}

.menu-fix {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 999;
    -webkit-animation: fadeInDown 1.3s ease backwards;
    -moz-animation: fadeInDown 1.3s ease backwards;
    -o-animation: fadeInDown 1.3s ease backwards;
    -ms-animation: fadeInDown 1.3s ease backwards;
}