@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext,vietnamese");

body {
    font-size: 14px;
    color: #000000;
    font-family: "Roboto", Arial, sans-serif;
    line-height: 1.5;
}

@font-face {
    font-family: 'SanFranciscoText';
    src: url(../fonts/SanFranciscoText-Thin.otf);
    font-weight: 100;
}

@font-face {
    font-family: 'SanFranciscoText';
    src: url(../fonts/SanFranciscoText-Light.otf);
    font-weight: 300;
}

@font-face {
    font-family: 'SanFranciscoText';
    src: url(../fonts/SanFranciscoText-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: 'SanFranciscoText';
    src: url(../fonts/SanFranciscoText-Medium.otf);
    font-weight: 500;
}

@font-face {
    font-family: 'SanFranciscoText';
    src: url(../fonts/SanFranciscoText-Bold.otf);
    font-weight: 600;
}

@font-face {
    font-family: 'SanFranciscoDisplay Regular';
    src: url(../fonts/SanFranciscoDisplay-Regular.otf);
}

@font-face {
    font-family: 'SFU Futura';
    src: url(../fonts/SFUFuturaRegular.TTF);
}

.fix-width-page {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

img {
    max-width: 100%;
}

.div-table {
    display: table;
    width: 100%;
}

.div-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.flex-row {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.flex-row-top {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.flex-col {
    max-height: 100%;
}

.flex-left {
    margin-right: auto;
}

.flex-right {
    margin-left: auto;
}

.vertical {
    display: table;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.full-width {
    display: block;
    width: 100%;
    overflow: hidden;
}

.pad-0 {
    padding: 0;
}

.margin-0 {
    margin: 0 !important;
}

@media (max-width: 992px) {
    .wow {
        visibility: visible !important;
        animation-duration: 0s !important;
        animation-name: initial !important;
    }
}

@media (max-width: 767px) {
    .flex-row-top {
        display: block;
    }

    .flex-row-top .flex-col {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0px !important;
    }

    .slick-next {
        right: 0;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 4px !important;
    }

    .flex-row {
        display: block;
        width: 100%;
    }
}

.banner-homepage, #main, #footer, #header {
    float: left;
    width: 100%;
    position: relative;
}

.slick-slide {
    outline: none;
}

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.5);
    background-color: #83cfcd;
}

@media (max-width: 767px) {
    #header {
        height: 18rem;
        position: relative;
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 10px !important;
    }
}

/* clear first in row in ie 8 or lower */
.multi-columns-row .col-xs-1:nth-child(12n+13), .multi-columns-row .col-xs-2:nth-child(6n+7), .multi-columns-row .col-xs-3:nth-child(4n+5), .multi-columns-row .col-xs-4:nth-child(3n+4), .multi-columns-row .col-xs-6:nth-child(2n+3), .multi-columns-row .first-in-row {
    clear: left;
}

@media (min-width: 768px) {
    .multi-columns-row .col-xs-1:nth-child(12n+13), .multi-columns-row .col-xs-2:nth-child(6n+7), .multi-columns-row .col-xs-3:nth-child(4n+5), .multi-columns-row .col-xs-4:nth-child(3n+4), .multi-columns-row .col-xs-6:nth-child(2n+3) {
        clear: none;
    }

    .multi-columns-row .col-sm-1:nth-child(12n+13), .multi-columns-row .col-sm-2:nth-child(6n+7), .multi-columns-row .col-sm-3:nth-child(4n+5), .multi-columns-row .col-sm-4:nth-child(3n+4), .multi-columns-row .col-sm-6:nth-child(2n+3) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .multi-columns-row .col-sm-1:nth-child(12n+13), .multi-columns-row .col-sm-2:nth-child(6n+7), .multi-columns-row .col-sm-3:nth-child(4n+5), .multi-columns-row .col-sm-4:nth-child(3n+4), .multi-columns-row .col-sm-6:nth-child(2n+3) {
        clear: none;
    }

    .multi-columns-row .col-md-1:nth-child(12n+13), .multi-columns-row .col-md-2:nth-child(6n+7), .multi-columns-row .col-md-3:nth-child(4n+5), .multi-columns-row .col-md-4:nth-child(3n+4), .multi-columns-row .col-md-6:nth-child(2n+3) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .multi-columns-row .col-md-1:nth-child(12n+13), .multi-columns-row .col-md-2:nth-child(6n+7), .multi-columns-row .col-md-3:nth-child(4n+5), .multi-columns-row .col-md-4:nth-child(3n+4), .multi-columns-row .col-md-6:nth-child(2n+3) {
        clear: none;
    }

    .multi-columns-row .col-lg-1:nth-child(12n+13), .multi-columns-row .col-lg-2:nth-child(6n+7), .multi-columns-row .col-lg-3:nth-child(4n+5), .multi-columns-row .col-lg-4:nth-child(3n+4), .multi-columns-row .col-lg-6:nth-child(2n+3) {
        clear: left;
    }
}

.content-standard-ck {
    color: #282828;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
}

.content-standard-ck p {
    display: block;
    -webkit-margin-before: 0.7em;
    -webkit-margin-after: 0.7em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: 400;
    color: #000;
    font-size: 14px;
    line-height: 24px;
}

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
    border: 1px solid #eee;
}

.content-standard-ck table > thead > tr > th, .content-standard-ck table > tbody > tr > th, .content-standard-ck table > tfoot > tr > th, .content-standard-ck table > thead > tr > td, .content-standard-ck table > tbody > tr > td, .content-standard-ck table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #eee;
    text-align: left;
    font-weight: 400;
    color: #000;
    font-size: 14px;
}

.content-standard-ck table tr:hover {
    background-color: #F8FAFB;
}

.content-standard-ck ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

.title-standard {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 2px solid #fbbaa5;
    padding-bottom: 6px;
}

.title-standard h2 {
    margin: 0;
    color: #000;
    font-family: "SanFranciscoText";
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
    text-transform: uppercase;
    float: left;
    letter-spacing: -0.24px;
}

.title-standard p {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    max-width: 800px;
    margin: 0 auto;
    display: inline-block;
}

.title-standard .view-more {
    float: right;
    color: #fe784b;
    font-size: 13px;
    font-weight: 300;
    margin-top: 13px;
}

.title-standard .view-more a {
    color: #fe784b;
}

.title-standard .view-more a:hover {
    color: #000;
}

.title-standard .view-all {
    position: relative;
    float: right;
    margin-top: 10px;
}

.title-standard.white h2 {
    color: #fff;
}

.title-standard.white h2:after {
    background-color: #fff;
}

.title-standard.white p {
    color: #fff;
}

.title-standard.center h2:after {
    right: 0;
    margin: auto;
}

.slick-prev {
    position: absolute;
    left: -22.5px;
    top: 0;
    width: 30px;
    height: 30px;
    z-index: 99;
    border: none;
    bottom: 0;
    margin: auto;
    padding: 0;
    text-indent: -8000px;
    background-color: transparent;
    outline: none;
}

.slick-prev:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 10px;
    width: 16px;
    height: 2px;
    background: #fe784b;
    transform: rotate(-40deg);
    border-radius: 15px;
}

.slick-prev:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 19px;
    width: 16px;
    height: 2px;
    background: #fe784b;
    transform: rotate(40deg);
    border-radius: 15px;
}

.slick-prev:hover:after, .slick-prev:hover:before {
    background: #000;
}

.slick-next {
    position: absolute;
    right: -22.5px;
    top: 0px;
    width: 30px;
    height: 30px;
    z-index: 99;
    border: none;
    bottom: 0;
    margin: auto;
    padding: 0;
    background-color: transparent;
    text-indent: -8000px;
    outline: none;
}

.slick-next:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 10px;
    width: 16px;
    height: 2px;
    background: #fe784b;
    transform: rotate(40deg);
    border-radius: 15px;
}

.slick-next:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 21px;
    width: 19px;
    height: 2px;
    background: #fe784b;
    transform: rotate(-40deg);
    border-radius: 15px;
}

.slick-next:hover:after, .slick-next:hover:before {
    background: #000;
}

.hover-img {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.hover-img:hover {
    transform: scale(1.1);
}

.fullwidth {
    float: left;
    width: 100%;
}

.content-wapper {
    float: left;
    width: 100%;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }

    .content-wapper > .container {
        width: 1250px;
        padding: 0px 39px;
        background-color: #f8fdff;
    }
}

.button-style {
    margin-top: 40px;
    float: left;
    width: 100%;
}

@media (max-width: 600px) {
    .button-style {
        margin-top: 15px;
        zoom: .8;
    }
}

