@charset "UTF-8";

@font-face {
    font-family: Gothic;
    src        : url('../fonts/UTM Alter Gothic.ttf') format('truetype');
    font-weight: normal;
    font-style : normal;
}

@font-face {
    font-family: roboto;
    src        : url('../fonts/RobotoRegular.woff') format('truetype');
    font-weight: normal;
    font-style : normal;
}

@font-face {
    font-family: Mpro;
    src        : url('../fonts/Myriad Web Pro.ttf') format('truetype');
    font-weight: normal;
    font-style : normal;
}

@font-face {
    font-family: sb;
    src        : url('../fonts/SVN-Gotham Book.otf') format('truetype');
    font-weight: normal;
    font-style : normal;
}

@font-face {
    font-family: sl;
    src        : url('../fonts/SVN-Gotham Light.ttf') format('truetype');
    font-weight: normal;
    font-style : normal;
}

/* Main */
:root {
    --color-red       : #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red  : #c31829;
    --color-green     : #61c472;
    --color-dark-green: #207d36;
    --color-black     : #212529;
    --color-gray      : #6c757d;
    --color-while     : #fff;
}

body {
    font-size  : 14px;
    width      : 100%;
    color      : #000;
    line-height: 1.5;
    font-family: 'MontserratRegular';
}

#wrapper {
    width : 100%;
    margin: auto;
}

img {
    max-width     : 100%;
    height        : auto;
    vertical-align: top
}

a,
input,
textarea {
    outline: none;
    padding: 0px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin            : 0;
}

#pre-loader {
    background : #fff;
    position   : fixed;
    top        : 0;
    left       : 0;
    width      : 100%;
    height     : 100%;
    z-index    : 9999999;
    display    : flex;
    align-items: center;
    text-align : center;
}

.spinner {
    margin    : 100px auto;
    width     : 50px;
    height    : 40px;
    text-align: center;
    font-size : 10px;
}

.spinner>div {
    background-color : #D58E00;
    height           : 100%;
    width            : 6px;
    display          : inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation        : sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay        : -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay        : -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay        : -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay        : -0.8s;
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {

    0%,
    40%,
    100% {
        transform        : scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform        : scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.w-clear:after {
    display: block;
    content: "";
    clear  : both;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.none {
    display: none;
}

.hidden-seoh {
    font-size: 20px;
    position : absolute;
    top      : 0px;
    color    : transparent;
    left     : 0px;
    z-index  : -1;
}

.wrap-main {
    margin: 0px auto;
}

.wrap-home {
    max-width: 100%;
    padding  : 0px;
}

.wrap-content {
    max-width: 1220px;
    padding  : 0px 10px;
    margin   : auto;
}

.transition,
.hover_scale,
.hover_rotate,
.hover_opacity {
    transition        : all 0.5s;
    -moz-transition   : all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition     : all 0.5s;
}

.hover_scale:hover {
    transform        : scale(1.2);
    -moz-transform   : scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform     : scale(1.2);
}

.hover_rotate:hover {
    transform        : rotate(360deg);
    -moz-transform   : scale(360deg);
    -webkit-transform: scale(360deg);
    -o-transform     : scale(360deg);
}

.hover_opacity:hover {
    opacity: 0.7;
}

/* General */
.title-main span {
    color: var(--color-red);
}

.time-main {
    margin-bottom: 0.75rem;
    color        : #999999;
}

.time-main i {
    vertical-align: top;
    margin        : 3px 7px 0px 0px;
}

.time-main span {
    vertical-align: top;
    display       : inline-block;
}

.social {
    width      : 100%;
    margin-top : 20px;
    line-height: 42px;
}

.social span {
    text-transform: uppercase;
    font-size     : 18px;
    font-family   : 'RobotoBold';
    position      : relative;
    display       : inline-block;
    margin-right  : 50px;
}

.social span:before {
    position  : absolute;
    width     : 50px;
    height    : 1px;
    background: #fff;
    content   : '';
    left      : 0px;
    bottom    : 0px;
}

.social li {
    display       : inline-block;
    vertical-align: top;
}

.social li:last-child {
    margin-right: 0px;
}

.control-carousel {
    position        : absolute;
    top             : calc(50% - 30px/2);
    margin-bottom   : 0px;
    width           : 30px;
    height          : 30px;
    text-align      : center;
    line-height     : 30px;
    border          : 1px solid #eee;
    z-index         : 2;
    background-color: #fff;
    color           : #ccc;
    cursor          : pointer;
}

.control-carousel:hover {
    background-color: var(--color-red);
    border-color    : var(--color-red);
    color           : #fff;
}

.prev-carousel {
    left: 0px;
}

.next-carousel {
    right: 0px;
}

/* Header */
.header {
    position       : relative;
    top            : 0px;
    z-index        : 123;
    left           : 0px;
    width          : 100%;
    background     : url(../img/header_01.png) no-repeat center center;
    height         : 194px;
    background-size: 100% 100% !important;
    padding-top    : 10px;
}

.logo-header {
    width      : 20%;
    padding-top: 20px;
}

.banner-header {
    width: 55%;
    float: left;
}

.info-header {
    margin-bottom: 0px;
    line-height  : 46px;
}

.info-header marquee {
    font-style : italic;
    line-height: 1;
}


.socical {
    line-height: 34px;
    text-align : right;
}

.social-header li {
    width       : 30px;
    margin-right: 3px;
}

.hotline-socical img {
    margin-top: 4px;
}

.header-bottom .hotline {
    position    : relative;
    padding-left: 60px;
    background  : url(../images/img-data/hotline.png) left center no-repeat;
    margin-top  : 15px;
}

#hotline {
    margin-top: 35px;
}

#hotline p:nth-child(1) {
    background  : url(../img/hotline_09.png) no-repeat left top;
    min-height  : 20px;
    padding-left: 34px;
    color       : #000000;
    font-size   : 18px;
    font-family : "Times New Roman", Times, serif;
    text-align  : left;
    margin      : 0px;
}

#hotline p:nth-child(2) {
    color      : #fff;
    font-size  : 27px;
    font-family: Mpro;
    text-shadow: 0px 0px 1px #FF0000,
        0px 0px 1px #FF0000,
        0px 0px 2px #FF0000,
        0px 0px 2px #FF0000,
        0px 0px 2px #FF0000,
        0px 0px 2px #FF0000,
        0px 0px 3px #FF0000,
        0px 0px 3px #FF0000,
        0px 0px 3px #FF0000,
        0px 0px 3px #FF0000,
        0px 0px 3px #FF0000,
        0px 0px 3px #FF0000;
    text-align: left;
    margin    : 0px;
}

.hotline p {
    position    : relative;
    font-family : 'UTMHelvetIns';
    color       : #e70808;
    text-shadow : 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    font-size   : 25px;
    padding-left: 55px;
    line-height : 1.2;
}

.hotline p span {
    position : absolute;
    left     : 0px;
    top      : 13px;
    font-size: 14px;
}

.slogan-socical {
    background: #F4F4F4;
    width     : 100%;
    display   : inline-block;
    float     : left;
    padding   : 10px 0px;
}

.slogan {
    width      : 50%;
    float      : left;
    color      : #266ae7;
    font-family: 'RobotoBold';
}

.mangxh {
    line-height: 25px;
    float      : right;
}

.hotline-socical {
    color        : #fff;
    text-align   : right;
    margin-bottom: 15px;
}

.fix_head .hotline-socical {
    height       : 0px;
    visibility   : hidden;
    overflow     : hidden;
    margin-bottom: 0px;
}

.hotline-socical span {
    font-family : 'RobotoBold';
    font-size   : 15px;
    padding-left: 5px;
}

.hotline-socical a {
    color: #fff;
}

.fix_head .logo-header {
    padding-top: 10px;
}

.fix_head .logo-header img {
    max-width: 150px;
}

/* Menu */
.menu_mobi {
    display: none;
}

.wrapmenu {
    width        : 100%;
    display      : block;
    max-width    : 100%;
    background   : #8a8a8a;
    margin-bottom: 30px;
    margin-top   : 5px;
}

.width_box {
    width    : 100%;
    max-width: 1200px;
    margin   : 0 auto;
}

.menu {
    position: relative;
    width   : 100%;
    padding : 0px 20px;
}

.menu ul,
.menu ul li {
    list-style: none;
    margin    : 0px;
}

.menu .wrap-content {
    position: relative;
}

.menu>ul {
    display                : -webkit-box;
    display                : -webkit-flex;
    display                : -ms-flexbox;
    display                : flex;
    -webkit-box-flex       : 1;
    -webkit-flex           : 1 0 auto;
    -ms-flex               : 1 0 auto;
    flex                   : 1 0 auto;
    -webkit-box-orient     : horizontal;
    -webkit-box-direction  : normal;
    -webkit-flex-direction : row;
    -ms-flex-direction     : row;
    flex-direction         : row;
    -webkit-box-pack       : end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack          : end;
    justify-content        : flex-end;
    width                  : 100%;
    padding-right          : 250px;
}

.menu>ul>li {
    text-align       : center;
    display          : -webkit-box;
    display          : -webkit-flex;
    display          : -ms-flexbox;
    display          : flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap    : nowrap;
    flex-wrap        : nowrap;
    -webkit-box-flex : 1;
    -webkit-flex     : 1 0 auto;
    -ms-flex         : 1 0 auto;
    flex             : 1 0 auto;
    position         : relative;
    line-height      : 50px;
}

.menu>ul>li>a>span:before {
    position          : absolute;
    top               : 0px;
    left              : 50%;
    right             : 50%;
    width             : 0;
    height            : 1px;
    content           : '';
    opacity           : 0;
    background        : #D58E00;
    transition        : all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition   : all 0.5s;
    -o-transition     : all 0.5s;
}


.menu ul,
.menu ul li {
    list-style: none;
    margin    : 0px;
    padding   : 0px;
}

.menu>ul>li a {
    color      : #fff;
    display    : block;
    font-size  : 19px;
    position   : relative;
    font-family: "Times New Roman", Times, serif;
}

.menu>ul>li>a {
    color         : #fff;
    display       : block;
    font-size     : 16px;
    width         : 100%;
    position      : relative;
    font-family   : "Times New Roman", Times, serif;
    text-transform: capitalize;
}

.menu ul>li i {
    font-size: 19px;
    position : relative;
}

.menu>ul>li>a>span {
    display       : inline-block;
    position      : relative;
    z-index       : 1;
    font-size     : 19px;
    font-family   : "Times New Roman", Times, serif;
    text-transform: capitalize;
}

.menu>ul>li.active>a,
.menu>ul>li:hover>a {
    color: #D58E00;
}

.menu>ul>li.active>a>span:before,
.menu>ul>li:hover>a>span:before {
    opacity: 1;
    width  : 100%;
    left   : 0;
    right  : 0;
}

.menu>ul>li ul {
    position  : absolute;
    left      : 0px;
    z-index   : 3000;
    top       : 150%;
    visibility: hidden;
    opacity   : 0;
    background: rgba(0, 0, 0, 0.5);
    width     : 230px;
    text-align: left;
}

.menu ul li:hover>ul {
    top       : 100%;
    visibility: visible;
    opacity   : 1;
}

.menu>ul>li ul li ul {
    left: 100%;
}

.menu ul li ul li:hover>ul {
    top: 0px;
}

.menu>ul>li ul li {
    line-height: 1.5;
    position   : relative;
}

.menu>ul>li li a {
    padding      : 7px 10px;
    border-bottom: 1px solid #ccc;
    position     : relative;
}

.menu>ul>li li:hover>a {
    color     : #fff;
    background: #F0A30A;
}

.menu>ul>li li>a:before {
    position  : absolute;
    top       : 0px;
    left      : -2px;
    height    : 100%;
    width     : 2px;
    background: #F0A30A;
    content   : '';
}

.menu>ul>li li:hover>a:before {
    background: #e70808;
}

/* Search */
.search {
    position  : absolute;
    right     : 0px;
    top       : 7px;
    width     : 230px;
    float     : left;
    background: #fff;
}

.search:before {
    position     : absolute;
    width        : 0;
    height       : 0;
    border-left  : 20px solid transparent;
    border-right : 0px solid transparent;
    border-bottom: 35px solid #fff;
    content      : '';
    left         : -20px;
    top          : 0px;
}

.search p {
    float      : left;
    width      : 35px;
    height     : 35px;
    line-height: 35px;
    cursor     : pointer;
    text-align : center;
    margin     : 0px;
    color      : #808080;
    font-size  : 16px;
}

.search input {
    width      : calc(100% - 35px);
    height     : 35px;
    float      : left;
    outline    : none;
    padding    : 0px;
    border     : 0px;
    background : transparent;
    text-indent: 10px;
    font-size  : 14px;
    font-style : italic;
}

.search input::-webkit-input-placeholder {
    color: #808080;
}

.search input:-moz-placeholder {
    color: #808080;
}

.search input::-moz-placeholder {
    color: #808080;
}

.search input:-ms-input-placeholder {
    color: #808080;
}

.face-head {
    float: left;
}

.cart-head {
    float      : left;
    margin-left: 15px;
    margin-top : 13px;
}

.cart-head a {
    width     : 45px;
    height    : 40px;
    display   : inline-block;
    background: url(../images/img-data/cart.png)no-repeat;
}

.count-cart {
    float     : right;
    width     : 23px;
    text-align: center;
    color     : #fff;
    font-size : 13px;
}

/* Menu RP */
.menu-res {
    display    : none;
    height     : 55px;
    z-index    : 10;
    background : var(--color-red);
    position   : relative;
    line-height: normal;
}

.menu-bar-res {
    height         : 55px;
    padding        : 0px 10px;
    display        : -webkit-flex;
    display        : -moz-flex;
    display        : -ms-flex;
    display        : -o-flex;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
}

#menu {
    display: none;
}

