/*-----------------Loader-------------------*/

.maxwidthfull {

    width: 100% !important;

    max-width: 100% !important
}



mark {

    text-decoration: none;

    font-weight: 300;

    vertical-align: baseline;

    font-family: 'Montserrat', sans-serif;

    background-color: transparent
}



.container1::after {

    -webkit-mask: url(../img/mask-01.png);

    mask: url(../img/mask-01.png);

    -webkit-mask-size: 2300% 100%;

    mask-size: 2300% 100%
}



.container1::after {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    width: 100%;

    height: 100vh;

    overflow: hidden;

    background-color: rgba(255, 255, 255, 1);

    z-index: 10000;

    opacity: 0.5
}



.container1.show::after {

    -webkit-animation: MaskPlay 1s steps(22) forwards;

    animation: MaskPlay 1s steps(22) forwards
}



.hide-mask::after {

    display: none
}



.is-IE .container1::after {

    -webkit-mask: none !important;

    mask: none !important
}



.is-IE .container1::before {

    content: '';

    position: absolute;

    left: 0;

    top: 0;

    bottom: auto;

    width: 100%;

    height: 50%;

    overflow: hidden;

    background-color: rgba(255, 255, 255, 1);

    -webkit-transition: height 1s ease;

    transition: height 1s ease;

    z-index: 10
}



.is-IE .container1::after {

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    top: auto;

    width: 100%;

    height: 50%;

    overflow: hidden;

    background-color: rgba(255, 255, 255, 1);

    -webkit-transition: height 1s ease;

    transition: height 1s ease;

    z-index: 10
}



.is-IE .container1.show::before,

.is-IE .container1.show::after {

    height: 0;

    -webkit-animation: none !important;

    animation: none !important
}



.is-IE .hide-mask::after,

.is-IE .hide-mask::before {

    height: 0;

    display: block
}



.is-IE .play-end::after,

.is-IE .play-end::before {

    height: 50%
}



.nav-overlay {

    width: 0;

    height: 100%;

    position: fixed;

    left: 0;

    top: 0;

    background-color: rgba(0, 0, 0, 0.3);

    opacity: 0;

    overflow: hidden;

    z-index: 50
}



.nav-overlay.active {

    width: 100%;

    opacity: 1
}



.container1:not(#home-page)::after,

.container1:not(#home-page)::before {

    -webkit-transition: opacity 0.3s ease-in-out;

    transition: opacity 0.3s ease-in-out;

    opacity: 1;

    mask: none
}



.container1.show1:not(#home-page)::after,

.container1.show1:not(#home-page)::before {

    opacity: 0;

    visibility: hidden
}



#loading {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 990999;

    background: rgba(255, 255, 255, 1);

    overflow: hidden
}



#loading.finish {

    z-index: -9999
}



#loading.finish .logo_2 span,

#loading.finish .logo_2 img {

    display: none;

    border-radius: 50%
}



#loading:after,

#loading:before {

    content: '';

    width: 100%;

    height: 50%;

    background: rgba(255, 255, 255, 1);

    position: absolute;

    left: 0;

    -webkit-transition: 0.75s;

    -moz-transition: 0.75s;

    -ms-transition: 0.75s;

    -o-transition: 0.75s;

    transition: 0.75s
}



#loading:before {

    top: 0
}



#loading.show:before {

    -webkit-transform: translateY(-100%);

    -moz-transform: translateY(-100%);

    -ms-transform: translateY(-100%);

    -o-transform: translateY(-100%);

    transform: translateY(-100%)
}



#loading:after,

#loading:before {

    content: '';

    width: 100%;

    height: 50%;

    background: rgba(255, 255, 255, 1);

    position: absolute;

    left: 0;

    -webkit-transition: 0.75s;

    -moz-transition: 0.75s;

    -ms-transition: 0.75s;

    -o-transition: 0.75s;

    transition: 0.75s
}



#loading:after {

    bottom: 0
}



#loading.show:after {

    -webkit-transform: translateY(100%);

    -moz-transform: translateY(100%);

    -ms-transform: translateY(100%);

    -o-transform: translateY(100%);

    transform: translateY(100%)
}



#loading .logo_2 {

    width: 100%;

    height: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: all ease 0.5s
}



#loading .logo_2 span {

    display: block;

    border-radius: 50%;

    border: 3px solid rgba(255, 255, 255, 0.5);

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    -webkit-border-radius: 50%;

    border-radius: 50%;

    box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);

    -webkit-animation: Ani 2s infinite;

    animation: Ani 2s infinite;

    width: 110px;

    height: 110px;

    position: absolute;

    left: 0;

    right: 0;

    margin-left: auto;

    margin-right: auto;

    z-index: 2
}



#loading .logo_2 img {

    position: relative;

    max-width: 70px;

    z-index: 4;

    border-radius: 50%;

}



@-webkit-keyframes Ani {

    0% {

        box-shadow: 0 0 0 var(--mauchung);

        border: 1px solid var(--mauchung);

        -webkit-transform: scale(0);

        transform: scale(0)
    }



    70% {

        box-shadow: 0 0 50px var(--mauchung);

        border: 1px solid var(--mauchung);

        -webkit-transform: scale(1);

        transform: scale(1)
    }



    100% {

        box-shadow: 0 0 60px var(--mauchung);

        border: 0 solid var(--mauchung);

        -webkit-transform: scale(1.5);

        transform: scale(1.5)
    }

}



@keyframes Ani {

    0% {

        box-shadow: 0 0 0 var(--mauchung);

        border: 1px solid var(--mauchung);

        transform: scale(0)
    }



    70% {

        box-shadow: 0 0 50px var(--mauchung);

        border: 1px solid var(--mauchung);

        transform: scale(1)
    }



    100% {

        box-shadow: 0 0 60pxvar(--mauchung);

        border: 0 solidvar(--mauchung);

        transform: scale(1.5)
    }

}



/*-----------------Loader-------------------*/

@charset "UTF-8";



