html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 10px;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus, a:hover {
    text-decoration: none;
}

body {
    font-family: 'Arial', 'Helvetica', 'sans-serif';
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
}

.clear {
    display: block;
    clear: both;
}

.clearfix:after {
    clear: both;
    content: ".";
    height: 0;
    visibility: hidden;
    display: block;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
    line-height: normal;
    font-weight: normal;
    font-size: initial
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.title-tags {
    width: 100%;display: block;font-size: 18px;font-weight: bold;
    margin-bottom: 10px;
}
.box-tags {
    width: 100%;display: inline-block;background: #EEE;border-radius: 10px;
    padding:15px;margin: 20px 0px;
}
.box-tags .row-tags {
    display: inline-block;vertical-align: top;
    margin: 2px 4px;padding: 4px 15px;border-radius: 5px;
    color: #FFF;background: #2E5CAE;
}

#full {
    max-width: 136.6rem;
    min-width: 134.9rem;
    margin: 0px auto;
    background: #fff;
    position: relative;
}

.text {
    text-align: justify;
    line-height: 2em;
}

.text img {
    max-width: 100% !important;
    height: auto !important;
    margin: auto;
    display: block;
}

.w100 {
    width: 100%;
}

.mw100 {
    max-width: 100%;
    vertical-align: middle;
}

.grecaptcha-badge {
    display: none !important;
}

section, iframe, textarea {
    display: block;
    width: 100%;
}

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

p {
    margin-bottom: 0
}

.box404 {
    margin: 3% 0px;
    text-align: center;
}

#top {
    color: #fff;
    font-weight: 500;
    position: fixed;
    bottom: 18px;
    right: 20px;
    cursor: pointer;
    z-index: 100;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.animation_image {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99;
    background: rgba(255, 255, 255, 0.4);
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* breadcrumb */
.breadcrumb {
    padding: 0px !important;
    margin-bottom: 0 !important;
    background: none !important;
    border: none !important;
}

.breadcrumb li {
    display: inline-block;
    position: relative;
    margin-right: 1rem;
    padding-right: 1rem
}

.breadcrumb li:not(:last-child):after {
    content: ' > ';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
}

.breadcrumb a {
    color: #202020;
    display: inline-block;
    vertical-align: top;
    zoom: 1; *display: inline;
    font-family: 'RobotoRegular'
}

.breadcrumb a:hover {
    color: #ed1c24;
    text-decoration: underline;
    cursor: pointer;
}

/* Header */
.header-section {
    padding: 2rem 0;
    background: #f9f9f9
}

.header-section h1 {
    width: 0px;
    height: 0px;
    text-indent: -9999px;
    position: absolute;
}

.logo {
    width: 25%;
}

.company {
    width: 58.2rem;
}

.hotline {
}

.h__box {
    padding-left: 4.4rem;
    background: url(../images/icon-h-hotline.png) left no-repeat;
}

.h__box p:nth-child(1) {
    color: #626262;
    font-size: 1.3rem;
    line-height: 1.2rem
}

.h__box p:nth-child(2) {
    color: #d70000;
    font-size: 2.4rem;
    font-family: 'Roboto-Black';
}

.h__email {
    color: #626262;
    line-height: 2.6rem;
    font-family: 'RobotoRegular'
}

/* Menu */
.fixed {
    position: fixed !important;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    margin: auto;
    max-width: 136.6rem;
    min-width: 134.9rem;
}

#menu {
    height: 4.5rem;
    background: #f5ee31;
}

#menu ul.menu li {
    float: left;
    position: relative;
}

#menu ul.menu > li:not(:last-child):after {
    content: '';
    display: block;
    width: .1rem;
    height: 100%;
    background: #e3dc22;
    position: absolute;
    right: 0;
    top: 0;
}

#menu ul.menu li a {
    line-height: 4.5rem;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: 0 2rem;
    color: #202020;
    display: block;
    font-family: 'RobotoBold';
    -webkit-transition: background 350ms;
    -o-transition: background 350ms;
    transition: background 350ms
}

