@charset "UTF-8";

.position_area,
.product_area,
.brand_area,
.footer_area {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.header_top_area .header_top_main ul,
.header_top_area .header_top_main ul li,
.menu_area .menu__main,
.menu_area .menu__main li,
.footer__add ul,
.footer__add ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "SFUFuturaBook";
    src: url("../fonts/font_main/SFUFuturaBook.TTF");
}

@font-face {
    font-family: "SFUFuturaHeavy";
    src: url("../fonts/font_main/SFUFuturaHeavy.TTF");
}

@font-face {
    font-family: "SFUFuturaExtraBold";
    src: url("../fonts/font_main/SFUFuturaExtraBold.TTF");
}

@font-face {
    font-family: "UVNBaLe";
    src: url("../fonts/second_font/unicode.display.UVNBaLe.TTF");
}

.text-primary {
    color: #231f20 !important;
}

.text-second {
    color: #fff200 !important;
}

.p-limit p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.h-limit {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text-white {
    color: #fff !important;
}

.bg-primarys {
    background-color: #231f20;
}

.chu-noi {
    text-shadow: 2px 1px 0 #fff, 1px 2px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 4px 4px 4px #808080;
}

.border-1 {
    border: 1px solid #eaeaea;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "SFUFuturaBook";
    height: 100%;
    background-color: #fff;
    font-size: 1.5rem;
    min-height: 680px;
    font-weight: 400;
    color: #424242;
    -ms-text-size-adjust: 100%;
    position: relative;
}

iframe {
    max-width: 100%;
}

footer {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -o-object-fit: fill;
    object-fit: fill;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SFUFuturaHeavy";
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    color: #000;
    -webkit-transition: .4s linear all;
    -o-transition: .4s linear all;
    transition: .4s linear all;
}

section {
    position: relative;
    overflow: hidden;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btns {
    display: inline-block;
    position: relative;
    background-color: #231f20;
    border: none;
    color: #fff;
    border-radius: 999px;
    text-align: center;
    font-family: "SFUFuturaBook";
}

.btns-primary {
    color: #fff !important;
    padding: 1rem 3rem;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.5rem;
    background-color: #231f20;
    position: relative;
    -webkit-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
    z-index: 1;
}

.btns-primary:hover {
    background-color: #231f20;
}

.btns-primary:after {
    content: '';
    background: #18212E;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
}

.btns-primary:hover:after {
    background-color: #000;
    width: 100%;
    left: 0;
    right: auto;
}

@-webkit-keyframes rotate-in-2-cw {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotate-in-2-cw {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@-webkit-keyframes rotate-vert-center {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes rotate-vert-center {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

/*---- Wrapper ----*/
.wrapper {
    max-width: 1456px;
    margin: auto;
    position: relative;
}

/*--------- HEADER TOP -------------*/
.header_top_area {
    position: relative;
    background-color: #17375e;
}

.header_top_area .header_top_main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_top_area .header_top_main>ul>li {
    border-right: 1px solid #fff;
    padding-right: 15px;
    padding-left: 15px;
}

.header_top_area .header_top_main>ul>li:last-of-type {
    border: 0;
}

.header_top_area .header_top_main ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header_top_area .header_top_main ul li {
    position: relative;
    color: #fff;
}

.header_top_area .header_top_main ul li i {
    color: #fff;
}

.header_top_area .header_top_main ul .email_top i {
    display: inline-block;
    margin-right: .5rem;
    -webkit-transition: .4s linear all;
    -o-transition: .4s linear all;
    transition: .4s linear all;
}

.header_top_area .header_top_main ul .email_top i:hover {
    color: #fff200;
}

.header_top_area .header_top_main ul .social_top ul li {
    margin-right: 1rem;
}

.header_top_area .header_top_main ul .social_top ul li a {
    display: block;
}

.header_top_area .header_top_main ul .social_top ul li a i {
    -webkit-transition: .4s linear all;
    -o-transition: .4s linear all;
    transition: .4s linear all;
}

.header_top_area .header_top_main ul .social_top ul li a:hover i {
    color: #fff200;
}

.header_top_area .header_top_main ul .language_area ul li {
    margin-right: 1rem;
}

li.language_area ul {
    position: relative;
    top: -2px;
}

/*--------- HEADER MAIN -------------*/
.header__main {
    position: relative;
    min-height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__main .logo_area {
    position: relative;
}

.header__main .logo_area a {
    display: block;
}

.header__main .logo_area a img {
    display: inline-block;
    max-height: 110px;
}

.header__main .company_area {
    position: relative;
}

.header__main .company_area .company_name {
    position: relative;
    font-size: 2.5rem;
    font-family: "SFUFuturaExtraBold";
    margin-bottom: .5rem;
}

.header__main .company_area .company_add {
    margin-bottom: .5rem;
}

.header__main .company_area .company_alt {
    color: #f51010;
}

.header__main .company_area .text_phone {
    position: relative;
}

.header__main .company_phone {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__main .icon_phone {
    margin-right: .5rem;
}

.header__main .phones {
    color: #f51010 !important;
    font-size: 2rem;
    font-family: "SFUFuturaHeavy";
}

/*--------- MENU -------------*/
.menu_area {
    position: relative;
    height: 40px;
    background-color: #17375e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.menu_area .menu__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_area .menu__main li {
    position: relative;
    margin-right: 3rem;
    border-right: 1px solid rgba(246, 246, 246, 0.4);
    padding-right: 3rem;
}

.menu_area .menu__main li a {
    display: block;
    color: #fff;
    -webkit-transition: .4s linear all;
    -o-transition: .4s linear all;
    transition: .4s linear all;
    text-transform: uppercase;
    font-family: "SFUFuturaHeavy";
}

.menu_area .menu__main li a:hover {
    color: #fff200;
}

.menu_area .menu__main li:last-of-type {
    border: 0;
}

/*--------- PÓITION -------------*/
.position_area .position__item {
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.position_area .position__item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.position_area .position__item img {
    height: 250px;
}

.position_area .position__item .position_over {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s linear all;
    -o-transition: .4s linear all;
    transition: .4s linear all;
}

.position_area .position__item .position_over h6 {
    color: #fff;
    font-size: 3rem;
    position: relative;
}

.position_area .position__item .position_over h6:after {
    content: "";
    position: absolute;
    bottom: -13px;
    background-color: #fff;
    height: 2px;
    width: 82px;
    left: 34%;
}

.position_area .position__item:hover .position_over {
    opacity: 1;
    visibility: visible;
    left: 0;
}

.position_area .position__right {
    outline: 7px solid #818688;
    outline-offset: -7px;
}

.position_area .position__right .position_over {
    position: absolute;
    top: 0;
    right: 100% !important;
    left: auto;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s linear all;
    -o-transition: .4s linear all;
    transition: .4s linear all;
}

.position_area .position__right .position_over h6 {
    color: #fff;
    font-size: 3rem;
    position: relative;
}

.position_area .position__right .position_over h6:after {
    content: "";
    position: absolute;
    bottom: -13px;
    background-color: #fff;
    height: 2px;
    width: 82px;
    left: 34%;
}

.position_area .position__right:hover .position_over {
    opacity: 1;
    visibility: visible;
    right: 0 !important;
    left: auto;
}

/*--------- PRODUCT -------------*/
.product_area .product__title {
    position: relative;
}

.product_area .product__title h6 {
    font-size: 2rem;
    position: relative;
}

.product_area .product__title h6:after,
.product_area .product__title h6:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    height: 2px;
    width: 60px;
    background-color: #fbb12a;
}

.product_area .product__title h6:after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product_area .product__title h6:before {
    bottom: -14px;
}

.product_area .product__item {
    position: relative;
    margin-bottom: 2rem;
}

.product_area .product__item article {
    position: relative;
}

.product_area .product__item article .article__img {
    position: relative;
}

.product_area .product__item article .article__img a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

.product_area .product__item article .article__img a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 4px solid #fff;
    outline-offset: -4px;
}

.product_area .product__item article .article__img a img {
    height: 240px;
    display: inline-block;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.product_area .product__item article .article__content {
    position: relative;
    margin-bottom: 2rem;
}

.product_area .product__item article .article__content h5 {
    position: relative;
}

.product_area .product__item article .article__content h5 a {
    display: block;
    font-size: 1.5rem;
    padding: .5rem 0;
    font-family: "SFUFuturaHeavy";
    color: #424242;
}

.product_area .product__item article:hover .article__img a {
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.product_area .product__item article:hover .article__img a img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.product_area .product__item article:hover .article__content h5 a {
    color: #fbb12a;
}

/*--------- BRAND SLIDER -------------*/
.brand_area .owl__item {
    border: 1px solid #ccc;
    display: block;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.brand_area .owl__item img {
    height: 50px;
}

.brand_area .brand__title {
    position: relative;
    margin-bottom: 1rem;
}

.brand_area .brand__title h6 {
    font-size: 2.5rem;
}

.brand_area .brand__title div {
    display: inline-block;
    margin-bottom: 1rem;
}

/*--------- FOOTER -------------*/
.footer_area {
    background-color: #17375e;
    color: #fff;
    padding-bottom: 1rem;
}

.footer__add {
    position: relative;
}

.footer__add h5 {
    font-size: 2rem;
    color: #fff200;
}

.footer__add ul {
    position: relative;
}

.footer__add ul li {
    position: relative;
    margin-bottom: 1rem;
}

.footer__add ul li i {
    display: inline-block;
    margin-right: .5rem;
    color: #fff200;
}

.footer_title h6 {
    font-size: 2rem;
    position: relative;
    margin-bottom: 3rem;
    text-transform: uppercase;
    color: #fff200;
}

.footer_title h6:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    background-color: #fff200;
    width: 70px;
    height: 3px;
}

.coppyright {
    border-top: 1px solid #fbb12a;
    padding-top: .5rem;
    font-size: 1.3rem;
}
/*Lien ket mang xa hoi ----------*/
.mang-xa-hoi.fixed {
	position: fixed;
	right: 10px;
	top: 30%;
	z-index: 999;
	background: transparent;
}
.mang-xa-hoi.fixed ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.mang-xa-hoi.fixed ul li {
	margin-bottom: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.mang-xa-hoi.fixed ul li:nth-child(1) {
	background: #475993;
}
.mang-xa-hoi.fixed ul li:nth-child(2) {
	background: #39ac73;
}
.mang-xa-hoi.fixed ul li:nth-child(3) {
	background: #F37800;
}
.mang-xa-hoi.fixed ul li:nth-child(4) {
	background:  #0068ff;
}
.mang-xa-hoi.fixed ul li:nth-child(5) {
	background: #D40001;
}
.mang-xa-hoi.fixed ul li a {
	font-size: 18px;
	padding: 5px 10px;
	display: block;
	text-align: center;
	color: white;
}
.mang-xa-hoi.fixed ul li:hover {
	background: #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}
.mang-xa-hoi.fixed ul li:hover a {
	color: #3d107c;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    html {
        font-size: 55%;
    }
	.article__content
	{
		font-size:14px;
	}
	.h4, h4 {
    font-size: 2.5rem;
	}
	.tts_mobile
	{
		font-size: 2.0rem;
	}
}

@media (max-width: 575.98px) {
    html {
        font-size: 45%;
    }
	.article__content
	{
		font-size:14px;
	}

    .product_area .product__item article .article__img a img {
        height: 152px;
    }
	.h4, h4 {
    font-size: 2.5rem;
	}
	.tts_mobile
	{
		font-size: 2.0rem;
	}
}