@font-face {

    font-family: AmerikaSans;

    src: url('../fonts/UTM%20Amerika%20Sans.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: lightmorning;

    src: url('../fonts/LNTH-lightmorning.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: q_b;

    src: url('../fonts/Quicksand-Bold.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: q;

    src: url('../fonts/quicksand-regular.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: q_seb;

    src: url('../fonts/Quicksand-SemiBold.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: Destiny;

    src: url('../fonts/LNTH-Destiny.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: RobotoSlab;

    src: url('../fonts/RobotoSlab-Bold.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: Muli;

    src: url('../fonts/Muli-Regular.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: Muli_b;

    src: url('../fonts/Muli-Bold.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: H;

    src: url('../fonts/UTM%20HelvetIns.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: Avo;

    src: url('../fonts/UTM%20Avo.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: Avo_b;

    src: url('../fonts/UTM%20AvoBold.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: roboto_b;

    src: url('../fonts/Roboto-Bold.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: Machine;

    src: url('../fonts/SFUMachineRegular.html') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: OS_b;

    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: MPro;

    src: url('../fonts/MyriadPro-Regular.otf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: roboto;

    src: url('../fonts/Roboto-Regular.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: robotoC;

    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: robotoCb;

    src: url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: roboto_black;

    src: url('../fonts/Roboto-Black.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: r_L;

    src: url('../fonts/Roboto-Light.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: OS;

    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: r_medium;

    src: url('../fonts/Roboto-Medium.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: Nu;

    src: url('../fonts/Nunito-Regular.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: NuBa;

    src: url('../fonts/Nunito-Black.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: NuB;

    src: url('../fonts/Nunito-Bold.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: NuL;

    src: url('../fonts/Nunito-Light.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: NuI;

    src: url('../fonts/Nunito-Italic.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: Muli_semi;

    src: url('../fonts/Muli-SemiBold.ttf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



@font-face {

    font-family: Mon_semi_b;

    src: url('../fonts/MontserratAlternates-SemiBold.otf') format('truetype');

    font-weight: normal;

    font-style: normal;
    font-display: swap;

}



li {

    list-style-type: none;

}



.content-main img {

    max-width: 100%;

}



/* Ẩn logo*/

#logohidden {

    display: none;

}



#logomenu {

    /* width: 100%; */

    text-align: center;

    /* margin: 0 20px 0 auto; */

    z-index: 1 !important
}



#logomenu img {

    width: 100%;

    max-width: 180px;

    display: inline-block;

}



/* Giở hàng*/

.dienthoaisp {

    background: var(--mauchung);

    padding: 10px;

    box-sizing: border-box;

    color: #fff;

    font-family: Muli_b;

    font-size: 18px;

    border-radius: 4px;

    margin-top: 10px;

    display: inline-block;

}



#autocart {

    width: 150px;

    display: flex;

    -webkit-box-align: center;

    -webkit-flex-align: center;

    -ms-flex-align: center;

    -webkit-align-items: center;

    align-items: center;

    border: 1px solid #0f3448;

    border-radius: 10px;

    margin-left: 20px;

    padding: 5px;

}



#img_cart {

    margin-right: 10px;

}



#namecart {

    font-family: Muli_b;

    font-size: 14px;

    color: #000;

}



/* Tag index*/

#tagkeywork span {

    font-size: 14px;

    font-family: Muli_b;

    color: #161616;

    text-transform: uppercase;

    display: inline-block;

    padding: 6px 15px;

    padding-left: 0px;

}



#tagkeywork a {

    font-size: 13px;

    font-family: Muli;

    color: #8a8a8a;

    padding: 6px 15px;

    display: inline-block;

    background: #ededed;

    margin-right: 5px;

    margin-bottom: 5px;

    border-radius: 5px;

}



/* download template*/

.downloadfile {

    display: inline-block;

    width: 30px;

}



.tbl_download {}



.tbl_title {

    background: var(--mauchung);

    color: #fff;

    font-family: roboto_b;

    text-transform: uppercase;

    text-align: center;



}



.tbl_title td,

.tbl_rows td {

    padding: 15px 10px;

    box-sizing: border-box;

}



.tbl_rows,

.downloadfile {

    font-size: 16px;

    font-family: roboto_b;

    color: var(--mauchung);

    cursor: pointer;

}



table.tbl_download tr:nth-child(odd) {

    background: #ededed;

}



table.tbl_download tr:nth-child(even) {

    background: #fff;

}



table.tbl_download tr:nth-child(1) {

    background: var(--mauchung);

}



.tbl_rows:hover,

.tbl_rows:hover .downloadfile {

    color: var(--mauchung_hover) !important;

}



/* Xoay tron*/

.xoaylogo {

    -webkit-animation-name: rotate2;

    -webkit-animation-duration: 30000ms;

    -webkit-animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear;

    -moz-animation-name: rotate2;

    -moz-animation-duration: 30000ms;

    -moz-animation-iteration-count: infinite;

    -moz-animation-timing-function: linear;

    -ms-animation-name: rotate2;

    -ms-animation-duration: 30000ms;

    -ms-animation-iteration-count: infinite;

    -ms-animation-timing-function: linear;

    animation-name: rotate2;

    animation-duration: 30000ms;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

}



@-moz-keyframes rotate2 {

    from {

        -moz-transform: rotate(0deg)
    }



    to {

        -moz-transform: rotate(360deg)
    }

}



@-webkit-keyframes rotate2 {

    from {

        -webkit-transform: rotate(0deg)
    }



    to {

        -webkit-transform: rotate(360deg)
    }

}



/* Pop up*/

#popup .close {

    float: right;

    font-size: 2rem;

    font-weight: 700;

    line-height: 0.7;

    color: #000;

    text-shadow: 0 1px 0 #fff;

    opacity: .5;

    box-shadow: none !important;

    outline: none !important;

    display: inline-block;

    position: absolute;

    top: 0px;

    right: 0px;

    z-index: 12;

    background: #fff;

}



#popup .close span {

    position: relative;

    top: -2px;

}



:root {

    --color-red: #f00;

    --color-black: #000;

    --color-white: #fff;

    --color-green: #1B74E4;

    --color-yellow: #ff0;

    --color-medium-red: #cc2c32;

    --color-dark-red: #c31829;

    --color-dark-green: #207d36;

    --color-gray: #6c757d;

    --mauchung: rgba(231, 39, 45, 0.8);

    --mauhovermenu: rgba(255, 255, 255, 0.1);

    --mauchung_hover: #ffe13a;

    --fontchung: Nu;

}



h1,

h2,

h3 {

    font-size: 14px;

}



/* Đổi màu ảnh từ trắng đen sang màu*/

.box_partner1 img {

    -webkit-filter: grayscale(100%);

    filter: grayscale(100%);

}



.active_img img {

    -webkit-filter: grayscale(0) !important;

    filter: grayscale(0) !important;

}



/* Đổi màu ảnh từ trắng đen sang màu cần chợn*/

.coloration img {

    transition: 0.3s;

    -webkit-filter: grayscale(100%) brightness(110%) contrast(0.9);

    filter: grayscale(100%) brightness(0%) contrast(0.3) invert(1);

}



.coloration img:hover {

    -webkit-filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8);

    filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-25deg) saturate(700%) contrast(0.8);

    /* Thay đổi độ cua hue-rotate(-25deg) để tìm màu*/

}



.fixed_position,

.fixed {

    position: relative;

}



.pubble {

    position: absolute;

    width: 100%;

    height: 100%;

    z-index: 12;

    left: 0px;

    top: 0px;

}



.editnopaddingtop {

    padding-top: 0px !important;

    padding-left: 0px !important;

    padding-right: 0px !important;

    padding-bottom: 10px !important;

    display: block !important;

    margin-top: 5px;

}



.nopadding {

    padding: 0px !important;

}



.nomargin {

    margin: 0px !important;

}



.noboder {

    border: none !important;

}



.nobg {

    background: transparent !important;

}



.nonebackground {

    filter: invert(1) opacity(1);

}



.animate_auto {

    animation-duration: 2s;

    animation-iteration-count: infinite;

}



@-moz-keyframes fadeInUpN {

    0% {

        opacity: 0;

        top: 100%;

    }



    50% {

        opacity: 0.5;

    }



    100% {

        opacity: 1;

        top: 0%;

    }

}



@-webkit-keyframes fadeInUpN {

    0% {

        opacity: 0;

        top: 100%;

    }



    50% {

        opacity: 0.5;

    }



    100% {

        opacity: 1;

        top: 0%;

    }

}



@keyframes fadeInUpN {

    0% {

        opacity: 0;

        top: 100%;

    }



    50% {

        opacity: 0.5;

    }



    100% {

        opacity: 1;

        top: 0%;

    }

}



.hover_translateX {

    -ms-transform: translateX(-244px);

    transform: translateX(-244px);

    opacity: 0;

    transition: 0.5s;

}



.hover_translateX1 {

    -ms-transform: translateX(0px);

    transform: translateX(0px);

    opacity: 0;

    transition: 0.5s;

}



.hover_translateY {

    -ms-transform: translateY(-300px);

    transform: translateY(-300px);

    opacity: 0;

    transition: 0.5s;

}



.hover_hover:hover .hover_translateX,

.hover_hover:hover .hover_translateX1,

.hover_hover:hover .hover_translateY {

    opacity: 1;

    -ms-transform: translateX(0px);

    /* IE 9 */

    transform: translateX(0px);

    /* Standard syntax */

    -ms-transform: translateY(0px);

    /* IE 9 */

    transform: translateY(0px);

    /* Standard syntax */

}



.hovercart_puble {

    visibility: hidden;

    transition: 0.5s;

}



.hover_hover:hover .hovercart_puble {

    visibility: visible;

}



.hover_animated:hover .more_ourbisiness,

.hover_animated:hover a,

.box-sp:hover .box_hover_cart,

.box_real:hover .hover_push {

    /*hover khi sử dụng display:none*/

    -webkit-animation: fadeInUpN 1s ease-out;

    -moz-animation: fadeInUpN 1s ease-out;

    display: block;

    top: 0px;

}



/*Cho mau chu sang toi*/

.text_gradient {

    background: linear-gradient(90deg, rgba(246, 212, 49, 1) 0%, rgba(186, 144, 32, 1) 17%, rgba(200, 160, 36, 1) 37%, rgba(186, 144, 32, 1) 79%, rgba(246, 212, 49, 1) 100%);

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;

}



.text_shadow {

    /*-webkit-text-stroke: 1px black; bo den vien ngoai*/

    /*text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 2px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 3px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 4px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff, 0px 0px 6px #fff, 0px 0px 6px #fff;*/

    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 0px 3px 7px #000;

}



.vibrate {

    -webkit-animation-name: vibrate;

    -webkit-animation-duration: 3s;

    -webkit-animation-timing-function: linear;

    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: vibrate;

    -moz-animation-duration: 3s;

    -moz-animation-timing-function: linear;

    -moz-animation-iteration-count: infinite;

    animation-name: vibrate;

    animation-duration: 3s;

    animation-timing-function: linear;

    animation-iteration-count: infinite
}



@-moz-keyframes vibrate {



    0%,

    100%,

    50% {

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



    10%,

    30% {

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



    20%,

    40% {

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

}



@-webkit-keyframes vibrate {



    0%,

    100%,

    50% {

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



    10%,

    30% {

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



    20%,

    40% {

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

}



@-o-keyframes vibrate {



    0%,

    100%,

    50% {

        -o-transform: rotate(0) scale(1) skew(1deg)
    }



    10%,

    30% {

        -o-transform: rotate(-10deg) scale(1) skew(1deg)
    }



    20%,

    40% {

        -o-transform: rotate(10deg) scale(1) skew(1deg)
    }

}



.blink_ {

    -webkit-animation-name: blinker;

    -webkit-animation-duration: 1s;

    -webkit-animation-timing-function: linear;

    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;

    -moz-animation-duration: 1s;

    -moz-animation-timing-function: linear;

    -moz-animation-iteration-count: infinite;

    animation-name: blinker;

    animation-duration: 1s;

    animation-timing-function: linear;

    animation-iteration-count: infinite;

}



@-moz-keyframes blinker {

    0% {

        opacity: 1.0;

    }



    50% {

        opacity: 0.0;

    }



    100% {

        opacity: 1.0;

    }

}



@-webkit-keyframes blinker {

    0% {

        opacity: 1.0;

    }



    50% {

        opacity: 0.0;

    }



    100% {

        opacity: 1.0;

    }

}



@keyframes blinker {

    0% {

        opacity: 1.0;

    }



    50% {

        opacity: 0.0;

    }



    100% {

        opacity: 1.0;

    }

}



.xoayhinh360 img {

    transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -webkit-transition: all 300ms linear;

}



.xoayhinh360:hover img {

    -moz-transform: rotate(360deg);

    /* IE 9 */

    -webkit-transform: rotate(360deg);

    /* Safari 3-8 */

    transform: rotate(360deg);

}



/* Iframe */

.text iframe {

    max-width: 100% !important;

}



/* Iframe */

/* Hiệu ứng tráng gương */

.hover_tintuc {

    background: url(../img/glass.png) no-repeat left top;

    background-size: 100% 100%;

    width: 30%;

    height: 100%;

    position: absolute;

    left: -30%;

    top: 0px;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    z-index: 1111;

}



.hinhdangttuc:hover .hover_tintuc {

    left: 100%;

}



.chinhmauten,

.chinhmauten1 {

    transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -webkit-transition: all 300ms linear;

}



.chinhmauten:hover a {

    color: var(--mauchung_hover) !important;

}



.chinhmauten1:hover a {

    color: #ff0 !important;

}



.transition_new {

    transition: all 300ms linear;

    -moz-transition: all 300ms linear;

    -webkit-transition: all 300ms linear;

}



body {

    font-size: 14px;

    overflow-x: inherit !important;

}



p,

h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0px;

    padding: 0px;

    font-weight: normal;

}



#full {

    min-width: 1349px;

    max-width: 100%;

    margin: 0 auto;

    background: #fff;

    position: relative;

    width: 100%;

    height: auto;

    overflow-x: hidden;

    overflow-y: auto;

}



.width_box,

.wrap-main {

    max-width: 1200px;

    margin: 0 auto;

    position: relative;

}



.centertocenter {

    position: absolute;

    max-width: 600px;

    width: 100%;

    z-index: 99999;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    -webkit-transform: translateX(-50%) translateY(-50%);

    text-align: center;

}



/* Bo tròn hình dù hình có kích thước ko đều*/

.img_radius img {

    border-radius: 50%;

    overflow: hidden;

    object-fit: cover;

    /* Dùng để kéo giãn hình thành hình trong dù kích thước ko tròn*/

}



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



img {

    vertical-align: top
}



a,

input,

textarea {

    outline: none;

    padding: 0px;

    text-decoration: none !important;

    font-size: 14px;

}



input[type=number]::-webkit-outer-spin-button,

input[type=number]::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0
}



.w-clear:after {

    display: block;

    content: "";

    clear: both
}



.hidden {

    display: none
}



.clear {

    clear: both
}



.none {

    display: none
}



.hidden-seoh {

    visibility: hidden;

    height: 0px;

    margin: 0px;

    overflow: hidden
}



.title-main {

    margin: 1.5rem 0px;

    display: flex;

    justify-content: space-between;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -ms-flex-pack: justify;

    overflow: hidden;

}



.title-main span {

    text-transform: uppercase;

    color: var(--mauchung);

    font-size: 20px;

    font-family: Mon_semi_b;

    font-weight: bold;

    display: inline-block;

    padding-right: 30px;

    position: relative;

}



.title-main span:after {

    content: '';

    position: absolute;

    top: 14px;

    right: -1200px;

    z-index: 12;

    background: var(--mauchung);

    height: 2px;

    width: 1200px;

}



.title-main p {

    padding-top: 20px;

}



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

    list-style: none;

    padding: 0px;

    margin: 0px;

    display: inline-block;

}



.social li {

    display: inline-block;

    vertical-align: top
}



.social-footer {

    width: 100%;

    text-align: center;

}



.social a {

    position: relative;

    top: 0px;

}



.social a:hover {

    top: -5px;

}



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

    background: url(../img/header_01.png) no-repeat left top;

    height: 164px;

    width: 100%;

    background-size: cover;

    position: relative;

}



#banner {

    width: 100%;

    max-width: 559px;

    display: inline-block;

    text-align: center;

}



#banner img {

    max-width: 100%;

    width: 100%;

}



#banner p {

    display: block;

    margin-top: 10px;

}



.add_h {

    background: url(../img/dt_08.png) no-repeat left top;

    font-family: Nu;

    color: #292929;

    padding-left: 26px;

}



.email_h {

    background: url(../img/emial_08.png) no-repeat left top;

    font-family: Nu;

    color: #292929;

    padding-left: 26px;

}



.header-top {

    color: #fff;

    background-color: var(--color-red)
}



marquee {

    padding: 10px 0px;

}



.header-top .wrap-content {

    padding: 1px 10px
}



.info-header {

    margin-bottom: 0px
}



.info-header:nth-child(1) {

    width: 55%
}



.info-header i {

    vertical-align: top;

    margin: 3px 5px 0px 0px;

    font-size: 16px
}



.social-header li {

    width: 30px;

    margin-right: 3px
}



.logo-header {

    position: relative;

}



.star {

    position: absolute;

    width: 49px;

    height: 48px;

    background: url('../img/saolaplanh.png') no-repeat;

    background-size: cover;

    z-index: 2;

    opacity: 0;

}



.star.animation {

    -webkit-animation: animation_star 0.7s infinite;

    -moz-animation: animation_star 0.7s infinite;

    -ms-animation: animation_star 0.7s infinite;

    -o-animation: animation_star 0.7s infinite;

    animation: animation_star 0.7s infinite;

}



.star.star1 {

    right: 0px;

    top: 0px;

    animation-delay: 0.5s;

}



.star.star2 {

    left: 444px;

    top: 110px;

    animation-delay: 0.4s;

}



.star.star3 {

    left: 658px;

    top: 138px;

    animation-delay: 0.6s;

}



.star.star4 {

    left: 814px;

    top: 138px;

    animation-delay: 0.8s;

}



.star.star5 {

    left: 630px;

    top: 58px;

    animation-delay: 1s;

}



@keyframes animation_star {

    0% {

        transform-origin: center center;

        transform: scale(0.2) rotate(90deg);

        opacity: 0.2;

    }



    15% {

        transform-origin: center center;

        transform: scale(0.6) rotate(45deg);

        opacity: 0.7;

    }



    35% {

        transform-origin: center center;

        transform: scale(1) rotate(0deg);

        opacity: 1;

    }



    55% {

        transform-origin: center center;

        transform: scale(0.8) rotate(-20deg);

        opacity: 0.8;

    }



    70% {

        transform-origin: center center;

        transform: scale(0.6) rotate(-40deg);

        opacity: 0.6;

    }



    85% {

        transform-origin: center center;

        transform: scale(0.4) rotate(-60deg);

        opacity: 0.4;

    }



    100% {

        transform-origin: center center;

        transform: scale(0) rotate(-90deg);

        opacity: 0;

    }

}



.animationPubble {

    -webkit-animation: animationPubble 0.4s infinite;

    -moz-animation: animationPubble 0.4s infinite;

    -ms-animation: animationPubble 0.4s infinite;

    -o-animation: animationPubble 0.4s infinite;

    animation: animationPubble 0.4s infinite;

}



@keyframes animationPubble {

    50% {

        transform-origin: center center;

        transform: scale(0.9);

    }



    100% {

        transform-origin: center center;

        transform: scale(1);

    }

}



.hotline-header {

    display: inline-block;

    width: 206px;

    height: 60px;

    background: url(../img/dienthoai_03.png) no-repeat left top;

    padding: 17px 0px;

    padding-left: 72px;

    /* margin-top: 10px; */

    box-sizing: border-box;

}



.hotline-header p {

    font-weight: bold;

    margin-bottom: -2px;

    text-transform: capitalize
}



.hotline-header span {

    color: #fcd80a;

    font-size: 20px;

    display: block;

    font-family: roboto_black;

}



.user-header a {

    color: #fff;

    padding-right: 9px;

    margin-right: 7px;

    position: relative;

    display: inline-block;

    vertical-align: top;

    text-decoration: none
}



.user-header a:after {

    content: "";

    position: absolute;

    width: 1px;

    height: 8px;

    background-color: #fff;

    top: calc(50% - 7px/2);

    right: 0px;

    opacity: 0.7
}



.user-header a:last-child {

    padding-right: 0px;

    margin-right: 0px
}



.user-header a:last-child:after {

    display: none
}



/* Menu mobile*/

#menu {

    visibility: hidden;

}



.mm-navbar__breadcrumbs span,

.mm-navbar__breadcrumbs a {

    font-size: 16px;

    font-family: 'Mon_semi_b';

    color: #000 !important;

}



.menu-bar-res a:nth-child(1) i {

    font-size: 31px;

    color: #fff;

}



.menu-bar-res .flexnowidth a:nth-child(1) {

    margin-right: 20px;

    display: inline-block;

    position: relative;

}



.menu-bar-res .flexnowidth a:nth-child(1):after {

    content: '';

    position: absolute;

    height: 44px;

    width: 2px;

    background: #fff;

    top: -6px;

    right: -8px;

}



.nobordermobile:last-child {

    border-bottom: none !important;

}



.nobordermobile:last-child:after {

    display: none !important;

}



.mm-listitem:after {

    left: 0px !important;

}



.mm-navbar__title span {

    font-size: 18px;

    color: #000;

    font-family: robotoC;

    text-transform: uppercase;

}



/* Menu*/

#infomenu {

    display: flex;

}



#menu_left {

    width: 277px;

    position: relative;

    z-index: 99999;

}



#menu_right {

    width: calc(100% - 277px);

}



.menu {

    background: #099906 url(../img/bongmenu.png) repeat-x left top;

}



.menu ul {

    padding: 0px;

    margin: auto;

    list-style: none;

    width: 100%;

}



.menu ul li {

    position: relative;

    z-index: 99;

    background: url(../img/nut_14.png) no-repeat right center;

}



.menuflex {

    /* flex: 1 0 auto; */

}



.menu ul li:last-child {

    background: none;

}



.menu ul li a {

    display: block;

    position: relative;

    z-index: 1;

    text-align: center;

    text-decoration: none !important;

    color: #fff;

    padding: 0px 10px;

}



.menu ul li a h2 {

    font-size: 14px;

    margin: 0px;

    padding: 10px 0px;

    font-family: robotoC;

    font-weight: bold;

}



#menu h2 {

    font-family: Mon_semi_b;

    font-weight: bold;

    text-transform: capitalize !important;

}



.menu ul li ul {

    position: absolute;

    min-width: 200px;

    background: var(--mauchung);

    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);

    -webkit-transform: perspective(600px) rotateX(-90deg);

    transform: perspective(600px) rotateX(-90deg);

    -webkit-transform-origin: 0 0 0;

    transform-origin: 0 0 0;

    opacity: 0;

    visibility: hidden;

    transition: all .5s
}



.menu ul li:hover>ul {

    -webkit-transform: perspective(600px) rotateX(0);

    transform: perspective(600px) rotateX(0);

    -webkit-transform-origin: 0 0 0;

    opacity: 1;

    visibility: visible;

    transition: all .7s
}



.uppercase {

    text-transform: uppercase;

}



.menu ul li ul li {

    background: transparent;

}



.menu ul li ul li a {

    text-align: left;

    width: 100%;

    display: block;

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    color: #fff;

}



.menu ul li ul li:last-child>a {

    border-bottom: 0px
}



.menu ul li ul li a h2 {

    font-size: 14px;

    padding: 12px 15px
}



.menu ul li ul li ul {

    top: 0px;

    left: 100%
}



.menu ul li ul li:hover {

    background: var(--mauhovermenu);

}



.menu ul li ul li:hover>a {

    color: #ff0;

}



.search {

    width: 230px;

    background: #fff
}



.searchflex {

    flex: 0 auto !important;

}



#button_search {

    text-align: center;

    cursor: pointer;

    color: #fff;

}



.searchbutton {

    padding: 10px;

    box-sizing: border-box;

    background: var(--mauchung);

    display: flex;

    position: absolute;

    right: 10px;

    top: 42px;

    z-index: 12;

    display: none;

}



.search p {

    float: left;

    width: 35px;

    height: 35px;

    line-height: 35px;

    cursor: pointer;

    text-align: center;

    margin: 0px;

    color: var(--color-gray);

    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: 12px
}



.searchbutton input {

    background: #fff;

}



.searchbutton p {

    float: left;

    width: 35px;

    height: 35px;

    line-height: 35px;

    background: #fff;

    cursor: pointer;

    text-align: center;

    margin: 0px;

    color: var(--color-gray);

    font-size: 16px
}



#search_header {

    width: 100%;

    max-width: 469px;

    border: 1px solid #eaeaea;

    border-radius: 5px;

}



#search_header .search {

    width: 100%;

    background: transparent;

}



#search_header p {

    float: left;

    width: 45px;

    height: 40px;

    line-height: 40px;

    cursor: pointer;

    text-align: center;

    margin: 0px;

    margin-top: 5px;

    color: var(--color-gray);

    background: #9abe39;

    font-size: 16px;

    border-radius: 5px;

    box-sizing: border-box;

}



#search_header input {

    width: calc(100% - 50px);

    height: 50px;

    float: left;

    outline: none;

    padding: 0px;

    border: 0px;

    background: transparent;

    text-indent: 10px;

    font-size: 14px;

    border-radius: 5px;

    box-sizing: border-box;

}