#menu ul.menu li.menu_active a, #menu ul.menu li a:hover {
    background: #e3dc22;
}

#menu ul.menu li ul {
    width: 230px;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 9999;
}

#menu ul.menu li ul li {
    background: #f5ee31;
    display: block !important;
    float: none;
    border-bottom: 1px solid #fff;
    text-align: left;
}

#menu ul.menu li ul li:last-child {
    border-bottom: none;
}

#menu ul.menu li ul li a {
    background: none !important;
    color: #202020 !important;
    line-height: normal !important;
    padding: 10px 20px;
}

#menu ul.menu li ul li a:hover {
    background: #e3dc22 !important;
}

#menu ul.menu li ul li ul {
    top: 0;
    left: 100%;
}

/* TÃ¬m kiáº¿m */
#timkiem {
    width: 230px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -15px;
    background: #fff;
}

#timkiem input[type="text"] {
    outline: none;
    background: none;
    border: none;
    height: 30px;
    width: 80%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-family: 'RobotoRegular';
}

#timkiem #btn {
    height: 30px;
    width: 20%;
    cursor: pointer;
    float: right;
    background: none;
    outline: none;
    border: none;
}

/* Slider */
#slider {
    margin: auto;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Main */
#container.pageIn {
    margin-top: 2rem;
}

#container.pageIn .product-hot-section {
    padding-top: 2rem
}

.sub_main {
    margin-bottom: 20px;
}

.title_main {
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 1rem;
    background: #ff0;
    padding:10px;
    box-sizing: border-box;
}

.title_main span {
    color: #ed1c24;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 2rem;
    font-size: 2.2rem;
    font-family: 'Roboto-Black';
} 
/* .title_main span {
    display: inline-block;
    vertical-align: top;
    background: url(../images/dm_left_nc.jpg)no-repeat left center,url(../images/dm_right_nc.jpg)no-repeat 101%center;
    font-family: 'Roboto-Black';
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0px 87px;
    background-color: #E52928;
} */



.title_main a {
    color: #0060af;
    font-family: 'RobotoBold';
    font-size: 1.3rem;
    float: right;
    margin-top: .3rem;
    transition: .35s all;
}

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

/* .title_main:before, .title_main:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0
} */

/* .title_main:before {
    background: url(../images/b-tilte.png) left no-repeat;
    width: 7.8rem;
    height: .4rem;
    left: 0
} */

/* .title_main:after {
    background: #c9c9c9;
    width: calc(100% - 8rem);
    height: .1rem;
    right: 0
} */

.title_main h1 {
    color: #ed1c24;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 2rem;
    font-size: 2.2rem;
    font-family: 'Roboto-Black';
}

/* Home */
.scale img {
    max-width: 100%;
    -webkit-transition: all 0.6s !important;
    -o-transition: all 0.6s !important;
    transition: all 0.6s !important;
}

.scale:hover img {
    -webkit-transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
    -ms-transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
    transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2);
}

.scale:hover h2 a {
    color: #005fae
}

/**/
.main-section {
    padding-bottom: 4rem
}

.sidebar {
    width: 28rem;
}

.sidebar__title {
    height: 4.4rem;
    background: url(../images/ovl-title.png) left no-repeat;
    font-family: 'RobotoBold';
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
    padding-left: 4.5rem;
    padding-top: .9rem;
}

.sidebar__box {
    padding: 1.5rem 1.2rem;
    border: .1rem solid #d7d7d7;
    margin-bottom: 2rem
}