#hamburger {
    display : block;
    width   : 45px;
    height  : 23px;
    position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    background: #fff;
    content   : '';
    display   : block;
    width     : 100%;
    height    : 3px;
    position  : absolute;
    left      : 0px;
}

#hamburger:before {
    top: 0px;
}

#hamburger span {
    top: 10px;
}

#hamburger:after {
    top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
    -webkit-transition         : none 0.5s ease 0.5s;
    transition                 : none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    transition-property        : transform, top, bottom, left, opacity;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
    top: 10px;
}

.mm-wrapper_opening #hamburger span {
    left   : -50px;
    opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
    transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
    transform: rotate(-45deg);
}

.mm-menu_opened {
    display: block !important;
}

/* Search RP */
.search-res {
    position: relative;
}

.search-res .icon-search {
    width      : 20px;
    height     : 20px;
    cursor     : pointer;
    text-align : center;
    line-height: 20px;
    color      : #000;
    font-size  : 17px;
    margin     : 0px;
}

.search-res .icon-search.active {
    color        : var(--color-red);
    background   : #fff;
    border-radius: 100%;
}

.search-res .search-grid {
    position     : absolute;
    top          : 50px;
    right        : 0px;
    width        : 0px;
    height       : 40px;
    overflow     : hidden;
    background   : #fff;
    border       : 1px solid var(--color-red);
    z-index      : 2;
    opacity      : 0;
    border-radius: 25px;
    line-height  : normal;
}

.search-res .search-grid p {
    float      : left;
    width      : 35px;
    height     : 38px;
    cursor     : pointer;
    outline    : none;
    border     : none;
    margin     : 0px;
    font-size  : 17px;
    display    : block;
    color      : var(--color-red);
    line-height: 40px;
    text-align : center;
}

.search-res .search-grid input {
    width      : calc(100% - 35px);
    float      : right;
    line-height: 38px;
    outline    : none;
    border     : none;
    color      : var(--color-red);
}

.search-res .search-grid input::-webkit-input-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input::-moz-placeholder {
    color: #ccc;
}

.search-res .search-grid input:-ms-input-placeholder {
    color: #ccc;
}

/*Top content*/
.about-index {
    background-image     : url(../images/img-data/bg_gt.png);
    background-position  : center;
    background-attachment: fixed;
    background-size      : cover;
    min-height           : 387px;
    padding              : 40px 0px;
    width                : 100%;
    font-family          : 'MontserratRegular';
}

.about-index .wrap-content {
    text-align: center;
}

.about-index p {
    width             : 100%;
    max-width         : 1070px;
    line-height       : 2;
    margin            : auto;
    overflow          : hidden;
    text-overflow     : ellipsis;
    white-space       : normal;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    height            : 112px;
}

a.readmore {
    color          : #D58E00;
    display        : inline-block;
    margin-top     : 20px;
    text-transform : uppercase;
    text-decoration: underline;
}

a.readmore:hover {
    font-family: 'MontserratBold';
}

/*List index*/
.list-index {
    width  : 100%;
    display: inline-block;
    float  : left;
}

.item-list {
    width   : 50%;
    float   : left;
    position: relative;
}

.item-list img.imgbg {
    width  : 100%;
    opacity: 0;
}

.item-list:hover img.imgbg {
    opacity: 1;
}

.content-list:before {
    position          : absolute;
    content           : '';
    top               : 30px;
    bottom            : 30px;
    left              : 30px;
    right             : 30px;
    border            : 2px solid #fff;
    opacity           : 0;
    -webkit-transform : scale(0);
    -ms-transform     : scale(0);
    -o-transform      : scale(0);
    transform         : scale(0);
    -webkit-transition: transform 0.2s ease, opacity 0.2s ease;
    -o-transition     : transform 0.2s ease, opacity 0.2s ease;
    transition        : transform 0.2s ease, opacity 0.2s ease;
}

.item-list:hover .content-list:before {
    opacity          : 1;
    -webkit-transform: scale(1);
    -ms-transform    : scale(1);
    -o-transform     : scale(1);
    transform        : scale(1);
}

.item-list a {
    color: #fff;
}

.item-list h3 {
    text-transform: uppercase;
    font-family   : 'MontserratBold';
    font-size     : 24px;
}

.item-list p {
    font-family: 'MontserratRegular';
    width      : 100%;
    max-width  : 490px;
    margin     : auto;
}

.content-list {
    position  : absolute;
    top       : 0px;
    left      : 0px;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.5);
    padding   : 60px;
    text-align: center;
}

.item-list:nth-child(2) .content-list,
.item-list:nth-child(3) .content-list,
.item-list:nth-child(6) .content-list,
.item-list:nth-child(7) .content-list,
.item-list:nth-child(10) .content-list,
.item-list:nth-child(11) .content-list {
    background: none;
}

.content-list img,
.content-list h3 {
    -webkit-transform : translate(0, 70px);
    -ms-transform     : translate(0, 70px);
    -o-transform      : translate(0, 70px);
    transform         : translate(0, 70px);
    -webkit-transition: transform 0.2s ease;
    -o-transition     : transform 0.2s ease;
    transition        : transform 0.2s ease;
    margin-bottom     : 10px;
}

.item-list:hover .content-list img,
.item-list:hover .content-list h3 {
    -webkit-transform: translate(0, 0);
    -ms-transform    : translate(0, 0);
    -o-transform     : translate(0, 0);
    transform        : translate(0, 0);
}

.content-list p {
    display           : block;
    opacity           : 0;
    -webkit-transform : scale(0);
    -ms-transform     : scale(0);
    -o-transform      : scale(0);
    transform         : scale(0);
    -webkit-transition: transform 0.2s ease, opacity 0.2s ease;
    -o-transition     : transform 0.2s ease, opacity 0.2s ease;
    transition        : transform 0.2s ease, opacity 0.2s ease;
    margin            : 0 auto;
    max-width         : 490px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    white-space       : normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    height            : 63px;
}

.item-list:hover .content-list p {
    opacity          : 1;
    -webkit-transform: scale(1);
    -ms-transform    : scale(1);
    -o-transform     : scale(1);
    transform        : scale(1);
}

/*Kiên thức phong thủy*/
.knowledge {
    width                : 100%;
    min-height           : 724px;
    padding              : 20px 0px;
    background-image     : url(../images/img-data/bgkienthucpt.png);
    background-position  : center;
    background-attachment: fixed;
    background-size      : cover;
}

.item-know {
    position: relative;
}

.descr-know {
    position   : absolute;
    left       : 0px;
    top        : 0px;
    padding    : 20px;
    width      : 50%;
    height     : 100%;
    background : rgba(0, 0, 0, 0.5);
    color      : #f0f0f0;
    font-family: 'MontserratRegular';
}

.descr-know h4 {
    font-size    : 16px;
    font-family  : 'MontserratBold';
    color        : #fff;
    margin-bottom: 10px;
}

.descr-know h4:hover {
    color: #D58E00;
}

.descr-know p.date-know {
    margin-bottom: 5px;
    font-size    : 13px;
    font-style   : italic;
}

.descr-know .descr {
    line-height: 2;
}

.descr-know a.read-know {
    color      : #fff;
    font-family: 'MontserratBold';
    display    : inline-block;
    width      : 100%;
    margin-top : 10px;
}

.descr-know a.read-know:hover {
    color: #D58E00;
}

.knowledge .slick-prev,
.knowledge .slick-next {
    top   : inherit;
    bottom: 20px;
}

.knowledge .slick-prev {
    left: 20px;
}

.knowledge .slick-next {
    left : 60px;
    right: inherit;
}

.itemright {
    width     : 100%;
    height    : 425px;
    background: #fff;
}

.itemright img {
    width: 100%;
}

.content-right {
    padding    : 15px;
    color      : #333333;
    font-family: 'MontserratRegular';
}

.date-right {
    margin-bottom: 10px;
    color        : #666666;
    font-style   : italic;
}

.content-right h4 {
    color             : #333;
    font-size         : 16px;
    font-family       : 'MontserratBold';
    overflow          : hidden;
    text-overflow     : ellipsis;
    white-space       : normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    height            : 57px;
}

.itemright:hover h4 {
    color: #D58E00;
}

.read-right {
    color      : #10267c;
    font-family: 'MontserratBold';
    margin-top : 10px;
    display    : inline-block;
}

.itemright .descr {
    overflow          : hidden;
    text-overflow     : ellipsis;
    white-space       : normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    height            : 62.4px;
}

/*Gia chủ quan tâm*/
.homeowners {
    padding: 50px 0px;
}

.item-owner {
    padding      : 15px 0px;
    border-bottom: 1px dashed #6e789f;
    width        : 100%;
    display      : inline-block;
    float        : left;
}

.item-owner img {
    float       : left;
    margin-right: 20px;
}

.item-owner h5 {
    color      : #fff;
    font-family: 'MontserratBold';
    font-size  : 15px;
    line-height: 1.5;
}

.item-owner:hover h5 {
    color: #D58E00;
}

.item-owner p {
    color        : #6e7fc2;
    font-size    : 13px;
    margin-top   : 20px;
    margin-bottom: 0px;
}

/*Video index*/
.video-index {
    display              : flex;
    align-items          : center;
    background-image     : url(../images/img-data/bg_video.png);
    background-size      : cover;
    background-attachment: fixed;
    background-position  : center;
    padding              : 20px 0px;
    width                : 100%;
    min-height           : 869px;
}

.video-index-content {
    width        : 100%;
    padding-right: 320px;
    position     : relative;
}

#box_video {
    width   : 100%;
    height  : 500px;
    position: relative;
}

.img_video img {
    width : 145px;
    height: 80px;
}

.select_video {
    width   : 295px;
    position: absolute;
    top     : 0px;
    right   : 0px;
}

.itemvideo {
    width        : 100%;
    display      : inline-block;
    margin-bottom: 17px;
    font-family  : 'MontserratBold';
    cursor       : pointer;
}

.itemvideo img {
    float       : left;
    margin-right: 10px;
    width       : 145px;
}

.img_video .descr-video {
    float: right;
    width: 135px;

    font-size: 12px;

}

.descr-video h5 {
    overflow          : hidden;
    text-overflow     : ellipsis;
    white-space       : normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    height            : 42px;
    font-size         : 12px;
}

.descr-video p {
    font-family  : 'utmavo';
    color        : #ccc;
    margin-bottom: 0px;
}

/*Product index*/
.pic-product {
    background   : #fff;
    margin-bottom: 0px;
}

.content-pro {
    padding: 10px;
    display: inline-block;
    width  : 100%;
    color  : #000;
}

.content-pro h3 {
    font-size  : 14px;
    font-family: 'RobotoBold';
    color      : #000;
}

.item-pro:hover h3 {
    color: #123a82;
}

.content-pro p {
    margin-bottom: 3px;
    position     : relative;
    padding-left : 18px;
}