.search input::-webkit-input-placeholder {

    color: #ccc
}



.search input:-moz-placeholder {

    color: #ccc
}



.search input::-moz-placeholder {

    color: #ccc
}



.search input:-ms-input-placeholder {

    color: #ccc
}



.menu-res {

    display: none;

    height: 45px;

    z-index: 10;

    background: var(--mauchung);

    position: relative;

    line-height: normal
}



.menu-bar-res {

    height: 45px;

    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: 35px;

    height: 23px;

    position: relative;

}



#hamburger:before,

#hamburger:after,

#hamburger span {

    background: #fff;

    content: '';

    display: block;

    width: 100%;

    height: 2px;

    position: absolute;

    left: 0px
}



#hamburger:before {

    top: 0px
}



#hamburger span {

    top: 10px
}



#hamburger:after {

    top: 20px
}



#hamburger:before,

#hamburger:after,

#hamburger span {

    -webkit-transition: none 0.5s ease 0.5s;

    transition: none 0.5s ease 0.5s;

    -webkit-transition-property: transform, top, bottom, left, opacity;

    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-res {

    position: relative
}



.search-res .icon-search {

    width: 40px;

    height: 40px;

    cursor: pointer;

    text-align: center;

    line-height: 38px;

    color: #fff;

    font-size: 17px;

    margin: 0px
}



.search-res .icon-search.active {

    color: var(--color-red);

    background: #fff;

    border-radius: 100%
}



.search-res .search-grid {

    position: absolute;

    top: 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(--mauchung);

}



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



/* Slide */

.slideshow {

    position: relative;

    /*margin-left: 277px;

	width: calc(100% - 277px);

	padding: 20px;

	box-sizing: border-box;*/

}



.slideshow a {

    display: block;

    cursor: pointer
}



.slideshow a img {

    width: 100%
}



.slideshow:hover .control-slideshow {

    opacity: 0.3
}



.slideshow .control-slideshow:hover {

    opacity: 0.8
}



.control-slideshow {

    opacity: 0;

    position: absolute;

    z-index: 2;

    top: calc(50% - 50px/2);

    width: 35px;

    height: 50px;

    text-align: center;

    line-height: 50px;

    font-size: 25px;

    cursor: pointer;

    margin: 0px;

    background-color: #000000;

    border-radius: 3px
}



.control-slideshow i {

    color: #ffffff
}



.prev-slideshow {

    left: 20px;

    padding-right: 3px
}



.next-slideshow {

    right: 20px;

    padding-left: 3px
}



.wrap-partner {

    padding: 0px 10px
}



.wrap-partner .wrap-content {

    max-width: 1200px;

    padding: 0px;

    position: relative
}



.owl-partner {

    padding: 0px 40px
}



.partner {

    display: block;

    border: 1px solid #eee
}



.partner img {

    width: 100%
}



.breadCrumbs {

    background-color: #eee
}



.breadCrumbs .wrap-content {

    padding: 0.75rem 10px;

    max-width: 1200px;

    margin: 0 auto;

}



.breadCrumbs .wrap-content .breadcrumb {

    padding: 0;

    margin-bottom: 0;

    background-color: transparent;

    border-radius: 0
}



.breadCrumbs .wrap-content .breadcrumb-item a {

    color: var(--color-black)
}



.breadCrumbs .wrap-content .breadcrumb-item.active a {

    color: var(--mauchung);

}



.wrap-intro {

    margin-bottom: 50px
}



.left-intro {

    width: 45%;

}



.right-intro {

    width: 55%;

    margin-left: 30px;

}



.title-intro {

    border-bottom: 1px solid var(--color-red);

    margin-bottom: 1.5rem
}



.title-intro span {

    display: inline-block;

    font-weight: 700;

    text-transform: uppercase;

    position: relative;

    padding-bottom: 10px;

    font-size: 20px
}



.title-intro span:after {

    content: "";

    position: absolute;

    width: 100%;

    height: 4px;

    bottom: 0px;

    left: 0px;

    background-color: var(--color-red)
}



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



.time-newshome {

    position: absolute;

    top: -72px;

    left: 35px;

    height: 70px;

    width: 70px;

    border-radius: 50%;

    box-shadow: 0px 0px 8px #ccc;

    z-index: 123;

    text-align: center;

    padding: 10px;

    box-sizing: border-box;

    background: #fff;

}



.time-newshome span {

    font-family: AmerikaSans;

    font-size: 13px;

    display: block;

    text-align: center;

    color: #333333;

    text-transform: uppercase;

}



.time-newshome span:nth-child(1) {

    padding-bottom: 5px;

    margin-bottom: 5px;

    border-bottom: 1px solid #333333;

}



.desc-newshome {

    color: var(--color-black);

    margin-bottom: 0px
}



.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% - 44.5%);

    float: left;

}



.newshome-scroll ul li {

    margin-bottom: 15px !important
}



.newshome-normal {

    display: block
}



.pic-newshome-normal {

    width: 34%;

    margin-right: 3%;

    margin-bottom: 0px
}



.pic-newshome-normal img {

    width: 100%
}



.info-newshome-normal {

    width: calc(100% - 37%)
}



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



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

    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;

    margin-top: 10px;

}



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



.wrap-product {

    margin-bottom: 50px
}



.product {}



.box-product {

    position: relative;

    display: block;

    margin-bottom: 1rem
}



.pic-product {

    background: transparent;

    border-radius: 40px;

    overflow: hidden;

    margin-bottom: 0px;

    box-sizing: border-box;

    position: relative;

}



.pic-product .max-width {}



.pic-product img {

    width: 100%;

    border-radius: 40px
}



.boxproductimg {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0px;

    left: 0px;

    z-index: 12;

}



.boxproductimg a {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    z-index: 12;

}



.boxproductimg .i_trai {

    position: absolute;

    height: 0px;

    width: 1px;

    left: 0px;

    top: 0px;

    background: -webkit-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet);

    background: -o-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet);

    background: -moz-linear-gradient(bottom, red, orange, yellow, green, blue, indigo, violet);

    background: linear-gradient(to top, red, orange, yellow, green, blue, indigo, violet);

    transition: all 0.5s ease;

}



.boxproductimg .i_phai {

    position: absolute;

    height: 0px;

    width: 1px;

    right: 0px;

    bottom: 0px;

    background: -webkit-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);

    background: -o-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);

    background: -moz-linear-gradient(top, red, orange, yellow, green, blue, indigo, violet);

    background: linear-gradient(to bottom, red, orange, yellow, green, blue, indigo, violet);

    transition: all 0.5s ease;

}



.boxproductimg .i_tren {

    position: absolute;

    height: 1px;

    width: 0px;

    right: 0px;

    top: 0px;

    background: -webkit-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);

    background: -o-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);

    background: -moz-linear-gradient(left, red, orange, yellow, green, blue, indigo, violet);

    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet);

    transition: all 0.5s ease;

}



.boxproductimg .i_duoi {

    position: absolute;

    height: 1px;

    width: 0px;

    left: 0px;

    bottom: 0px;

    background: -webkit-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet);

    background: -o-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet);

    background: -moz-linear-gradient(right, red, orange, yellow, green, blue, indigo, violet);

    background: linear-gradient(to left, red, orange, yellow, green, blue, indigo, violet);

    transition: all 0.5s ease;

}