.button-style a, .button-style button {
    padding: 16px 43px 14px 43px;
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border: 1px solid #fff;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.button-style a:before, .button-style button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 1px;
    height: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.button-style a:hover, .button-style button:hover {
    border: 1px solid #DE2827;
    color: #fff;
}

.button-style a:hover:before, .button-style button:hover:before {
    width: 100%;
    background: #DE2827;
}

.button-style.color-border a, .button-style.color-border button {
    background: transparent;
    border: 1px solid #de2827;
    color: #de2827;
}

.button-style.color-border a:before, .button-style.color-border button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 1px;
    height: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.button-style.color-border a:hover, .button-style.color-border button:hover {
    border: 1px solid #de2827;
    color: #fff;
}

.button-style.color-border a:hover:before, .button-style.color-border button:hover:before {
    width: 100%;
    background: #de2827;
}

.button-style.hascolor a, .button-style.hascolor button {
    background: #164a96;
    border: 1px solid #164a96;
}

.button-style.hascolor a:before, .button-style.hascolor button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 1px;
    height: 100%;
    background-color: transparent;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.button-style.hascolor a:hover, .button-style.hascolor button:hover {
    border: 1px solid #cf010d;
    color: #fff;
}

.button-style.hascolor a:hover:before, .button-style.hascolor button:hover:before {
    width: 100%;
    background: #cf010d;
}

.button-form {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    background-color: #ff4c52;
    color: #ffffff;
    font-size: 14px;
    font-weight: 900;
    line-height: 16px;
    border: none;
}

.button-form:hover {
    background-color: #ed2027;
}

.bundle {
    position: relative;
}

.btn-next-section {
    border: none;
    width: 18px;
    height: 20px;
    position: absolute;
    bottom: -11px;
    margin: auto;
    z-index: 999;
    left: 0;
    right: 0px;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.btn-next-section i {
    color: #fff;
    position: absolute;
    bottom: -11px;
    left: 0px;
    right: 0;
    margin: auto;
    width: 7px;
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0 0 3px 4px;
    width: 11px;
    height: 11px;
}

.unu {
    margin-top: 1px;
}

.unu, .doi, .trei {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.unu {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

.doi {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -webkit-animation-direction: alternate;
    margin-top: -6px;
}

.mouse {
    height: 42px;
    width: 24px;
    border-radius: 14px;
    transform: none;
    border: 2px solid white;
    top: 170px;
}

.wheel {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 4px;
    width: 4px;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.wheel {
    -webkit-animation: mouse-wheel 0.6s linear infinite;
    -moz-animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-moz-keyframes mouse-wheel {
    0% {
        top: 1px;
    }
    25% {
        top: 2px;
    }
    50% {
        top: 3px;
    }
    75% {
        top: 2px;
    }
    100% {
        top: 1px;
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

.lds-facebook {
    display: inline-block;
    position: fixed;
    width: 64px;
    height: 64px;
    z-index: 999;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.before-loading .lds-facebook {
    display: block;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 6px;
    width: 13px;
    background: #dfc;
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook div:nth-child(1) {
    left: 6px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 26px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 45px;
    animation-delay: 0;
}

@keyframes lds-facebook {
    0% {
        top: 6px;
        height: 51px;
    }
    50%, 100% {
        top: 19px;
        height: 26px;
    }
}

.group-btn-index {
    float: right;
    position: relative;
    margin-left: 30px;
}

.group-btn-index .slick-prev {
    position: relative;
    right: 0px;
    top: 7px;
    width: 30px;
    height: 30px;
    z-index: 99;
    border: none;
    background: #ececec;
    margin: auto;
    padding: 0;
    text-indent: -8000px;
    outline: none;
}

.group-btn-index .slick-prev:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 13px;
    width: 8px;
    height: 2px;
    background: #cf010d;
    transform: rotate(-40deg);
    border-radius: 15px;
}

.group-btn-index .slick-prev:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 17px;
    width: 8px;
    height: 2px;
    background: #cf010d;
    transform: rotate(40deg);
    border-radius: 15px;
}

.group-btn-index .slick-prev:hover {
    background: #cf010d;
}

.group-btn-index .slick-prev:hover:after, .group-btn-index .slick-prev:hover:before {
    background: #fff;
}

.group-btn-index .slick-next {
    position: relative;
    right: 0;
    top: 7px;
    width: 30px;
    height: 30px;
    z-index: 99;
    border: none;
    background: #ececec;
    margin: auto;
    padding: 0;
    text-indent: -8000px;
    outline: none;
}

.group-btn-index .slick-next:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 13px;
    width: 8px;
    height: 2px;
    background: #cf010d;
    transform: rotate(40deg);
    border-radius: 15px;
}

.group-btn-index .slick-next:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 17px;
    width: 8px;
    height: 2px;
    background: #cf010d;
    transform: rotate(-40deg);
    border-radius: 15px;
}

.group-btn-index .slick-next:hover {
    background: #cf010d;
}

.group-btn-index .slick-next:hover:after, .group-btn-index .slick-next:hover:before {
    background: #fff;
}

.header {
    float: left;
    width: 100%;
    position: relative;
    z-index: 99;
    background: #fff;
}

.header .bottom-header {
    float: left;
    width: 100%;
}

.header .top-header {
    float: left;
    width: 100%;
    color: #848484;
    border-bottom: 1px solid #f3f3f3;
}

.header .top-header p, .header .top-header a {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #848484;
}

.header .top-header p i, .header .top-header a i {
    margin: 0px 5px;
}

.header .top-header p span, .header .top-header a span {
    margin-right: 10px;
}

.header .top-header .left {
    float: left;
}

.header .top-header .left span {
    float: left;
    color: #8b8d90;
    font-size: 13px;
    padding: 11px 0px 10px 20px;
    border-left: 1px solid #f3f3f3;
}

.header .top-header .left span i {
    margin-right: 5px;
}

.header .top-header .left span:first-child {
    padding-left: 0;
    padding-right: 20px;
    border-left: none;
}

.header .top-header .right {
    float: right;
    display: flex;
}

@media (max-width: 767px) {
    .header .top-header .right {
        display: none;
    }
}

.header .top-header .right .support {
    float: left;
}

.header .top-header .right .support ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.header .top-header .right .support ul li {
    float: left;
}

.header .top-header .right .support ul li a {
    text-align: center;
    cursor: pointer;
    height: 40px;
    line-height: 42px;
    float: left;
    padding: 0px 7px;
    color: #8b8d90;
    font-weight: 400;
}

.header .top-header .right .support ul li a:hover {
    color: #d30107;
}

.header .top-header .right .support ul li:first-child a {
    border-left: none;
}

.header .logo {
    position: relative;
    float: left;
    margin: 18px 0;
}

.header .logo img {
    float: left;
}

.header .logo span {
    color: #fe784b;
    /*font-family: 'SanFranciscoText';*/
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    float: left;
    margin-top: 45px;
    margin-left: 5px;
}

@media (max-width: 992px) {
    .header .logo {
        margin: 12px 0;
    }
}

@media (max-width: 500px) {
    .header .logo {
        width: 115px;
    }
}

.header .search-box-dsk {
    width: 100%;
    float: left;
    max-width: 500px;
    position: relative;
    margin: 10px 0px 0 0px;
}

@media (max-width: 1200px) {
    .header .search-box-dsk {
        max-width: 350px;
    }
}

@media (max-width: 992px) {
    .header .search-box-dsk {
        display: none;
    }
}

.header .search-box-dsk input {
    border: 1px solid #ebebeb;
    float: left;
    width: 100%;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 15px;
    border-radius: 4px;
    background-color: #e0e0e0;
}

.header .search-box-dsk button, .header .search-box-dsk input[type='submit'] {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 45px;
    color: #ed764e;
    border: none;
    font-size: 17px;
    border-radius: 4px;
}

.header .right-ctn-top {
    float: right;
    margin: 25px 0 10px 0;
}

.header .right-ctn-top .languages-box a {
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    margin-left: 20px;
}

.header .right-ctn-top .languages-box a img {
    float: left;
    margin-top: -12px;
    margin-right: 7px;
}

.header .right-ctn-top .hotline {
    color: #000;
    font-family: "SanFranciscoText";
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    float: left;
}

.header .right-ctn-top .hotline p {
    color: #000;
    font-family: "SanFranciscoText";
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.header .right-ctn-top .hotline p a {
    font-size: 14px;
    color: #fe784b;
    margin-left: 5px;
}

.search-icon {
    display: inline-block;
    width: 48px;
    text-align: center;
    cursor: pointer;
    height: 47px;
    line-height: 47px;
    border-left: 1px solid #f3f3f3;
    display: none;
}

@media (max-width: 767px) {
    display: block

;
}

@media (min-width: 768px) {
    .box-search-show {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000000c2;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }

    .box-search-show.open {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }

    .box-search-show form {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 600px;
        height: 50px;
        margin: auto;
    }

    .box-search-show form .close {
        position: absolute;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #ed2027;
        color: #fff;
        text-shadow: none;
        cursor: pointer;
        right: -70px;
        top: -40px;
        z-index: 99;
        opacity: 1;
        border-radius: 50px;
        font-size: 19px;
    }

    .box-search-show form input {
        float: right;
        width: Calc(100%);
        position: relative;
        padding: 5px 10px;
        border: none;
        font-size: 14px;
        height: 100%;
    }

    .box-search-show form button {
        position: absolute;
        right: 0px;
        top: 0;
        height: 100%;
        width: 50px;
        background-color: #ed2027;
        border: none;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .box-search-show {
        float: left;
        width: 100%;
        position: relative;
        height: 0;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
    }

    .box-search-show.open {
        height: 35px;
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }

    .box-search-show .close {
        position: absolute;
        width: 40px;
        height: 100%;
        text-align: center;
        line-height: 35px;
        background-color: #ed2027;
        color: #fff;
        text-shadow: none;
        cursor: pointer;
    }

    .box-search-show input {
        float: right;
        width: Calc(100% - 40px);
        position: relative;
        padding: 5px 10px;
        border: none;
        font-size: 13px;
        height: 35px;
    }

    .box-search-show button {
        position: absolute;
        right: 0px;
        top: 0;
        height: 100%;
        width: 50px;
        background-color: #ed2027;
        border: none;
        color: #fff;
    }
}

.fix-support {
    position: fixed;
    top: 35%;
    margin: auto;
    right: 15px;
    z-index: 999;
}

@media (max-width: 480px) {
    .fix-support {
        top: Calc(100% - 205px);
    }
}

.fix-support .fix-hotline {
    float: right;
    position: relative;
    width: 100%;
}

.fix-support .fix-hotline .icon-hotline {
    float: right;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

.fix-support .fix-hotline .icon-hotline img {
    max-height: 61px;
}

.fix-support .fix-hotline .title {
    background-color: #e0e0e0;
    border-radius: 50px;
    height: 56px;
    position: absolute;
    width: initial;
    right: -300px;
    line-height: 56px;
    color: #219653;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 70px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.fix-support .fix-hotline .title a {
    color: #219653;
}

.fix-support .fix-hotline:hover {
    width: 100%;
}

.fix-support .fix-hotline:hover .title {
    right: 3px;
    opacity: 1;
    visibility: visible;
}

.footer {
    float: left;
    width: 100%;
    padding: 35px 0;
    position: relative;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.footer .logo-footer img {
    width: 118px;
}

.footer .logo-footer h2 {
    color: #fafafa;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.footer .infor-company {
    color: #fafafa;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.footer .infor-company h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.footer .support {
    float: left;
    width: 100%;
}

.footer .support .left {
    float: left;
}

.footer .support .item-support {
    float: left;
    margin-top: 6px;
    width: 100%;
}

.footer .support .item-support a {
    color: #fff;
}

.footer .support .item-support a img {
    margin-right: 10px;
    float: left;
    margin-top: 2px;
}

.footer .support .list-icon {
    float: right;
}

.footer .support .list-icon a {
    display: inline-block;
    margin-left: 10px;
    margin-top: 15px;
}

.footer .title-box {
    float: left;
    width: 100%;
}

.footer .title-box h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
}

.footer .item-menu-footer {
    float: left;
    width: 100%;
    margin-top: 73px;
}

.footer .item-menu-footer h3 {
    font-size: 15px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 19px;
}

.footer .item-menu-footer h3 a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}

.footer .item-menu-footer h3 a:hover {
    color: #ed764e;
}

.footer .item-menu-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .item-menu-footer ul li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.footer .item-menu-footer ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}

.footer .item-menu-footer ul li a:hover {
    color: #ed764e;
}

.map {
    float: left;
    width: 100%;
    margin-top: 16px;
}

.copyright {
    background-color: #000;
    border-top: 1px solid #82828294;
    float: left;
    width: 100%;
    color: #fff;
    padding: 20px 0;
    position: relative;
    z-index: 9;
}

@media (max-width: 767px) {
    .copyright {
        text-align: center;
    }
}

.copyright a {
    color: #fff;
}

.copyright p {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

@media (max-width: 767px) {
    .copyright p {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.copyright img {
    float: right;
}

@media (max-width: 767px) {
    .copyright img {
        float: initial;
    }
}

.main-menu {
    float: left;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

@media (max-width: 1200px) {
    .main-menu {
        width: initial;
        float: right;
    }
}

.main-menu ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-align: right;
    display: block;
    list-style: none;
    box-sizing: border-box;
    text-align: center;
}

.main-menu ul li {
    margin: 0;
    position: relative;
    display: inline-block;
    list-style: none;
    box-sizing: border-box;
}

.main-menu ul li:hover a:before {
    width: 100%;
    left: 0;
    right: initial;
}

.main-menu > ul > li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    background: #004291;
    width: 2px;
    height: 85%;
    bottom: 0;
    margin: auto;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.main-menu > ul > li:last-child:after {
    display: none;
}

.icon-bar-menu {
    float: left;
    color: #fff;
    font-size: 22px;
    padding-right: 30px;
    margin-right: 30px;
    position: relative;
    width: 22px;
    line-height: 0px;
    margin-top: 10px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .icon-bar-menu {
        display: none;
    }
}

.icon-bar-menu span {
    height: 3px;
    width: 22px;
    background: #ffffff;
    border-radius: 0px;
    opacity: 1;
    right: 0px;
    left: 0;
    margin: auto;
    display: inline-block;
}

.iconmenu {
    position: absolute;
    top: 65px;
    right: 2rem;
    z-index: 999;
    cursor: pointer;
    width: 47px;
    height: 45px;
    display: none;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
}

.iconmenu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 75%;
    background: #164a96;
    border-radius: 0px;
    opacity: 1;
    right: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    left: 0;
    margin: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .iconmenu span {
        height: 3px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .iconmenu span {
        height: 3px;
    }
}

.iconmenu span:nth-child(1) {
    top: 10px;
}

.iconmenu span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
}

.iconmenu span:nth-child(3) {
    bottom: 10px;
}

.iconmenu.open span {
    background: #fff;
}

.iconmenu.open span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 0px;
}

.iconmenu.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.iconmenu.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 0px;
}

@media (max-width: 992px) {
    .iconmenu {
        display: block;
    }
}

@media (max-width: 500px) {
    .iconmenu {
        width: 37px;
        height: 37px;
        top: 59px;
    }

    .iconmenu.open span:nth-child(1) {
        top: 17px;
    }
}

.nav-menu {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    background-color: #045bc4;
}

.shadow-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000085;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}

.shadow-menu.active {
    opacity: 1;
    visibility: visible;
}

.main-menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
}

.main-menu > ul > li a {
    text-decoration: none;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    padding: 19px 25px 17px 25px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

@media (max-width: 1200px) {
    .main-menu > ul > li a {
        padding: 14px 12px 10px 12px;
    }
}

.main-menu > ul > li.active > a,
.main-menu > ul > li:hover > a {
    color: #fe784b;
}

.main-menu > ul > li:hover > ul {
    display: block;
}

.main-menu > ul > li > ul {
    display: none;
    width: 200px;
    background: #fff;
    padding: 0;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 100%;
    text-align: left;
    box-shadow: 0 2px 3px rgba(154, 142, 142, 0.48);
    margin: 0;
}

.main-menu > ul > li > ul:after,
.main-menu > ul > li > ul:before {
    content: "";
    display: table;
}

.main-menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 100%;
    background: 0 0;
    float: left;
    position: relative;
    text-align: left;
}

.main-menu > ul > li > ul > li a {
    color: #777;
    padding: 11px 15px 8px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(204, 204, 204, 0.63);
    font-size: 13px;
    font-weight: 500;
    text-transform: none;
    margin: 0;
}

.main-menu > ul > li > ul > li a:hover {
    color: #000;
    background: rgba(235, 235, 235, 0.72);
}

.main-menu > ul > li > ul > li > a {
    color: #000;
}

.main-menu > ul > li > ul > li > ul {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 130%;
    min-width: 210px;
    background: #fff;
    top: 0;
    box-shadow: 0 0 5px #ccc;
    transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    visibility: hidden;
    opacity: 0;
}

.main-menu > ul > li > ul > li:hover > ul {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu > ul > li > ul > li > ul:after,
.main-menu > ul > li > ul > li > ul:before {
    content: "";
    display: table;
}

.main-menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
}

.main-menu > ul > li > ul > li .fa-caret-right {
    position: absolute;
    right: 11px;
    top: 12px;
}

.main-menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.main-menu > ul > li > ul.normal-sub {
    width: 200px;
    left: auto;
    padding: 5px 20px 9px;
    background: rgba(8, 132, 57, 0.78);
    border-top: 5px solid #178544;
}

.main-menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.main-menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 9px 0;
    border-bottom: 1px solid rgba(226, 222, 222, 0.31);
    color: #dad1d1;
}

.main-menu > ul > li > ul.normal-sub > li a:hover {
    color: #fff;
}

.main-menu > ul > li > ul.normal-sub > li:last-child a {
    border-bottom: none;
}

.main-menu > ul > li:last-child > ul {
    right: 0;
    left: initial;
}

.normal-sub li a:before {
    content: "Ã¢â‚¬Â¢";
    line-height: 0;
    margin-right: 10px;
    font-size: 19px;
    position: static;
    color: #27AE61;
    margin-top: 9px;
    float: left;
}

.main-menu > ul > li:hover > a:after,
.main-menu > ul > li:hover > a:before {
    width: 50%;
    border-radius: 0;
    -moz-transition-duration: .7s;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    display: none;
}

.main-menu > ul > li > a:after,
.main-menu > ul > li > a:before {
    height: 1px;
    position: absolute;
    width: 0;
    top: 75%;
    margin-top: 0;
    display: none;
    background: #ccc;
    content: "";
}

.main-menu > ul > li > a:after {
    right: 20px;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: 0.5s;
}

.main-menu > ul > li > a:before {
    left: 20px;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    transition-duration: 0.5s;
}

.main-menu > ul > li.active > a:after,
.main-menu > ul > li.active > a:before {
    width: 50%;
}

.span-lv-1, .span-lv-2 {
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
}

.span-lv-1 {
    right: 5px;
    color: #fff;
}

@media (max-width: 1200px) {
    .span-lv-1 {
        display: none;
    }
}

@media (max-width: 992px) {
    .menu-right {
        display: none;
    }
}

.nav-menu {
    float: left;
    width: 100%;
    position: relative;
}

.span-lv-1 {
    right: 15px;
    color: #fff;
}

.main-menu > ul > li.has-child > a {
    padding: 19px 35px 17px 20px;
}

/*!
  menu mobile
*/
.menu-bar-mobile {
    position: fixed;
    height: 100%;
    width: 300px;
    background: #fff;
    z-index: 9999999;
    box-shadow: 1px 0 1px #ccc;
    overflow-y: scroll;
    display: none;
}

.logo-menu {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
}

.logo-menu img {
    width: 110px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.menu-bar-lv-1 {
    float: left;
    width: 100%;
    position: relative;
}

.menu-bar-lv-1 a {
    color: #333;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 30px;
    background: #fff;
    margin-bottom: 1px;
    padding: 5px 15px;
    font-size: 14px;
    border-top: 1px solid #ebebeb;
}

.menu-bar-lv-1 a:hover {
    box-shadow: 0 0 2px #433;
}

.menu-bar-lv-1 span {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
}

.menu-bar-lv-2, .menu-bar-lv-2 a, .menu-bar-lv-3, .menu-bar-lv-3 a {
    position: relative;
    width: 100%;
    float: left;
}

.menu-bar-lv-2, .menu-bar-lv-3 {
    display: none;
}

.menu-bar-lv-2 a {
    padding: 5px 15px;
}

.menu-bar-lv-2 i:last-child {
    margin-right: 7px;
}

.menu-bar-lv-3 a {
    padding: 5px 33px;
}

.rotate-menu {
    transform: rotate(180deg);
    top: 10px !important;
    bottom: initial;
}

.menu-btn-show {
    position: absolute;
    width: 28px;
    height: 27px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
    right: 15px;
    top: 130px;
    z-index: 9999;
}

.menu-btn-show .border-style {
    width: 100%;
    height: 4px;
    background: #106d62;
    float: left;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
}

.fixed-box .menu-btn-show .border-style {
    background: #707070;
}

.box-login-logout a {
    color: #333;
}

.box-login-logout {
    float: left;
    width: 100%;
    position: relative;
    background: #f9f9f9;
}

.boder-rotate {
    position: absolute;
    left: 50%;
    height: 40px;
    width: 1px;
    background: #ebebeb;
    transform: rotate(30deg);
}

.box-login-logout i {
    margin-right: 6px;
}

.box-login-logout .left {
    float: left;
    width: 50%;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 15px;
    border-top: 1px solid #ebebeb;
}

.shadow-open-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.51);
    z-index: 999;
    display: none;
}

.menu-btn-show.active .border-style {
    background: #fff;
    display: none;
}

.menu-btn-show.active .border-style:first-child {
    transform: rotate(42deg);
    margin-top: 5px;
    display: block;
}

.menu-btn-show.active .border-style:last-child {
    transform: rotate(-42deg);
    margin-top: -9px;
    display: block;
}

@media screen and (min-width: 992px) {
    .menu-btn-show {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .menu-btn-show {
        display: block;
        top: 77px;
    }

    .hide-mobile, .main-menu {
        display: none;
    }
}

@media screen and (max-width: 360px) {
    .menu-bar-mobile {
        width: 250px;
    }
}

/**************************
*
*   GENERAL
*
**************************/
.camera_wrap a, .camera_wrap img,
.camera_wrap ol, .camera_wrap ul, .camera_wrap li,
.camera_wrap table, .camera_wrap tbody, .camera_wrap tfoot, .camera_wrap thead, .camera_wrap tr, .camera_wrap th, .camera_wrap td
.camera_thumbs_wrap a, .camera_thumbs_wrap img,
.camera_thumbs_wrap ol, .camera_thumbs_wrap ul, .camera_thumbs_wrap li,
.camera_thumbs_wrap table, .camera_thumbs_wrap tbody, .camera_thumbs_wrap tfoot, .camera_thumbs_wrap thead, .camera_thumbs_wrap tr, .camera_thumbs_wrap th, .camera_thumbs_wrap td {
    background: none;
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
}

.camera_wrap {
    direction: ltr;
    display: none;
    float: left;
    position: relative;
    z-index: 0;
}

.camera_wrap img {
    max-width: none !important;
}

.camera_fakehover {
    height: 100%;
    min-height: 60px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.camera_wrap {
    width: 100%;
}

.camera_src {
    display: none;
}

.cameraCont, .cameraContents {
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.cameraSlide {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.cameraContent {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.camera_target {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 0;
}

.camera_overlayer {
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.camera_target_content {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.camera_target_content .camera_link {
    background: url(../images/blank.gif);
    display: block;
    height: 100%;
    text-decoration: none;
}

.camera_loader {
    background: #fff;
    border: 1px solid #ffffff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    box-shadow: 0 1px 5px rgba(0,0,0,.25);
    height: 36px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    margin: -18px 0 0 -18px;
    top: 50%;
    width: 36px;
    z-index: 3;
}

.camera_bar {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    height: 3px !important;
}

.camera_thumbs_wrap.camera_left .camera_bar, .camera_thumbs_wrap.camera_right .camera_bar {
    height: 100%;
    position: absolute;
    width: auto;
}

.camera_thumbs_wrap.camera_bottom .camera_bar, .camera_thumbs_wrap.camera_top .camera_bar {
    height: auto;
    position: absolute;
    width: 100%;
}

.camera_nav_cont {
    height: 65px;
    overflow: hidden;
    position: absolute;
    right: 9px;
    top: 15px;
    width: 120px;
    z-index: 4;
}

.camera_caption {
    bottom: 0;
    display: block;
    position: absolute;
    width: 100%;
}

.camera_caption > div {
    padding: 10px 20px;
}

.camerarelative {
    overflow: hidden;
    position: relative;
}

.imgFake {
    cursor: pointer;
}

.camera_prevThumbs {
    bottom: 4px;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 4px;
    visibility: hidden;
    width: 30px;
    z-index: 10;
}

.camera_prevThumbs div {
    background: url(../images/camera_skins.png) no-repeat -160px 0;
    display: block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.camera_nextThumbs {
    bottom: 4px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 4px;
    visibility: hidden;
    width: 30px;
    z-index: 10;
}

.camera_nextThumbs div {
    background: url(../images/camera_skins.png) no-repeat -190px 0;
    display: block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 30px;
}

.camera_command_wrap .hideNav {
    display: none;
}

.camera_command_wrap {
    left: 0;
    position: relative;
    right: 0;
    z-index: 4;
}

.camera_wrap .camera_pag .camera_pag_ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 20px 5px;
    position: relative;
    text-align: left;
    text-indent: 9999px;
    width: 16px;
}

.camera_commands_emboss .camera_pag .camera_pag_ul li {
    -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.camera_wrap .camera_pag .camera_pag_ul li > span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 8px;
    left: 4px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    width: 8px;
}

.camera_commands_emboss .camera_pag .camera_pag_ul li:hover > span {
    -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.camera_pag_ul li img {
    display: none;
    position: absolute;
}

.camera_pag_ul .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid;
    top: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
}

.camera_prev, .camera_next, .camera_commands {
    cursor: pointer;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.camera_prev {
    left: 0;
}

.camera_prev > span {
    background: url(../images/camera_skins.png) no-repeat 0 0;
    display: block;
    height: 40px;
    width: 40px;
}

.camera_next {
    right: 0;
}

.camera_next > span {
    background: url(../images/camera_skins.png) no-repeat -40px 0;
    display: block;
    height: 40px;
    width: 40px;
}

.camera_commands {
    right: 41px;
}

.camera_commands > .camera_play {
    background: url(../images/camera_skins.png) no-repeat -80px 0;
    height: 40px;
    width: 40px;
}

.camera_commands > .camera_stop {
    background: url(../images/camera_skins.png) no-repeat -120px 0;
    display: block;
    height: 40px;
    width: 40px;
}

.camera_wrap .camera_pag .camera_pag_ul li {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin: 20px 5px;
    position: relative;
    text-indent: 9999px;
    width: 16px;
}

.camera_thumbs_cont {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.camera_commands_emboss .camera_thumbs_cont {
    -moz-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 0px white, inset 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.camera_thumbs_cont > div {
    float: left;
    width: 100%;
}

.camera_thumbs_cont ul {
    overflow: hidden;
    padding: 3px 4px 8px;
    position: relative;
    text-align: center;
}

.camera_thumbs_cont ul li {
    display: inline;
    padding: 0 4px;
}

.camera_thumbs_cont ul li > img {
    border: 1px solid;
    cursor: pointer;
    margin-top: 5px;
    vertical-align: bottom;
}

.camera_clear {
    display: block;
    clear: both;
}

.showIt {
    display: none;
}

.camera_clear {
    clear: both;
    display: block;
    height: 1px;
    margin: -1px 0 25px;
    position: relative;
}

/**************************
*
*   COLORS & SKINS
*
**************************/
.pattern_1 .camera_overlayer {
    background: url(../images/patterns/overlay1.png) repeat;
}

.pattern_2 .camera_overlayer {
    background: url(../images/patterns/overlay2.png) repeat;
}

.pattern_3 .camera_overlayer {
    background: url(../images/patterns/overlay3.png) repeat;
}

.pattern_4 .camera_overlayer {
    background: url(../images/patterns/overlay4.png) repeat;
}

.pattern_5 .camera_overlayer {
    background: url(../images/patterns/overlay5.png) repeat;
}

.pattern_6 .camera_overlayer {
    background: url(../images/patterns/overlay6.png) repeat;
}

.pattern_7 .camera_overlayer {
    background: url(../images/patterns/overlay7.png) repeat;
}

.pattern_8 .camera_overlayer {
    background: url(../images/patterns/overlay8.png) repeat;
}

.pattern_9 .camera_overlayer {
    background: url(../images/patterns/overlay9.png) repeat;
}

.pattern_10 .camera_overlayer {
    background: url(../images/patterns/overlay10.png) repeat;
}

.camera_caption {
    color: #fff;
}

.camera_caption > div {
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: #b7b7b7;
}

.camera_wrap .camera_pag .camera_pag_ul li:hover > span {
    background: #b7b7b7;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
    background: #434648;
}

.camera_pag_ul li img {
    border: 4px solid #e6e6e6;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.camera_pag_ul .thumb_arrow {
    border-top-color: #e6e6e6;
}

.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont {
    background: #d8d8d8;
    background: rgba(216, 216, 216, 0.85);
}

.camera_wrap .camera_pag .camera_pag_ul li {
    background: #b7b7b7;
}

.camera_thumbs_cont ul li > img {
    border-color: 1px solid #000;
}

/*AMBER SKIN*/
.camera_amber_skin .camera_prevThumbs div {
    background-position: -160px -160px;
}

.camera_amber_skin .camera_nextThumbs div {
    background-position: -190px -160px;
}

.camera_amber_skin .camera_prev > span {
    background-position: 0 -160px;
}

.camera_amber_skin .camera_next > span {
    background-position: -40px -160px;
}

.camera_amber_skin .camera_commands > .camera_play {
    background-position: -80px -160px;
}

.camera_amber_skin .camera_commands > .camera_stop {
    background-position: -120px -160px;
}

/*ASH SKIN*/
.camera_ash_skin .camera_prevThumbs div {
    background-position: -160px -200px;
}

.camera_ash_skin .camera_nextThumbs div {
    background-position: -190px -200px;
}

.camera_ash_skin .camera_prev > span {
    background-position: 0 -200px;
}

.camera_ash_skin .camera_next > span {
    background-position: -40px -200px;
}

.camera_ash_skin .camera_commands > .camera_play {
    background-position: -80px -200px;
}

.camera_ash_skin .camera_commands > .camera_stop {
    background-position: -120px -200px;
}

/*AZURE SKIN*/
.camera_azure_skin .camera_prevThumbs div {
    background-position: -160px -240px;
}

.camera_azure_skin .camera_nextThumbs div {
    background-position: -190px -240px;
}

.camera_azure_skin .camera_prev > span {
    background-position: 0 -240px;
}

.camera_azure_skin .camera_next > span {
    background-position: -40px -240px;
}

.camera_azure_skin .camera_commands > .camera_play {
    background-position: -80px -240px;
}

.camera_azure_skin .camera_commands > .camera_stop {
    background-position: -120px -240px;
}

/*BEIGE SKIN*/
.camera_beige_skin .camera_prevThumbs div {
    background-position: -160px -120px;
}

.camera_beige_skin .camera_nextThumbs div {
    background-position: -190px -120px;
}

.camera_beige_skin .camera_prev > span {
    background-position: 0 -120px;
}

.camera_beige_skin .camera_next > span {
    background-position: -40px -120px;
}

.camera_beige_skin .camera_commands > .camera_play {
    background-position: -80px -120px;
}

.camera_beige_skin .camera_commands > .camera_stop {
    background-position: -120px -120px;
}

/*BLACK SKIN*/
.camera_black_skin .camera_prevThumbs div {
    background-position: -160px -40px;
}

.camera_black_skin .camera_nextThumbs div {
    background-position: -190px -40px;
}

.camera_black_skin .camera_prev > span {
    background-position: 0 -40px;
}

.camera_black_skin .camera_next > span {
    background-position: -40px -40px;
}

.camera_black_skin .camera_commands > .camera_play {
    background-position: -80px -40px;
}

.camera_black_skin .camera_commands > .camera_stop {
    background-position: -120px -40px;
}

/*BLUE SKIN*/
.camera_blue_skin .camera_prevThumbs div {
    background-position: -160px -280px;
}

.camera_blue_skin .camera_nextThumbs div {
    background-position: -190px -280px;
}

.camera_blue_skin .camera_prev > span {
    background-position: 0 -280px;
}

.camera_blue_skin .camera_next > span {
    background-position: -40px -280px;
}

.camera_blue_skin .camera_commands > .camera_play {
    background-position: -80px -280px;
}

.camera_blue_skin .camera_commands > .camera_stop {
    background-position: -120px -280px;
}

/*BROWN SKIN*/
.camera_brown_skin .camera_prevThumbs div {
    background-position: -160px -320px;
}

.camera_brown_skin .camera_nextThumbs div {
    background-position: -190px -320px;
}

.camera_brown_skin .camera_prev > span {
    background-position: 0 -320px;
}

.camera_brown_skin .camera_next > span {
    background-position: -40px -320px;
}

.camera_brown_skin .camera_commands > .camera_play {
    background-position: -80px -320px;
}

.camera_brown_skin .camera_commands > .camera_stop {
    background-position: -120px -320px;
}

/*BURGUNDY SKIN*/
.camera_burgundy_skin .camera_prevThumbs div {
    background-position: -160px -360px;
}

.camera_burgundy_skin .camera_nextThumbs div {
    background-position: -190px -360px;
}

.camera_burgundy_skin .camera_prev > span {
    background-position: 0 -360px;
}

.camera_burgundy_skin .camera_next > span {
    background-position: -40px -360px;
}

.camera_burgundy_skin .camera_commands > .camera_play {
    background-position: -80px -360px;
}

.camera_burgundy_skin .camera_commands > .camera_stop {
    background-position: -120px -360px;
}

/*CHARCOAL SKIN*/
.camera_charcoal_skin .camera_prevThumbs div {
    background-position: -160px -400px;
}

.camera_charcoal_skin .camera_nextThumbs div {
    background-position: -190px -400px;
}

.camera_charcoal_skin .camera_prev > span {
    background-position: 0 -400px;
}

.camera_charcoal_skin .camera_next > span {
    background-position: -40px -400px;
}

.camera_charcoal_skin .camera_commands > .camera_play {
    background-position: -80px -400px;
}

.camera_charcoal_skin .camera_commands > .camera_stop {
    background-position: -120px -400px;
}

/*CHOCOLATE SKIN*/
.camera_chocolate_skin .camera_prevThumbs div {
    background-position: -160px -440px;
}

.camera_chocolate_skin .camera_nextThumbs div {
    background-position: -190px -440px;
}

.camera_chocolate_skin .camera_prev > span {
    background-position: 0 -440px;
}

.camera_chocolate_skin .camera_next > span {
    background-position: -40px -440px;
}

.camera_chocolate_skin .camera_commands > .camera_play {
    background-position: -80px -440px;
}

.camera_chocolate_skin .camera_commands > .camera_stop {
    background-position: -120px -440px;
}

/*COFFEE SKIN*/
.camera_coffee_skin .camera_prevThumbs div {
    background-position: -160px -480px;
}

.camera_coffee_skin .camera_nextThumbs div {
    background-position: -190px -480px;
}

.camera_coffee_skin .camera_prev > span {
    background-position: 0 -480px;
}

.camera_coffee_skin .camera_next > span {
    background-position: -40px -480px;
}

.camera_coffee_skin .camera_commands > .camera_play {
    background-position: -80px -480px;
}

.camera_coffee_skin .camera_commands > .camera_stop {
    background-position: -120px -480px;
}

/*CYAN SKIN*/
.camera_cyan_skin .camera_prevThumbs div {
    background-position: -160px -520px;
}

.camera_cyan_skin .camera_nextThumbs div {
    background-position: -190px -520px;
}

.camera_cyan_skin .camera_prev > span {
    background-position: 0 -520px;
}

.camera_cyan_skin .camera_next > span {
    background-position: -40px -520px;
}

.camera_cyan_skin .camera_commands > .camera_play {
    background-position: -80px -520px;
}

.camera_cyan_skin .camera_commands > .camera_stop {
    background-position: -120px -520px;
}

/*FUCHSIA SKIN*/
.camera_fuchsia_skin .camera_prevThumbs div {
    background-position: -160px -560px;
}

.camera_fuchsia_skin .camera_nextThumbs div {
    background-position: -190px -560px;
}

.camera_fuchsia_skin .camera_prev > span {
    background-position: 0 -560px;
}

.camera_fuchsia_skin .camera_next > span {
    background-position: -40px -560px;
}

.camera_fuchsia_skin .camera_commands > .camera_play {
    background-position: -80px -560px;
}

.camera_fuchsia_skin .camera_commands > .camera_stop {
    background-position: -120px -560px;
}

/*GOLD SKIN*/
.camera_gold_skin .camera_prevThumbs div {
    background-position: -160px -600px;
}

.camera_gold_skin .camera_nextThumbs div {
    background-position: -190px -600px;
}

.camera_gold_skin .camera_prev > span {
    background-position: 0 -600px;
}

.camera_gold_skin .camera_next > span {
    background-position: -40px -600px;
}

.camera_gold_skin .camera_commands > .camera_play {
    background-position: -80px -600px;
}

.camera_gold_skin .camera_commands > .camera_stop {
    background-position: -120px -600px;
}

/*GREEN SKIN*/
.camera_green_skin .camera_prevThumbs div {
    background-position: -160px -640px;
}

.camera_green_skin .camera_nextThumbs div {
    background-position: -190px -640px;
}

.camera_green_skin .camera_prev > span {
    background-position: 0 -640px;
}

.camera_green_skin .camera_next > span {
    background-position: -40px -640px;
}

.camera_green_skin .camera_commands > .camera_play {
    background-position: -80px -640px;
}

.camera_green_skin .camera_commands > .camera_stop {
    background-position: -120px -640px;
}

/*GREY SKIN*/
.camera_grey_skin .camera_prevThumbs div {
    background-position: -160px -680px;
}

.camera_grey_skin .camera_nextThumbs div {
    background-position: -190px -680px;
}

.camera_grey_skin .camera_prev > span {
    background-position: 0 -680px;
}

.camera_grey_skin .camera_next > span {
    background-position: -40px -680px;
}

.camera_grey_skin .camera_commands > .camera_play {
    background-position: -80px -680px;
}

.camera_grey_skin .camera_commands > .camera_stop {
    background-position: -120px -680px;
}

/*INDIGO SKIN*/
.camera_indigo_skin .camera_prevThumbs div {
    background-position: -160px -720px;
}

.camera_indigo_skin .camera_nextThumbs div {
    background-position: -190px -720px;
}

.camera_indigo_skin .camera_prev > span {
    background-position: 0 -720px;
}

.camera_indigo_skin .camera_next > span {
    background-position: -40px -720px;
}

.camera_indigo_skin .camera_commands > .camera_play {
    background-position: -80px -720px;
}

.camera_indigo_skin .camera_commands > .camera_stop {
    background-position: -120px -720px;
}

/*KHAKI SKIN*/
.camera_khaki_skin .camera_prevThumbs div {
    background-position: -160px -760px;
}

.camera_khaki_skin .camera_nextThumbs div {
    background-position: -190px -760px;
}

.camera_khaki_skin .camera_prev > span {
    background-position: 0 -760px;
}

.camera_khaki_skin .camera_next > span {
    background-position: -40px -760px;
}

.camera_khaki_skin .camera_commands > .camera_play {
    background-position: -80px -760px;
}

.camera_khaki_skin .camera_commands > .camera_stop {
    background-position: -120px -760px;
}

/*LIME SKIN*/
.camera_lime_skin .camera_prevThumbs div {
    background-position: -160px -800px;
}

.camera_lime_skin .camera_nextThumbs div {
    background-position: -190px -800px;
}

.camera_lime_skin .camera_prev > span {
    background-position: 0 -800px;
}

.camera_lime_skin .camera_next > span {
    background-position: -40px -800px;
}

.camera_lime_skin .camera_commands > .camera_play {
    background-position: -80px -800px;
}

.camera_lime_skin .camera_commands > .camera_stop {
    background-position: -120px -800px;
}

/*MAGENTA SKIN*/
.camera_magenta_skin .camera_prevThumbs div {
    background-position: -160px -840px;
}

.camera_magenta_skin .camera_nextThumbs div {
    background-position: -190px -840px;
}

.camera_magenta_skin .camera_prev > span {
    background-position: 0 -840px;
}

.camera_magenta_skin .camera_next > span {
    background-position: -40px -840px;
}

.camera_magenta_skin .camera_commands > .camera_play {
    background-position: -80px -840px;
}

.camera_magenta_skin .camera_commands > .camera_stop {
    background-position: -120px -840px;
}

/*MAROON SKIN*/
.camera_maroon_skin .camera_prevThumbs div {
    background-position: -160px -880px;
}

.camera_maroon_skin .camera_nextThumbs div {
    background-position: -190px -880px;
}

.camera_maroon_skin .camera_prev > span {
    background-position: 0 -880px;
}

.camera_maroon_skin .camera_next > span {
    background-position: -40px -880px;
}

.camera_maroon_skin .camera_commands > .camera_play {
    background-position: -80px -880px;
}

.camera_maroon_skin .camera_commands > .camera_stop {
    background-position: -120px -880px;
}

/*ORANGE SKIN*/
.camera_orange_skin .camera_prevThumbs div {
    background-position: -160px -920px;
}

.camera_orange_skin .camera_nextThumbs div {
    background-position: -190px -920px;
}

.camera_orange_skin .camera_prev > span {
    background-position: 0 -920px;
}

.camera_orange_skin .camera_next > span {
    background-position: -40px -920px;
}

.camera_orange_skin .camera_commands > .camera_play {
    background-position: -80px -920px;
}

.camera_orange_skin .camera_commands > .camera_stop {
    background-position: -120px -920px;
}

/*OLIVE SKIN*/
.camera_olive_skin .camera_prevThumbs div {
    background-position: -160px -1080px;
}

.camera_olive_skin .camera_nextThumbs div {
    background-position: -190px -1080px;
}

.camera_olive_skin .camera_prev > span {
    background-position: 0 -1080px;
}

.camera_olive_skin .camera_next > span {
    background-position: -40px -1080px;
}

.camera_olive_skin .camera_commands > .camera_play {
    background-position: -80px -1080px;
}

.camera_olive_skin .camera_commands > .camera_stop {
    background-position: -120px -1080px;
}

/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
    background-position: -160px -960px;
}

.camera_pink_skin .camera_nextThumbs div {
    background-position: -190px -960px;
}

.camera_pink_skin .camera_prev > span {
    background-position: 0 -960px;
}

.camera_pink_skin .camera_next > span {
    background-position: -40px -960px;
}

.camera_pink_skin .camera_commands > .camera_play {
    background-position: -80px -960px;
}

.camera_pink_skin .camera_commands > .camera_stop {
    background-position: -120px -960px;
}

/*PISTACHIO SKIN*/
.camera_pistachio_skin .camera_prevThumbs div {
    background-position: -160px -1040px;
}

.camera_pistachio_skin .camera_nextThumbs div {
    background-position: -190px -1040px;
}

.camera_pistachio_skin .camera_prev > span {
    background-position: 0 -1040px;
}

.camera_pistachio_skin .camera_next > span {
    background-position: -40px -1040px;
}

.camera_pistachio_skin .camera_commands > .camera_play {
    background-position: -80px -1040px;
}

.camera_pistachio_skin .camera_commands > .camera_stop {
    background-position: -120px -1040px;
}

/*PINK SKIN*/
.camera_pink_skin .camera_prevThumbs div {
    background-position: -160px -80px;
}

.camera_pink_skin .camera_nextThumbs div {
    background-position: -190px -80px;
}

.camera_pink_skin .camera_prev > span {
    background-position: 0 -80px;
}

.camera_pink_skin .camera_next > span {
    background-position: -40px -80px;
}

.camera_pink_skin .camera_commands > .camera_play {
    background-position: -80px -80px;
}

.camera_pink_skin .camera_commands > .camera_stop {
    background-position: -120px -80px;
}

/*RED SKIN*/
.camera_red_skin .camera_prevThumbs div {
    background-position: -160px -1000px;
}

.camera_red_skin .camera_nextThumbs div {
    background-position: -190px -1000px;
}

.camera_red_skin .camera_prev > span {
    background-position: 0 -1000px;
}

.camera_red_skin .camera_next > span {
    background-position: -40px -1000px;
}

.camera_red_skin .camera_commands > .camera_play {
    background-position: -80px -1000px;
}

.camera_red_skin .camera_commands > .camera_stop {
    background-position: -120px -1000px;
}

/*TANGERINE SKIN*/
.camera_tangerine_skin .camera_prevThumbs div {
    background-position: -160px -1120px;
}

.camera_tangerine_skin .camera_nextThumbs div {
    background-position: -190px -1120px;
}

.camera_tangerine_skin .camera_prev > span {
    background-position: 0 -1120px;
}

.camera_tangerine_skin .camera_next > span {
    background-position: -40px -1120px;
}

.camera_tangerine_skin .camera_commands > .camera_play {
    background-position: -80px -1120px;
}

.camera_tangerine_skin .camera_commands > .camera_stop {
    background-position: -120px -1120px;
}

/*TURQUOISE SKIN*/
.camera_turquoise_skin .camera_prevThumbs div {
    background-position: -160px -1160px;
}

.camera_turquoise_skin .camera_nextThumbs div {
    background-position: -190px -1160px;
}

.camera_turquoise_skin .camera_prev > span {
    background-position: 0 -1160px;
}

.camera_turquoise_skin .camera_next > span {
    background-position: -40px -1160px;
}

.camera_turquoise_skin .camera_commands > .camera_play {
    background-position: -80px -1160px;
}

.camera_turquoise_skin .camera_commands > .camera_stop {
    background-position: -120px -1160px;
}

/*VIOLET SKIN*/
.camera_violet_skin .camera_prevThumbs div {
    background-position: -160px -1200px;
}

.camera_violet_skin .camera_nextThumbs div {
    background-position: -190px -1200px;
}

.camera_violet_skin .camera_prev > span {
    background-position: 0 -1200px;
}

.camera_violet_skin .camera_next > span {
    background-position: -40px -1200px;
}

.camera_violet_skin .camera_commands > .camera_play {
    background-position: -80px -1200px;
}

.camera_violet_skin .camera_commands > .camera_stop {
    background-position: -120px -1200px;
}

/*WHITE SKIN*/
.camera_white_skin .camera_prevThumbs div {
    background-position: -160px -80px;
}

.camera_white_skin .camera_nextThumbs div {
    background-position: -190px -80px;
}

.camera_white_skin .camera_prev > span {
    background-position: 0 -80px;
}

.camera_white_skin .camera_next > span {
    background-position: -40px -80px;
}

.camera_white_skin .camera_commands > .camera_play {
    background-position: -80px -80px;
}

.camera_white_skin .camera_commands > .camera_stop {
    background-position: -120px -80px;
}

/*YELLOW SKIN*/
.camera_yellow_skin .camera_prevThumbs div {
    background-position: -160px -1240px;
}

.camera_yellow_skin .camera_nextThumbs div {
    background-position: -190px -1240px;
}

.camera_yellow_skin .camera_prev > span {
    background-position: 0 -1240px;
}

.camera_yellow_skin .camera_next > span {
    background-position: -40px -1240px;
}

.camera_yellow_skin .camera_commands > .camera_play {
    background-position: -80px -1240px;
}

.camera_yellow_skin .camera_commands > .camera_stop {
    background-position: -120px -1240px;
}

@media (max-width: 580px) {
    .camera_caption {
        display: none !important;
    }
}

body {
    overflow-x: hidden;
}

.banner-slider-index {
    float: left;
    width: 100%;
}

@media (max-width: 992px) {
    .banner-slider-index {
        margin-top: 0;
    }

    .banner-slider-index .container {
        padding: 0;
    }
}

.banner-slider-index .item-banner {
    float: left;
    width: 100%;
    position: relative;
}

@media (max-width: 992px) {
    .banner-slider-index .item-banner {
        height: 300px;
    }

    .banner-slider-index .item-banner img {
        display: block;
        object-fit: cover;
        height: 100%;
        min-width: 100%;
        object-position: center;
    }
}

.banner-slider-index .title-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: min-content;
    text-align: center;
}

.banner-slider-index .title-slider h2 {
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-family: "SFU Futura";
    font-size: 48px;
    line-height: 63px;
    margin-top: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.banner-slider-index .btn-view {
    display: inline-block;
    border-radius: 20px;
    background-color: #ffffff;
    opacity: 0.8;
    display: inline-block;
    border-radius: 20px;
    background-color: #ffffff;
    opacity: 0.8;
    padding: 10px 30px;
    color: #000;
    font-family: "SanFranciscoText";
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.banner-slider-index .btn-view:hover {
    opacity: 1;
    background: #fff;
}

.banner-slider-index .slick-active p {
    margin-left: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.banner-slider-index .slick-active .button-style {
    margin-left: 0px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.banner-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
}

.banner-fixed img {
    height: 100%;
    object-fit: cover;
    object-position: center;
    min-width: 100%;
}

.categories-product-index {
    float: left;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 10px;
}

.categories-product-index .row-7 {
    margin: 0px -12.5px;
}

.slider-cate-product {
    float: left;
    width: 100%;
}

.slider-cate-product .slick-slide > div {
    padding: 0px 12.5px;
}

.box-product-index {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.tab-product-index {
    float: right;
    margin-top: 10px;
}

@media (max-width: 500px) {
    .tab-product-index {
        display: none;
    }
}

.tab-product-index ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tab-product-index ul li {
    float: left;
    margin-left: 24px;
}

.tab-product-index ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.tab-product-index ul li a:hover {
    color: #ed764e;
}

.tab-product-index ul li.active a, .tab-product-index ul li:hover a {
    color: #ed764e;
}

.col-left-index {
    float: left;
    width: Calc(100% - 296px);
    padding-right: 49px;
}

.col-right-index {
    float: right;
    width: 296px;
}

.group-new-index {
    float: left;
    width: 100%;
}

.box-news-index {
    float: left;
    width: 100%;
}

.box-news-index .row-25 {
    margin: 0px -12.5px;
}

.box-news-index .row-25 .col-lg-6 {
    padding: 0px 12.5px;
}

.box-news-index .big-news-index {
    float: left;
    width: 100%;
}

.box-news-index .big-news-index .item-news .img {
    padding: 27%;
}

.box-news-index .big-news-index .item-news .title {
    padding: 8px 25px 10px 25px;
}

.box-news-index .big-news-index .item-news .title h3 {
    font-size: 20px;
    line-height: 29px;
}

.box-news-index .big-news-index .item-news .title h3 a {
    color: #000;
    font-size: 20px;
}

.box-news-index .big-news-index .item-news .title h3 a:hover {
    color: #fe784b;
}

.box-news-index .big-news-index .item-news .title p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

.box-news-index .small-news-index {
    float: left;
    width: 100%;
}

.box-news-index .small-news-index .item-news {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 18px;
    padding-bottom: 0;
}

.box-news-index .small-news-index .item-news .img {
    float: left;
    width: 144px;
    padding: 0;
}

.box-news-index .small-news-index .item-news .img a {
    position: relative;
}

.box-news-index .small-news-index .item-news .img a img {
    height: initial;
}

.box-news-index .small-news-index .item-news .title {
    float: left;
    width: Calc(100% - 144px);
    padding: 0;
    padding-left: 19px;
}

.box-news-index .small-news-index .item-news .title h3 {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    margin-top: 0;
}

.box-news-index .small-news-index .item-news .title h3 a {
    font-size: 16px;
}

.box-news-index .small-news-index .item-news .title p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
}

.video-index {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.video-index .list-video {
    float: left;
    width: 100%;
}

.video-index .list-video .item-video {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 18px;
    padding-bottom: 0;
}

.video-index .list-video .item-video .img {
    float: left;
    width: 118px;
    padding: 0;
}

.video-index .list-video .item-video .img a {
    position: relative;
}

.video-index .list-video .item-video .img a img {
    height: initial;
}

.video-index .list-video .item-video .title {
    float: left;
    width: Calc(100% - 118px);
    padding: 0;
    padding-left: 14px;
}

.video-index .list-video .item-video .title h3 {
    color: #000;
    font-size: 14px;
    margin-top: 0;
    line-height: 20px;
}

.video-index .list-video .item-video .title h3 a {
    color: #000;
    font-size: 14px;
}

.video-index .list-video .item-video .title h3 a:hover {
    color: #fe784b;
}

.video-index .list-video .item-video .img {
    position: relative;
}

.video-index .list-video .item-video .img a {
    position: relative;
    display: block;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #333;
    transition: color 0.3s ease;
    z-index: 2;
}

.item-video:hover .video-play-icon {
    color: #ff0000;
}

.job-index {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.list-member-company {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
}

.list-member-company .item-partner {
    flex: 1;
    text-align: center;
    padding: 5px;
}

.list-member-company .item-partner img {
    max-height: 50px;
    width: auto;
}

.job-index .title-box-right {
    margin-bottom: 0;
}

.list-sidebar-right {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
}

.list-sidebar-right li {
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.list-sidebar-right li a {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    display: block;
}

.list-sidebar-right li a:hover {
    color: #fe784b;
}

.linhvuchd-index {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.linhvuchd-index .row {
    margin: 0px -8px;
}

.linhvuchd-index .row .col-lg-3 {
    padding: 0px 8px;
}

.linhvuchd-index .item-linhvuc {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
}

.linhvuchd-index .item-linhvuc:hover {
    box-shadow: 0 4px 16px rgba(4, 91, 196, 0.2);
}

.linhvuchd-index .item-linhvuc .img {
    float: left;
    width: 100%;
    position: relative;
    padding: 43%;
}

.linhvuchd-index .item-linhvuc .img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.linhvuchd-index .item-linhvuc .img a img {
    height: 100%;
    object-fit: cover;
    min-width: 100%;
    object-position: center;
}

.linhvuchd-index .item-linhvuc .title {
    position: absolute;
    bottom: 0px;
    text-align: center;
    background: #fff;
    width: 100%;
}

.linhvuchd-index .item-linhvuc .title:hover {
    background: rgba(255, 255, 255, 0.6);
}

.linhvuchd-index .item-linhvuc .title h3 {
    margin: 0;
    padding: 16px 16px;
}

.linhvuchd-index .item-linhvuc .title h3 a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
}

.sub-news-index {
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
}

.sub-news-index .box-sub-news {
    float: left;
    width: 50%;
}

.sub-news-index .box-sub-news:first-child {
    padding-right: 12.5px;
}

.sub-news-index .box-sub-news:last-child {
    padding-left: 12.5px;
}

.sub-news-index .list-sub-news .item-sub-news {
    float: left;
    width: 100%;
    background-color: transparent;
    margin-bottom: 16px;
    padding-bottom: 0;
}

.sub-news-index .list-sub-news .item-sub-news .img {
    float: left;
    width: 118px;
    padding: 0;
}

.sub-news-index .list-sub-news .item-sub-news .img a {
    position: relative;
}

.sub-news-index .list-sub-news .item-sub-news .img a img {
    height: initial;
}

.sub-news-index .list-sub-news .item-sub-news .title {
    float: left;
    width: Calc(100% - 118px);
    padding: 0;
    padding-left: 14px;
}

.sub-news-index .list-sub-news .item-sub-news .title h3 {
    color: #000;
    font-size: 16px;
    margin-top: 0;
    line-height: 23px;
}

.sub-news-index .list-sub-news .item-sub-news .title h3 a {
    color: #000;
    font-size: 16px;
}

.sub-news-index .list-sub-news .item-sub-news .title h3 a:hover {
    color: #fe784b;
}

.type-list-right {
    float: left;
    width: 100%;
    list-style: none;
    padding: 18px 24px;
    background: #fff;
    margin: 0;
}

.type-list-right li {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.type-list-right li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}

.type-list-right li a:hover {
    color: #fe784b;
}

.title-box-right {
    float: left;
    width: 100%;
    background-color: #fe784b;
    text-align: center;
    margin-bottom: 18px;
}

.title-box-right h2 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0;
    padding: 11px 0 9px 0;
}

.member-company {
    float: left;
    width: 50%;
    padding-right: 12.5px;
}

.doitac {
    float: left;
    width: 50%;
    padding-left: 12.5px;
}

.list-doitac {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.list-doitac .item-doitac {
    float: left;
    margin-right: 17px;
    height: 64px;
    margin-bottom: 15px;
}

.list-doitac .item-doitac:last-child {
    margin-right: 0;
}

.item-product {
    border: 1px solid #f3f4f6;
    border-radius: 0px;
    padding: 15px;
    margin-bottom: 16px;
}

.item-product:hover {
    box-shadow: 0px 0px 6px #ccc;
}

.item-product .img {
    border: none;
    padding: 44%;
    position: relative;
    text-align: center;
    overflow: hidden;
}

@media (max-width: 500px) {
    .item-product .img {
        padding: 0;
    }
}

.item-product .img .label {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 48px;
    height: 48px;
    background-image: linear-gradient(180deg, #cf010d 0%, #cf010d 100%);
    z-index: 99;
    border-radius: 50%;
    color: #ffffff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 600;
    padding: 8px 5px;
    text-transform: uppercase;
    text-align: center;
}

.item-product .img .label.hot {
    background: url(../images/lucgiac.png);
    border-radius: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 33px;
    color: #164a96;
    font-size: 15px;
    text-align: center;
}

.item-product .img .label.new {
    background-image: linear-gradient(180deg, #0edd36 0%, #28bb44 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 33px;
    font-size: 14px;
    text-align: center;
    padding: 5px;
}

.item-product .img .label.new span {
    border: 1px dashed #fff;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 39px;
    font-weight: 500;
    font-size: 13px;
}

.item-product .img .label span {
    display: block;
    width: 100%;
}

.item-product .img .label span:nth-child(2) {
    border-top: 1px dotted #fff;
    padding-top: 6px;
    margin-top: 4px;
}

.item-product .img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

@media (max-width: 500px) {
    .item-product .img a {
        position: relative;
    }
}

.item-product .img a img {
    object-fit: cover;
    max-width: 100%;
    display: inline-block;
}

@media (max-width: 500px) {
    .item-product .img a img {
        height: initial;
    }
}

.item-product .title {
    text-align: left;
}

.item-product .title h3 {
    margin-top: 10px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 10px;
}

.item-product .title h3 a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}

.item-product .title h3 a:hover {
    color: #fe784b;
}

.item-product .title p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.item-product .title .price {
    color: #fe784b;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.item-product .title .price ins {
    color: #a6a6a6;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    margin-left: 15px;
    text-decoration: line-through;
}

.product-type-list {
    float: left;
    width: 100%;
}

.product-type-list .item-list-product {
    padding: 12px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #f3f4f6;
}

@media (max-width: 1200px) {
    .product-type-list .item-list-product {
        width: 50%;
        height: 100px;
    }
}

@media (max-width: 500px) {
    .product-type-list .item-list-product {
        width: 100%;
        height: initial;
    }
}

.product-type-list .item-list-product:hover {
    background: #f3f4f6;
}

.product-type-list .item-list-product:last-child {
    border-bottom: none;
}

.product-type-list .item-list-product .img {
    float: left;
    width: 85px;
}

.product-type-list .item-list-product .title {
    float: left;
    width: Calc(100% - 85px);
    padding-left: 15px;
}

.product-type-list .item-list-product .title h3 {
    font-size: 14px;
    margin: 0px 0px 10px 0;
}

.product-type-list .item-list-product .title h3 a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.product-type-list .item-list-product .title .price {
    color: #fe784b;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.box-flex-product {
    float: left;
    width: 100%;
    display: flex;
}

@media (max-width: 1200px) {
    .box-flex-product {
        display: block;
    }
}

.box-flex-product .flex-1 {
    width: 870px;
    border-bottom: 1px solid #f3f4f6;
    border-left: 1px solid #f3f4f6;
    display: flex;
}

@media (max-width: 1200px) {
    .box-flex-product .flex-1 {
        width: 100%;
    }
}

@media (max-width: 620px) {
    .box-flex-product .flex-1 {
        display: block;
        width: 100%;
    }
}

.box-flex-product .flex-2 {
    width: 300px;
    border-bottom: 1px solid #f3f4f6;
    border-right: 1px solid #f3f4f6;
}

@media (max-width: 1200px) {
    .box-flex-product .flex-2 {
        width: 100%;
    }
}

.box-flex-product .big-product {
    width: 370px;
    float: left;
}

@media (max-width: 1200px) {
    .box-flex-product .big-product {
        width: 50%;
    }
}

.box-flex-product .big-product .item-product {
    margin-bottom: 0;
    border-bottom: none;
}

.box-flex-product .big-product .item-product .title h3 a {
    color: #164a96;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.box-flex-product .big-product .item-product .title h3 a:hover {
    color: #de2827;
}

@media (max-width: 620px) {
    .box-flex-product .big-product {
        width: 100%;
    }

    .box-flex-product .big-product .item-product .img {
        padding: 30%;
    }
}

@media (max-width: 500px) {
    .box-flex-product .big-product {
        width: 100%;
    }

    .box-flex-product .big-product .item-product .img {
        padding: 10px;
    }
}

.box-flex-product .four-product {
    width: 500px;
    float: left;
}

.box-flex-product .four-product .item-product {
    float: left;
    width: 50%;
    height: 50%;
    margin-bottom: 0;
    border-bottom: none;
}

.box-flex-product .four-product .item-product .img {
    padding: 31%;
}

.box-flex-product .four-product .item-product .title h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.box-flex-product .four-product .item-product .title h3 a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.box-flex-product .four-product .item-product .title h3 a:hover {
    color: #de2827;
}

.box-flex-product .four-product .item-product .title p {
    display: none;
}

@media (max-width: 1200px) {
    .box-flex-product .four-product {
        width: 50%;
    }
}

@media (max-width: 620px) {
    .box-flex-product .four-product {
        width: 100%;
    }

    .box-flex-product .four-product .item-product .img {
        padding: 10px;
    }
}

@media (max-width: 500px) {
    .box-flex-product .four-product {
        width: 100%;
    }

    .box-flex-product .four-product .item-product .img {
        padding: 10px;
    }
}

.box-flex-product .suggest-product {
    float: left;
    width: 100%;
}

.box-flex-product .suggest-product .title-box {
    background-color: #f9f9f9;
    color: #164a96;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    padding: 15px 15px;
}

.camket {
    float: left;
    width: 100%;
    background-color: #4c4c4c;
}

.camket .item-camket {
    float: left;
    width: 33.3333%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    position: relative;
    padding: 10px 0px;
}

@media (max-width: 700px) {
    .camket .item-camket {
        display: block;
        text-align: center;
    }
}

.camket .item-camket .img {
    float: left;
}

@media (max-width: 700px) {
    .camket .item-camket .img {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.camket .item-camket .title {
    padding-left: 20px;
}

@media (max-width: 700px) {
    .camket .item-camket .title {
        width: 100%;
        margin-bottom: 0px;
        float: left;
        padding-left: 0;
    }
}

.camket .item-camket .title h2 {
    color: #dcdcdc;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    margin: 10px 0px 6px 0px;
}

.camket .item-camket .title p {
    color: #949494;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.video-intro-index {
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #fafafa;
}

@media (max-width: 600px) {
    .video-intro-index {
        padding: 30px 0px 30px 0px;
    }
}

.video-intro-index .left-intro {
    float: right;
    width: 50%;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .video-intro-index .left-intro {
        width: 100%;
        padding-left: 0;
    }
}

.video-intro-index .left-intro h2 {
    font-size: 18px;
    line-height: 25px;
}

.video-intro-index .left-intro h2 a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}

.video-intro-index .left-intro h2 a:hover {
    color: #DE2827;
}

.video-intro-index .left-intro .time {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.video-intro-index .left-intro .time span {
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.video-intro-index .left-intro .time span i {
    margin-right: 5px;
}

.video-intro-index .left-intro p {
    float: left;
    width: 100%;
    margin: 0;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.video-intro-index .right-intro {
    float: left;
    width: 50%;
}

@media (max-width: 767px) {
    .video-intro-index .right-intro {
        width: 100%;
    }
}

.video-intro-index .right-intro .video-intro {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.video-intro-index .right-intro .video-intro .img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.video-intro-index .right-intro .video-intro .img img {
    width: 100%;
}

.linhvuc-index {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

@media (max-width: 600px) {
    .linhvuc-index {
        padding: 30px 0px 30px 0px;
    }
}

.linhvuc-index .item-linhvuc {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.linhvuc-index .item-linhvuc .title h2 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 35px 0px 10px 0px;
}

.linhvuc-index .item-linhvuc .title p {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.thuonghieu-index {
    float: left;
    width: 100%;
    display: flex;
}

@media (max-width: 767px) {
    .thuonghieu-index {
        display: block;
    }
}

.thuonghieu-index .title-thuonghieu {
    float: left;
    width: 56rem;
    position: relative;
}

@media (max-width: 1200px) {
    .thuonghieu-index .title-thuonghieu {
        width: 42rem;
        min-width: 42rem;
    }
}

@media (max-width: 992px) {
    .thuonghieu-index .title-thuonghieu {
        width: 30rem;
        min-width: 30rem;
    }
}

@media (max-width: 767px) {
    .thuonghieu-index .title-thuonghieu {
        width: 100%;
    }
}

.thuonghieu-index .title-thuonghieu .img {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

.thuonghieu-index .title-thuonghieu .img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    min-width: 100%;
}

.thuonghieu-index .title-thuonghieu .title {
    padding: 0px 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #fff;
}

@media (max-width: 992px) {
    .thuonghieu-index .title-thuonghieu .title .button-style {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .thuonghieu-index .title-thuonghieu .title {
        position: relative;
        padding: 30px 0;
    }

    .thuonghieu-index .title-thuonghieu .title .button-style {
        margin-top: 20px;
    }
}

.thuonghieu-index .list-thuonghien-index {
    float: left;
    width: Calc(100% - 56rem);
}

@media (max-width: 1200px) {
    .thuonghieu-index .list-thuonghien-index {
        width: Calc(100% - 42rem);
    }
}

@media (max-width: 992px) {
    .thuonghieu-index .list-thuonghien-index {
        width: Calc(100% - 30rem);
    }
}

@media (max-width: 767px) {
    .thuonghieu-index .list-thuonghien-index {
        width: 100%;
    }
}

.thuonghieu-index .list-thuonghien-index ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.thuonghieu-index .list-thuonghien-index ul li {
    float: left;
    width: 20%;
    height: 18rem;
    background-color: #fafafa;
    border-right: 1px solid #e2e4ec;
    border-bottom: 1px solid #e2e4ec;
    text-align: center;
    padding: 0px 15px;
}

@media (max-width: 992px) {
    .thuonghieu-index .list-thuonghien-index ul li {
        height: 150px;
    }
}

@media (max-width: 600px) {
    .thuonghieu-index .list-thuonghien-index ul li {
        width: 33.3333%;
    }
}

.thuonghieu-index .list-thuonghien-index ul li a img {
    max-height: 15rem;
}

@media (max-width: 992px) {
    .thuonghieu-index .list-thuonghien-index ul li a img {
        max-height: 90px;
    }
}

.event-index {
    float: left;
    width: 100%;
    padding: 50px 0;
}

@media (max-width: 600px) {
    .event-index {
        padding: 30px 0px 30px 0px;
    }
}

.list-event-index {
    float: left;
    width: 100%;
}

.item-news {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    padding-bottom: 10px;
    overflow: hidden;
}

.item-news:hover {
    box-shadow: 0 4px 16px rgba(4, 91, 196, 0.2);
    background-color: #ffffff;
}

.item-news .img {
    float: left;
    width: 100%;
    position: relative;
    padding: 33%;
    overflow: hidden;
}

.item-news .img a {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.item-news .img a img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.item-news .img span {
    background-color: #de2827;
    color: #fff;
    padding: 7px 14px;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.item-news .title {
    padding: 5px 10px 0 10px;
    float: left;
    width: 100%;
}

.item-news .title h3 {
    float: left;
    width: 100%;
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

.item-news .title h3 a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.item-news .title h3 a:hover {
    color: #fe784b;
}

.item-news .title .time {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.item-news .title .time span {
    color: #a5a7a9;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.item-news .title .time span i {
    margin-right: 5px;
}

.item-news .title .time-bot {
    float: right;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
}

.item-news .title p {
    float: left;
    width: 100%;
    margin-bottom: 0;
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.item-news .title .button-style {
    margin-top: 20px;
}

.testimonial {
    float: left;
    width: 100%;
    position: relative;
    padding: 100px 0px;
    margin: 20px 0px 30px 0;
}

@media (max-width: 767px) {
    .testimonial {
        padding: 30px 0;
    }
}

.testimonial .bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.testimonial .bg-img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 74, 150, 0.8);
}

.testimonial .title-box {
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.testimonial .title-box h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 500;
    line-height: 35px;
}

.testimonial .slider-testimonial {
    float: left;
    width: 100%;
}

.testimonial .slider-testimonial .item-testimonial {
    width: 100%;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    display: inherit !important;
}

@media (max-width: 992px) {
    .testimonial .slider-testimonial .item-testimonial {
        padding: 0px 90px;
    }
}

@media (max-width: 767px) {
    .testimonial .slider-testimonial .item-testimonial {
        padding: 0px 70px;
    }
}

.testimonial .slider-testimonial .item-testimonial .title p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 0;
}

.testimonial .slider-testimonial .item-testimonial .title b {
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    line-height: 23px;
    text-transform: uppercase;
    margin: 15px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.testimonial .slider-testimonial .item-testimonial img {
    display: inline-block;
    margin-bottom: 30px;
}

.testimonial .slider-testimonial .item-testimonial .btn-view-detail {
    float: left;
    width: 100%;
    text-align: center;
}

.testimonial .slider-testimonial .item-testimonial .btn-view-detail a {
    display: inline-block;
    border-radius: 3px;
    background-color: #e3cf1b;
    padding: 12px 30px 10px 30px;
    color: #164a96;
    font-size: 14px;
    font-weight: 500;
    margin-top: 30px;
}

.testimonial .slider-testimonial .item-testimonial .btn-view-detail a:hover {
    background: #164a96;
    color: #fff;
}

.testimonial .slider-testimonial .slick-prev, .testimonial .slider-testimonial .slick-next {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.testimonial .slider-testimonial .slick-prev:hover, .testimonial .slider-testimonial .slick-next:hover {
    border: 1px solid #fff;
    background: #fff;
}

.testimonial .slider-testimonial .slick-prev:hover:after, .testimonial .slider-testimonial .slick-prev:hover:before, .testimonial .slider-testimonial .slick-next:hover:after, .testimonial .slider-testimonial .slick-next:hover:before {
    background: #DE2827;
}

.testimonial .slider-testimonial .slick-prev {
    left: 0;
    right: initial;
    bottom: 0px;
    background: transparent;
}

.testimonial .slider-testimonial .slick-next {
    right: 0;
    left: initial;
    bottom: 0px;
    background: transparent;
}

.testimonial .slider-testimonial .slick-prev:after {
    left: 15px;
    top: 19px;
    width: 15px;
    height: 2px;
    background: #fff;
}

.testimonial .slider-testimonial .slick-prev:before {
    left: 15px;
    top: 28px;
    width: 15px;
    height: 2px;
    background: #fff;
}

.testimonial .slider-testimonial .slick-next:after {
    left: 18px;
    top: 19px;
    width: 15px;
    height: 2px;
    background: #fff;
}

.testimonial .slider-testimonial .slick-next:before {
    left: 18px;
    top: 28px;
    width: 15px;
    height: 2px;
    background: #fff;
}

.news-index {
    float: left;
    width: 100%;
}

.slider-news-index {
    float: left;
    width: 100%;
}

.slider-news-index .item-news {
    margin-bottom: 0;
}

.slider-news-index .slick-slide > div {
    padding: 0px 15px;
}

.slider-news-index .slick-next {
    right: 15px;
}

.slider-news-index .slick-prev {
    right: 47px;
}

.brand-index {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    position: relative;
}

.brand-index .slider-brand .item-brand {
    height: 100px;
    text-align: center;
}

.brand-index .slider-brand .item-brand a {
    float: left;
    width: 100%;
}

.brand-index .slider-brand .item-brand a img {
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.brand-index .slider-brand .item-brand a img:hover {
    transform: scale(1.1);
}

.brand-index .slider-brand .slick-prev {
    right: 33px;
}

.brand-index .slider-brand .slick-next {
    right: 0;
}

.brand-index.no-index {
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
}

.brand-index.no-index .slider-brand .slick-prev {
    right: initial;
    left: -30px;
    bottom: 0px;
    top: 0px;
}

@media (max-width: 1200px) {
    .brand-index.no-index .slider-brand .slick-prev {
        left: 0;
        bottom: 0px;
        top: 0px;
    }
}

.brand-index.no-index .slider-brand .slick-next {
    left: initial;
    right: -30px;
    bottom: 0px;
    top: 0px;
}

@media (max-width: 1200px) {
    .brand-index.no-index .slider-brand .slick-next {
        right: 0;
        bottom: 0px;
        top: 0px;
    }
}

.support-index {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

@media (max-width: 600px) {
    .support-index {
        padding: 30px 0px 30px 0px;
    }
}

.support-index .row {
    margin: 0;
}

.support-index .row .col-lg-4 {
    padding: 0;
}

.support-index .item-support {
    float: left;
    width: 100%;
    margin-top: 80px;
    position: relative;
    margin-bottom: 50px;
}

.support-index .item-support .img {
    float: left;
    width: 100%;
    padding: 32%;
    position: relative;
}

.support-index .item-support .img:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #de2827;
    mix-blend-mode: multiply;
}

.support-index .item-support .img img {
    position: absolute;
    left: 0;
    top: 0px;
    object-fit: cover;
    height: 100%;
    min-width: 100%;
}

.support-index .item-support .img .icon {
    position: absolute;
    left: 0;
    top: -50px;
    height: 100px;
    width: 100px;
    text-align: center;
    z-index: 9;
    right: 0px;
    margin: auto;
}

.support-index .item-support .title {
    position: absolute;
    left: 0;
    bottom: 0px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.support-index .item-support .title h3 {
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}

.support-index .item-support .title p {
    padding: 0px 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.support-index .item-support .title .btn-view {
    float: left;
    width: 100%;
}

.support-index .item-support .title .btn-view a {
    padding: 15px 0;
    display: inline-block;
    width: 100%;
    background-color: #f5f5f5;
    color: #de2827;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.support-index .item-support .title .btn-view a i {
    margin-left: 5px;
}

.support-index .item-support:hover .img:after {
    background-color: #c30100;
}

.support-index .item-support:hover .title .btn-view a {
    background-color: #e3e3e3;
}

.banner-inpage {
    float: left;
    width: 100%;
    position: relative;
}

.pagination {
    list-style: none;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    max-width: initial;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    max-width: initial;
}

.breadcrumb {
    float: left;
    width: 100%;
    background-color: #f3f5f8;
    margin-bottom: 0;
}

.breadcrumb p, .breadcrumb span, .breadcrumb a {
    color: #59595c;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 0;
}

.breadcrumb a:hover {
    color: #ff4c52;
}

.introduce-content h1 {
    color: #000;
    font-size: 22px;
    line-height: 31px;
    text-transform: uppercase;
    margin-top: 0;
}

.introduce-page {
    float: left;
    width: 100%;
}

.introduce-page .section1 {
    float: left;
    width: 100%;
    position: relative;
    padding: 6rem 0 0 0;
    margin-bottom: 110px;
}

.introduce-page .section1 .bg {
    background-image: url(images/111.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ed2027e8;
    z-index: -1;
}

.introduce-page .section1 .bg:after {
    content: "";
    position: absolute;
    right: 0;
    width: 50%;
    bottom: -180px;
    height: 150px;
    border-top: 190px solid transparent;
    border-bottom: 180px solid transparent;
    border-right: 1000px solid white;
}

.introduce-page .section1 .bg:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50%;
    bottom: -180px;
    height: 150px;
    border-top: 190px solid transparent;
    border-bottom: 180px solid transparent;
    border-left: 1000px solid white;
}

.introduce-page .section1 .content-intro {
    float: left;
    width: 100%;
    margin: 30px 0;
    padding-bottom: 240px;
}

.introduce-page .section1 .content-intro p {
    float: left;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.introduce-page .section1 .video-container {
    float: left;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -80px;
}

.introduce-page .section1 .video-container .video-intro {
    display: inline-block;
    max-width: 500px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}

.introduce-page .section1 .video-container .video-intro .img {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.introduce-page .section1 .video-container .video-intro .img:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: #00000070;
}

.introduce-page .section1 .video-container .video-intro .btn-play {
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    background: #ffffffb8;
    text-align: center;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.introduce-page .section1 .video-container .video-intro .btn-play:after {
    content: "";
    position: absolute;
    left: 0;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    margin: auto;
    border-radius: 50px;
}

.introduce-page .section1 .video-container .video-intro .btn-play img {
    position: relative;
    z-index: 999;
    margin-top: 35px;
}

.introduce-page .section1 .video-container .video-intro .btn-play:hover {
    background: #fff;
}

.store-bosskid {
    float: left;
    width: 100%;
}

.store-bosskid .item-store-bosskid {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.store-bosskid .item-store-bosskid .img {
    float: left;
    width: 100%;
    text-align: center;
}

.store-bosskid .item-store-bosskid .title {
    text-align: center;
    float: left;
    width: 100%;
}

.store-bosskid .item-store-bosskid .title h2 {
    color: #ff4c52;
    font-size: 40px;
    font-weight: 900;
    line-height: 47px;
}

.store-bosskid .item-store-bosskid .title p {
    color: #59595c;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    padding: 0px 10px;
}

@media (max-width: 500px) {
    .store-bosskid .col-xs-6 {
        width: 100%;
    }
}

.section2 {
    float: left;
    width: 100%;
    position: relative;
    padding: 6rem 0;
}

.section3 {
    float: left;
    width: 100%;
    position: relative;
    padding: 5rem 0;
}

.section3 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: cover;
}

.section3 .container {
    position: relative;
}

.section3 .slide-reviews {
    float: left;
    width: 100%;
    padding: 0px 7rem;
}

.section3 .slide-reviews .item-reviews {
    float: left;
    width: 100%;
    margin: 25px 0;
}

@media (max-width: 767px) {
    .section3 .slide-reviews .item-reviews {
        margin-top: 0px;
    }
}

.section3 .slide-reviews .item-reviews .img {
    float: left;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .section3 .slide-reviews .item-reviews .img {
        float: initial;
        margin: 0 auto;
    }
}

.section3 .slide-reviews .item-reviews .title {
    float: left;
    width: Calc(100% - 170px);
    padding-left: 25px;
}

@media (max-width: 767px) {
    .section3 .slide-reviews .item-reviews .title {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.section3 .slide-reviews .item-reviews .title h2 {
    color: #ff4c52;
    font-size: 16px;
    font-weight: 900;
    line-height: 28px;
    margin: 0;
}

.section3 .slide-reviews .item-reviews .title p {
    color: #59595c;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.section3 .slide-reviews .item-reviews .title span {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.section4 {
    float: left;
    width: 100%;
    padding: 5rem 0;
}

.why-choice-our {
    float: left;
    width: 100%;
}

.why-choice-our .item-why {
    float: left;
    width: 100%;
}

@media (max-width: 767px) {
    .why-choice-our .item-why {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ebebeb;
    }

    .why-choice-our .item-why:last-child {
        border-bottom: none;
    }
}

.why-choice-our .item-why .img {
    float: left;
    width: 414px;
}

@media (max-width: 767px) {
    .why-choice-our .item-why .img {
        float: initial !important;
        width: 70%;
        margin: 0 auto;
    }
}

.why-choice-our .item-why .title {
    float: left;
    width: Calc(100% - 414px);
    padding-left: 45px;
    padding-top: 6rem;
    padding-right: 45px;
}

@media (max-width: 767px) {
    .why-choice-our .item-why .title {
        width: 100%;
        padding: 0;
    }
}

.why-choice-our .item-why .title h3 {
    color: #ff4c52;
    font-size: 35px;
    font-weight: 900;
    line-height: 41px;
    margin-bottom: 15px;
}

.why-choice-our .item-why .title p {
    color: #59595c;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
}

.product-page {
    float: left;
    width: 100%;
    padding: 25px 0;
}

.list-product-categories .row {
    margin-right: -8px;
    margin-left: -8px;
}

.list-product-categories .col-xs-6 {
    padding: 0px 8px;
}

@media (max-width: 500px) {
    .list-product-categories .col-xs-6 {
        width: 100%;
    }
}

.cate-box {
    float: left;
    width: 100%;
}

.cate-box h2 {
    background-color: #164a96;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
    padding: 16px 15px 13px 15px;
}

.cate-box .list-cate-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.cate-box .list-cate-box .span-lv-1 {
    color: #164a96;
}

.cate-box .list-cate-box .menu-bar-lv-1 a {
    background-color: #f5f5f5;
    font-weight: initial;
    color: #777777;
    height: 47px;
    line-height: 43px;
    border-top: none;
}

.cate-box .list-cate-box .menu-bar-lv-1:hover a, .cate-box .list-cate-box .menu-bar-lv-1.active a {
    background-color: #164a96;
    color: #ffffff;
    box-shadow: none;
}

.cate-box .list-cate-box .menu-bar-lv-1:hover span, .cate-box .list-cate-box .menu-bar-lv-1.active span {
    color: #fff;
}

.cate-box .list-cate-box .menu-bar-lv-1 span {
    top: 0;
}

.cate-box .list-cate-box .rotate-menu {
    transform: rotate(270deg);
    top: 10px !important;
    bottom: initial;
}

.cate-box .list-cate-box .menu-bar-lv-2 a {
    padding: 5px 25px;
}

.btn-2 {
    margin: 7px 0;
    background-color: #164a96;
    padding: 12px 10px;
    display: inline-block;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    text-transform: uppercase;
    border: none;
}

.btn-2:hover {
    background-color: #fe784b;
}

.btn-2 a {
    color: #fff;
}

.customer-page {
    float: left;
    width: 100%;
    padding: 30px 0;
}

@media (max-width: 767px) {
    .customer-page {
        padding-top: 0;
    }
}

.customer-page .item-gallery {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.customer-page .item-gallery:hover .title {
    visibility: visible;
    opacity: 1;
}

.customer-page .item-gallery .img {
    float: left;
    width: 100%;
    position: relative;
    padding: 43%;
}

.customer-page .item-gallery .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.customer-page .item-gallery .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.customer-page .item-gallery .title h3 {
    color: #fff;
    text-align: center;
    margin: 39% 0;
    font-size: 20px;
}

@media (max-width: 400px) {
    .customer-page .col-xs-6 {
        width: 100%;
    }
}

.paginate {
    float: left;
    width: 100%;
    text-align: center;
}

.paginate.left {
    text-align: left;
}

.daily-page {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.filter-store {
    float: left;
    width: 100%;
}

.filter-store select {
    width: 100%;
    height: 43px;
    padding: 0px 15px;
    border-radius: 50px;
    border-color: #ebebeb;
    color: #666;
}

@media (max-width: 767px) {
    .filter-store select {
        margin-bottom: 12px;
    }
}

.list-store {
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .list-store {
        margin-top: 0px;
    }
}

.list-store .map {
    width: Calc(100% - 290px);
    padding-right: 30px;
    float: left;
}

@media (max-width: 700px) {
    .list-store .map {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
}

.list-store .map .mapIframe {
    float: left;
    height: 500px;
    width: 100%;
    background: #ebebeb;
}

.list-store .list-item {
    float: right;
    width: 290px;
    height: 500px;
    overflow-y: scroll;
    padding-right: 17px;
}

@media (max-width: 700px) {
    .list-store .list-item {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
}

.list-store .list-item .item-store {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 7px;
    cursor: pointer;
    padding: 10px 10px 8px 10px;
}

.list-store .list-item .item-store:hover, .list-store .list-item .item-store.active {
    font-weight: 700;
    background: #ebebeb;
}

.contact-page {
    float: left;
    width: 100%;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .contact-page {
        margin-top: 30px;
    }
}

.contact-page .title-standard {
    margin-bottom: 0;
}

.infor-contact {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}

.infor-contact p {
    color: #59595c;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}

.infor-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

.infor-contact ul li {
    float: left;
    width: 100%;
    color: #59595c;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
}

.infor-contact ul li b {
    float: left;
    width: 100px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 33px;
}

.infor-contact ul li a {
    color: #59595c;
}

.infor-contact ul li a:hover {
    color: #ff4c52;
}

.contact-form {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.contact-form .form-input {
    float: left;
    width: 100%;
    margin-bottom: 17px;
}

.contact-form .form-input input, .contact-form .form-input select, .contact-form .form-input textarea {
    width: 100%;
    float: left;
    border-radius: 0px;
    border: 1px solid #cdced0;
}

.contact-form .form-input textarea {
    padding: 15px;
    min-height: 150px;
    border-radius: 0px;
}

.contact-form .button-style {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
}

.pagination > li {
    margin: 5px 0;
}

.btn-show-filter {
    display: none;
}

@media (max-width: 767px) {
    .hide-mobile-check {
        display: none;
    }

    .banner-page-list {
        margin-bottom: 10px;
    }

    .btn-show-filter {
        float: left;
        background: #de2827;
        color: #fff;
        height: 35px;
        line-height: 35px;
        padding: 0px 10px;
        display: block;
        font-size: 12px;
    }

    .filter-list-product select {
        font-size: 12px;
    }

    .filter-list-product select:last-child {
        display: none;
    }

    .banner-page-list h2 {
        font-size: 21px;
    }
}

@media (max-width: 500px) {
    .filter-list-product {
        float: right;
        width: 100%;
        text-align: center;
    }

    .btn-show-filter {
        float: initial;
        display: inline-block;
    }
}

.shadow-open-filter {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.51);
    z-index: 999;
    display: none;
}

.hide-mobile-check.show {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 300px;
    background: #fff;
    padding: 10px;
    z-index: 9999;
    height: 100vh;
    overflow-y: scroll;
}

@media (max-width: 500px) {
    .categories-product-page .col-xs-6 {
        width: 100%;
    }
}

.item-cate-product {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.item-cate-product:hover {
    box-shadow: 0px 0px 6px #ccc;
}

.item-cate-product .img {
    position: relative;
    float: left;
    width: 100%;
    padding: 40%;
    overflow: hidden;
}

.item-cate-product .img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.item-cate-product .img a img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    min-width: 100%;
}

.item-cate-product .title {
    float: left;
    width: 100%;
    background-color: #f7f7f7;
    text-align: center;
    padding: 15px 15px;
    border-top: 5px solid #de2827;
}

.item-cate-product .title h3 {
    text-align: center;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 10px 0px;
}

.item-cate-product .title h3 a {
    color: #000;
}

.item-cate-product .title .button-style {
    margin-top: 30px;
    margin-bottom: 30px;
}

.option-detail {
    float: left;
    width: 100%;
}

.option-detail h2 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 20px 0px;
}

.option-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #e2e4ec;
    border-top: 1px solid #e2e4ec;
    border-right: 1px solid #e2e4ec;
    float: left;
    width: 100%;
}

.option-detail ul li {
    float: left;
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: left;
    -ms-flex-pack: justify;
    justify-content: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e2e4ec;
}

.option-detail ul li span {
    color: #777777;
    font-weight: 500;
    font-size: 14px;
    line-height: 49px;
    border-right: 1px solid #e2e4ec;
    width: 190px;
    min-width: 190px;
    padding-left: 15px;
}

.option-detail ul li p {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding-left: 15px;
}

.content-detail {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.content-detail > h2 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: inherit;
    margin: 20px 0px 10px 0;
}

.btn-more-detail {
    float: left;
    width: 100%;
    position: absolute;
    text-align: center;
    height: 150px;
    bottom: 0;
    left: 0;
}

.btn-more-detail:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-image: linear-gradient(0deg, #ffffff, #ffffff59);
    width: 100%;
}

.btn-more-detail:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 20px;
    height: 1px;
    width: 100%;
    background: #ebebeb;
}

.btn-more-detail button {
    color: #777777;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #cccc;
    background: #fff;
    position: absolute;
    z-index: 9;
    padding: 14px 25px;
    font-weight: 500;
    text-transform: uppercase;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    width: 240px;
}

.btn-more-detail button:hover {
    background-color: #de2827;
    color: #fff;
}

.btn-more-detail button span:last-child {
    display: none;
}

.btn-more-detail.open {
    height: 50px;
}

.btn-more-detail.open button span:first-child {
    display: none;
}

.btn-more-detail.open button span:last-child {
    display: block;
}

.content-detail {
    position: relative;
}

.tiny-content {
    max-height: 500px;
    overflow: hidden;
    float: left;
    width: 100%;
}

.tiny-content.open {
    max-height: initial;
    margin-bottom: 70px;
}

.related-product {
    float: left;
    width: 100%;
}

.related-product .item-product {
    margin-bottom: 0;
}

.related-product .title-box {
    float: left;
    width: 100%;
}

.related-product .title-box h2 {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    margin: 30px 0px 15px 0;
}

.related-product .row {
    margin: 0px -7px;
}

.related-product .slider-related-product {
    float: left;
    width: 100%;
}

.related-product .slider-related-product .slick-slide > div {
    padding: 0px 7px;
}

.related-product .slider-related-product .slick-next {
    right: -30px;
    bottom: 0px;
}

@media (max-width: 1200px) {
    .related-product .slider-related-product .slick-next {
        bottom: initial;
        top: -51px;
        right: 7px;
    }
}

.related-product .slider-related-product .slick-next:after, .related-product .slider-related-product .slick-next:before {
    background: #333;
}

.related-product .slider-related-product .slick-next:hover:after, .related-product .slider-related-product .slick-next:hover:before {
    background: #de2827;
}

.related-product .slider-related-product .slick-prev {
    left: -30px;
    right: initial;
    bottom: 0px;
}

@media (max-width: 1200px) {
    .related-product .slider-related-product .slick-prev {
        left: initial;
        bottom: initial;
        top: -51px;
        right: 40px;
    }
}

.related-product .slider-related-product .slick-prev:after, .related-product .slider-related-product .slick-prev:before {
    background: #333;
}

.related-product .slider-related-product .slick-prev:hover:after, .related-product .slider-related-product .slick-prev:hover:before {
    background: #de2827;
}

.thuonghieu-page {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.thuonghieu-page .item-thuonghieu {
    float: left;
    width: Calc(100% / 6);
    padding: 0px 15px;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    .thuonghieu-page .item-thuonghieu {
        width: Calc(100% / 4);
    }
}

@media (max-width: 767px) {
    .thuonghieu-page .item-thuonghieu {
        width: Calc(100% / 3);
    }
}

@media (max-width: 500px) {
    .thuonghieu-page .item-thuonghieu {
        width: Calc(100% / 2);
    }
}

.thuonghieu-page .item-thuonghieu .img {
    height: 150px;
    float: left;
    width: 100%;
    padding: 0px 15px;
    border: 1px solid #ebebeb;
}

@media (max-width: 767px) {
    .thuonghieu-page .item-thuonghieu .img {
        height: 100px;
    }
}

.thuonghieu-page .item-thuonghieu .img img {
    max-height: 100px;
}

@media (max-width: 767px) {
    .thuonghieu-page .item-thuonghieu .img img {
        max-height: 80px;
    }
}

.introduce-page {
    float: left;
    width: 100%;
    padding: 30px 0;
}

.ctn-why-choice {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.ctn-why-choice .left-box, .ctn-why-choice .right-box {
    float: left;
    width: 25%;
}

@media (max-width: 992px) {
    .ctn-why-choice .left-box, .ctn-why-choice .right-box {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .ctn-why-choice .left-box, .ctn-why-choice .right-box {
        width: 100%;
    }
}

.ctn-why-choice .left-box .item-choice, .ctn-why-choice .right-box .item-choice {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: left;
    -ms-flex-pack: justify;
    justify-content: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.ctn-why-choice .left-box .item-choice .img, .ctn-why-choice .right-box .item-choice .img {
    width: 60px;
    min-width: 60px;
}

.ctn-why-choice .left-box .item-choice .title, .ctn-why-choice .right-box .item-choice .title {
    padding-left: 10px;
}

.ctn-why-choice .left-box .item-choice .title h2, .ctn-why-choice .right-box .item-choice .title h2 {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ctn-why-choice .left-box .item-choice .title p, .ctn-why-choice .right-box .item-choice .title p {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

.ctn-why-choice .center-box {
    float: left;
    width: 50%;
    text-align: center;
}

@media (max-width: 992px) {
    .ctn-why-choice .center-box {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .ctn-why-choice .center-box {
        width: 100%;
    }
}

.slider-brand {
    float: left;
    width: 100%;
}

.daily-page {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.map img {
    width: 100%;
}

.search-page {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.box-search-text {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 30px;
}

.box-search-text p {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 30px;
}

.box-search-text .form-search {
    width: 100%;
    float: left;
    position: relative;
}

.box-search-text .form-search input {
    height: 45px;
    border: 1px solid #d2d4d7;
    width: 100%;
    padding: 0px 15px;
}

.box-search-text .form-search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    color: #fff;
    background: #de2827;
    border: none;
}

.box-search-text .form-search button i {
    color: #fff;
}

.choice-type {
    float: left;
    width: 100%;
}

.choice-type label {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 30px;
}

@media (max-width: 992px) {
    .choice-type label {
        margin-bottom: 15px;
    }
}

.choice-type .btn-type {
    white-space: nowrap;
    height: 50px;
    background-color: #eeeeee;
    border: none;
    color: #de2827;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    position: relative;
    padding-left: 80px;
    padding-right: 60px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.choice-type .btn-type:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 0px;
    bottom: 0px;
    width: 55px;
    height: 40px;
    margin: auto;
}

.choice-type .btn-type.car1:after {
    background: url(../images/Icon_xe_thuong_mai_hover.png) center center no-repeat;
}

.choice-type .btn-type.car2:after {
    background: url(../images/Icon_xe_cho_khach_hover.png) center center no-repeat;
}

.choice-type .btn-type.checked {
    color: #eeeeee;
    background-color: #de2827;
}

.choice-type .btn-type.checked.car1:after {
    background: url(../images/Icon_xe_thuong_mai.png) center center no-repeat;
}

.choice-type .btn-type.checked.car2:after {
    background: url(../images/Icon_xe_cho_khach.png) center center no-repeat;
}

.choice-type .btn-type.checked:before {
    content: "";
    position: absolute;
    right: 3px;
    top: 0px;
    bottom: 0px;
    width: 55px;
    height: 40px;
    margin: auto;
    background: url(../images/check.png) center center no-repeat;
}

.list-option-car {
    float: left;
    width: 100%;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #ebebeb;
}

.list-option-car h2 {
    color: #000;
    margin-top: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 20px;
}

.list-option-car ul {
    list-style: none;
    padding: 15px;
    margin: 0;
    border: 1px solid #e2e4ec;
    float: left;
    width: 100%;
    overflow-y: scroll;
    max-height: 400px;
    margin-bottom: 30px;
}

.list-option-car ul li {
    float: left;
    width: 100%;
}

.list-option-car ul li a {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e4ec;
}

.list-option-car ul li:last-child a {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.result-search {
    float: left;
    width: 100%;
    padding: 10px 0 30px 0;
}

.result-search .text-result {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.list-result {
    float: left;
    width: 100%;
    position: relative;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    margin: 20px 0;
}

.list-result .item-result {
    float: left;
    width: 100%;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e2e4ec;
    padding: 10px 10px;
}

.list-result .item-result .first {
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-result .item-result .img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border: 1px solid #e2e4ec;
    margin-right: 20px;
}

.list-result .item-result .title h2 {
    margin: 0;
    font-size: 14px;
}

.list-result .item-result .title h2 a {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.list-result .item-result .title h2 a:hover {
    color: #de2827;
}

.list-result .item-result .price {
    height: 70px;
    width: 190px;
    text-align: center;
    line-height: 70px;
    white-space: nowrap;
    border-left: 1px solid #ebebeb;
    margin-left: 30px;
    color: #de2827;
    font-weight: 700;
}

.list-result .item-result .price span {
    font-weight: 400;
    color: #a6a6a6;
    margin-left: 20px;
    text-decoration: line-through;
}

.list-result .item-result .btn-view-detail {
    height: 70px;
    line-height: 70px;
    padding-left: 50px;
    border-left: 1px solid #ebebeb;
    margin-left: 30px;
}

.list-result .item-result .btn-view-detail a {
    white-space: nowrap;
    background-color: #de2827;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 15px 35px;
}

.list-result .item-result .btn-view-detail a:hover {
    background: #F8C512;
    color: #fff;
}

.form-search-option {
    float: left;
    width: 100%;
}

.form-search-option .choice-type {
    display: flex;
    width: 430px;
}

@media (max-width: 992px) {
    .form-search-option .choice-type {
        display: block;
        width: 100%;
    }
}

.form-search-option .choice-type button {
    margin-bottom: 10px;
}

.form-search-option .form-search {
    float: right;
    width: Calc(100% - 430px);
    padding-left: 30px;
    border-left: 1px solid #ebebeb;
}

@media (max-width: 992px) {
    .form-search-option .form-search {
        float: right;
        width: 100%;
        padding-left: 0;
        border-left: none;
    }
}

.form-search-option .form-search .row {
    width: 100%;
}

@media (max-width: 480px) {
    .form-search-option .form-search .row {
        display: block;
        margin: 0;
    }

    .form-search-option .form-search .row .col-xs-12 {
        padding: 0;
    }

    .form-search-option .form-search .row input {
        margin-bottom: 15px;
    }
}

.form-search-option .form-search .input-search {
    display: flex;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .form-search-option .form-search .input-search {
        display: block;
    }
}

.form-search-option .form-search .input-search label {
    width: 200px;
    min-width: 200px;
    line-height: 30px;
}

@media (max-width: 480px) {
    .form-search-option .form-search .input-search label {
        display: block;
        width: 100%;
    }
}

.form-search-option .form-search .input-search input {
    border: 1px solid #d2d4d7;
    height: 40px;
    padding: 0px 15px;
    width: 100%;
}

.form-search-option .form-search .input-search button, .form-search-option .form-search .input-search input[type='submit'] {
    white-space: nowrap;
    background-color: #de2827;
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 15px 35px 13px 35px;
    border: none;
}

.form-search-option .form-search .input-search button:hover, .form-search-option .form-search .input-search input[type='submit']:hover {
    background: #F8C512;
    color: #fff;
}

@media (max-width: 767px) {
    .table-mobile {
        width: 100%;
        overflow-x: scroll;
    }

    .table-mobile .list-result {
        width: 800px;
    }
}

.product-incate .row {
    margin: 0px -7px;
}

.slider-product-incate {
    float: left;
    width: 100%;
}

.slider-product-incate .item-product {
    margin-bottom: 0;
}

.slider-product-incate .slick-slide > div {
    padding: 5px 7px;
}

.slider-product-incate .slick-prev {
    left: -30px;
    right: initial;
    bottom: 0px;
}

@media (max-width: 1200px) {
    .slider-product-incate .slick-prev {
        left: 0;
        bottom: 0px;
        top: 0px;
    }
}

.slider-product-incate .slick-next {
    right: -30px;
    bottom: 0px;
    left: initial;
}

@media (max-width: 1200px) {
    .slider-product-incate .slick-next {
        right: 0;
        bottom: 0px;
        top: 0px;
    }
}

.cate-video {
    padding-bottom: 0px !important;
}

.cate-video.list-news .item-news {
    margin-bottom: 0;
}

.video-hot-incate {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.big-video {
    float: left;
    width: 100%;
}

@media (max-width: 992px) {
    .big-video {
        margin-bottom: 20px;
    }
}

.big-video .img {
    float: left;
    width: 100%;
    position: relative;
}

.big-video .icon-play {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
}

.big-video .icon-play img {
    height: initial;
    object-fit: contain;
    min-width: initial;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0px;
    margin: auto;
}

.list-news {
    float: left;
    width: 100%;
    padding: 30px 0;
}

@media (max-width: 400px) {
    .list-news .col-xs-6 {
        width: 100%;
    }
}

.list-news .item-news {
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.list-news .item-news .img {
    position: relative;
}

.list-news .item-news .img span {
    display: none;
}

.list-news .item-news .img span.icon-play {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
}

.list-news .item-news .img span.icon-play img {
    height: initial;
    object-fit: contain;
    min-width: initial;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0px;
    margin: auto;
}

.detail-news {
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
}

.detail-news .box-detail {
    padding: 5rem 0;
    background: #fff;
}

@media (max-width: 767px) {
    .detail-news .box-detail {
        margin-top: 80px;
    }
}

.detail-news .box-detail h1 {
    color: #002c3d;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 4rem;
    font-weight: 900;
    font-size: 30px;
}

@media (max-width: 767px) {
    .detail-news .box-detail h1 {
        font-size: 20px;
    }
}

.tab-news {
    float: left;
    margin: 0;
    width: 100%;
}

.tab-news ul {
    position: relative;
    z-index: 99;
    float: left;
    margin: 0;
    width: 100%;
    text-align: center;
}

.tab-news ul li {
    list-style: none;
    display: inline-block;
}

@media (max-width: 590px) {
    .tab-news ul li {
        list-style: none;
        float: initial;
        display: inline-block;
    }
}

.tab-news ul li a {
    display: block;
    padding: 0px 40px;
    line-height: 40px;
    white-space: nowrap;
    height: 40px;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: center;
    transition-duration: 0.25s;
    color: #002c3d;
    text-transform: uppercase;
    border-radius: 50px;
}

.tab-news ul li a:hover {
    color: white;
}

.tab-news ul li.active a, .tab-news ul li:hover a {
    background: #cead78;
    color: white;
    position: relative;
}

.page-news .section05 .list-news-index .item-news {
    padding-right: 0;
}

.page-news .section05 .list-news-index {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 600px) {
    .page-news .section05 .list-news-index {
        padding: 0px 15px;
    }
}

.sidebar-right {
    position: relative;
    width: 100%;
    margin-top: -74px;
}

@media (max-width: 992px) {
    .sidebar-right {
        margin-top: 40px;
    }
}

.sidebar-right .news-type {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.sidebar-right .news-type .title {
    padding: 24px 23px 15px;
    color: #144084;
    font-size: 22px;
    border-bottom: 1px solid #dcdddf;
    font-weight: 900;
    text-transform: uppercase;
}

.sidebar-right .news-type .js-news-menu {
    padding: 20px 23px 10px;
    list-style: none;
    margin: 0px;
}

.js-news-menu .menu-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #dcdddf;
    margin-bottom: 15px;
    transition: all .6s ease;
    overflow: inherit;
    position: relative;
}

.js-news-menu .menu-item a {
    width: calc((100% - 26px));
    font-size: 16px;
    color: #a7abb2;
    text-transform: uppercase;
    margin-bottom: 18px;
    transition: all .3s ease;
}

.js-news-menu .menu-item.active a {
    color: #144084 !important;
    font-weight: 600;
}

.js-news-menu .menu-item a:hover {
    color: #144084 !important;
    font-weight: 600;
}

.js-news-menu .menu-item:last-child {
    border-bottom: none;
}

.hastag {
    float: left;
    width: 100%;
}

.hastag .tags {
    float: left;
    padding: 3px 10px;
    background: #f7f7f7;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #847c7c;
}

.tag_title {
    float: left;
    padding: 3px 10px;
    background: #f7f7f7;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #847c7c;
}

.tag_title:hover {
    background: #1a7ac2;
    color: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
}

/*news-hot*/
.news-hot {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.head-news-hot {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0px;
    padding-bottom: 9px;
}

.item-news-hot {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb;
}

.news-hot .item-news-hot:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.img-news-hot {
    float: left;
    width: 35%;
    height: 80px;
    position: relative;
    overflow: hidden;
}

.img-news-hot img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-news-hot .icon-play {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000070;
}

.img-news-hot .icon-play img {
    height: initial;
    object-fit: contain;
    min-width: initial;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0px;
    margin: auto;
    width: 40px;
}

.title-news-hot {
    float: left;
    width: 65%;
    padding-left: 15px;
}

.title-news-hot h3 {
    margin: 0px;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 3px;
}

.title-news-hot h3 a {
    color: #777777;
}

.time-hot {
    font-style: italic;
    color: #888;
    float: left;
    width: 100%;
    margin-bottom: 1px;
    margin-top: 3px;
    font-size: 12px;
}

.time-hot i {
    margin-right: 6px;
}

@media screen and (max-width: 992px) {
    .item-news-hot {
        float: left;
        width: 50%;
        padding-right: 15px;
    }
}

@media screen and (max-width: 600px) {
    .item-news-hot {
        float: left;
        width: 100%;
    }

    .owl-news-hot-inmobile .owl-pagination {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .img-news-hot {
        float: left;
        width: 35%;
        height: 100px;
        position: relative;
        overflow: hidden;
    }
}

/*end news-hot*/
.detail-news h1 {
    color: #000;
    font-size: 22px;
    line-height: 31px;
    text-transform: uppercase;
    margin-top: 0;
}

.detail-news .time {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.detail-news .time span {
    color: #777777;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.detail-news .time span i {
    margin-right: 5px;
}

.detail-news .tag {
    float: left;
}

.detail-news .support-line {
    float: right;
}

.detail-news .support-line a {
    margin-left: 15px;
    font-size: 15px;
}

.news-related {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
}

.news-related .title-box h2 {
    color: #000;
    font-size: 18px;
    line-height: 31px;
    text-transform: uppercase;
    margin: 0 0px 15px 0;
}

.news-related .item-news .title h3 {
    font-size: 14px;
    line-height: 20px;
}

.news-related .item-news .title h3 a {
    font-size: 14px;
    line-height: 20px;
}

.news-related .row {
    margin: 0px -10px;
}

.news-related .slide-news-related .item-news .title h3 {
    text-transform: uppercase;
}

.news-related .slide-news-related .slick-slide > div {
    padding: 0px 10px;
}

.news-related .slide-news-related .slick-prev {
    left: -30px;
    right: initial;
    bottom: 0;
}

@media (max-width: 1200px) {
    .news-related .slide-news-related .slick-prev {
        left: initial;
        bottom: initial;
        top: -51px;
        right: 40px;
    }
}

.news-related .slide-news-related .slick-next {
    right: -30px;
    left: initial;
    bottom: 0;
}

@media (max-width: 1200px) {
    .news-related .slide-news-related .slick-next {
        bottom: initial;
        top: -51px;
        right: 7px;
    }
}

.news-related .slide-news-related .slick-next:after, .news-related .slide-news-related .slick-next:before {
    background: #333;
}

.news-related .slide-news-related .slick-next:hover:after, .news-related .slide-news-related .slick-next:hover:before {
    background: #de2827;
}

.news-related .slide-news-related .slick-prev:after, .news-related .slide-news-related .slick-prev:before {
    background: #333;
}

.news-related .slide-news-related .slick-prev:hover:after, .news-related .slide-news-related .slick-prev:hover:before {
    background: #de2827;
}

.page-news {
    padding: 30px 0;
}

/*# sourceMappingURL=style.css.map */