.content-pro p i {
    color    : #9c9c9c;
    font-size: 13px;
}

.content-pro p>i {
    position  : absolute;
    top       : 4px;
    left      : 0px;
    width     : 15px;
    text-align: center;
}

.content-pro p span {
    float: right;
}

.content-pro p span b {
    color: #f00;
}

.content-pro p span strong {
    font-weight: normal;
    color      : #4c4c4c;
}

.item-pro {
    width    : 100%;
    max-width: 282px;
    border   : 1px solid #ccc;
    margin   : auto;
    position : relative;
}

/* News top - Searchadvan */
.search-advance {
    padding   : 20px 0px;
    background: #F4F4F4;
    width     : 100%;
    display   : inline-block;
}

.left-seacrh {
    width        : 69%;
    float        : left;
    padding-right: 10px;
}

.for-news {
    width: 55%;
    float: left;
}

.nav-news {
    width  : 45%;
    float  : left;
    padding: 0px 15px 0px 25px;
}

.item-for h3 {
    font-size  : 24px;
    color      : #123a82;
    font-family: 'RobotoRegular';
    margin     : 10px 0px;
}

.item-for:hover h3 {
    color: #f00;
}

.item-for p {
    color: #8f8f8f;
}

.item-nav {
    padding      : 10px 0px;
    border-bottom: 1px solid #e7e7e7;
    color        : #222222;
    font-size    : 16px;
    font-family  : 'RobotoRegular';
    cursor       : pointer;
}

.slick-slide.slick-current.slick-active .item-nav {
    text-shadow: 0px 0px 0px;
    color      : #123a82;
}

.item-nav:hover {
    text-shadow: 0px 0px 0px;
    color      : #123a82;
}

.right-search {
    width: 31%;
    float: left;
}

.wrap-search {
    border       : 1px solid #D7D7D7;
    border-radius: 5px;
    background   : #fff;
}

.title-search {
    background             : #266AE7;
    border-top-left-radius : 5px;
    border-top-right-radius: 5px;
    color                  : #fff;
    text-transform         : uppercase;
    text-align             : center;
    font-family            : 'RobotoBold';
    font-size              : 16px;
    padding                : 7px 10px;
}

.title-search i {
    font-size  : 20px;
    margin-left: 7px;
}

.list-search {
    background : #E8E8E8;
    padding-top: 5px;
}

.list-search ul {
    padding-left : 0px;
    list-style   : none;
    margin-bottom: 10px;
}

.list-search ul li {
    width     : 50%;
    text-align: center;
}

.list-search ul li a {
    width                  : 100%;
    display                : block;
    border-top             : 1px solid transparent;
    border-top-left-radius : 7px;
    border-top-right-radius: 7px;
    color                  : #0865b2;
    font-family            : 'RobotoBold';
    padding                : 7px;
}

.list-search ul li a.active {
    background: #fff;
    border-top: 1px solid #919191;
}

.show-search {
    padding: 10px;
}

.show-search select {
    width        : 100%;
    padding      : 5px;
    outline      : none;
    border       : 1px solid #D7D7D7;
    color        : #3e3e3e;
    margin-bottom: 10px;
    font-family  : 'RobotoRegular';
}

.button-search {
    width     : 100%;
    text-align: center;
}

.button-search button {
    background-image: linear-gradient(#2468E3, #0a378b);
    color           : #fff;
    font-family     : 'RobotoBold';
    border          : none;
    padding         : 0px 10px;
    border-radius   : 5px;
    outline         : none;
}

.button-search button span {
    background: url(../images/img-data/iconsearch.png)0px 6px no-repeat;
    width     : 100%;
    display   : inline-block;
    padding   : 7px 10px 7px 30px;
}

.typebds {
    display: none;
}

.typebds.acti {
    display: block;
}

.banner-pagin img {
    width: 100%;
}

/* Breadcrumb */
.breadCrumbs {
    width        : 100%;
    display      : inline-block;
    border-bottom: 1px solid #192e83;
    margin-bottom: 40px;
    background   : rgba(0, 0, 0, 0.3);
}

.breadCrumbs .wrap-content {
    padding  : 0.75rem 10px;
    max-width: 1200px;
}

.breadCrumbs .wrap-content .breadcrumb {
    padding         : 0;
    margin-bottom   : 0;
    background-color: transparent;
    border-radius   : 0;
}

.breadCrumbs .wrap-content .breadcrumb-item a {
    color: #fff;
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
    color: #fff;
}

/*slider*/
#slider {
    width  : 100%;
    display: inline-block;
    float  : left;
}

/* Top content */
.top_content {
    width      : 100%;
    display    : inline-block;
    padding-top: 30px;
}

.item-tch {
    position    : relative;
    padding-left: 60px;
    font-size   : 13px;
    color       : #808080;
    min-height  : 50px;
    font-family : 'MuliRegular';
}

.item-tch img {
    position: absolute;
    left    : 0px;
    top     : 0px;
}

.item-tch h3 {
    color         : #323232;
    text-transform: uppercase;
    font-size     : 13px;
    font-family   : 'MuliBold';
    margin-bottom : 3px;
    padding-top   : 8px;
}

.item-tch span {
    color: #cc1010;
}

.item-tch:hover h3 {
    color: #cc1010;
}

/*Service*/
.service {
    background-image     : url(../images/img-data/bg_dv.png);
    background-attachment: fixed;
    background-size      : cover;
    height               : 430px;
    margin-bottom        : 40px;
    padding              : 20px 0px;
}

.title_service {
    font-family        : 'UTMAvoBold';
    font-size          : 30px;
    color              : #fff;
    text-transform     : uppercase;
    text-align         : center;
    background-image   : url(../images/img-data/title_center.png);
    background-repeat  : no-repeat;
    background-position: bottom center;
    padding-bottom     : 10px;
    margin-bottom      : 30px;
}

.item-ser {
    width        : 100%;
    max-width    : 261px;
    overflow     : hidden;
    margin       : auto;
    border       : 8px solid #fff;
    border-radius: 50%;
    position     : relative;
}

.item-ser img {
    border-radius: 50%;
}

.item-ser .name-service {
    position         : absolute;
    background-image : url(../images/img-data/bg_name.png);
    background-repeat: no-repeat;
    bottom           : 0px;
    left             : 0px;
    width            : 100%;
    min-height       : 70px;
    background-size  : 100% auto;
    padding          : 22px 60px 10px 60px;
    text-align       : center;
}

.item-ser .name-service h3 {
    font-family       : 'UTMAvoBold';
    font-size         : 16px;
    text-transform    : uppercase;
    color             : #fff;
    overflow          : hidden;
    text-overflow     : ellipsis;
    white-space       : normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    height            : 23px;
}

.item-ser:hover .name-service h3 {
    color: #ff0;
}

.title-newsletter {
    text-align   : center;
    color        : #fff;
    font-family  : 'MuliRegular';
    margin-bottom: 30px;
}

.title-newsletter h3 {
    font-family   : 'SVN-AvenirNextBold';
    font-size     : 32px;
    text-transform: uppercase;
}

.title-newsletter p {
    margin-bottom: 0px;
    font-style   : italic;
}

.contactnow a {
    color          : #fff;
    text-decoration: underline;
}

/*Video*/
.item-video {
    position: relative;
}

.item-video img {
    width: 100%;
}

.item-video i {
    position : absolute;
    font-size: 60px;
    color    : #fff;
    left     : calc(50% - 30px);
    top      : calc(50% - 30px);
}

/*News-Event*/
.news-event {
    background: #F1F1F1;
    padding   : 40px 0px;
}

.title-main {
    text-align   : center;
    margin-bottom: 55px;
    position     : relative;
}

.title-main h2 {
    font-size     : 30px;
    color         : #000;
    font-family   : 'MontserratBold';
    text-transform: uppercase;
    display       : inline-block;
    position      : relative;
    margin        : 0px;
}

.title-main h2 a {
    color    : #fff;
    font-size: 30px;
}

.title-main h2:before {
    position  : absolute;
    left      : calc(50% - 25px);
    bottom    : -20px;
    background: #fff;
    width     : 50px;
    height    : 3px;
    content   : '';
}


.viewall {
    float       : right;
    margin-top  : 13px;
    margin-right: 10px;
    color       : #c91414;
    font-family : 'RobotoBold';
    font-size   : 13px;
}

.viewall i {
    font-size: 10px;
}

.bannerqc {
    margin-top: 40px;
}

.bannerqc img {
    width: 100%;
}

.title-main h3 {
    font-size          : 30px;
    color              : #013186;
    font-family        : 'UTMAvoBold';
    text-transform     : uppercase;
    background-image   : url(../images/img-data/title_center.png);
    background-repeat  : no-repeat;
    background-position: bottom center;
    padding-bottom     : 10px;
}

.title-main ul {
    list-style: none;
    padding   : 0;
    margin    : 0;
    position  : absolute;
    right     : 0px;
    bottom    : 10px;
}

.title-main ul li {
    display: inline-block;
}

.title-main ul li a {
    color         : #266ae7;
    font-size     : 15px;
    display       : inline-block;
    text-transform: uppercase;
    font-family   : 'RobotoBold';
    padding       : 0px 10px;
    position      : relative;
}

.title-main ul li a:after {
    background: #e6e3e3;
    width     : 1px;
    height    : 10px;
    position  : absolute;
    right     : 0px;
    top       : 6px;
    content   : '';
}

.title-main ul li:last-child a {
    padding-right: 0px;
}

.title-main ul li:last-child a:after {
    display: none;
}

.title-main ul li a.active,
.title-main ul li a:hover {
    color: #123a82;
}

.news-left {
    border    : 1px solid #e1e1e1;
    border-top: none;
    padding   : 0px 10px;
}

.item-news {
    width        : 100%;
    position     : relative;
    display      : inline-block;
    border-bottom: 1px dotted #dbdbdb;
    padding      : 10px 0px;
}

.item-news:last-child {
    border-bottom: none;
}

.item-news img {
    float       : left;
    margin-right: 10px;
}

.item-news h4 {
    color             : #333333;
    font-size         : 12px;
    font-family       : 'RobotoBold';
    text-transform    : uppercase;
    overflow          : hidden;
    text-overflow     : ellipsis;
    white-space       : normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
}

.item-news p {
    overflow          : hidden;
    text-overflow     : ellipsis;
    white-space       : normal;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    font-family       : 'RobotoRegular';
    font-size         : 12px;
}

.item-news:hover h4 {
    color: #f00;
}

.content-news {
    width  : 100%;
    display: inline-block;
}

.descr-news a {
    text-decoration: none;
}

.descr-news h4 {
    font-family  : 'UTMAvoBold';
    font-size    : 18px;
    color        : #000;
    margin-bottom: 10px;
}

.item-news:hover .descr-news h4 {
    color: #f00;
}


/*Bottom*/
.bottom_content {
    background: #f8f8f8;
    padding   : 30px 0px;
}

.listbottom h3 a {
    font-family: 'RobotoBold';
    color      : #2a2a2a;
    font-size  : 15px;
}

.listbottom h3 a:hover {
    color: #00509a;
}

.listbottom p {
    margin-bottom: 5px;
}

.listbottom p a {
    color          : #474747;
    font-size      : 14px;
    text-decoration: none;
    font-family    : 'RobotoRegular';
}

.listbottom p a:hover {
    text-decoration: underline;
    text-shadow    : 0px 0px 0px;
}

.wrap-partner {
    padding: 0px 50px;
}

.item-partner {
    text-align: center;
    padding   : 0px 3px;
}

.item-partner img {
    border: 1px solid #d8d8d8;
}

.item-partner img:hover {
    border: 1px solid #f00;
}

/*Đối Tác*/
.partner {
    margin-top: 35px;
}

.slick-prev {
    background: url(../images/img-data/pre.png) no-repeat;
    width     : 34px;
    height    : 34px;
    font-size : 0px;
    outline   : none;
    left      : -45px;
}

.slick-next {
    background: url(../images/img-data/next.png) no-repeat;
    width     : 34px;
    height    : 34px;
    font-size : 0px;
    outline   : none;
    right     : -45px;
}

.slick-prev:before {
    display: none;
}

.slick-next:before {
    display: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    opacity: 0.8
}

/*Album*/
.album-index {
    width  : 100%;
    padding: 40px 0px;
}

.item-album {
    padding: 15px;
}

.readm-album {
    text-align: center;
    margin-top: 20px;
}