.boxproductimg:hover .i_trai {

    height: 100%;

    bottom: 0px;

    top: inherit;

}



.boxproductimg:hover .i_tren {

    width: 100%;

    left: 0px;

}



.boxproductimg:hover .i_phai {

    height: 100%;

    top: 0px;

    bottom: inherit;

}



.boxproductimg:hover .i_duoi {

    width: 100%;

    right: 0px;

    left: inherit;

}



.name-product {

    color: #332700;

    font-size: 22px;

    text-align: center;

    font-family: q_b;

    text-transform: uppercase;

    margin: 10px 0px;

}



.name-product.text-split {

    -webkit-line-clamp: 2
}



.price-product {

    margin-bottom: 10px;

    text-align: center;

}



.price-product span {

    font-weight: 700
}



.price-new {

    font-size: 16px;

    font-family: roboto_b;

    color: #ac4827
}



.price-old {

    padding-left: 10px;

    font-size: 12px;

    color: var(--color-gray);

    text-decoration: line-through;

}



.price-per {

    position: absolute;

    top: 15px;

    right: 15px;

    color: #fff;

    background: var(--mauchung);

    font-size: 11px;

    border-radius: 2px;

    width: 45px;

    height: 25px;

    text-align: center;

    line-height: 25px;

}



.price-per:after {

    clip-path: polygon(100% 1%, 2% 50%, 100% 100%);

    content: '';

    width: 4px;

    height: 8px;

    position: absolute;

    top: 9px;

    left: -3px;

    z-index: 12;

    background: var(--mauchung);

}



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



.grid-pro-detail {

    margin-bottom: 50px;

    margin-top: 20px;

}



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



.owl-thumb-pro {

    padding: 0px 40px
}



.icondownload {

    font-family: Nu;

    font-size: 15px;

    color: #000;

}



.thumb-pro-detail {

    display: block !important;

    border: 1px solid #eee;

    padding: 5px;

    border-radius: 3px;

    cursor: pointer
}



.thumb-pro-detail.mz-thumb.mz-thumb-selected {

    border-color: #cecfd2
}



.thumb-pro-detail img {

    box-shadow: none !important;

    filter: brightness(100%) !important;

    border-bottom: 0px !important;

    padding-bottom: 0px !important
}



.title-pro-detail {

    text-transform: capitalize;

    font-size: 20px;

    display: block;

    font-weight: 700;

    font-family: Muli;

}



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

    width: 95px;

    font-family: 'Muli';

    font-weight: bold;

}



.attr-label-pro-detail.d-block {

    display: block;

    margin: 0px 0px 5px 0px
}



.attr-content-pro-detail {

    display: inline-block;

    margin-bottom: 0px;

    font-family: Muli;

}



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



.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(--mauchung);

    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 {

    margin-top: 20px;

}



.tabs-pro-detail .ul-tabs-pro-detail {

    padding: 0px;

    list-style: none;

    margin-bottom: 1rem;

    border-bottom: 1px solid #e7e7e7
}



.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: var(--mauchung);

    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
}



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



.news {

    width: 49%;

    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: 4%;

    width: 36%
}



.pic-news img {

    width: 100%
}



.info-news {

    float: left;

    width: 60%
}



.name-news {

    color: #333;

    font-size: 16px;

    display: block;

    font-family: Nu;

    font-weight: bold;

    line-height: normal;

    margin-bottom: 5px
}



.name-news:hover {

    color: var(--color-red)
}



.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: 15px 0px;

    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: #333333
}



.list-news-other li a:hover {

    color: var(--color-red)
}



.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-article {

    background-size: cover !important;

    padding: 60px 0px;

    color: #fff;

    font-size: 15px;

    font-family: roboto;

}



.add_footer {

    padding-left: 38px;

    min-height: 27px;

    font-size: 14px;

    color: #fff;

    font-family: roboto;

    background: url(../img/n1_03.png) no-repeat left top;

    margin-bottom: 10px;

}



.holine_footer {

    padding-left: 38px;

    min-height: 27px;

    font-size: 14px;

    color: #fff;

    font-family: roboto;

    background: url(../img/n2_03.png) no-repeat left top;

    margin-bottom: 10px;

}



.mail_footer {

    padding-left: 38px;

    min-height: 27px;

    font-size: 14px;

    color: #fff;

    font-family: roboto;

    background: url(../img/n3_03.png) no-repeat left top;

    margin-bottom: 10px;

}



.web_footer {

    padding-left: 38px;

    min-height: 27px;

    font-size: 14px;

    color: #fff;

    font-family: roboto;

    background: url(../img/n4_03.png) no-repeat left top;

}



#logo_footer {

    width: 100%;

    max-width: 480px;

}



.footer-article .wrap-content {

    padding: 35px 10px
}



.footer-news:nth-child(1) {

    width: 35%;

}



.footer-news:nth-child(2) {

    width: 30%;

    margin: 0px 30px;

}



.footer-news:nth-child(3) {

    width: 35%
}



.footer-news:nth-child(4) {

    width: 25%
}



.title-footer {

    text-transform: uppercase;

    font-size: 20px;

    color: #febd59;

    margin-bottom: 20px;

}



.name-footer {

    text-transform: uppercase;

    font-size: 35px;

    margin-bottom: 20px;

    font-family: iCielBC;

    color: #febd59;

}



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

    color: #fff;

    font-size: 15px;

    font-family: roboto;

    padding-left: 15px;

    background: url(../img/nut_03.png) no-repeat left 8px;

}



.footer-ul li a:hover {

    color: var(--mauchung_hover);

}



.facebookforter {

    text-align: right;

}



.facebookforterin {

    text-align: left !important;

    display: inline-block;

    width: 100%;

}



.slogan-newsletter {

    margin-bottom: 0.5rem;

    color: var(--color-gray)
}



.newsletter-input {

    position: relative;

    margin-bottom: 10px;

}



.newsletter-input input {

    padding: 0px;

    font-size: 14px;

    text-indent: 10px;

    border-radius: 0px
}



.newsletter-input textarea {

    height: 90px;

    border-radius: 0px;

}



.newsletter-button1 {

    display: inline-block;

    position: absolute;

    bottom: 10px;

    right: 10px;

    z-index: 12;

}



.newsletter-button {

    margin-top: 5px
}



.newsletter-button input[type=submit],

.newsletter-button1 input[type=submit] {

    border: 0px;

    background-color: #fbbc05;

    color: #fff;

    display: inline-block;

    padding: 5px 16px;

    text-transform: uppercase;

    font-weight: 500;

    cursor: pointer;

    text-indent: 0px;

}



.footer-tags {

    background: #eee
}



.footer-tags .wrap-content {

    padding: 30px 10px
}



.label-tags {

    font-weight: 600;

    font-size: 15px
}



.list-tags {

    list-style: none;

    padding: 0px;

    margin: 0px
}



.list-tags li {

    float: left;

    margin: 0px 5px 5px 0px
}



.list-tags li a {

    color: #fff;

    background-color: var(--color-red);

    padding: 6px 15px 8px 15px;

    border-radius: 3px;

    display: block
}



.list-tags li a:hover {

    background-color: var(--color-medium-red)
}



.footer-powered {

    color: #fff;

    background: #ef0000;

    position: relative;

    padding-top: 20px;

}



.footer-powered .wrap-content {

    padding: 15px 10px
}



.copyright {

    margin-bottom: 0px;

    padding: 15px 0px;

    color: #fff;

    font-family: q;

}



.statistic {

    margin-bottom: 0px;

    padding: 15px 0px;

}



.statistic span {

    padding-right: 10px
}



.statistic span:last-child {

    padding-right: 0px
}



#footer-map {

    position: relative;

    height: 500px
}



#footer-map iframe {

    position: absolute !important;

    width: 100% !important;

    height: 100% !important;

    top: 0px !important;

    left: 0px !important
}



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



.pagination-home {

    width: 100%;

    text-align: center;

    margin-bottom: 10px;

}



.pagination-home .pagination .page-item .page-link {

    color: #555555;

    font-size: .875rem
}



.pagination-home .pagination .page-item.active .page-link {

    color: #ffffff;

    background-color: var(--mauchung);

    border-color: var(--mauchung);

}



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



.modal-custom .modal-footer {

    padding: 0.5rem
}



.modal-custom .modal-footer .btn {

    font-size: 14px
}



#popup .modal-body {

    padding: 0px
}



#popup img {

    max-width: 100%;

}



.grecaptcha-badge {

    display: none !important;

    width: 0px !important;

    height: 0px !important;

    visibility: hidden !important;

    overflow: hidden
}



.scrollToTop {

    width: 41px;

    height: 41px;

    text-align: center;

    font-weight: bold;

    color: #444;

    text-decoration: none;

    position: fixed;

    bottom: 65px;

    right: 25px;

    display: none;

    z-index: 10;

    cursor: pointer
}



.text-split {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: normal;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    -webkit-line-clamp: 3
}



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

    overflow: hidden;

    display: block
}



.scale-img img,

.boximg 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,

.boximg: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 {

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

}



.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 .zoomIn {

    animation-name: zoomIn
}



.animated {

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}



.btn-frame .animated {

    animation-duration: 1s;

    animation-fill-mode: both
}



.kenit-alo-circle-fill {

    width: 60px;

    height: 60px;

    top: -10px;

    right: -10px;

    position: absolute;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

    border: 2px solid transparent;

    -webkit-transition: all .5s;

    -moz-transition: all .5s;

    -o-transition: all .5s;

    transition: all .5s;

    background-color: var(--mauchung);

    opacity: .4
}



.btn-frame .pulse {

    animation-name: pulse
}



.btn-zalo {

    bottom: 315px
}



.btn-phone {

    bottom: 230px
}



.js-facebook-messenger-container.closed,

.js-facebook-messenger-tooltip.closed {

    display: none !important
}



.js-facebook-messenger-tooltip {

    bottom: 97px;

    right: 97px
}



.js-facebook-messenger-tooltip {

    color: #404040;

    background: #fff
}



.js-facebook-messenger-box,

.js-facebook-messenger-button,

.js-facebook-messenger-tooltip {

    z-index: 999
}



.js-facebook-messenger-tooltip {

    display: none;

    position: fixed;

    text-align: center;

    border-radius: 10px;

    overflow: hidden;

    font-size: 12px;

    line-height: 1;

    padding: 10px;

    border: 1px solid rgba(0, 0, 0, 0.1);

    box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;

    z-index: 1.0E+30
}



.js-facebook-messenger-close-tooltip {

    width: 10px;

    height: 10px;

    display: inline-block;

    cursor: pointer;

    margin-left: 10px
}



.js-facebook-messenger-box.rubberBand {

    -webkit-animation-name: rubberBand;

    animation-name: rubberBand
}



.js-facebook-messenger-box.animated {

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both
}



.js-facebook-messenger-box,

.js-facebook-messenger-button,

.js-facebook-messenger-tooltip {

    z-index: 999
}



.js-facebook-messenger-box {

    display: block;

    position: fixed;

    cursor: pointer;

    bottom: 150px;

    right: 17px;

    width: 56px;

    height: 56px;

    text-align: center;

    background: var(--mauchung);

    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: var(--mauchung) !important;

    font-family: var(--fontchung) !important;

}



.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-fixed {

    position: fixed;

    right: 20px;

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



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

    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 {

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



.support-online {

    position: fixed;

    z-index: 999;

    left: 16px;

    bottom: 81px;

}



.support-online a {

    position: relative;

    margin: 20px 10px;

    text-align: left;

    width: 40px;

    height: 40px
}



.link_title {

    border-radius: 50%;

    background: var(--mauchung);

    padding: 6px;

}



.support-online i {

    width: 40px;

    height: 40px;

    background: var(--mauchung) !important;

    color: #fff;

    border-radius: 100%;

    font-size: 20px;

    text-align: center;

    line-height: 1.9;

    position: relative;

    z-index: 999;

    cursor: pointer;

}



.support-online a span {

    border-radius: 2px;

    text-align: center;

    background: var(--mauchung);

    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 var(--mauchung) transparent transparent;

    position: absolute;

    left: -10px;

    top: 10px
}



.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: var(--mauchung);

    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
}



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

}



.menu_mobile .line {

    display: none
}



.nivo-prevNav {

    background: url(../img/lefft_24.png) no-repeat left top !important;

    height: 38px !important;

    width: 27px !important;

    font-size: 0px !important
}



.nivo-nextNav {

    background: url(../img/right_24.png) no-repeat left top !important;

    height: 38px !important;

    width: 27px !important;

    font-size: 0px !important
}



.slide {

    width: 100%;

    position: relative;

    overflow: hidden
}



.slide img {

    margin: 0px
}



.buttonslide {

    margin-top: 20px;

    text-align: center
}



.buttonslide a {

    background: #ff2600;

    display: inline-block;

    font-size: 16px;

    color: #fff;

    font-family: Mon_m;

    text-transform: uppercase;

    padding: 8px 20px;

    border-radius: 5px;

}