.sidebar__box.sidebar__menu {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.sidebar__menu > li:not(:last-child) {
    border-bottom: .1rem solid #ececec
}

.sidebar__menu > li > a {
    transition: .35s all;
    font-family: 'RobotoRegular';
    color: #1d1d1d;
    font-size: 1.5rem;
    text-transform: capitalize;
    line-height: 3.6rem;
    padding-left: 2rem;
    background: url(../images/icon-a.png) left no-repeat;
}

.sidebar__menu > li > a:hover {
    color: #005fae
}

/* video */
.video__item:not(:last-child) {
    margin-bottom: 1rem
}

.video__item a {
    display: block;
}

.video__item .video__name {
    padding: 0 .5rem;
    font-size: 1.1rem;
    font-family: 'RobotoRegular';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #1d1d1d;
    height: 3.3rem;
    line-height: 3.3rem
}

.video__item a {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.video__item a .ytb_button {
    position: absolute;
    width: 5.5rem;
    height: 3.5rem;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: .2rem;
    z-index: 2;
    display: block;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
}

.video__item a:hover .ytp-large-play-button-bg {
    -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
    fill: #f00;
    fill-opacity: 1;
}

.video__box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 75%;
    background: #000
}

.video__box .video {
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

/* support */
.sidebar__box.sidebar__support {
    padding: 2.5rem
}

.support__top {
    text-align: center;
    margin-top: .65rem;
    margin-bottom: 1.2rem
}

.support__top > p {
    text-align: left;
}

.support__top span {
    font-family: 'SFUTimesTenRoman';
    color: #0653a9;
    font-size: 2rem;
    line-height: 2.5rem;
    background: url(../images/icon-big-hotline.png) left .4rem no-repeat;
    padding-left: 2.9rem;
    border-bottom: .1rem solid #0c3fa5;
    padding-bottom: .3rem;
}

.support__top a {
    transition: .35s all;
    font-family: 'SFUTradeGothicBoldCondTwenty';
    color: #ff0000;
    font-size: 2.4rem
}

.support__item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: .1rem dashed #c4c4c4
}

.support__item p:nth-child(1) {
    margin-bottom: .8rem;
    color: #005ead;
    font-family: 'RobotoMedium';
    font-size: 1.5rem;
}

.support__item p:nth-child(2) {
    margin-bottom: .2rem;
    color: #424242;
    font-size: 1.4rem;
    font-family: 'RobotoRegular';
    padding-left: 2.5rem;
    background: url(../images/icon-hotline.png) left no-repeat;
}

.support__item p:nth-child(2) a {
    transition: .35s all;
    color: #ed1c24;
    font-family: 'RobotoBold'
}

.support__item p:nth-child(2) a:hover, .support__top a:hover {
    text-decoration: underline;
}

.support__item p:nth-child(3) {
    color: #424242;
    font-size: 1.4rem;
    font-family: 'RobotoRegular';
    padding-left: 2.5rem;
    background: url(../images/icon-email.png) left no-repeat;
}

/* counter */
.sidebar__counter {
    padding-left: 4rem;
    padding-right: 4rem
}

.counter__item:not(:last-child) {
    margin-bottom: 1.2rem;
}

.counter__item span:nth-child(1) {
    padding-left: 3.2rem
}

.counter__item:nth-child(1) span:nth-child(1) {
    background: url(../images/icon-online.png) left no-repeat;
}

.counter__item:nth-child(2) span:nth-child(1) {
    background: url(../images/icon-week.png) left no-repeat;
}

.counter__item:nth-child(3) span:nth-child(1) {
    background: url(../images/icon-month.png) left no-repeat;
}

.counter__item:nth-child(4) span:nth-child(1) {
    background: url(../images/icon-total.png) left no-repeat;
}

.main {
    width: calc(100% - 30.7rem);
}

/*product*/
.text-limit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: normal;
}

.row1 {
    -webkit-line-clamp: 1
}

.row2 {
    -webkit-line-clamp: 2
}

.row3 {
    -webkit-line-clamp: 3
}

.product-hot-section {
    padding: 4rem 0
}

.product-hot-section .title_main {
    margin-bottom: 1.8rem
}



.product-hot-owl .owl-prev, .product-hot-owl .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -1.25rem;
    outline: none
}

.product-hot-owl .owl-prev {
    left: -3.5rem
}