.readm-album a {
    color          : #000;
    border         : 1px solid #7992bf;
    padding        : 10px 20px;
    text-transform : uppercase;
    display        : inline-block;
    text-decoration: none;
}

.readm-album a:hover {
    background: #f00;
    border    : 1px solid #f00;
    color     : #fff;
}

/*Contact index*/
.contact-index {
    background-image: url(../images/img-data/img_lhe.png);
    background-size : cover;
    height          : 247px;
    padding         : 20px 0px;
    display         : flex;
    align-items     : center;
    color           : #fff;
    font-family     : 'UTMAvoBold';
    font-size       : 14px;
}

.contact-index .wrap-content {
    text-align: center;
}

.contact-index h4 {
    font-size     : 30px;
    color         : #fff;
    text-transform: uppercase;
    margin-bottom : 30px;
}

.contact-index p {
    max-width: 585px;
    margin   : auto;
}

.contact-index a {
    padding        : 10px 20px;
    display        : inline-block;
    background     : #fff;
    margin-top     : 20px;
    color          : #013186;
    text-decoration: none;
}

.contact-index a:hover {
    background: #013186;
    color     : #fff;
}

/* Intro */
.wrap-intro {
    margin-top: 40px;
}

.left-intro {
    width        : 50%;
    padding-right: 30px;
}

.right-intro {
    width: 50%;
}

.title-intro {
    margin-bottom: 1.5rem;
}

.title-intro span {
    font-size          : 26px;
    color              : #6BC46D;
    font-family        : 'SVN-AvenirNextBold';
    text-transform     : uppercase;
    padding-bottom     : 10px;
    margin-bottom      : 10px;
    background-image   : url(../images/img-data/linetin.png);
    background-repeat  : no-repeat;
    background-position: bottom left;
}

.newshome-best {
    width       : 43%;
    display     : block;
    float       : left;
    margin-right: 1.5%;
}

.pic-newshome-best img {
    width: 100%;
}

.name-newshome {
    color        : var(--color-black);
    font-size    : 14px;
    line-height  : 18px;
    margin-bottom: 0.25rem;
}

.name-newshome.text-split {
    -webkit-line-clamp: 2;
    text-transform    : uppercase;
    color             : #333333;
    font-family       : 'MuliBold';
}

.time-newshome {
    color        : var(--color-gray);
    margin-bottom: 0.25rem;
    font-style   : italic;
    font-size    : 13px;
}

.desc-newshome {
    color        : var(--color-black);
    margin-bottom: 0px;
    font-size    : 13px;
}

.view-newshome {
    display       : inline-block;
    border        : 1px solid var(--color-black);
    padding       : 8px 15px;
    color         : var(--color-black);
    text-transform: capitalize;
    font-weight   : 600;
    margin-top    : 1rem;
}

.view-newshome:hover {
    background-color: var(--color-black);
    color           : #fff;
}

.newshome-scroll {
    width   : calc(100%);
    height  : 450px;
    overflow: hidden;
}

.newshome-scroll ul li {
    margin-bottom: 15px !important;
}

.newshome-scroll ul li:nth-child(2n) .pic-newshome-normal {
    float       : right;
    margin-left : 3%;
    margin-right: 0px;
}

.newshome-normal {
    display    : block;
    font-family: 'MuliRegular';
}

.newshome-normal:hover .name-newshome.text-split {
    color: #f00;
}

.pic-newshome-normal {
    float        : left;
    margin-right : 3%;
    margin-bottom: 0px;
    border-radius: 50%;
}

.pic-newshome-normal img {
    width        : 100%;
    border-radius: 50%;
}

.video-main {
    position: relative;
    height  : 400px;
}

.video-main iframe {
    position: absolute;
    width   : 100%;
    height  : 100%;
    top     : 0px;
    left    : 0px;
}

.listvideos {
    width     : 100%;
    height    : 40px;
    padding   : 0px 10px;
    border    : 1px solid #ccc;
    color     : var(--color-black);
    margin-top: 10px;
    cursor    : pointer;
}

/*Vì Sao chọn chúng tôi*/
.whychoose {
    background-image : url(../images/img-data/bg_why.png);
    background-size  : 100% auto;
    background-repeat: no-repeat;
    height           : 580px;
    padding          : 40px 0px;
}

.title-why {
    text-align   : center;
    color        : #fff;
    font-family  : 'MuliRegular';
    margin-bottom: 40px;
}

.title-why h3 {
    font-family   : 'SVN-AvenirNextBold';
    text-transform: uppercase;
    font-size     : 32px;
    background    : url(../images/img-data/title_why.png) bottom center no-repeat;
    padding-bottom: 5px;
    margin-top    : 5px;
}

.wrap-why {
    width        : 50%;
    float        : left;
    margin-bottom: 25px;
}

.item-why {
    width        : 100%;
    max-width    : 375px;
    float        : left;
    padding-right: 76px;
    position     : relative;
    font-family  : 'MuliRegular';
    color        : #fff;
}

.item-why img {
    position: absolute;
    right   : 0px;
}

.wrap-why:nth-child(2n) .item-why {
    float        : right;
    padding-left : 76px;
    padding-right: 0px;
}

.wrap-why:nth-child(2n+1) {
    clear: both;
}

.wrap-why:nth-child(2n) .item-why img {
    right: inherit;
    left : 0px;
}

.item-why h4 {
    font-family: 'MuliBold';
    font-size  : 15px;
    color      : #fff;
}

.item-why:hover h4 {
    color: #e5bd44;
}

/*Giá tốt nhất*/
.pricehot {
    width     : 100%;
    display   : inline-block;
    padding   : 40px 0px;
    background: url(../images/img-data/la1.png)0px 30px no-repeat, url(../images/img-data/la2.png)top right no-repeat, url(../images/img-data/la3.png)bottom right no-repeat;
}

.productscroll {
    width     : 100%;
    max-width : 282px;
    text-align: center;
}

.productscroll:hover .name-product.text-split {
    color: #d61a1a;
}

.scroll-price .owl-prev {
    position  : absolute;
    top       : calc(50% - 80px);
    left      : -26px;
    background: url(../images/pre.png) no-repeat !important;
    font-size : 0px !important;
    width     : 56px;
    height    : 56px;
    outline   : none;
}

.scroll-price .owl-next {
    position  : absolute;
    top       : calc(50% - 80px);
    right     : -22px;
    background: url(../images/next.png) no-repeat !important;
    font-size : 0px !important;
    width     : 56px;
    height    : 56px;
    outline   : none;
}

/*Catalogue*/
.catalogue {
    width        : 100%;
    display      : inline-block;
    margin-bottom: 30px;
}

.item-catalogue {
    width     : 100%;
    max-width : 280px;
    text-align: center;
}

.item-catalogue h5 {
    overflow          : hidden;
    text-overflow     : ellipsis;
    white-space       : normal;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    color             : #2e2e2e;
    font-family       : 'MuliRegular';
    height            : 38px;
    font-size         : 16px;
    margin            : 10px 0px 0px;
}

.item-catalogue:hover h5 {
    color: #f00;
}

/* Video */
.video {
    float     : left;
    width     : 23.5%;
    margin    : 0 2% 2% 0;
    text-align: center;
    cursor    : pointer;
}

.video:nth-child(4n+1) {
    clear: both;
}

.video:nth-child(4n) {
    margin-right: 0px;
}

.pic-video {
    position: relative;
}

.pic-video:before {
    content          : "";
    position         : absolute;
    width            : 50px;
    height           : 35px;
    top              : calc(50% - 50px/2);
    left             : calc(50% - 35px/2);
    z-index          : 1;
    background-repeat: no-repeat;
    background-image : url(../images/play.png);
}

.pic-video img {
    width: 100%;
}

.name-video {
    font-size    : 16px;
    color        : var(--color-black);
    margin-bottom: 0px;
}

/* Album */
.album {
    float     : left;
    width     : 23.5%;
    margin    : 0 2% 2% 0;
    text-align: center;
    cursor    : pointer;
}

.album:nth-child(4n+1) {
    clear: both;
}

.album:nth-child(4n) {
    margin-right: 0px;
}

.pic-album {
    position: relative;
}

.pic-album img {
    width: 100%;
}

.name-album {
    font-size    : 16px;
    color        : var(--color-black);
    margin-bottom: 0px;
}

/* Brand */
.wrap-brand {
    margin-bottom: 50px;
    padding      : 0px 10px;
}

.wrap-brand .wrap-content {
    max-width: 1200px;
    padding  : 0px;
    position : relative;
}

.owl-brand {
    padding: 0px 40px;
}

.brand {
    display: block;
    border : 1px solid #eee;
}

.brand img {
    width: 100%;
}

/* Sản Phẩm */
#main {}

.full-product {
    width        : 100%;
    display      : inline-block;
    margin-bottom: 15px;
}

.content-product {
    margin-top: 30px;
}

.box-product {
    position: relative;
    display : block;
}

.pic-product {
    background: #fff;
}

.name-product {
    font-size: 16px;
    color    : var(--color-black);
}

.name-product.text-split {
    -webkit-line-clamp: 2;
    font-family       : 'RobotoBold';
    margin-bottom     : 10px;
    color             : #212121;
    font-size         : 14px;
    text-transform    : uppercase;
    height            : 36px;
    line-height       : 1.3;
}

.mar-scroll {
    margin: 0px -12px;
}

.product {
    width      : 100%;
    display    : inline-block;
    font-family: 'RobotoRegular';
    position   : relative;
    color      : #212121;
    font-size  : 13px;
}

.product:hover .text-split {
    color: #123a82
}

.product p {
    width        : 100%;
    display      : inline-block;
    float        : left;
    margin-bottom: 5px;
}

.product p.price,
.product p.dtch {
    float: left;
    width: 50%;
}

.product p.price span,
.product p.dtch span {
    color      : #c91414;
    font-family: 'RobotoBold';
}

.product p.date {
    color   : #818181;
    position: absolute;
    bottom  : 10px;
    right   : 10px;
}

.add-bds span {
    color: #0066b3;
}

.mr-pro {
    margin: 0px -10px;
}

.wrap-product {
    padding: 10px;
}

.wrap-product:nth-child(3n+1) {
    clear: both;
}

.img-product {
    margin-bottom: 10px;
}

.over-img {
    overflow: hidden;
}

.price-product {
    margin-bottom: 0px;
}

.price-product span {
    padding: 0px 5px;
}

.price-new {
    font-size  : 17px;
    color      : #d61a1a;
    font-family: 'MuliBold';
}

.price-old {
    font-size      : 13px;
    color          : #808080;
    text-decoration: line-through;
}

.price-per {
    position     : absolute;
    top          : 15px;
    right        : 15px;
    color        : #fff;
    background   : var(--color-red);
    font-size    : 11px;
    border-radius: 2px;
    width        : 45px;
    height       : 25px;
    text-align   : center;
    line-height  : 25px;
}

.cart-product {
    margin-bottom: 0px;
}

.cart-product span {
    cursor        : pointer;
    width         : 49%;
    float         : left;
    color         : #fff;
    text-transform: capitalize;
    text-align    : center;
    padding       : 7px 5px;
    border-radius : 3px;
}

.cart-add {
    margin-right    : 2%;
    background-color: var(--color-red);
}

.cart-add:hover {
    background-color: var(--color-dark-red);
}

.cart-buy {
    background-color: var(--color-green);
}

.cart-buy:hover {
    background-color: var(--color-dark-green);
}

.viewproduct {
    width     : 100%;
    text-align: center;
    display   : inline-block;
}

.viewproduct a {
    color        : #252525;
    padding      : 10px 20px;
    display      : inline-block;
    border       : 1px solid #262626;
    border-radius: 25px;
    font-family  : 'MuliRegular';
}

.viewproduct a:hover {
    color     : #fff;
    background: #262626;
}

.hot {
    position: absolute;
    top     : 10px;
    right   : 10px;
    z-index : 12;
}

/*Right*/
.wrap-right {
    margin-bottom: 25px;
}

.title-right {
    background: #F0A30A;
    position  : relative;
}

.title-right:before {
    position  : absolute;
    top       : 5px;
    left      : 0px;
    width     : 100%;
    height    : 1px;
    content   : '';
    background: url(../images/img-data/linetitle.png) center no-repeat;
}