.thumb-them {

    height: 0px;

    width: 0px;

    display: block;

    overflow: hidden;

}



/*Background*/

#background0 {

    width: 100%;

    padding: 30px 20px;

    background: #fff;

    margin-top: -50px;

    z-index: 12;

    position: relative;

    border-radius: 5px;

}



#background1 {

    width: 100%;

    padding-top: 60px;

    z-index: 12;

    position: relative;

}



#background9 {

    width: 100%;

    padding-top: 60px;

    background: #ffe13a;

    z-index: 12;

    position: relative;

}



#background8 {

    width: 100%;

    background-position: center center;

    background-repeat: no-repeat;

    padding: 60px 0px;

    background-size: 100% 100% !important;

}



#background10 {

    width: 100%;

    background-position: center center;

    background-repeat: no-repeat;

    padding: 60px 0px;

    background-size: 100% 100% !important;

}



#background2 {

    width: 100%;

    background-position: center center;

    background-repeat: no-repeat;

    padding: 60px 0px;

    background-size: cover !important;

}



#background3 {

    width: 100%;

    background-position: center center;

    background-repeat: no-repeat;

    padding: 60px 0px;

    background-size: cover !important;

}



#background4 {

    width: 100%;

    padding-top: 20px;

    padding-bottom: 40px;

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover !important;

}



#background5 {

    width: 100%;

    padding: 60px 0px;

}



#background6 {

    padding-top: 60px;

}



#backgroundvideo {

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    background-position: center center;

    background-repeat: no-repeat;

    padding: 60px 0px;

    background-size: 100% 100% !important;

    background: url(../img/khung_03.png);

    padding: 82px 42px;

}





/* Begin Ý Kiến Khách Hàng */

.backgroundkh {

    padding: 20px;

    box-sizing: border-box;

    background: #fff;

    border-radius: 10px;

}



.imgykienkh {

    width: 175px;

    position: relative;

    z-index: 123;

    margin-left: 30px;

}



.infokh {

    width: calc(100% - 185px);

    margin-left: 10px;

}



.name_ykienkh {

    color: #666666;

    font-size: 20px;

    text-transform: capitalize;

    font-family: q_b;

}



.position_ykienkh {

    color: #757575;

    font-size: 15px;

    font-family: H;

}



.description_ykienkh {

    color: #666666;

    font-size: 16px;

    font-family: q;

    margin-top: 30px;

    padding: 30px;

    padding-bottom: 50px;

    padding-left: 0px;

}





.wrap-ykien {

    background: #f4f4f4;

    line-height: normal;

    margin-bottom: 30px;

}



.wrap-ykien .wrap-content {

    padding: 35px 10px;

    position: relative;

}



.wrap-ykien .wrap-content .swiper-button-next,

.wrap-ykien .wrap-content .swiper-button-prev {

    top: 50% !important;

}



.wrap-ykien .wrap-content .swiper-button-next {

    right: 0px !important;

}



.wrap-ykien .wrap-content .swiper-button-prev {

    left: 0px !important;

}



.swiper-ykien-main {

    max-width: 100%;

    margin: 25px auto auto auto !important;

}



.swiper-ykien-nav {

    min-height: 310px;

}



.swiper-ykien-nav .swiper-slide {

    display: flex;

    align-items: center;

    justify-content: space-around;

}



.swiper-ykien-nav .swiper-slide .ykien-nav {

    width: 75px;

}



.swiper-ykien-nav .swiper-slide.swiper-slide-prev .ykien-nav,

.swiper-ykien-nav .swiper-slide.swiper-slide-next .ykien-nav {

    width: 130px;

}



.swiper-ykien-nav .swiper-slide.swiper-slide-active .ykien-nav {

    width: 310px;

}



.swiper-ykien-nav .swiper-slide.swiper-slide-active .ykien-nav img {

    box-sizing: border-box;

    -ms-filter: brightness(100%);

    -webkit-filter: brightness(100%);

    -moz-filter: brightness(100%);

    -o-filter: brightness(100%);

    filter: brightness(100%);

}



.title-ykien {

    color: #101010;

    text-align: center;

    text-transform: uppercase;

    font-family: 'texgyreadventorbold';

    font-size: 24px;

    margin-bottom: 40px;

}



.ykien-nav {

    display: block;

    max-width: 310px;

    margin: auto;

    cursor: pointer;

}



.ykien-nav img {

    border: 2px solid #ff3d01;

    border-radius: 100%;

    display: inline-block;

    vertical-align: top;

    padding: 5px;

    -ms-filter: brightness(40%);

    -webkit-filter: brightness(40%);

    -moz-filter: brightness(40%);

    -o-filter: brightness(40%);

    filter: brightness(40%);

    width: 100%;

    max-width: 100%;

}



.ykien-main {

    display: block;

    max-width: 100%;

    margin: auto;

    text-align: center;

}



.ykien-name {

    margin-bottom: 5px;

    color: #393939;

    text-transform: uppercase;

    font-family: roboto_b;

    margin-top: 10px;

}



.ykien-desc {

    font-size: 15px;

    color: #393939;

    font-family: roboto;

}



#khungbaoykien {

    width: 800px;

    margin: 0 auto;

    position: relative;

}



.swiper-button-next {

    background: url(../img/n_right_07.png)no-repeat !important;

    right: calc(50% - 35px) !important;

    left: auto !important;

    bottom: -30px !important;

    width: 34px !important;

    height: 34px !important;

    top: auto !important;

}



.swiper-button-prev {

    background: url(../img/n_left_07.png)no-repeat !important;

    left: calc(50% - 35px) !important;

    right: auto !important;

    bottom: -30px !important;

    width: 34px !important;

    height: 34px !important;

    top: auto !important;

}



/* End Ý Kiến Khách Hàng */

/*Đối tác*/

.partners_n .slick-list {

    margin-left: -10px !important;

    margin-right: -10px !important;

}



.box_partner {

    padding-bottom: 10px;

    box-sizing: border-box;

    padding-left: 10px;

    padding-right: 10px;

    box-sizing: border-box;

    outline: none !important;

    border: none !important;

    position: relative;

}



.name_service {

    height: 26px;

}



.name_service a {

    font-size: 18px;

    color: #ffffff;

    font-family: q_b;

    text-transform: uppercase;

    display: inline-block;

}



.desc_service {

    font-family: q;

    color: #fff;

    font-size: 15px;

}



.imgkv {

    width: 201px;

}



.infokv {

    width: calc(100% - 201px);

    padding: 27px 22px;

    box-sizing: border-box;

}



.name_kv {

    height: 26px;

}



.name_kv a {

    font-size: 18px;

    font-family: Muli_b;

    color: #000000;

    text-transform: uppercase;

}



.description_kv {

    font-size: 14px;

    color: #000000;

    font-family: Mili;

}



.backgroundnau {

    background: #e4e4e4;

}



/*Giới thiệu*/

.right_about {

    width: 543px;

    position: relative;

}



.right_about img {

    position: relative;

    z-index: 12;

}



.keyframes_img {

    position: absolute;

    -webkit-animation-duration: 8s;

    -webkit-animation-iteration-count: infinite;

    animation-duration: 8s;

    animation-iteration-count: infinite;

    display: block;

}



.img1 {

    box-sizing: border-box;

    line-height: 0;

    position: absolute;

    top: 0;

    left: 0;

    -webkit-animation-name: keyright;

    animation-name: keyright;

    width: 480px;

    z-index: 1;

}



.img2 {

    box-sizing: border-box;

    line-height: 0;

    position: absolute;

    top: 80px;

    right: 0;

    -webkit-animation-name: keyleft;

    animation-name: keyleft;

    width: 401px;

    z-index: 12;

}



/* Standard syntax */

@keyframes keyleft {

    0% {

        right: 0;

    }



    50% {

        right: calc(100% - 401px);

    }



    100% {

        right: 0;

    }



}



/* Standard syntax */

@keyframes keyright {

    0% {

        left: 0;

    }



    50% {

        left: calc(100% - 480px);

    }



    100% {

        left: 0;

    }

}



.left_about {

    width: calc(100% - 602px);

    margin-left: 59px;

}



#name_ab1 {

    font-family: Destiny;

    color: #000000;

    font-size: 40px;

    position: relative;

    padding-top: 20px;

}



#name_ab1:before {

    content: '';

    position: absolute;

    height: 65px;

    width: 65px;

    border-left: 1px dotted #ea4335;

    border-top: 1px dotted #ea4335;

    left: -30px;

    top: 0px;

    z-index: 12;

}



#name_ab2 {

    font-family: lightmorning;

    font-size: 30px;

    color: #e7272d;

    margin-bottom: 27px;

}



#des_ab {

    font-size: 16px;

    color: #666666;

    font-family: q;

}



.more_about {

    margin-top: 20px;

    width: 100%;

}



.more_about a {

    display: inline-block;

    background: #fff;

    padding: 14px 42px;

    font-size: 15px;

    color: #fff;

    font-family: q;

    background: url(../img/xemthem_06.jpg) no-repeat left top;

}



/*Sản phẩm*/

.pic-product-vetival {

    width: 30%;

}



.info_pro_vitical {

    width: 70%;

    padding: 0px 10px;

}



.info_pro_vitical .name-product,

.info_pro_vitical .price-product {

    text-align: left !important;

}



.bgproduct {

    background: #fff;

    overflow: hidden;

    border: 1px solid #ccc;

}



#productsale_slideslick .box-product {

    margin-bottom: 0px;

}



.iconnews {

    background: url(../img/newnew.gif) no-repeat left top;

    width: 44px;

    height: 46px;

    z-index: 12;

    right: 0px;

    top: 0px;

    display: inline-block;

    position: absolute;

}



#name_clickproduct {

    margin-bottom: 20px;

    text-align: center;

}



#name_clickproduct span {

    background: #e9e9e9;

    display: inline-block;

    font-size: 22px;

    text-transform: uppercase;

    color: #373737;

    font-family: roboto_b;

    padding: 10px 20px;

    cursor: pointer;

}



#name_clickproduct .ative {

    color: #fff !important;

    background: #155ecc !important
}



.flexpro div:nth-child(1) {

    width: 50%;

}



.flexpro div:nth-child(2) {

    width: 50%;

    margin-left: 20px;

}



.owl-carousel .owl-item img {

    width: 100%;

}



.info_product {

    background: #fff;

    margin-left: 20px;

    width: calc(100% - 20px);

    padding: 20px;

    box-sizing: border-box;

}



.info_product h3 {

    padding: 0px;

    margin: 0px;

    font-size: 14px;

}



#right_product {

    width: 317px;

}



#left_product {

    width: calc(100% - 317px);

    margin-right: 20px;

}



.category_list span {

    background: #ffffff;

    padding: 10px;

    color: #333333;

    font-size: 18px;

    font-family: Baloo;

    display: block;

    box-sizing: border-box;

    margin-bottom: 5px;

    text-align: center;

    cursor: pointer;

}



.cut_product {

    overflow: hidden;

    position: relative;

    border-radius: 10px;

}



.hoversp,

.hoversp a {

    height: 100%;

    width: 100%;

    background: transparent;

    position: absolute;

    left: 0px;

    top: 0px;

    z-index: 12;

}



.more_product {

    margin-top: 33px;

}



.more_product a {

    display: inline-block !important;

    background: #c83200;

    padding: 20px 57px;

    box-shadow: 8px 8px 4px #c1af7b;

    font-size: 20px;

    color: #fff;

    font-family: roboto;

}



/*Thư viện ảnh */

.image1 {

    width: 100%;

    max-width: 450px;

}



.group_image2 {

    width: calc(100% - 450px);

}



.image2 {

    width: 100%;

    max-width: 433px;

    margin: 0px 5px;

    margin-bottom: 5px;

}



.image3 {

    width: calc(100% - 433px);

}



.image4 {

    width: calc(100% - 433px);

    margin: 0px 5px;

    margin-bottom: 5px;

}



.image5 {

    width: 100%;

    max-width: 433px;

}



.boximg:hover img {}



#box_album {

    display: flex;

}



.album_info:nth-child(2) {

    margin-left: 10px;

}



#album31,

#album32 {

    margin-bottom: 16px;

}



#des_album1 {

    text-align: center;

    font-size: 24px;

    font-family: Avo;

    color: #262626;

    padding-top: 27px;

}



#des_album2 {

    text-align: center;

    font-size: 22px;

    font-family: Houstoner;

    color: #272727;

}



#album1,

#album3 {

    width: 50%;

}



#album1 .boximg:nth-child(1) {

    margin-bottom: 16px;

}



#album31 .boximg:nth-child(1),

#album32 .boximg:nth-child(1) {

    margin-right: 10px;

}



/*Tên danh mục*/

.subname {

    text-align: center;

    width: 100%
}



.subname span {

    display: inline-block;

    font-size: 40px;

    color: #622a2b;

    font-family: lightmorning;

    cursor: pointer;

}