.product-hot-owl .owl-next {
    right: -3.5rem
}

.home__product a {
    display: block;
    overflow: hidden;
}

.home__product a img {
    transition: .8s all !important
}

.home__product a:hover img {
    transform: scale(1.15);
}

.productt__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.8rem;
}

.product__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2.8rem;
}

.box_product {
    text-align: center;
}

.img_product {
    text-align: center;
    overflow: hidden;
    display: block;
    position: relative;
}

.name_product {
    font-size: 1.5rem;
    margin-bottom: .3rem;
    font-family: 'RobotoMedium';
    font-weight: normal;
    line-height: 2.5rem;
}

.name_product a {
    color: #000;
    transition: color 250ms
}

.price_product {
    color: #343434;
    font-family: 'RobotoRegular';
    font-size: 1.5rem;
}

.price_product span {
    color: #ed1c24;
}

.info_product {
    border: .1rem solid #dddddd;
    border-top: none;
    padding: .5rem .5rem 1.2rem
}

.box_product:hover .name_product a {
    color: #005fae
}

/* New In */
.row_news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}

.box_news {
}

.box_news_img {
    display: block;
    overflow: hidden;
    width: 20rem;
    margin-right: 1rem;
    float: left;
}

.box_news_name {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

.box_news_name a {
    color: #363636;
    font-weight: normal;
    font-family: 'RobotoBold';
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
}

.box_news_mota {
    text-align: justify;
    line-height: 2.4rem;
    font-size: 1.4rem;
    font-family: 'RobotoRegular';
    color: #666666
}

.box_news_more {
    transition: .35s all;
    display: inline-block;
    padding: 0 2rem;
    height: 3rem;
    background-color: #1b449b;
    border-radius: 5px;
    text-align: center;
    line-height: 3rem;
    color: #fff;
    font-family: 'RobotoRegular';
    font-size: 13px;
    float: right;
    margin-top: 1rem;
}

.box_news_more:hover {
    background-color: #ff0000;
}

.box_news:hover .box_news_name a {
    color: #005fae
}

.other-news {
    border: 1px solid #DEDEDE;
    padding: 5px;
    background: #F7F7F7;
}

.other-news .other-news__title {
    font-size: 20px;
    color: #005fae;
    padding-left: 10px;
    text-transform: uppercase;
    margin: 5px 0;
}

.other-news ul.other-news__page {
    list-style: none;
    margin-left: 15px;
}

.other-news ul.other-news__page li {
    background: url(../images/i_tinkhac.png) left 3px no-repeat;
    padding: 3px 5px 3px 18px;
    color: #000;
}

.other-news ul.other-news__page li a {
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all;
}

.other-news ul.other-news__page li a:hover {
    color: #005fae;
    padding-left: 10px;
}

/*footer*/
#footer {
    background: #f5ee31;
}

.footer-section {
    padding: 4rem 0 3rem;
}

.title_footer {
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #20409a;
    font-family: 'RobotoBold';
    margin-bottom: 10px;
}

.item_footer ul li h3 a {
    font-weight: normal;
    color: #0d0d0d;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-family: 'RobotoRegular';
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.item_footer ul li h3 a:hover {
    text-decoration: underline;
}

.item_footer:nth-child(1) {
    width: 45rem;
}

.item_footer:nth-child(2) {
    width: 18rem;
}

.item_footer:nth-child(3) {
    width: 27rem;
}

/*.social { margin-top: 10px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap }
.social span { font-family: "RobotoBold"; color: #fff; font-size: 15px; }
.social img { margin-left: 10px; }*/
.item_footer:nth-child(1) p {
    color: #0d0d0d;
}

.copy-section {
    padding: 1.7rem 0;
    color: #181818;
    font-size: 1.3rem;
    text-align: center;
}

.copyright span {
    text-transform: uppercase;
}

/* advert */
.advert-section {
    padding-bottom: 4rem
}

.adváº»t-section a {
    display: block;
    overflow: hidden;
}