.title-right h3 {
    padding       : 13px 15px;
    text-transform: uppercase;
    margin-bottom : 0px;
    color         : #fff;
    font-size     : 18px;
    text-align    : center;
    font-family   : 'Oswald-Bold';
}

.wrap-right>ul {
    padding      : 0px;
    margin-bottom: 0px;
    list-style   : none;
    border       : 1px solid #e1e1e1;
    border-top   : none;
    background   : #F9F9F9;
}

.wrap-right li {
    position: relative;
    padding : 0px 10px;
}

.wrap-right li:last-child {
    border-bottom: none;
}

.wrap-right li a {
    color        : #333333;
    font-family  : 'RobotoMedium';
    width        : 100%;
    display      : block;
    position     : relative;
    padding      : 10px 10px 10px 15px;
    border-bottom: 1px dotted #dbdbdb;
}

.wrap-right li:last-child a {
    border-bottom: none;
}

.wrap-right li a i {
    position: absolute;
    top     : 12px;
    left    : 0px;
}

.wrap-right li:hover>a {
    color: #f00;
}

.wrap-right li ul {
    position  : absolute;
    top       : 50%;
    left      : 100%;
    border    : 1px solid #e1e1e1;
    padding   : 0px;
    margin    : 0px;
    background: #fff;
    z-index   : 12;
    width     : 250px;
    visibility: hidden;
    opacity   : 0;
    list-style: none;
}

.wrap-right li:hover>ul {
    visibility: visible;
    opacity   : 1;
    top       : 0;
}

.content-support {
    border    : 1px solid #e1e1e1;
    border-top: none;
    padding   : 10px;
}

img.imgsup {
    width: 100%;
}

.hotline-sup {
    background : #c91313;
    padding    : 5px 10px;
    text-align : center;
    font-family: 'utmavo';
    color      : #fff;
}

.hotline-sup span {
    font-family: 'UTMAvoBold';
    font-size  : 20px;
    color      : #fff200;
}

.item-support {
    border-bottom: 1px dotted #dbdbdb;
    padding      : 15px 10px;
}

.img-soci {
    float: left;
}

.right-sup {
    float      : left;
    line-height: 1;
    font-family: 'RobotoBold';
    margin-left: 10px;
}

.right-sup h5 {
    font-size    : 12px;
    font-family  : 'RobotoBold';
    margin-bottom: 0px;
}

.right-sup p {
    margin-bottom: 0px;
    font-size    : 12px;
}

.mail-sup {
    width     : 100%;
    display   : inline-block;
    margin-top: 10px;
}

/* Sản Phẩm Detail */
.grid-pro-detail {
    margin-bottom: 50px;
}

.left-pro-detail {
    position    : relative;
    float       : left;
    width       : 40%;
    text-align  : center;
    margin-right: 2%;
    background  : white;
}

.left-pro-detail .MagicZoom {
    border       : 1px solid #eee;
    padding      : 7px;
    border-radius: 5px;
}

.right-pro-detail {
    width: calc(100% - 42%);
    float: left;
}

.gallery-thumb-pro {
    position  : relative;
    margin-top: 10px;
}

.slick-thumb-pro {
    margin : 0px !important;
    padding: 0px 30px;
}

.control-thumb-pro {
    position        : absolute;
    top             : calc(50% - 25px/2);
    margin-bottom   : 0px;
    width           : 25px;
    height          : 25px;
    text-align      : center;
    line-height     : 23px;
    border          : 1px solid #eee;
    z-index         : 2;
    background-color: #fff;
    color           : #ccc;
    cursor          : pointer;
}

.control-thumb-pro:hover {
    background-color: var(--color-red);
    border-color    : var(--color-red);
    color           : #fff;
}

.prev-thumb-pro {
    left: 0px;
}

.next-thumb-pro {
    right: 0px;
}

.thumb-pro-detail {
    display  : block !important;
    margin   : auto;
    max-width: 90%;
    border   : 1px solid #eee;
    padding  : 5px;
}

.thumb-pro-detail.mz-thumb-selected.mz-thumb {
    border-color: rgba(0, 0, 0, 0.2);
}

.thumb-pro-detail img {
    box-shadow    : none !important;
    filter        : brightness(100%) !important;
    border-bottom : 0px !important;
    padding-bottom: 0px !important;
}

.title-pro-detail {
    display       : block;
    font-size     : 22px;
    color         : #F0A30A;
    text-transform: uppercase;
    text-align    : left;
    font-family   : 'MontserratBold';
}

.content-bds {
    margin-bottom: 40px;
}

.det-ct {
    font-size: 13px;
    color    : #055699;
}

.det-ct b {
    color: #000;
}

.colbl {
    color      : #e70808;
    font-weight: bold;
}

.tabdetail ul {
    margin                 : 0px;
    list-style             : none;
    background             : #F0A30A;
    padding                : 5px 10px 0px 10px;
    display                : inline-block;
    width                  : 100%;
    float                  : left;
    border-top-left-radius : 5px;
    border-top-right-radius: 5px;
}

.tabdetail ul li {
    display     : inline-block;
    float       : left;
    margin-right: 5px;
}

.tabdetail ul li a {
    color                  : #fff;
    padding                : 7px 10px;
    display                : inline-block;
    border-top-left-radius : 5px;
    border-top-right-radius: 5px;
    font-family            : 'RobotoBold';
}

.tabdetail ul li a.active {
    background: #F0F0F0;
    color     : #333;
}

.content-tab {
    width     : 100%;
    display   : inline-block;
    padding   : 20px;
    background: #F0F0F0;
}

.showtab {
    display: none;
}

.showtab.active {
    display: block;
}

.tabdetail {
    margin-bottom: 30px;
}

.showtab iframe {
    width : 100%;
    height: 400px;
}

.social-plugin-pro-detail {
    margin-bottom: 1rem;
    margin-top   : 0px !important;
}

.desc-pro-detail {
    margin-bottom: 1rem;
}

.attr-pro-detail {
    list-style: none;
    padding   : 0px;
}

.attr-pro-detail li {
    margin-bottom: 0.5rem;
}

.attr-label-pro-detail {
    margin: 0px 5px 0px 0px;
}

.attr-label-pro-detail.d-block {
    display: block;
    margin : 0px 0px 5px 0px;
}

.attr-content-pro-detail {
    display      : inline-block;
    margin-bottom: 0px;
}

.price-new-pro-detail {
    font-weight: 700;
    font-size  : 20px;
    color      : var(--color-red);
}

.price-old-pro-detail {
    font-weight    : 500;
    color          : var(--color-gray);
    text-decoration: line-through;
    padding-left   : 10px;
}

.color-pro-detail {
    display       : inline-block;
    vertical-align: top;
    position      : relative;
    width         : 35px;
    height        : 30px;
    margin        : 0px 0px 3px 0px;
    border        : 1px solid transparent;
}

.size-pro-detail {
    border  : 1px solid #ccc;
    padding : 3px 10px 4px 10px;
    display : inline-block;
    position: relative;
}

.size-pro-detail.active,
.color-pro-detail.active {
    border-color: #e5101d;
    color       : #e5101d;
}

.color-pro-detail.active:before,
.size-pro-detail.active:before {
    content            : '';
    position           : absolute;
    width              : 100%;
    height             : 100%;
    top                : 0px;
    left               : 0px;
    bottom             : 0px;
    right              : 0px;
    margin             : auto;
    z-index            : 1;
    background-image   : url(../images/check-cart.png);
    background-repeat  : no-repeat;
    background-position: bottom right;
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
    outline           : none;
    position          : absolute;
    cursor            : pointer;
    width             : 100%;
    height            : 100%;
    -webkit-appearance: none;
    border            : 0px;
    top               : 0px;
    left              : 0px;
}

.quantity-pro-detail {
    width          : 100%;
    max-width      : 110px;
    line-height    : normal;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    text-align     : center;
}

.quantity-pro-detail span {
    line-height: 25px;
    padding    : 0px;
    width      : 30px;
    height     : 30px;
    color      : #5f5f5f;
    cursor     : pointer;
    font-size  : 22px;
    border     : 1px solid #cccccc;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
    border-left: 0px;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
    border-right: 0px;
}

.quantity-pro-detail input {
    height    : 30px;
    border    : 1px solid #cccccc;
    width     : calc(100% - 60px);
    text-align: center;
    font-size : 14px;
    padding   : 5px;
}

.cart-pro-detail {
    margin-bottom  : 1rem;
    display        : flex;
    align-items    : stretch;
    justify-content: flex-start;
}

.cart-pro-detail a {
    width         : auto;
    text-align    : center;
    color         : #fff;
    padding       : 8px 15px;
    text-transform: uppercase;
    border-radius : 3px;
    cursor        : pointer;
}