.subname span.color_red {

    color: #ef0000
}



.des_short {

    text-align: center;

    font-family: roboto;

    color: #333333;

    font-style: italic;

    padding-bottom: 30px;

    margin-bottom: 30px;

    background: url(../img/tieude_03.png) no-repeat center bottom;

}



.des_short_white {

    color: #fff !important;

}



.des_short.des_short_white {

    background: url(../img/tieude2_03.png) no-repeat center bottom !important;

}



/* .widthcustum1 .subname,

.widthcustum1 .des_short {

    text-align: left;

}



.widthcustum1 .des_short {

    background: url(../img/tieude_03.png) no-repeat left bottom;

} */



/*Video*/

.video-container {

    position: relative;

    padding-bottom: 55.25%;

    padding-top: 30px;

    height: 0;

    overflow: hidden;

    margin-top: 0px;

}



.video-container iframe,

.video-container object,

.video-container embed {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



#video_slideslick {

    margin-top: 10px;

}



#feedbackright {

    width: 66.6%;

}



.video-right {

    position: relative;

    width: calc(100% - 150px);

    max-height: calc(100% - 5px);

}



.video-right iframe {

    position: absolute;

    height: 100%;

    width: 100%;

    top: 0px;

    left: 0px;

    /*visibility: hidden;*/

}



.box-video {

    margin-bottom: 5px;

    cursor: pointer;

}



.box-video img {

    height: 95px;

    object-fit: cover;

}



.slick-video {

    width: 140px;

    margin-bottom: -5px;

}



/* Thanh cuộn*/

.scrollbar {

    overflow-y: auto;

    overflow-x: hidden;

}



.scrollbar::-webkit-scrollbar {

    width: 2px;

    background-color: #999;

}



.scrollbar::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);

    background-color: #F5F5F5;

}



.scrollbar::-webkit-scrollbar-thumb {

    background-color: #999;

}



/* Thanh cộn ngang*/

.scrollbarh {

    overflow-y: hidden;

    overflow-x: auto;

}



.scrollbarh::-webkit-scrollbar {

    height: 5px;

    background-color: #999;

}



.scrollbarh::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);

    background-color: #F5F5F5;

}



.scrollbarh::-webkit-scrollbar-thumb {

    background-color: #999;

}



.scroll_barout {

    width: 100%;

    max-width: 100%;

}



.scroll_barin {

    width: 1000px;

}



/*end thanh cuộn*/

/* HO TRO BEN PHẢI*/

#btn-zalo {

    display: block;

    width: 40px;

    height: 40px;

    position: fixed;

    right: 25px;

    bottom: 250px;

    z-index: 9999;

}



#btn-zalo i,

.chatface i {

    display: flex;

    display: -ms-flex;

    align-items: center;

    -ms-flex-align: center;

    width: 40px;

    height: 40px;

    border-radius: 50%;

    background: var(--mauchung);

    position: relative;

    z-index: 999;

}



#btn-zalo i img,

.chatface i img {

    vertical-align: middle;

    max-width: 100%;

}



#btn-call {

    display: block;

    width: 40px;

    height: 40px;

    position: fixed;

    right: 25px;

    bottom: 330px;

    z-index: 9999;

}



#btn-call i,

.editi {

    width: 40px;

    height: 40px;

    border-radius: 50%;

    background: var(--mauchung);

    color: #fff;

    font-size: 20px;

    text-align: center;

    line-height: 40px;

    position: relative;

    z-index: 9999;

}



.animated.infinite {

    -webkit-animation-iteration-count: infinite;

    animation-iteration-count: infinite;

}



.zoomIn {

    -webkit-animation-name: zoomIn;

    animation-name: zoomIn;

}



.animated {

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}



.nutindex {

    cursor: pointer;

    width: 60px;

}



.nutindex img {

    width: 100%;

}



.support-online {

    display: none;

}



/* HO TRO BEN PHẢI*/

/* Tin tức */

.name-post {

    font-size: 15px;

    font-family: robotoC;

    color: #000;

    font-weight: bold;

    margin-bottom: 10px;

    text-transform: uppercase;

    margin-top: 10px;

}



.time-post {

    font-size: 14px;

    color: #000;

    font-family: roboto;

    margin-bottom: 10px;

}



.desc-post {

    font-family: roboto;

    font-size: 14px;

    color: #000;

}



.mgpost20 {

    margin-bottom: 20px;

}



.fixedimg {

    overflow: hidden;

    position: relative;

}



.name_news {

    margin: 20px 0px;

}



.name_news h3 {

    font-size: 17px;

}



.name_news h3 a {

    font-size: 17px;

    color: #febd59;

    font-family: roboto_black;

    text-transform: uppercase;

}



.description_news {

    font-family: roboto;

    font-size: 14px;

    color: #fff;

}



.more_news {

    margin: 20px 0px;

}



.more_news a {

    font-family: Nu;

    color: #f68c2e;

}



#news_slideslick .datenew {

    font-family: roboto;

    font-size: 13px;

    color: #808080;

    font-style: italic;

    margin-top: 10px;

}



#news_slideslick .name_news {

    margin: 10px 0px;

    margin-top: 30px;

}



#news_slideslick .name_news a {

    font-size: 15px;

    font-family: q_b;

    color: #333333;

    text-transform: uppercase;

}



#news_slideslick .description_news {

    font-family: q;

    font-size: 14px;

    color: #666666;

}



/* Tiêu đề phân trang*/

.image_list {

    width: 323px;

    padding: 10px;

    box-sizing: border-box;

    background: #0063b8;

}



.desc_list {

    padding-top: 10px;

    color: #fff;

    font-size: 15px;

    font-family: BeVietnam;

}



.info_list {

    width: calc(100% - 359px);

    margin-left: 36px;

}



.xphantrang .flex_odd_even .info_list {

    margin-left: 0px;

    margin-right: 36px;

}



.namelist {

    overflow: hidden;

    width: 100%;

    margin-bottom: 20px;

}



.namelist span {

    background: url(../img/danhmuc_12.png) repeat-x left top;

    height: 48px;

    font-size: 23px;

    font-family: roboto_b;

    text-transform: uppercase;

    color: #fff;

    display: inline-block;

    padding: 10px 40px;

    box-sizing: border-box;

    position: relative;

}



.namelist span:after {

    content: '';

    position: absolute;

    background: url(../img/tieudedm_13.png) no-repeat left top;

    height: 48px;

    width: 1031px;

    z-index: 12;

    right: -1031px;

    top: 0px;

}



.namelist a {

    font-family: roboto_b;

    color: #000000;

    text-transform: capitalize;

    display: inline-block;

    position: absolute;

    top: 15px;

    right: 10px;

    z-index: 12;

}



.menucap2new {

    display: block;

    position: relative;

    top: 0px;

    left: 0px;

    z-index: 12;

    width: 100%;

    text-align: center;

}



.menucap2new .ative,

.menucap2new .activen {

    color: var(--mauchung) !important;

}



.menucap2new span {

    font-size: 16px;

    font-family: r_medium;

    color: #000000;

    text-transform: uppercase;

    padding: 12px 5px;

    display: inline-block;

    cursor: pointer;

    padding-top: 0px;

}



/* Phân trang ajax*/

.phantrang {

    position: relative;

}



.chinhphantrangth {

    display: block;

    width: 100%;

    text-align: center;

    margin: 20px auto;

}



.chinhphantrangth a {

    padding: 5px 10px;

    box-sizing: border-box;

    border: 1px solid #999;

    background: #fff;

    color: #000;

    font-family: Muli;

    font-size: 12px;

    /*box-shadow:5px 5px 5px rgba(0,102,0,0.4);*/

    margin: 0 2px;

    display: inline-block;

    cursor: pointer;

}



.act {

    cursor: pointer;

    padding: 5px;

    box-sizing: border-box;

    border: 1px solid var(--mauchung) !important;

    background: var(--mauchung) !important;

    color: #fff !important;

    font-family: Muli;

    font-weight: bold;

    font-size: 12px;

    /*box-shadow:5px 5px 5px rgba(0,102,0,0.2) !important;*/

    margin: 0 2px;

    display: inline-block;

}



/* Link icon*/

.iconthanhphan {

    position: relative;

    margin-bottom: 30px;

    background: var(--mauchung);

    border-radius: 50%;

}



.thanhphan {

    display: inline-block;

    padding: 10px;

    background: #fff;

    position: absolute;

    top: -3px;

    right: 51px;

    color: #000;

    font-size: 18px;

    font-family: Muli;

    width: 230px;

    display: none;

}



.iconthanhphan:hover .thanhphan {

    display: block;

}



#fixed_right {

    display: inline-block;

    position: fixed;

    bottom: 450px;

    z-index: 1234;

    right: 29px;

}



#iconright {

    width: 40px;

    position: relative;

    top: 0px;

    z-index: 1234;

    left: 0px;

    cursor: pointer;

}



#thongtinicon {

    max-height: 463px;

    height: auto;

    display: none;

    width: 40px;

    position: relative;

}



.botronhinh {

    width: 40px;

    height: 40px;

    overflow: hidden;

    border-radius: 50%;

    box-sizing: border-box;

    position: relative;

    z-index: 123;

}



/* slick */

.slick-prev {

    top: 41% !important;

    width: 17px !important;

    height: 58px !important;

    z-index: 12 !important;

    background: url(../img/slick_left_07.png) no-repeat left top !important;

    left: -32px !important;

}



.slick-next {

    top: 41% !important;

    right: -36px !important;

    width: 17px !important;

    height: 58px !important;

    z-index: 12 !important;

    background: url(../img/slick_right_07.png) no-repeat left top !important;

}



.slick-prev:before,

.slick-next:before {

    display: none;

}



/*Phan bootrap tự viết*/

.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 10px;

    margin-bottom: 0px;

    box-sizing: border-box
}



.rowsp {

    margin: 0px -10px;

    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_sp {

    margin-bottom: 20px;

    /*width: calc(25% - 0px) !important; /*khong repont*/

}



.chinhbox_sp1 {

    margin-bottom: 0px;

    /*width: calc(33.33% - 0px) !important; /*khong repont*/

}



/* Vì sao chọn chúng tôi*/

.whyme2 {

    width: 371px;

    margin: 0px 20px;

}



.whyme1 {

    width: calc((100% - 371px)/2);

}



.whyme3 {

    width: calc((100% - 371px)/2);

}



.imgw {

    width: 144px;

}



.infow {

    width: calc(100% - 164px);

    margin-right: 20px;

}



.flex_odd_even .infow {

    margin-left: 20px;

    margin-right: 0px;

}



.name_w {

    text-align: right;

}



.name_w a {

    position: relative;

    display: inline-block;

    color: #58351f;

    font-family: NuB;

    font-size: 20px;

    padding-bottom: 10px;

    margin-bottom: 10px;

}



.name_w a:after {

    content: '';

    position: absolute;

    height: 2px;

    width: 40px;

    right: 0px;

    bottom: 0px;

    z-index: 12;

    background: #f49038;

}



.des_w {

    text-align: right;

    font-family: Nu;

    color: #1b1b1b;

}



.des_w>div {

    text-align: right;

}



.flex_odd_even .des_w>div {

    text-align: left;

}



.flex_odd_even .name_w {

    text-align: left;

}



.flex_odd_even .name_w a:after {

    right: auto;

    left: 0px;

}



#info_whyme0,

#info_whyme2 {

    margin-bottom: 20px;

}



/* Nhận tin*/

.postnews {

    padding: 30px;

    box-sizing: border-box;

    background: rgba(42, 42, 42, 0.6);

    border-radius: 10px;

}



.postnews .x {

    margin-right: 10px;

}



.postnews input[type="text"],

.postnews input[type="email"],

.postnews input[type="number"],

.postnews select {

    height: 40px;

    position: relative;

    width: 100%;

    background: transparent;

    color: #fff;

    margin-bottom: 10px;

    border: none;

    outline: none;

    box-shadow: none;

}



.postnews textarea {

    height: 50px;

    position: relative;

    width: 100%;

    color: #fff;

    border: none;

    outline: none;

    box-shadow: none;

    background: transparent !important;

}



/* Thêm  icon post*/

.input_form {

    position: relative;

}



.widthpost,

.editwidth50 {

    padding-left: 30px;

    box-sizing: border-box;

    border-bottom: 1px solid #333333;

}



.widthpost:nth-child(1) {

    background: url(../img/c1_03.png) no-repeat 10px 10px;

}



.widthpost:nth-child(2) {

    background: url(../img/c2_03.png) no-repeat 9px 10px;

}



.widthpost:nth-child(3) {

    background: url(../img/c3_03.png) no-repeat 10px 10px;

}



.editwidth50 {

    background: url(../img/c5_03.png) no-repeat 10px 10px;

}



.postnews input::-webkit-input-placeholder,

.postnews textarea::-webkit-input-placeholder {

    color: #fff
}