.cart-pro-detail a.addnow {
    margin-right: 10px;
    background  : #fd6e1d;
    background  : -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
    background  : -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background  : -moz-linear-gradient(top, #f59000, #fd6e1d);
    background  : -ms-linear-gradient(top, #f59000, #fd6e1d);
    background  : -o-linear-gradient(top, #f59000, #fd6e1d);
}

.cart-pro-detail a.buynow {
    background-color: var(--color-green);
}

.cart-pro-detail a.buynow:hover {
    background-color: var(--color-dark-green);
}

.cart-pro-detail a i {
    vertical-align: top;
    margin-top    : 3px;
    margin-right  : 8px;
}

.tags-pro-detail {
    margin: 1rem 0px 2rem 0px;
}

.tags-pro-detail a {
    float           : left;
    font-size       : 12px;
    color           : #fff;
    padding         : 5px 10px 7px 10px;
    margin-right    : 5px;
    margin-bottom   : 5px;
    background-color: var(--color-red);
    border-radius   : 3px;
}

.tags-pro-detail a:hover {
    background-color: var(--color-medium-red);
}

.tags-pro-detail a i {
    font-size: 10px;
    float    : left;
    margin   : 5px 5px 0px 0px;
}

.tabs-pro-detail .ul-tabs-pro-detail {
    padding      : 0px;
    list-style   : none;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e7e7e7;
    margin-top   : 20px;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
    cursor       : pointer;
    float        : left;
    margin-right : 5px;
    margin-bottom: 5px;
    background   : #eee;
    padding      : 5px 10px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
    background: #333;
    color     : #fafafa;
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
    margin-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
    display: none;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
    display: block;
}

/* Toc */
.box-readmore {
    padding         : 8px 15px;
    border          : 1px solid #dedede;
    margin-bottom   : 2rem;
    border-radius   : 5px;
    background-color: #eeeeee;
}

.box-readmore li ul>li {
    margin       : 0;
    margin-bottom: 8px
}

.box-readmore li ul>li:before {
    content: counters(item, ".") " "
}

.box-readmore ul {
    list-style-type: none;
    counter-reset  : item;
    margin-bottom  : 0px;
    padding-left   : 0px !important;
    margin-top     : 8px;
}

.box-readmore ul li {
    display          : table;
    counter-increment: item;
    margin-bottom    : 5px
}

.box-readmore ul li:before {
    content      : counters(item, ".") ". ";
    display      : table-cell;
    padding-right: 5px
}

.box-readmore ul li a {
    color      : #333333;
    cursor     : pointer;
    font-weight: 600;
}

.box-readmore ul li a:hover {
    color: #767676;
}

/* Bài viết */
.news {
    width        : 100%;
    float        : left;
    margin-bottom: 25px;
    display      : block;
}

.news:nth-child(2n) {
    float: right;
}

.news:nth-child(2n+1) {
    clear: both;
}

.pic-news {
    float       : left;
    margin-right: 15px;
    width       : 28%;
}

.pic-news img {
    width: 100%;
}

.info-news {

    /* float:left; */
    /* width:60%; */
}

.name-news {
    font-size    : 16px;
    display      : block;
    line-height  : normal;
    margin-bottom: 5px;
    color        : #000;
    font-family  : 'MontserratBold';
}

.name-news:hover {
    color: #D58E00;
}

.time-news {
    color        : var(--color-gray);
    margin-bottom: 0.25rem;
}

.desc-news {
    color      : #333333;
    margin-top : 5px;
    line-height: 22px;
}

.share {
    padding      : 17px 10px 10px 10px;
    line-height  : normal;
    background   : rgba(128, 128, 128, 0.15);
    margin-top   : 15px;
    border-radius: 5px;
}

.share b {
    display      : block;
    margin-bottom: 5px;
}

.othernews b {
    margin-bottom: 10px;
}

.list-news-other {
    padding-left: 17px;
    list-style  : square;
}

.list-news-other li {
    margin-bottom: 2px;
}

.list-news-other li a {
    text-transform: none;
    color         : #ccc;
}

.list-news-other li a:hover {
    color: #fff;
}

/* Contact */
.top-contact {
    display        : flex;
    align-items    : flex-start;
    justify-content: space-between;
    margin-bottom  : 30px;
}

.top-contact .article-contact {
    width: 48%;
}

.form-contact {
    width: 47%;
}

.input-contact {
    position     : relative;
    margin-bottom: 15px;
}

.input-contact input,
.input-contact textarea {
    width    : 100%;
    padding  : 0px;
    outline  : none;
    font-size: 14px;
}

.input-contact input {
    text-indent: 10px;
}

.input-contact textarea {
    resize : none;
    height : 150px;
    padding: 10px;
}

.input-contact .custom-file-label::after {
    content: attr(title);
}

.bottom-contact {
    position: relative;
    height  : 500px;
}

.bottom-contact iframe {
    position: absolute;
    top     : 0px;
    left    : 0px;
    width   : 100% !important;
    height  : 100% !important;
}

/* Footer */
.footer {
    background    : #fff;
    color         : #000000;
    font-family   : roboto;
    padding-top   : 60px;
    padding-bottom: 60px;
    width         : 100%;
}

.info-footer p {
    margin-bottom: 5px;
}

.content-foo {
    padding: 30px 0px;
}

.footer.fooin {
    margin-top: 40px;
}

.logo-footer {
    display      : inline-block;
    margin-bottom: 10px;
}

.title-footer {
    text-transform: capitalize;
    margin-bottom : 20px;
    position      : relative;
    font-family   : "Times New Roman", Times, serif;
    font-size     : 17px;
    font-weight   : bold;
    padding-bottom: 10px;
}

.title-footer:after {
    content   : '';
    position  : absolute;
    left      : 0px;
    bottom    : 0px;
    height    : 2px;
    background: #e2af0e;
    width     : 40px;
}

.title-cs {
    text-transform: uppercase;
    font-size     : 25px;
    margin-bottom : 20px;
    padding-bottom: 15px;
    position      : relative;
    font-family   : 'Oswald-Bold';
    color         : #F0A30A;
    border-bottom : 1px solid #ebebeb;
}

.title-cs:before {
    position  : absolute;
    width     : 123px;
    height    : 6px;
    background: url(../images/img-data/linefb.png) no-repeat;
    content   : '';
    left      : 0px;
    bottom    : -6px;
}

.text-footer {
    float: right;
}

.item_sup p {
    margin-bottom: 5px;
}

.item_sup {
    padding-bottom: 10px;
    margin-bottom : 10px;
    border-bottom : 1px solid rgba(255, 255, 255, 0.2);
}

.item_sup:last-child {
    border-bottom: none;
}

.footer-ul {
    list-style: none;
    padding   : 0px;
    margin    : 0px;
}

.footer-ul li {
    margin-bottom: 10px;
}

.footer-ul li:last-child {
    margin-bottom: 0px;
}

.footer-ul li a {
    width      : 100%;
    position   : relative;
    color      : #000000;
    font-family: roboto;
}

.footer-ul li a:hover {
    color: #D58E00;
}

.footer-ul li a i {
    font-size   : 13px;
    margin-right: 5px;
}

.slogan-newsletter {
    margin-bottom: 0.5rem;
    color        : var(--color-gray);
}

.form-newsletter {
    width        : 100%;
    padding-right: 95px;
    position     : relative;
}

.newsletter {
    width      : 100%;
    display    : inline-block;
    padding-top: 30px;
}

.newsletter-input {
    width: 50%;
    float: left;
}

.newsletter-input input {
    padding      : 0px 10px;
    font-size    : 14px;
    border       : none;
    border-radius: 0px;
    height       : 35px;
}

.newsletter-input:nth-child(1) {
    padding-right: 3px;
}

.newsletter-input:nth-child(2) {
    padding-left: 2px;
}

.newsletter-teara {
    width  : 100%;
    padding: 10px;
}

.newsletter-teara textarea {
    width        : 100%;
    height       : 120px;
    padding      : 10px;
    font-size    : 14px;
    border       : 1px solid #65b570;
    border-radius: 7px;
}

.newsletter-button {
    text-align: center;
    position  : absolute;
    right     : 0px;
    top       : 0px;
    width     : 90px;
}

.newsletter-button input[type=submit] {
    border          : 0px;
    background-color: #266AE7;
    color           : #fff;
    display         : inline-block;
    height          : 35px;
    text-transform  : uppercase;
    font-weight     : 500;
    cursor          : pointer;
    width           : 100%;
}

.footer-tags {
    margin-top: 40px;
}

.label-tags {
    float         : left;
    text-transform: uppercase;
    margin-bottom : 0px;
    margin-top    : 4px;
    padding-right : 10px;
}

.list-tags {
    list-style: none;
    padding   : 0px;
    margin    : 0px;
}

.list-tags li {
    float: left;
}

.list-tags li a {
    color  : #fff;
    padding: 5px;
    display: inline-block;
}

.list-tags li a:hover {
    color: #F0A30A;
}

.footer-powered {
    width   : 100%;
    position: relative;
}

.border-footer {
    border-top: 1px solid #3d3d3d;
    padding   : 20px 0px;
}

.copyright {
    margin-bottom: 0px;
    width        : 100%;
    color        : #3d3d3d;
    font-size    : 13px;
    font-family  : roboto;
    text-align   : center;
    position     : relative;
    z-index      : 12;
}

.statistic {
    float: right;
}

.statistic {
    margin-bottom: 0px;
    font-family  : 'RobotoRegular';
}

.statistic span {
    padding-right: 10px;
}

.statistic span:last-child {
    padding-right: 0px;
}

#footer-map {
    position: relative;
    height  : 420px;
}

#footer-map iframe {
    position: absolute !important;
    width   : 100% !important;
    height  : 100% !important;
    top     : 0px !important;
    left    : 0px !important;
}

.info-newsletter {
    padding: 45px 0px;
}


h3.company {
    text-transform: uppercase;
    color         : #e2af0e;
    font-family   : Gothic;
    font-size     : 35px;
    line-height   : 1.5;
    margin-bottom : 20px;
}

/* Like Share */
.social-plugin {
    display        : flex;
    justify-content: flex-start;
    margin-top     : 10px;
}

.social-plugin .at-share-btn {
    margin-bottom: 0px !important;
}

.social-plugin .zalo-share-button {
    margin-left: 3px;
}

/* Phân Trang */
.pagination-home .pagination .page-item .page-link {
    color    : #212529;
    font-size: .875rem;
}

.pagination-home .pagination .page-item.active .page-link {
    color           : #ffffff;
    background-color: #212529;
    border-color    : #212529;
}

/* Phân Trang Ajax */
.pagination-ajax {
    text-align: center;
}

.pagination-ajax a {
    display       : inline-block;
    vertical-align: top;
    margin        : 0px 2px 3px 2px;
    color         : #333;
    background    : #eee;
    border        : 1px solid rgba(161, 161, 161, 0.4);
    font-size     : 12px;
    cursor        : pointer;
    padding       : 3px 10px 5px 10px;
    border-radius : 2px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
    background  : var(--color-red);
    color       : #fff;
    border-color: var(--color-red);
}

/* Popup custom */
.modal-custom .modal-footer {
    padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
    font-size: 14px;
}

/* Popup */
#popup .modal-body {
    padding: 0px;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
    display   : none !important;
    width     : 0px !important;
    height    : 0px !important;
    visibility: hidden !important;
    overflow  : hidden;
}

/* Hidden Check Grammar Coccoc */
coccocgrammar {
    display: none;
}

/* Scroll Top */
.scrollToTop {
    width          : 41px;
    height         : 41px;
    text-align     : center;
    font-weight    : bold;
    color          : #444;
    text-decoration: none;
    position       : fixed;
    bottom         : 65px;
    right          : 25px;
    display        : none;
    z-index        : 10;
    cursor         : pointer;
}

.centerscrtop {
    width        : 60px;
    height       : 60px;
    text-align   : center;
    line-height  : 60px;
    background   : #E69F12;
    color        : #fff;
    border-radius: 50%;
    position     : absolute;
    left         : calc(50% - 30px);
    top          : -30px;
}

/* Text Hide */
.text-split {
    overflow          : hidden;
    text-overflow     : ellipsis;
    white-space       : normal;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    -webkit-line-clamp: 3;
}

/* Transition All */
.transition {
    -webkit-transition: 0.3s ease-out;
    -moz-transition   : 0.3s ease-out;
    -o-transition     : 0.3s ease-out;
    transition        : 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
    overflow: hidden;
    display : block;
}

.scale-img img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition   : 0.3s ease-out;
    -o-transition     : 0.3s ease-out;
    transition        : 0.3s ease-out;
    -moz-transform    : scale(1, 1);
    -webkit-transform : scale(1, 1);
    -o-transform      : scale(1, 1);
    -ms-transform     : scale(1, 1);
    transform         : scale(1, 1);
}

.scale-img:hover>img {
    -webkit-transition: 0.3s ease-out;
    -moz-transition   : 0.3s ease-out;
    -o-transition     : 0.3s ease-out;
    transition        : 0.3s ease-out;
    -moz-transform    : scale(1.1, 1.1);
    -webkit-transform : scale(1.1, 1.1);
    -o-transform      : scale(1.1, 1.1);
    -ms-transform     : scale(1.1, 1.1);
    transform         : scale(1.1, 1.1);
}

/* Blink */
.blink {
    -webkit-animation-name           : blink;
    -webkit-animation-duration       : 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name              : blink;
    -moz-animation-duration          : 1s;
    -moz-animation-timing-function   : linear;
    -moz-animation-iteration-count   : infinite;
    animation-name                   : blink;
    animation-duration               : 1s;
    animation-timing-function        : linear;
    animation-iteration-count        : infinite;
}

@-moz-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }

}

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }

}

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }

}

/* Button Frame */
.btn-frame {
    display : block;
    width   : 50px;
    height  : 50px;
    position: fixed;
    right   : 20px;
    z-index : 10;
    cursor  : pointer;
}

.btn-frame i {
    display        : flex;
    display        : -ms-flex;
    justify-content: center;
    align-items    : center;
    -ms-flex-align : center;
    width          : 50px;
    height         : 50px;
    border-radius  : 50%;
    background     : #1182FC;
    position       : relative;
    z-index        : 1;
}

.btn-frame i img {
    vertical-align: middle;
    width         : 70%;
}

.btn-frame .animated.infinite {
    animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
    width                : 60px;
    height               : 60px;
    top                  : -5px;
    right                : -5px;
    position             : absolute;
    background-color     : transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius   : 100%;
    border-radius        : 100%;
    border               : 2px solid rgba(7, 41, 103, 0.8);
    opacity              : .1;
    border-color         : #1182FC;
    opacity              : .5;
}

.btn-frame .zoomIn {
    animation-name: zoomIn;
}

.btn-frame .animated {
    animation-duration : 1s;
    animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
    width                : 70px;
    height               : 70px;
    top                  : -10px;
    right                : -10px;
    position             : absolute;
    -webkit-transition   : all 0.2s ease-in-out;
    -moz-transition      : all 0.2s ease-in-out;
    -ms-transition       : all 0.2s ease-in-out;
    -o-transition        : all 0.2s ease-in-out;
    transition           : all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius   : 100%;
    border-radius        : 100%;
    border               : 2px solid transparent;
    -webkit-transition   : all .5s;
    -moz-transition      : all .5s;
    -o-transition        : all .5s;
    transition           : all .5s;
    background-color     : rgba(7, 41, 103, 0.35);
    opacity              : .4;
}

.btn-frame .pulse {
    animation-name: pulse;
}

/* Zalo */
.btn-zalo {
    bottom: 315px;
}

/* Phone */
.btn-phone {
    bottom: 230px;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
    display: none !important
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right : 97px
}

.js-facebook-messenger-tooltip {
    color     : #404040;
    background: #fff
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-tooltip {
    display      : none;
    position     : fixed;
    text-align   : center;
    border-radius: 10px;
    overflow     : hidden;
    font-size    : 12px;
    line-height  : 1;
    padding      : 10px;
    border       : 1px solid rgba(0, 0, 0, 0.1);
    box-shadow   : rgba(0, 0, 0, 0.15) 0 2pt 10pt;
    z-index      : 1.0E+30
}

.js-facebook-messenger-close-tooltip {
    width      : 10px;
    height     : 10px;
    display    : inline-block;
    cursor     : pointer;
    margin-left: 10px
}

.js-facebook-messenger-box.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name        : rubberBand
}