.postnews input:-moz-placeholder,

.postnews textarea:-moz-placeholder {

    color: #fff
}



.postnews input::-moz-placeholder,

.postnews textarea::-moz-placeholder {

    color: #fff
}



.postnews input:-ms-input-placeholder,

.postnews textarea:-ms-input-placeholder {

    color: #fff
}



.postnews .invalid-feedback {

    display: none !important;

}



.postnews #buttom_submit {

    width: 100%;

    margin-top: 30px;

    text-align: left;

}



#buttom_submit input[type="submit"] {

    background: #ffdb1d;

    font-family: q_b;

    font-size: 14px;

    color: #000;

    padding: 12px 30px;

    outline: none;

    border: none;

}



#posthotline {

    font-size: 32px;

    font-family: Avo;

    color: #ffcc29;

}



#postnewsdes1 {

    font-size: 40px;

    font-family: lightmorning;

    color: #ffe13a;

}



#postnewsdes2 {

    font-size: 14px;

    font-family: q;

    display: block;

    color: #fff;

    margin-bottom: 10px;

    padding-bottom: 20px;

    background: url(../img/tieude2_03.png) no-repeat left bottom;

}



#post_footer input[type="text"],

#post_footer input[type="email"] {

    outline: none;

    border: none;

    height: 40px;

    width: 100%;

}



#post_footer input[type="submit"] {

    outline: none;

    border: none;

    height: 40px;

    width: 40px;

    background: none !important;

    font-size: 0px;

}



#post_footer {

    background: url(../img/dangtin_07.png) no-repeat left top;

    max-width: 310px;

    width: 100%;

    height: 40px;

    display: flex;

}



#footer_email {

    width: calc(100% - 40px);

}



#footer_submit {

    width: 40px;

}



#background7 {

    padding: 50px 0px;

    box-sizing: border-box;

    width: 100%;

}



#postinfo {

    width: 300px;

}



#infpost {

    width: calc(100% - 300px);

    margin-left: 45px;

}



.xpost:nth-child(1),

.xpost:nth-child(2) {

    width: calc((100% - 123px) / 2);

    margin-right: 5px;

}



.xpost:nth-child(3) {

    width: 123px;

}



.xpost input[type="number"],

.xpost input[type="email"] {

    height: 46px;

    width: 100%;

    background: #fff;

    border: none;

    outline: none;

    padding-left: 10px;

}



.xpost input[type="submit"] {

    color: #fff;

    background: #ed1c24;

    text-transform: uppercase;

    font-family: NuB;

    outline: none;

    border: none;

    padding: 13px 0px;

    width: 100%;

}



#infpost .invalid-feedback {

    display: none !important;

}



#nameinfo1 {

    color: #fff;

    font-family: Nu;

    font-size: 30px;

}



#nameinfo2 {

    color: #fff;

    font-family: NuL;

    font-size: 15px;

}



/* Why me*/

.imgwhyme {

    width: 87px;

}



.info_whyme {

    width: calc(100% - 97px);

    margin-left: 10px;

}



.name_whyme {

    position: relative;

    height: 26px;

}



.name_whyme a {

    color: #ef0000;

    font-family: Nu;

    font-family: q_b;

    text-transform: uppercase;

}



.description_whyme {

    color: #333333;

    font-family: q;

    font-size: 15px;

}



.vert .simply-scroll-clip {

    height: 339px !important;

}



.vert .simply-scroll-list li {

    height: 200px !important;

}



/* radio +check*/

.custom-control-input:checked~.custom-control-label::before {

    color: #fff;

    border-color: var(--mauchung) !important;

    background-color: var(--mauchung) !important;

}



input[type="checkbox"],

input[type="radio"] {

    position: relative;

    z-index: 1234;

    opacity: 0;

}



input[type="checkbox"]+label:before {

    position: absolute;

    top: 1px;

    left: -31px;

    border: 1px solid #808080;

    content: "\00a0";

    display: inline-block;

    font: 16px/1em sans-serif;

    height: 25px;

    margin: 0 .25em 0 0;

    padding: 0;

    vertical-align: top;

    width: 25px;

}



input[type="checkbox"]:checked+label:before {

    background: #fff;

    color: #cf0656;

    content: "\2713";

    text-align: center;

    font-size: 22px;

}



.box-radio label,

.box-radio1 label {

    position: relative;

}



.box-radio1 label,

.box-radio1 a {

    font-size: 14px;

    color: #343434;

    font-family: BeVietnam;

}



.box-radio1 a {

    color: #0041d3 !important;

}



.answer_box label,

.answer_box select,

.answer_box textarea {

    font-family: BeVietnam;

    font-size: 16px;

    color: #3c3c3c;

}



.answer_box label img {

    position: relative;

    top: 3px;

    cursor: pointer;

}



input[type="radio"]+label:before {

    position: absolute;

    left: -31px;

    border: 1px solid #808080;

    content: "\00a0";

    display: inline-block;

    font: 16px/1em sans-serif;

    height: 25px;

    margin: 0 .25em 0 0;

    padding: 0;

    vertical-align: top;

    width: 25px;

    border-radius: 50%;

    top: 1px;

}



input[type="radio"]:checked+label:before {

    background: #fff;

    color: #cf0656;

    content: "\2713";

    text-align: center;

    font-size: 22px;

}



/* end radio +check*/

/* Đối tác*/

#bg_partner {

    background: #fff;

    padding: 60px 0px;

}



.fixedPartner {

    max-width: 100%;

    margin: 0 auto
}



.fixedPartner img {

    box-sizing: border-box;

}



/* Info */

#info {

    width: calc(100% - 260px);

    margin-right: 20px;

}



#left {

    width: 260px;

}



/*Phan style*/

.xleft {

    margin-left: 60px;

    display: flex;

}



.mag75 {

    margin-bottom: 75px;

}



.menuname a {

    color: #36250e;

    text-transform: uppercase;

    font-size: 40px;

}



.desname {

    font-size: 16px;

    font-family: roboto;

    color: #36250e;

}



.flex_odd_even .xleft {

    margin-left: 0px;

    margin-right: 60px;

}



.flex_odd_even .more_product {

    text-align: right;

}



#buble {

    position: relative;

    width: 100%;

    left: 0px;

    z-index: 12;

    margin-top: -115px;

}



#mag60 {

    padding: 60px 0px;

}



#name_drink {

    padding: 10px;

    text-transform: uppercase;

    text-align: center;

    font-size: 22px;

    font-family: Baloo;

    background: #febd59;

    margin-bottom: 5px;

}



.widthpro {

    width: 33.333% !important;

}



/* Cảm nhận*/

#feedback_thumb {

    width: 120px;

}



#feedback_info {

    width: calc(100% - 143px);

    margin-left: 23px;

}



.fixedfeedback {

    width: 390px;

    height: 390px;

    position: relative;

    border-radius: 50%;

}



.fixedfeedback img {

    width: 390px;

    height: 390px;

    border-radius: 50%;

}



.fixedfeedback span {

    position: absolute;

    background: url(../img/ykienkh_07.png) no-repeat left top;

    width: 291px;

    height: 179px;

    right: 0px;

    bottom: -27px;

}



.fixedthumbfeedback {

    width: 120px;

    height: 120px;

    position: relative;

    overflow: hidden;

    border-radius: 50%;

}



.feedback_des {

    width: calc(100% - 430px);

    margin-left: 40px;

}



.namefeedback1 {

    color: #f6ac27;

    font-size: 30px;

    font-family: Houstoner;

}



.namefeedback2 {

    color: #028900;

    font-size: 35px;

    font-family: Avo;

    text-transform: capitalize;

}



.namefeedback3 {

    padding-top: 26px;

    font-family: Q;

    font-size: 14px;

    color: #333333;

}



.namefeedback4 {

    font-family: Q;

    font-size: 14px;

    text-transform: uppercase;

    padding-top: 44px;

    color: #333333;

}



.namefeedback5 {

    font-family: Q;

    font-size: 14px;

    text-transform: uppercase;

    color: #333333;

}



.hover_solution {

    position: absolute;

    top: 0px;

    left: 0px;

    z-index: 1;

    width: 100%;

    height: 100%;

    background: transparent;

}



.img_solution:hover .hover_solution {

    background: rgba(0, 0, 0, 0.3);

}



.boxinbox {

    display: inline-block;

    padding: 20px 30px;

    position: relative;

}



.boxinbox a {

    color: #ffffff;

    font-size: 30px;

    font-family: H;

    text-transform: uppercase;

}



.boxinbox span:nth-child(2) {

    position: absolute;

    width: 44px;

    height: 2px;

    left: 0px;

    top: 0px;

    z-index: 1;

    background: #fff;

}



.boxinbox span:nth-child(3) {

    position: absolute;

    width: 2px;

    height: 22px;

    left: 0px;

    top: 0px;

    z-index: 1;

    background: #fff;

}



.boxinbox span:nth-child(4) {

    position: absolute;

    width: 44px;

    height: 2px;

    right: 0px;

    bottom: 0px;

    z-index: 1;

    background: #fff;

}



.boxinbox span:nth-child(5) {

    position: absolute;

    width: 2px;

    height: 22px;

    right: 0px;

    bottom: 0px;

    z-index: 1;

    background: #fff;

}



/* Hỗ trợ trực tuyến*/

.cont {

    background: #111111;

    padding: 10px;

    box-sizing: border-box;

}



.mau {

    width: 20px;

    height: 20px;

    border: 3px solid #555555;

    border-radius: 50%;

    box-sizing: border-box;

}



#hotlinesub {

    display: flex;

}



#hotlinesub div {

    margin-left: 20px;

    display: flex;

}



#hotlinesub b {

    display: block;

    font-size: 14px;

    font-family: roboto_b;

    color: #fff;

}



#hotlinesub span {

    display: block;

    font-size: 18px;

    font-family: roboto_b;

    color: #fff;

}



.info-support {

    padding-top: 10px;

    margin-top: 10px;

    border-top: 1px dashed #fff;

}



.info-support b {

    display: flex;

}



.info-support span {

    font-family: roboto_b;

    font-size: 14px;

    color: #fff;

    text-transform: uppercase;

}



.subtel {

    font-family: roboto;

    color: #fff;

    font-size: 14px;

}



.subemail {

    background: url(../img/ass_14.png) no-repeat left top;

    padding-left: 30px;

}



.flipster-nav,

.flipto-prev,

.flipto-next {

    display: none !important;

}



.namevideoslide {

    visibility: hidden;

    font-size: 12px;

    text-transform: uppercase;

    padding: 10px;

    background: rgba(0, 0, 0, 0.8);

    text-align: center;

    box-sizing: border-box;

    position: absolute;

    bottom: 0px;

    left: 0px;

    width: 100%;

    color: #fff;

}



.flip-current .flip-content {

    position: relative;

}



.flip-current .flip-content .namevideoslide {

    visibility: visible;

}



.footer .mottramphantram_xs:nth-child(1) {}



.footer .mottramphantram_xs:nth-child(2) {

    padding-left: 40px;

}



.footer .mottramphantram_xs:nth-child(3) {

    padding-left: 40px;

}



.footer .mottramphantram_xs:nth-child(4) {

    padding-left: 40px;

}



/* Hiệu ứng hover tin tức*/

@keyframes linear {

    from {

        background-position: 0 0;

    }



    to {

        background-position: 200px 0;

    }

}



@keyframes radial {

    from {

        background-position: 0 0;

    }



    to {

        background-position: 0 60px;

    }

}



@keyframes repeating {

    from {

        background-position: 0 0;

    }



    to {

        background-position: 0 85px;

    }

}



@keyframes electronic {



    0%,

    100% {

        background-position: 20px -30px;

    }



    25% {

        background-position: 150px 5px;

    }



    50% {

        background-position: 20px 40px;

    }



    75% {

        background-position: -100px 5px;

    }

}



.biliboard {

    padding: 10px 20px;

    text-align: center;

    position: relative;

    background: #fff;

    display: inline-block;

}