.js-facebook-messenger-box.animated {
    -webkit-animation-duration : 1s;
    animation-duration         : 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode        : both
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-box {
    display           : block;
    position          : fixed;
    cursor            : pointer;
    bottom            : 150px;
    right             : 17px;
    width             : 56px;
    height            : 56px;
    text-align        : center;
    background        : #1182FC;
    border-radius     : 100%;
    overflow          : hidden;
    z-index           : 99;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow   : 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow        : 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
    width             : 32px;
    height            : 33px;
    position          : absolute;
    top               : 13px;
    left              : 12px;
    opacity           : 1;
    overflow          : hidden;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition   : opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition     : opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition        : opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
    transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
    opacity           : 0;
    width             : 19px;
    height            : 20px;
    position          : absolute;
    top               : 19px;
    left              : 19px;
    -webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -moz-transition   : opacity 160ms ease-in-out, transform 160ms ease-in-out;
    -o-transition     : opacity 160ms ease-in-out, transform 160ms ease-in-out;
    transition        : opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-container {
    position          : fixed;
    opacity           : 0;
    transform         : translateY(50px);
    bottom            : 110px;
    right             : 90px;
    border-radius     : 10px;
    pointer-events    : none;
    box-shadow        : 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
    -webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -moz-transition   : transform 160ms ease-in-out, opacity 160ms ease-in-out;
    -o-transition     : transform 160ms ease-in-out, opacity 160ms ease-in-out;
    transition        : transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-top-header {
    color     : #fff;
    background: #1182FC
}

.js-facebook-messenger-top-header {
    display                : block;
    position               : relative;
    width                  : 220px;
    background             : #1182FC;
    color                  : #fff;
    text-align             : center;
    line-height            : 1;
    padding                : 10px;
    font-size              : 14px;
    border-top-left-radius : 10px;
    border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
    border-bottom-left-radius : 10px;
    border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
    z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
    z-index: 1000
}

.js-facebook-messenger-top-header {
    color     : #fff;
    background: #1182FC
}

.js-facebook-messenger-top-header {
    width: 220px
}

.js-facebook-messenger-tooltip {
    color     : #404040;
    background: #fff
}

.js-facebook-messenger-container.open {
    transform     : translateY(0px);
    opacity       : 1;
    pointer-events: all
}

.js-facebook-messenger-tooltip {
    bottom: 97px;
    right : 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
    opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
    transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
    opacity: 1
}

/* Cart fix */
.cart-fixed {
    position       : fixed;
    right          : -100px;
    bottom         : 390px;
    z-index        : 10;
    background     : #4b4f56;
    width          : 50px;
    height         : 50px;
    text-align     : center;
    color          : #fff !important;
    border-radius  : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

.cart-fixed i {
    font-size: 20px;
}

.cart-fixed span {
    position     : absolute;
    top          : 0px;
    right        : -5px;
    color        : #fff;
    width        : 25px;
    height       : 25px;
    background   : var(--color-red);
    text-align   : center;
    line-height  : 25px;
    font-size    : 11px;
    border-radius: 100%;
}

.fix_head .cart-fixed {
    right: 20px;
}

/* Toolbar */
.toolbar {
    background: var(--color-red);
    width     : 100%;
    padding   : 3vw;
    bottom    : 0px;
    position  : fixed;
    z-index   : 500;
    height    : auto;
    left      : 0px;
}

.toolbar ul {
    list-style     : none;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    padding        : 0px;
    margin         : 0px;
}

.toolbar ul li {
    text-align: center;
    width     : 25%;
}

.toolbar ul li a {
    display: block;
    width  : 100%;
    cursor : pointer;
}

.toolbar ul li a img {
    height: 6vw;
    width : auto;
}

.toolbar ul li a span {
    font-weight: 400;
    color      : #fff;
    font-size  : 3.5vw;
    display    : none;
}

/* Fixbar */
.fixbar {
    bottom                     : 0;
    display                    : block;
    background                 : #f0eff4;
    border-top                 : 1px solid #ddd;
    width                      : 100%;
    -webkit-box-sizing         : border-box;
    -moz-box-sizing            : border-box;
    box-sizing                 : border-box;
    position                   : fixed;
    margin                     : 0;
    z-index                    : 500;
    -webkit-backface-visibility: hidden;
    backface-visibility        : hidden;
    height                     : 50px;
}

.fixbar ul {
    margin    : 0px;
    padding   : 0px;
    list-style: none;
}

.fixbar ul li {
    display   : inline-block;
    margin    : 0 auto 10px;
    text-align: center;
    width     : 25%;
    float     : left;
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
    width  : 20px;
    height : 20px;
    display: block;
    margin : 8px auto 0;
}

.fixbar .icon-cart-mobile {
    background: url(../images/cart-mobile.png) no-repeat;
}

.cart-total-header-mobile {
    font-size    : 10px;
    position     : absolute;
    background   : red;
    color        : #fff !important;
    border-radius: 50%;
    height       : 15px;
    width        : 15px;
    line-height  : 15px;
    top          : 5px;
    margin-left  : 5px;
}

.fixbar ul li a {
    font-size      : 11px;
    text-decoration: none;
    color          : #333;
}

.fixbar ul li a i {
    font-size: 20px;
}

/* Plugbar */
.plugbar {
    position  : fixed;
    bottom    : 0;
    left      : 0;
    border-top: 1px solid #eae6e6;
    width     : 100%;
    right     : 0;
    max-width : 767px;
    margin    : 0 auto;
    background: #fff;
    padding   : 9px 10px 10px 7px;
    z-index   : 10;
}

.plugbar ul {
    list-style     : none;
    padding        : 0;
    margin         : 0px;
    display        : -webkit-flex;
    display        : -moz-flex;
    display        : flex;
    justify-content: space-between;
    align-items    : center;
}

.plugbar ul li {
    width: 20%;
    float: left;
}

.plugbar ul li a {
    display   : block;
    color     : #696969;
    font-size : 12px;
    text-align: center;
    position  : relative;
}

.plugbar ul li a i {
    font-size: 20px;
    color    : #696969;
}

.plugbar ul li a span {
    position     : absolute;
    width        : 50px;
    height       : 50px;
    top          : -40px;
    left         : calc(50% - 50px/2);
    font-size    : 14px;
    display      : block;
    border       : 1px solid rgba(234, 230, 230, 0.5);
    border-radius: 100%;
}

/* Combo Phone */
.support-online {
    position: fixed;
    z-index : 999;
    left    : 10px;
    bottom  : 0px;
}

.support-online a {
    position  : relative;
    margin    : 20px 10px;
    text-align: left;
    width     : 40px;
    height    : 40px;
}

.support-online i {
    width        : 40px;
    height       : 40px;
    background   : #43a1f3;
    color        : #fff;
    border-radius: 100%;
    font-size    : 20px;
    text-align   : center;
    line-height  : 1.9;
    position     : relative;
    z-index      : 999;
}

.support-online a span {
    border-radius    : 2px;
    text-align       : center;
    background       : rgb(103, 182, 52);
    padding          : 9px;
    display          : none;
    width            : 180px;
    margin-left      : 10px;
    position         : absolute;
    color            : #ffffff;
    z-index          : 999;
    top              : 0px;
    left             : 40px;
    transition       : all 0.2s ease-in-out 0s;
    -moz-animation   : headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation     : headerAnimation 0.7s 1;
    animation        : headerAnimation 0.7s 1;
}

.support-online a:hover span {
    display: block;
}

.support-online a {
    display: block;
}

.support-online a span:before {
    content     : "";
    width       : 0;
    height      : 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgb(103, 182, 52) transparent transparent;
    position    : absolute;
    left        : -10px;
    top         : 10px;
}

.support-online .kenit-alo-circle-fill {
    width                : 60px;
    height               : 60px;
    top                  : -10px;
    position             : absolute;
    -webkit-transition   : all 0.2s ease-in-out;
    -moz-transition      : all 0.2s ease-in-out;
    -ms-transition       : all 0.2s ease-in-out;
    -o-transition        : all 0.2s ease-in-out;
    transition           : all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius   : 100%;
    border-radius        : 100%;
    border               : 2px solid transparent;
    -webkit-transition   : all .5s;
    -moz-transition      : all .5s;
    -o-transition        : all .5s;
    transition           : all .5s;
    background-color     : rgba(0, 175, 242, 0.5);
    opacity              : .75;
    right                : -10px;
}

.support-online .kenit-alo-circle {
    width                : 50px;
    height               : 50px;
    top                  : -5px;
    right                : -5px;
    position             : absolute;
    background-color     : transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius   : 100%;
    border-radius        : 100%;
    border               : 2px solid rgba(30, 30, 30, 0.4);
    opacity              : .1;
    border-color         : #0089B9;
    opacity              : .5;
}

.support-online .support-online .btn-support {
    cursor: pointer;
}

.support-online .mes i {
    background: orange;
}

.support-online .sms i {
    background: red;
}

.support-online .call-now i {
    background: green;
}

/* Phone Switch */
.widget-mobile {
    position : fixed;
    left     : 50%;
    transform: translateX(-50%);
    bottom   : 10px;
    z-index  : 9999999;
}

#my-phone-circle {
    position: relative;
    width   : 50px !important;
    height  : 50px !important;
}

.wcircle-open .wcircle-icon i:before {
    content: '\f00d';
}

.wcircle-icon {
    background      : #1282fc;
    border-radius   : 50%;
    display         : flex !important;
    display         : -ms-flex !important;
    align-items     : center;
    -ms-flex-align  : center;
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
    position        : relative !important;
}

.wcircle-icon:before {
    position         : absolute;
    content          : '';
    width            : 60px;
    height           : 60px;
    background       : rgba(18, 130, 252, .5);
    border           : 1px solid #fff;
    border-radius    : 50%;
    left             : -5px;
    top              : -5px;
    -webkit-animation: pulse 1s infinite ease-in-out;
    -moz-animation   : pulse 1s infinite ease-in-out;
    -ms-animation    : pulse 1s infinite ease-in-out;
    -o-animation     : pulse 1s infinite ease-in-out;
    animation        : pulse 1s infinite ease-in-out;
}

.wcircle-icon:after {
    position         : absolute;
    content          : '';
    width            : 80px;
    height           : 80px;
    background       : rgba(18, 130, 252, .5);
    border-radius    : 50%;
    left             : -15px;
    top              : -15px;
    -webkit-animation: zoomIn 2s infinite ease-in-out;
    -moz-animation   : zoomIn 2s infinite ease-in-out;
    -ms-animation    : zoomIn 2s infinite ease-in-out;
    -o-animation     : zoomIn 2s infinite ease-in-out;
    animation        : zoomIn 2s infinite ease-in-out;
}

.wcircle-menu {
    position: absolute !important;
    left    : 0;
    top     : 0;
    display : none;
}

.wcircle-menu-item {
    width           : 50px;
    height          : 50px;
    background      : #1282fc;
    border-radius   : 50%;
    display         : flex;
    display         : -ms-flex;
    align-items     : center;
    -ms-flex-align  : center;
    -webkit-box-pack: center;
    -ms-flex-pack   : center;
    justify-content : center;
}

.wcircle-menu-item img {
    width        : 50px;
    height       : 50px;
    display      : block;
    border-radius: 50%;
}

.wcircle-menu-item i,
.wcircle-icon i {
    font-size: 25px;
    color    : #fff;
    position : relative;
    z-index  : 9999;
}

.shake-anim {
    -webkit-animation       : shake-anim 1s infinite ease-in-out;
    -moz-animation          : shake-anim 1s infinite ease-in-out;
    -ms-animation           : shake-anim 1s infinite ease-in-out;
    -o-animation            : shake-anim 1s infinite ease-in-out;
    animation               : shake-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin   : 50% 50%;
    -ms-transform-origin    : 50% 50%;
    -o-transform-origin     : 50% 50%;
    transform-origin        : 50% 50%
}

@-moz-keyframes shake-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }

}

@-webkit-keyframes shake-anim {

    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

}

@-o-keyframes shake-anim {

    0%,
    100%,
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }

    10%,
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20%,
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

}