.biliboard:before {

    content: '';

    display: block;

    height: 100%;

    width: 100%;

    border-radius: 3px;

    transform: scale(1.02, 1.08);

    position: absolute;

    background: #f00;

    background: linear-gradient(90deg, #fafafa, #fafafa, var(--mauchung), #fafafa, #fafafa);

    background-position: 55px 0;

    top: 0;

    animation: linear 3s infinite linear;

    left: 0;

    z-index: -1;

}



.biliboard.electronic:before {

    background: radial-gradient(var(--mauchung), var(--mauchung), var(--mauchung), var(--mauchung), #fafafa, #fafafa) no-repeat;

    background-size: 150px 50px;

    animation: electronic 3s infinite linear;

}



.biliboard.repeating:before {

    background: repeating-linear-gradient(-45deg, #fafafa, #fafafa 30px, var(--mauchung) 30px, var(--mauchung) 60px) fixed;

    animation: repeating 3s infinite linear;

}



.biliboard.radial:before {

    background: radial-gradient(#fafafa, #fafafa, var(--mauchung), #fafafa, #fafafa);

    animation: radial 3s infinite linear;

}



/* End Hiệu ứng hover tin tức*/

/* Hover */

.box_partner:hover h3,

.box_partner:hover a,

.box-sp:hover .name-product,

.text-decoration-none:hover .name-news {

    color: var(--mauchung_hover) !important;

}



.overflow {

    overflow: hidden;

    position: relative;

}



.hover_tintuc {

    background: url(../img/glass.png) no-repeat left top;

    background-size: 100% 100% !important;

    width: 30%;

    height: 100%;

    position: absolute;

    left: -30%;

    top: 0px;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    z-index: 12;

}



.box-sp:hover .hover_tintuc {

    left: 100%;

}



.hovertextinimg {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    display: none;

    z-index: 12;

}



.hovertextinimg1 {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    z-index: 12;

    background: rgba(0, 0, 0, 0.5);

    padding: 30px;

    box-sizing: border-box;

}



.hovertextinimg span:nth-child(1) {

    display: inline-block;

    height: 1px;

    width: 30px;

    background: #fff;

    position: absolute;

    top: 10px;

    left: 11px;

    z-index: 1
}



.hovertextinimg span:nth-child(2) {

    display: inline-block;

    height: 30px;

    width: 1px;

    background: #fff;

    position: absolute;

    top: 11px;

    left: 10px;

    z-index: 1
}



.hovertextinimg span:nth-child(3) {

    display: inline-block;

    height: 1px;

    width: 30px;

    background: #fff;

    position: absolute;

    bottom: 10px;

    right: 11px;

    z-index: 1
}



.hovertextinimg span:nth-child(4) {

    display: inline-block;

    height: 30px;

    width: 1px;

    background: #fff;

    position: absolute;

    bottom: 11px;

    right: 10px;

    z-index: 1
}



.hovertextinimg .name-post {

    color: #fff;

    font-size: 24px;

    font-family: roboto_b;

    text-align: center;

}



.hovertextinimg .desc-post {

    color: #fff;

    font-size: 15px;

    font-family: roboto;

    text-align: center;

}



.box-post:hover .hovertextinimg {

    display: block;

}



.box_real {

    margin-bottom: 20px;

    position: relative;

}



.hover_push {

    background: rgba(7, 144, 163, 0.6);

    position: absolute;

    top: 0px;

    left: 0px;

    z-index: 12;

    padding: 10px;

    display: none;

    width: 100%;

    height: 100%;

}



.fullwh {

    position: relative;

    width: 100%;

    height: 100%;

}



.name_push {

    margin-bottom: 10px;

    color: #fff;

}



.name_hide {

    padding: 10px;

    width: 100%;

    position: absolute;

    bottom: 0px;

    left: 0px;

    z-index: 1;

    background: rgba(7, 144, 163, 0.6);

}



.name_push a,

.name_hide a {

    text-transform: uppercase;

    color: #fff;

    font-family: BeVietnam_m;

    font-size: 18px;

}



.more_push {

    text-align: center;

    overflow: hidden;

    width: 114px;

    margin: 0 auto;

}



.more_push a {

    display: inline-block;

    background: transparent;

    padding: 10px 20px;

    font-size: 15px;

    color: #ffffff;

    font-family: Muli;

    border: 1px solid #c9c9c9;

    position: relative;

    z-index: 12;

}



.more_push span {

    background: #ff0;

    display: block;

    height: 100%;

    width: 100%;

    z-index: 1;

    position: absolute;

    top: 0px;

    left: 0px;

}



.more_push:hover a {

    border: none;

    color: #000
}



.des_push {

    color: #fff;

    font-family: Muli;

    font-size: 15px;

    margin: 20px 0px;

}



.box_real:hover .name_hide {

    display: none;

}



/* CLICK SO NOI DUNG*/



.content_subclick {

    display: none;

    font-size: 14px;

    color: #000;

    font-family: roboto;

    padding: 10px;

    box-sizing: border-box;

}



.name_subclick {

    font-size: 18px;

    text-transform: uppercase;

    color: #000;

    font-family: roboto_b;

    padding: 10px;

    border: 1px solid #ccc;

    box-sizing: border-box;

    margin-bottom: 5px;

    cursor: pointer;

}



.active_list {

    color: #f00 !important
}



/* Slick slide*/

.slick-slide .box_partner .paddingsp {

    padding: 0px !important;

    width: 100% !important;

    max-width: 100% !important
}



.slick-dots li button:before {

    font-family: 'slick';

    font-size: 67px;

    line-height: 20px;

    position: absolute;

    top: 0;

    left: 0;

    width: 20px;

    height: 20px;

    content: '•';

    text-align: center;

    opacity: .5;

    color: #cccccc;

    -webkit-font-smoothing: antialiased;

    -moz-osx-font-smoothing: grayscale;

}



.slick-dots li.slick-active button:before {

    opacity: 1;

    color: #0d1461;

}



.cphantensanpham p {

    padding: 11px 20px;

    color: #FFF;

    font-size: 15px;

    background: var(--mauchung);

    margin-top: 10px;

    border-radius: 5px;

    font-size: 16px;

}



.cphantensanpham p:nth-child(1) {

    margin-right: 10px;

}



.mgt10 {

    padding-top: 10px;

}



.widthcenter {

    margin: 0px 20px;

}



.hotline-menumobi {

    color: #fff;

    font-size: 18px;

    font-family: Muli_b
}



.hotline-menumobi span {

    color: #fff;

    font-size: 20px;

    font-family: Muli_b;

    margin-left: 10px;

    display: inline-block;

}



.headerMenu.fixedMenu {

    position: fixed;

    width: 100%;

    left: 0;

    top: 0;

    z-index: 999;

    background: #7f7f7f82;

    padding: 5px 0;

    backdrop-filter: blur(10px);

}



.headerMenu.fixedMenu>ul {

    justify-content: center !important;

    gap: 15px;

}



#menu_left_fixed {

    width: 100%;

    position: sticky;

    left: 0px;

    top: 0px;

    z-index: 99999;

    background: #622a2b;

    padding: 10px;

    transition: 0.5s;

}



#menu_left_fixed span.click_bars {

    position: absolute;

    right: -36px;

    top: 0px;

    z-index: 99999;

    color: #fff;

    font-size: 20px;

    background: rgba(0, 0, 0, 0.5);

    padding: 5px 10px;

    border-radius: 10px;

    border-top-left-radius: 0px;

    border-bottom-left-radius: 0px;

    cursor: pointer;

}



.hover_translatemenuX {

    -ms-transform: translateX(-244px);

    transform: translateX(-244px);

    transition: 0.5s;

}



#menu_left_fixed ul {

    padding: 0px;

    margin: 0px auto;

    display: flex;

    justify-content: space-between;

    align-items: center;

    width: 100%;

    max-width: 1280px;

}



#menu_left_fixed ul li {

    display: block;

    margin-bottom: 0;

}



#menu_left_fixed ul li a h2 {

    font-size: 18px;

    color: #ffffff;

    font-family: q_seb;

    display: block;

    padding: 10px;

    box-sizing: border-box;

}



#menu_left_fixed ul li a.activemenu h2 {

    color: #ffe13a;

}



#menu_left_fixed ul li:hover>a h2 {

    color: #ffe13a;

}



.imgaboutslide {

    width: 100%;

    max-width: 180px;

}



#producthot_slideslick {

    width: 100%;

    max-width: 821px;

    position: absolute;

    right: 0px;

    bottom: 0px;

    z-index: 12;

}



#whyme_slideslick {

    border: 1px solid #ccc;

    padding: 20px;

    box-sizing: border-box;

    background: #fff;

    border-radius: 5px;

}



.img_service {

    width: 133px;

}



.info_service {

    width: calc(100% - 143px);

    margin-left: 10px;

}



#advertisement1 {

    padding: 10px;

    border: 1px solid #e94400;

    border-radius: 10px;

    box-shadow: 0px 0px 8px #c30000;

}



#background3 .box_partner {

    padding-bottom: 20px;

}



.infocompany * {

    word-break: break-word;

    overflow-wrap: break-word;

    white-space: normal;

}



.infocompany {

    margin-top: 20px;

    width: calc(25% - 10px);

}



.infocompany p {

    color: #fff;

    font-size: 15px;

    font-family: q;

    text-align: center;

}



.infocompany p:nth-child(2) {

    padding-top: 20px;

}



.infocompany p.dt {

    font-size: 22px;

    color: #bf1e2d;

    font-family: q_b;

    padding: 0px;

}



#background2 .width50 {

    padding: 0px 40px;

    box-sizing: border-box;

}



.mask {

    width: 146%;

    background: rgba(255, 255, 255, 0.5);

    height: 100%;

    padding: 10px;

    box-sizing: border-box;

    border-radius: 10px;

    left: -223px;

    top: 0px;

    position: absolute;

    z-index: 1;

}



.mask p {

    display: block;

    background: #fff;

    width: 100%;

    height: 100%;

    z-index: 1
}



.xzindex {

    position: relative;

    z-index: 123;

}



.xflex {

    /* padding-left: 30px; */

}



#background10 #Customer_reviews1 .box_partner {

    padding-bottom: 30px;

}



.widthcustum1:nth-child(2) {

    width: 416px
}



.widthcustum1:nth-child(1) {

    width: calc(100% - 416px);

    margin-right: 23px;

}



#partner_slideslick {

    padding: 20px 60px;

    box-sizing: border-box;

    background: #fff;

    border-radius: 10px;

    /* box-shadow: 0px 0px 8px #ccc; */

}



.productHot-card {

    background: #ffffffad;

    margin: 0 10px;

    padding: 10px;

    border-radius: 40px;

    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}



.slickProductHot .slick-list {

    padding-bottom: 30px;

}



.productOsd-card .box-product:hover .name-product {

    color: #e7272d !important;

}



.productOsd-card .pic-product,

.productOsd-card img {

    border-radius: 20px;

}



.boxWhyus {

    display: flex !important;

}



.boxWhyus img {

    width: 100%;

}



.slickAdv1-img {

    width: 100%;

    display: block;

    border: 0 !important;

}



.slickAdv1-img img {

    object-fit: cover;

}





.servHome-card {

    margin: 0 10px;

    background: #fff;

    border-radius: 10px;

    overflow: hidden;

}



.servHome-card--info {

    padding: 15px 10px;

    text-align: center
}



.servHome-card--title a {

    font-family: roboto_b;

    font-size: 16px;

    color: #622a2b
}



.servHome-card--title a:hover {

    color: red
}



.feedback-card {

    display: flex !important;

    align-items: center;

    justify-content: center;

    margin: 0 10px;

    padding: 50px 30px;

    background: #fff;

    flex-direction: column;

    border-radius: 10px;

    text-align: center;

    gap: 20px;

}



.feedback-card--img {

    width: 100px;

    border-radius: 50px;

    overflow: hidden;

    height: fit-content;

}



.feedback-card--info {

    /* width: calc(100% - 110px); */

}



.feedback-card--title {

    font-family: roboto_b;

    font-size: 16px;

    color: #622a2b;

    margin-bottom: 30px;

}



.feedback-card--desc {

    /* text-align: justify; */

}



.slickfeedback {

    max-width: 600px;

    margin: 0 auto;

}



.slickNewsHome .news {

    width: 100%;

}



.slickNewsHome .slick-slide {

    margin: 0 10px;

}



.product_buttons {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin: 10px 0px;

}



.product_buttons>a {

    /* width: 48%; */

    -webkit-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    transition: all 0.3s ease;

}



.product_buttons>a:hover {

    color: #fe9705;

}



.product_buttons>a:hover img {

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



.buy_ins {

    line-height: normal;

    display: flex;

    align-items: center;

    padding: 7px;

    text-align: left;

    background: #287e15;

    color: #fff;

    border-radius: 4px;

    font-size: 16px;

    text-transform: uppercase;

    border-bottom: 3px solid #fe9705;

}



.buy_tc img {

    margin-right: 10px;

}



.buy_tc>span>span {

    font-size: 12px;

}



.thumb-pro-detail:hover,

.slick-current.thumb-pro-detail {

    opacity: 1
}



.thumb-pro-detail {

    opacity: .5;

    display: block !important;

    /* border:1px solid #eee; */

    padding: 2px;

    border-radius: 3px;

    cursor: pointer;

}



.thumb-pro-detail.mz-thumb.mz-thumb-selected {

    border-color: #cecfd2;

}



.thumb-pro-detail img {

    box-shadow: none !important;

    filter: brightness(100%) !important;

    border-bottom: 0px !important;

    padding-bottom: 0px !important;

}



.wrapOveflow {

    overflow-x: hidden;

}



#hamburger {

    display: none;

    width: 35px;

    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);

}



#menu.mm-menu_opened {

    display: block !important;

    visibility: visible !important;

}



.breakTextOveflow {

    word-break: break-word;

    overflow-wrap: break-word;

    white-space: normal;

}