.max-width img {
    max-width: 100%;
    width    : 100%;
    height   : auto
}

.flex {
    width  : 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flexnowidth {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flex_odd_even {
    flex-direction: row-reverse
}

.flexwrap {
    flex-wrap        : wrap;
    -moz-flex-wrap   : wrap;
    -webkit-flex-wrap: wrap
}

.justifylex {
    justify-content        : space-between;
    -webkit-box-pack       : justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack          : justify
}

.rightflex {
    justify-content        : flex-end;
    -webkit-box-pack       : right;
    -webkit-justify-content: flex-end;
    -ms-flex-pack          : right
}

.centerflex {
    justify-content        : center;
    -webkit-box-pack       : center;
    -webkit-justify-content: center;
    -ms-flex-pack          : center
}

.topbottomflex {
    -webkit-box-align  : center;
    -webkit-flex-align : center;
    -ms-flex-align     : center;
    -webkit-align-items: center;
    align-items        : center
}

/*Cat chuoi*/
.cut_string1 {
    text-align        : left;
    white-space       : inherit;
    line-height       : 25px;
    max-height        : 26px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.cut_string2 {
    text-align        : left;
    white-space       : inherit;
    line-height       : 25px;
    max-height        : 51px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.cut_string3 {
    text-align        : left;
    white-space       : inherit;
    line-height       : 25px;
    max-height        : 76px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.cut_string4 {
    text-align        : left;
    white-space       : inherit;
    line-height       : 25px;
    max-height        : 101px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.cut_string5 {
    text-align        : left;
    white-space       : inherit;
    line-height       : 25px;
    max-height        : 126px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical
}

.cut_string6 {
    text-align        : left;
    white-space       : inherit;
    line-height       : 25px;
    max-height        : 151px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical
}

.cut_string7 {
    text-align        : left;
    white-space       : inherit;
    line-height       : 25px;
    max-height        : 176px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

.cut_string8 {
    text-align        : left;
    white-space       : inherit;
    line-height       : 25px;
    max-height        : 201px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical
}

.cut_string9 {
    text-align        : left;
    white-space       : inherit;
    line-height       : 25px;
    max-height        : 226px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical
}

.cut_string10 {
    text-align        : left;
    white-space       : inherit;
    line-height       : 25px;
    max-height        : 251px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical
}

.cut_stringcenter {
    text-align: center !important
}

.cut_stringjustify {
    text-align: justify !important
}

.cut_stringright {
    text-align: right !important
}

.width10 {
    width: 10%
}

.width15 {
    width: 15%
}

.width20 {
    width: 20%
}

.width25 {
    width: 25%
}

.width30 {
    width: 30%
}

.width35 {
    width: 35%
}

.width40 {
    width: 40%
}

.width45 {
    width: 45%
}

.width50 {
    width: 50%
}

.width55 {
    width: 55%
}

.width60 {
    width: 60%
}

.width65 {
    width: 65%
}

.width70 {
    width: 70%
}

.width75 {
    width: 75%
}

.width80 {
    width: 80%
}

.width85 {
    width: 85%
}

.width90 {
    width: 90%
}

.width95 {
    width: 95%
}

.widthfull {
    width: 100%
}

@media screen and (max-width:425px) {
    .haimuoiphantram_xs {
        width: calc(20% - 0px)
    }

    .bamuoiphantram_xs {
        width: calc(30% - 0px)
    }

    .bonmuoiphantram_xs {
        width: calc(40% - 0px)
    }

    .nammuoiphantram_xs {
        width: calc(50% - 0px)
    }

    .saumuoiphantram_xs {
        width: calc(60% - 0px)
    }

    .baymuoiphantram_xs {
        width: calc(70% - 0px)
    }

    .tammuoiphantram_xs {
        width: calc(80% - 0px)
    }

    .mottramphantram_xs {
        width: 100%
    }

    .haiphantu_xs {
        width: calc(50% - 0px)
    }

    .baphantu_xs {
        width: calc(33.3333% - 0px)
    }

    .bonphantu_xs {
        width: calc(25% - 0px)
    }

    .namphantu_xs {
        width: calc(20% - 0px)
    }

    .sauphantu_xs {
        width: calc(16.666% - 0px)
    }

    .mottramphantram_xs {
        width: 100%
    }
}

@media (min-width:426px) and (max-width:767px) {
    .haimuoiphantram_sm {
        width: calc(20% - 0px)
    }

    .bamuoiphantram_sm {
        width: calc(30% - 0px)
    }

    .bonmuoiphantram_sm {
        width: calc(40% - 0px)
    }

    .nammuoiphantram_sm {
        width: calc(50% - 0px)
    }

    .saumuoiphantram_sm {
        width: calc(60% - 0px)
    }

    .baymuoiphantram_sm {
        width: calc(70% - 0px)
    }

    .tammuoiphantram_sm {
        width: calc(80% - 0px)
    }

    .mottramphantram_sm {
        width: 100%
    }

    .haiphantu_sm {
        width: calc(50% - 0px)
    }

    .baphantu_sm {
        width: calc(33.3333% - 0px)
    }

    .bonphantu_sm {
        width: calc(25% - 0px)
    }

    .namphantu_sm {
        width: calc(20% - 0px)
    }

    .sauphantu_sm {
        width: calc(16.666% - 0px)
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .haimuoiphantram_md {
        width: calc(20% - 0px)
    }

    .bamuoiphantram_md {
        width: calc(30% - 0px)
    }

    .bonmuoiphantram_md {
        width: calc(40% - 0px)
    }

    .nammuoiphantram_md {
        width: calc(50% - 0px)
    }

    .saumuoiphantram_md {
        width: calc(60% - 0px)
    }

    .baymuoiphantram_md {
        width: calc(70% - 0px)
    }

    .tammuoiphantram_md {
        width: calc(80% - 0px)
    }

    .mottramphantram_md {
        width: 100%
    }

    .haiphantu_md {
        width: calc(50% - 0px)
    }

    .baphantu_md {
        width: calc(33.3333% - 0px)
    }

    .bonphantu_md {
        width: calc(25% - 0px)
    }

    .namphantu_md {
        width: calc(20% - 0px)
    }

    .sauphantu_md {
        width: calc(16.666% - 0px)
    }
}

@media screen and (min-width:1024px) {
    .haimuoiphantram_lg {
        width: calc(20% - 0px)
    }

    .bamuoiphantram_lg {
        width: calc(30% - 0px)
    }

    .bonmuoiphantram_lg {
        width: calc(40% - 0px)
    }

    .nammuoiphantram_lg {
        width: calc(50% - 0px)
    }

    .saumuoiphantram_lg {
        width: calc(60% - 0px)
    }

    .baymuoiphantram_lg {
        width: calc(70% - 0px)
    }

    .tammuoiphantram_lg {
        width: calc(80% - 0px)
    }

    .mottramphantram_lg {
        width: 100%
    }

    .haiphantu_lg {
        width: calc(50% - 0px)
    }

    .baphantu_lg {
        width: calc(33.3333% - 0px)
    }

    .bonphantu_lg {
        width: calc(25% - 0px)
    }

    .namphantu_lg {
        width: calc(20% - 0px)
    }

    .sauphantu_lg {
        width: calc(16.666% - 0px)
    }
}

.paddingsp {
    padding      : 0px 15px;
    margin-bottom: 0px;
    box-sizing   : border-box
}

.rowsp {
    margin           : 0px -15px;
    display          : -webkit-box;
    display          : -moz-box;
    display          : -ms-flexbox;
    display          : -webkit-flex;
    display          : flex;
    flex-wrap        : wrap;
    -moz-flex-wrap   : wrap;
    -webkit-flex-wrap: wrap
}

.rowspmagin {
    display          : -webkit-box;
    display          : -moz-box;
    display          : -ms-flexbox;
    display          : -webkit-flex;
    display          : flex;
    flex-wrap        : wrap;
    -moz-flex-wrap   : wrap;
    -webkit-flex-wrap: wrap
}

.chinhbox_sp1 iframe {
    width    : 100%;
    max-width: 100%;
}

.chinhbox_sp1 {
    margin-bottom: 30px;
}

.footer .mottramphantram_xs:nth-child(1) {}

.footer .mottramphantram_xs:nth-child(2) {
    padding-left: 20px;
}

.footer .mottramphantram_xs:nth-child(3) {
    padding-left: 20px;
}

.editwidth50 {
    margin-left: 20px;
}

.footer .flex .width50 p:nth-child(1) {
    min-height  : 40px;
    padding-left: 50px;
    background  : url(../img/b1_03.png) no-repeat left center;
}

.footer .flex .width50 p:nth-child(2) {
    min-height  : 40px;
    padding-left: 50px;
    background  : url(../img/b2_03.png) no-repeat left center;
}

.footer .flex .editwidth50 p:nth-child(1) {
    background: url(../img/b3_03.png) no-repeat left center;
}

.footer .flex .editwidth50 p:nth-child(2) {
    background: url(../img/b4_03.png) no-repeat left center;
}

#icongiolamviec {
    position: relative;
    width   : 100%;
    z-index : 9999;
    height  : 46px;
}

#giolamviex {
    width     : 100%;
    max-width : 255px;
    height    : 355px;
    position  : fixed;
    right     : 0px;
    bottom    : 0px;
    background: #fff;
    transition: 0.5s;
    z-index   : 999999
}

#content_w {
    padding   : 20px;
    box-sizing: border-box;
}

#giolamviex #closse {
    position: absolute;
    width   : 30px;
    top     : 5px;
    right   : 5px;
    z-index : 12;
}

.hover_translateX {
    -ms-transform: translateY(308px);
    transform    : translateY(308px);
    opacity      : 1;
    transition   : 0.5s;
}

.hover_translateX1 {
    opacity      : 1;
    -ms-transform: translateY(0px);
    /* IE 9 */
    transform    : translateY(0px);
    /* Standard syntax */
}

.clickmobile {
    position: relative !important;
}

.clickmobile span.iconmenu {
    position : absolute;
    top      : 8px;
    right    : 2px;
    z-index  : 12;
    color    : #000;
    font-size: 19px;
}

.giachu {
    background: url(../images/bg_gc.png) no-repeat left top/cover;
    padding   : 35px 0;
}

.giachu .main {
    max-width: 560px;
    margin   : auto;
    border   : 1px solid #d4d4d4;
    padding  : 30px 0;
}

.giachu .main .box {
    max-width : 340px;
    margin    : auto;
    text-align: center;
}

.giachu .info .title {
    font-family: sb;
    font-size  : 21px;
    color      : #37647c;
    margin     : 30px 0;
}

.giachu .info .giachu-search {
    width        : 100%;
    height       : 55px;
    border       : 1px solid #e3e3e3;
    border-radius: 50px;
    display      : flex;
    align-items  : center;
    padding      : 0px 35px;
}

.giachu .info .giachu-search #keywordgc {
    border-radius: 0;
    border       : 0;
    font-family  : sl;
    font-size    : 18px;
    color        : #737373;
}

.giachu .info .button {
    display         : block;
    width           : 100%;
    height          : 55px;
    border-radius   : 50px;
    background-color: #37647c;
    text-align      : center;
    font-family     : sb;
    font-size       : 16px;
    color           : #fff;
    text-transform  : uppercase;
    transition      : .3s ease-in-out;
    margin-top      : 1rem;
    line-height     : 55px;
    cursor          : pointer;
}

.giachu .info .button:hover {
    background-color: #e2af0e;
}

.giachu-detail--main p {
    font-size: 17px;
    color    : #000;
}

.giachu-detail--main .text-red {
    color: red;
}

.giachu-detail--main .color-normal {
    color: #3c71c0;
}

.giachu-detail--main .color-vip {
    color: #cda63f;
}

.giachu-detail--main .line {
    display      : block;
    width        : 100%;
    height       : 3px;
    margin-bottom: 1rem;
}

.giachu-detail--main .line-normal {
    background-color: #3c71c0;
}

.giachu-detail--main .line-vip {
    background-color: #cda63f;
}

.giachu-detail--table {
    border : 1px solid #dee2e6;
    padding: 10px 30px 0;
}

.giachu-detail--table .table thead th {
    border: 0;
}

.giachu-detail--table .table .text-green {
    font-size  : 16px;
    font-weight: bold;
    color      : #34990c;
}