﻿@charset "utf-8";
:root {
    --font-main: 'Nunito Sans', sans-serif;
    --font-r: 'Noto Sans', sans-serif;
    --font-f: 'Noto Sans', sans-serif;
    --color-r: #0054ce;
    --color-a: #fd0303;
    --color-ra: #e5eefa;
    --color-pro: #104b8c;
    --color-f: #fff;
}
::-webkit-scrollbar { background: #fff; width: 10px; height: 11px; }
::-webkit-scrollbar-thumb { background: #ccc; }
::-webkit-input-placeholder { color: #333; font-family: 'RobotoRegular'; font-size: 14px; }
:-moz-placeholder { color: #333; font-family: 'RobotoRegular'; font-size: 14px; }
::-moz-placeholder { color: #333; font-family: 'RobotoRegular'; font-size: 14px; }
:-ms-input-placeholder { color: #333; font-family: 'RobotoRegular'; font-size: 14px; }
* { margin: 0px; padding: 0px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
img{max-width:100%;height:auto}
html, body { font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 22px; text-rendering: optimizeLegibility; }
h1, h2, h3, h4, h5, h6 { margin: 0px; font-weight: normal; line-height: 22px }
p { margin: 0px; }
input, input:focus { outline: none; }
ul, ol { list-style: none; margin: 0px; padding: 0px; list-style-type: none; }
a, a:focus { text-decoration: none; outline: none; color: inherit; }
a:focus { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
a:hover { text-decoration: none; color: #ff0000 }
#title-breadcrumbs .breadcrumb { display: block !important; }
#title-breadcrumbs div.breadcrumb { font-family: 'RobotoRegular'; background-color: #f2f2f2; margin: 0px; padding: 10px 0px; position: relative; color: #333; }
#title-breadcrumbs #inner { margin-bottom: 0px; }
#title-breadcrumbs #inner li:nth-last-child(1) span { display: none; }
#title-breadcrumbs #inner li { display: inline-block; list-style: none; margin-right: 10px }
#title-breadcrumbs #inner a { padding-right: 10px; }
#title-breadcrumbs div.breadcrumb a { color: #333; }
#title-breadcrumbs div.breadcrumb a:hover { color: #ff0000; }
#banner-inner { padding: 100px 0px }
.grecaptcha-badge { visibility: hidden; }
.loading-skeleton { position: relative; }
.loading-skeleton:after { content: ""; position: absolute; left: 0px; width: 100%; height: 100%; top: 0px; z-index: 1; -webkit-animation: skeleton-animation 1.2s ease-in-out infinite; animation: skeleton-animation 1.2s ease-in-out infinite; background-color: #eee; background-image: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(#f5f5f5), to(#eee)); background-image: linear-gradient(90deg, #eee, #f5f5f5, #eee); background-repeat: no-repeat; background-size: 200px 100%; transition: 0.3s; }
.loading-skeleton.none-after:after { opacity: 0; visibility: hidden; }
@-webkit-keyframes skeleton-animation {
    0% { background-position: -200px 0 }
    to { background-position: calc(200px + 100%) 0 }
}
@keyframes skeleton-animation {
    0% { background-position: -200px 0 }
    to { background-position: calc(200px + 100%) 0 }
}

/*===*/
.mgt-20 { margin-top: 20px; }
.mgt-30 { margin-top: 30px; }
.mgt-40 { margin-top: 40px; }
.mgt-50 { margin-top: 50px; }
.mgt-60 { margin-top: 60px; }
.mgb-20 { margin-bottom: 20px; }
.mgb-30 { margin-bottom: 30px; }
.mgb-50 { margin-bottom: 50px; }
.mgb-60 { margin-bottom: 60px; }
.pad-30 { padding: 30px 0px }
.pad-50 { padding: 50px 0px }
.pad-60 { padding: 60px 0px }

/*==*/
.pad-40 { padding: 40px 0px }
.mgb-40 { margin-bottom: 40px; }
.ma-rp15 { margin: 0px -15px }
.pa-rp15 { padding: 0px 15px }
.ma-rp10 { margin: 0px -10px }
.pa-rp10 { padding: 0px 10px }
.ma-rp5 { margin: 0px -5px }
.pa-rp5 { padding: 0px 5px }
a.a_bloc { display: block; overflow: hidden; }
a.a_bloc img { width: 100% }
.d-flex { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flex-between { justify-content: space-between; }
.flex-center { align-items: center; }

/*==*/
.p-relative { position: relative }
.visit_hidden { display: none; }
.margin-auto {max-width: 1220px;margin: 0 auto;padding: 0px 10px;overflow: hidden;}
#container { margin: auto; }
.transition { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; -transition: 0.5s; }
.hidden__img { z-index: 9; width: 100%; overflow: hidden; transform: translateZ(0); position: relative; height: 100%; }
.hidden__img img { max-width: 100% }
.zoom img { border: none; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; -transition: 0.5s; width: 100%; }
.zoom:hover img { transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -webkit-transform: scale(1.1); }
.hv_light2 { overflow: hidden; position: relative; }
.hv_light2:before { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; }
.hv_light2:after { position: absolute; content: ''; width: 100%; height: 100%; top: 0; left: 0; -webkit-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; }
.hv_light2:hover:before { right: 50%; left: 50%; width: 0; background: rgba(255, 255, 255, 0.5); }
.hv_light2:hover:after { height: 0; top: 50%; bottom: 50%; background: rgba(255, 255, 255, 0.5); }

/*==*/
.proloop { position: relative; }
.proloop:before, .proloop:after { content: ''; position: absolute; top: 4px; left: 4px; bottom: 4px; right: 4px; z-index: 99 }
.proloop:before { border-top: 1px solid white; border-bottom: 1px solid white; transform: scale3d(0, 1, 1); }
.proloop:after { border-left: 1px solid white; border-right: 1px solid white; transform: scale3d(1, 0, 1); }
.proloop:hover:before, .proloop:hover:after { transform: scale3d(1, 1, 1); transition: transform 0.5s; }

/*====*/
.skew img { overflow: hidden; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; -ms-transition: all .5s ease; transition: all .5s ease; }
.skew img:hover { border-radius: 50%; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); }
.scale { display: block; overflow: hidden; }
.scale img { max-width: 100%; transition: all 0.6s; }
.scale:hover img { transform: translateX(5px) rotate(5deg) translateY(5px) scale(1.2); }
.button-hover { -webkit-transition: all 300ms linear 0s; -moz-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; -ms-transition: all 300ms linear 0s; transition: all 300ms linear 0s; z-index: 3; position: relative; }
.button-hover:before { background: var(--color-r); bottom: 0; content: ""; display: inline-block; height: 100%; left: 0; position: absolute; width: 0; z-index: -1; -webkit-transition: all 300ms linear 0s; -moz-transition: all 300ms linear 0s; -o-transition: all 300ms linear 0s; -ms-transition: all 300ms linear 0s; transition: all 300ms linear 0s; border-radius: 0 2px 2px 0; }
.button-hover:hover:before { width: 100%; }

/*==*/
#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; pointer-events: none; }
#loader-wrapper #wrap { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; display: block; text-align: center; width: 100%; height: 100%; z-index: 99999; }
#loader-wrapper:after { -webkit-mask: url(images/mask-01.png); mask: url(images/mask-01.png); -webkit-mask-size: 2300% 100%; mask-size: 2300% 100%; content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(255, 255, 255, 1); z-index: 10000; }
#loader-wrapper.show1::after { -webkit-animation: MaskPlay 1s steps(22) forwards; animation: MaskPlay 1s steps(22) forwards; }
#loader-wrapper.show1 #wrap { opacity: 0; }
@-webkit-keyframes MaskPlay {
    from { -webkit-mask-position: 0 0; mask-position: 0 0 }
    to { -webkit-mask-position: 100% 0; mask-position: 100% 0 }
}
@keyframes MaskPlay {
    from { -webkit-mask-position: 0 0; mask-position: 0 0 }
    to { -webkit-mask-position: 100% 0; mask-position: 100% 0 }
}

/*==*/

/*#gotop { cursor: pointer; border-radius: 50%; transition: all 0.6s; position: fixed; z-index: 10; bottom: 65px; width: 45px; height: 45px; text-align: center; background-color: var(--color-r); box-shadow: 0 0 9px 0px rgba(0, 0, 0, 0.34); right: -60px }
#gotop i.fa { color: white; font-size: 21px; line-height: 40px; }*/
#gotop1 { cursor: pointer; border-radius: 50%; transition: all 0.6s; position: absolute; z-index: 10; bottom: 0; left: calc(100%/2 - 33px); text-align: center; background-color: var(--color-r); width: 66px; height: 66px; }
#gotop1 i.fa { color: white; font-size: 21px; line-height: 40px; }
.fixmenu { animation: slide-down 0.5s; }
@keyframes slide-up {
    0% { opacity: 0; transform: translateY(50%); }
    100% { opacity: 1; transform: translateY(0); }
}
@keyframes slide-down {
    0% { opacity: 0; transform: translateY(-100%); }
    100% { opacity: 1; transform: translateY(0); }
}

/*==*/
.banner_adv1 { text-align: center; }
.banner_adv1 img { max-width: 100%; margin: auto; }

/*-------slider------*/
#slide_show { margin-top: -1px }
#slider-top { max-width: 1920px; margin: auto; }
.wrap_banner { padding: 10px 0px }
.logo img { max-width: 100% }
.banner img { max-width: 100% }
.hotline { border: 1px solid #ccc; display: flex; justify-content: space-between; align-items: center; }

/*---------header---------*/
.lienket { margin: 0px 0px 0px 0px; padding-top: 0px; position: relative; }
.lienket p { float: left; font-size: 14px; font-family: "RobotoRegular"; color: #000000; margin-right: 37px; padding-top: 8px; }
.lienket a { padding: 0px 5px 0px 5px; color: #fff; display: inline-block; }
.lienket img:hover { opacity: 0.7; }
.logo {/* border: 1px solid #ccc; */position: relative;z-index: 888;}
.banner { border: 1px solid #ccc; }

/*==============*/
.transi06 { -webkit-transition: all .6s ease; -ms-transition: all .6s ease; -o-transition: all .6s ease; transition: all .6s ease; }
.fixmenu {position: sticky !important;top: 0px !important;left: 0px !important;margin: auto !important;width: 100% !important;z-index: 99 !important;height: 70px !important;line-height: 70px !important;background: #fff!important;box-shadow: 0px 1px 4px #8c8c8ccf;}
.transf { -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); -o-transform: translateY(-100%); transform: translateY(-100%); }
div#menu_mobi { display: none; }
div#menu { background: rgb(255 255 255 / 44%); height: 103px; line-height: 103px; margin: auto; width: 100%; position: relative; z-index: 888; top: 0; }
div#menu ul {list-style: none;/* line-height: initial; */}
div#menu ul li { float: left; position: relative; z-index: 99; padding: 0px 0px; }
div#menu ul li a {color: #333333;font-size: 15px;padding: 0px 9px;text-transform: uppercase;display: block;font-family: 'Roboto', sans-serif;}
div#menu  > div > ul > li:after { content: ""; width: 1px; height: 11px; background: url(images/gach_menu.jpg) no-repeat; position: absolute; right: 0px; top: 22px; }
div#menu div ul li:nth-last-child(1):after { display: none; }
div#menu > div > ul > li > a:hover, div#menu ul > li > a.active, div#menu > div > ul > li > a.active2 {color: var(--color-r);/* background: #f50920 */}
div#menu div >ul>li>ul>li>a.active, div#menu div>ul>li>ul>li>a.active2 { color: #fff; background: #f50920; padding-left: 15px; }
div#menu.fixmenu div >ul>li>ul>li>a:hover { color: #fff !important }
div#menu.fixmenu div >ul>li>ul>li>a.active, div#menu.fixmenu div>ul>li>ul>li>a.active2 { color: #fff; background: #f50920; padding-left: 15px; }
div#menu ul li a:hover span, div#menu ul li a.active span, div#menu ul li a.active2 span { }
div#menu ul li ul, div#menu ul li:hover ul li ul { position: absolute; margin: 0px; z-index: 10; text-align: left; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0% 0%; -moz-transform-origin: 0% 0%; -ms-transform-origin: 0% 0%; -o-transform-origin: 0% 0%; transform-origin: 0% 0%; transition: all 0.3s; }
div#menu ul li:hover > ul { transform: perspective(600px) rotateX(0deg); }
div#menu ul li ul li:hover > ul { transform: perspective(600px) rotateX(0deg); }
div#menu ul li ul li { width: 200px; line-height: 1.5; background: var(--color-r); border-top: 1px solid #fff; }
div#menu ul li ul li a { padding: 10px 10px; text-transform: none; font-size: 16px; color: #fff; font-size: 13px; transition: all 0.3s }
div#menu ul li ul li a:hover { color: #fff !important; background: #f50920; }
div#menu ul li ul li a.active2 { color: #fff !important; background: #f50920; }
div#menu ul li ul li ul { left: 200px; top: -1px; }
span.them_tt:hover { color: #ff0000; transition: 0.25s }
a.them_dmattroi { width: 126px; height: 40px; background: var(--color-r); display: flex; justify-content: center; align-items: center; text-transform: capitalize; color: #fff; font-family: 'RobotoBlack'; }
.item_tuyendung:hover a.ten_tuyendung, .item_tintuc:hover a.ten_tintuc, .item_dichvu:hover a.ten_dichvu, .item_dmatroi:hover a.ten_dmatroi, .item_gth_chung:hover a.ten_gth_chung { color: #ff0000; }
a.them_gth:hover { color: #fff; background: #055f9e; border: 1px solid #055f9e; transition: 0.35s; }
a.them_dmattroi:hover { color: #fff; background: #055f9e; transition: 0.35s; }
.logo { width: 26%; }
.logo .hotr-tuvan{display:none}
.div_flexx {width: calc(100% - 33%);/* border: 1px solid #000; */margin-left: 0;height: 103px;line-height: 103px;display: flex;justify-content: flex-end;align-items: center;flex-direction: column;font-family: 'Roboto', sans-serif;}
.ul_top { color: #fff; display: flex; justify-content: space-between; align-items: center; }
.ul_top span i { margin-right: 4px; color: #fed700; }
.ul_top span:nth-child(1) i { font-size: 22px; }
.ul_top span:nth-child(2) i, .ul_top span:nth-child(3) i { font-size: 14px; }
.ul_top span { font-size: 13.5px; font-family: 'Arial'; font-weight: 300; }
ul.menu_topul { margin-left: 38px; display: block; }
.fixmenu .ul_top { display: none; }
.fixmenu .logo { width: 175px; margin-top: -2px; }
.fixmenu .logo img { max-width: 100%; width: 100%; }
.fixmenu .div_flexx { border-bottom: none !important; height: 60px !important; line-height: 60px !important; }

/*-------meu-danhmucleft-------*/
#left { width: 275px; float: left; }
#right { float: right; width: 888px }
div.khung_danhmuc { margin-bottom: 15px; }
div#danhmuc { border-left: none; border-right: none; padding: 0px 0px; }
div#danhmuc ul li { position: relative; }
div#danhmuc>ul>li:last-child>a { border: none; }
div#danhmuc ul li ul { position: absolute; left: 100%; width: 100%; top: 0px; display: none; z-index: 999999; background: #fff; }
div#danhmuc ul li a { padding: 10px 10px 10px 35px; color: #7f7f7f; font-family: 'RobotoRegular'; font-size: 15px; display: block; position: relative; }
div#danhmuc ul li a:hover { color: red; }
div#danhmuc ul li a:before { position: absolute; left: 23px; top: 15px; content: ""; width: 4px; height: 7px; background: url(images/bf_li.png) no-repeat; }
div#danhmuc ul li ul li a { padding: 9px 5px 9px 22px; }
div#danhmuc ul li ul li a:after, div#danhmuc ul li ul li a:before { display: none; }
div#danhmuc ul li ul li:nth-last-child(1) a { border-bottom: none; }
.khung_danhmuc .thanh { position: relative; font-family: var(--font-r); font-size: 17px; color: #fff; text-transform: uppercase; background: var(--color-r); padding: 12px 15px; line-height: 27px }

/*------endcotleft----------*/
#timkiem { width: 250px; background-color: #fff; height: 40px; position: relative; border: 2px solid var(--color-r); border-radius: 5px; overflow: hidden; display: flex; align-items: center; }
#timkiem input { width: calc(100% - 40px); height: 40px; outline: none; border: none; background-color: #fff; font-size: 14px; color: #000; padding-left: 10px; line-height: 14px }
#timkiem button { width: 40px; height: 40px; outline: none; border: none; background: transparent; color: #ff0000 }
#timkiem input::-webkit-input-placeholder { color: #818181; font-size: 13px; }
#timkiem input:-moz-placeholder { /* Firefox 18- */color: #818181; font-size: 13px; }
#timkiem input::-moz-placeholder {  /* Firefox 19+ */color: #818181; font-size: 13px; }
#timkiem input:-ms-input-placeholder { color: #818181; font-size: 13px; }

/*-----sanpham----*/
.item { margin-bottom: 10px; width: calc(100% / 4) }
.item-1 {/* margin-bottom: 10px; */width: calc(100% / 1); }
.item-3 { width: calc(100% / 3) }
.item-inner {/* border: 1px solid #eee; */ }
.item-info { padding: 12px 0 10px 0; text-align: center; }
.item-info h3 { line-height: 22px; }
.item-info h3 a { font-family: 'Roboto', sans-serif; font-size: 15px; color: #333333; text-transform: uppercase; display: -webkit-box; width: 100%; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; line-height: 22px; font-weight: 400; }
.item-info h3 a:hover { color: #ff0000 }
.item-info .price__pro { font-family: 'Roboto', sans-serif; font-size: 14px; color: #333; text-transform: uppercase; }
.item-info .price__pro span { color: #ff0000; font-family: 'Roboto', sans-serif; font-weight: 700; font-size: 15px; }
.slick-prev { position: absolute; top: -45px; right: 40px; width: 20px; height: 20px; background: url(images/prev_s.png); }
.slick-next { transform: rotate(180deg); position: absolute; top: -45px; right: 16px; width: 20px; height: 20px; background: url(images/prev_s.png); }
a.them_pro { font-weight: 600; color: var(--color-a); padding-right: 15px; }

/*================Chi tiết sản phẩm======================*/
.details-product .product-image-block { width: 48% }
.details-product .details-pro { width: 48% }
.details-product .large-image a { display: block; background: #F6F6F6; border: 1px solid #eee; }
.details-product .thumb_produc { margin: 10px 10px 0px 10px }
.slick-thumb_produc { margin: 0px -5px; }
.thumb_produc .slick-thumb_produc .item-imagepro { padding: 0px 5px; }
.thumb_produc .slick-thumb_produc .item-imagepro img { width: 100%; height: 100%; border: 1px solid #ebebeb; cursor: pointer; }
.thumb_produc .slick-thumb_produc .item-imagepro.mz-thumb-selected img { border: 1px solid #333 }
.nav .slick-prev { position: absolute; top: calc(50% - 18px); left: -5px; width: 26px; height: 36px; background: #333; font-size: 20px; color: #fff; line-height: 35px }
.nav .slick-next { transform: rotate(0); position: absolute; top: calc(50% - 18px); right: -5px; width: 26px; height: 36px; background: #333; font-size: 20px; color: #fff; line-height: 35px }

/*===*/
.item_des_detail { padding: 5px 0px; font-size: 15px; color: #333; font-family: var(--font-main) }
.block-border-botom { border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 10px; }
.details-product .details-pro { font-family: var(--font-main) }
.details-product .details-pro .title-head { font-family: var(--font-main); color: #333; font-size: 23px; line-height: 30px; font-weight: 700; margin-top: 0; margin-bottom: 3px; position: relative; letter-spacing: .01em; }
.details-product .details-pro .group-status { color: #272727; font-size: 15px; font-weight: 600; margin: 0px 0 3px }
.details-product .details-pro .group-status .status_name { color: #ff0000; font-weight: 700 }
.details-product .details-pro .special-price { margin-top: 5px }
.special-price .price-detail { color: #ff0000; font-family: var(--font-main); font-weight: 700; font-size: 20px; margin-right: 15px; }
.special-price .price-detail-old { color: #ddd; font-size: 15px; }
.tit-desc-detail { font-size: 15px; font-weight: 700; color: #333; display: block; margin-bottom: 5px; }
.w_chiase { background: #e2e2e2e2; padding: 12px 10px 0px 10px }
.des-soluong { margin-bottom: 10px; }
.item_des_detail .qty { display: block; float: none; margin-bottom: 5px; text-align: left; text-transform: uppercase; font-size: 12px; font-weight: bold; font-family: 'RobotoBold'; }
.item_des_detail .controls button { outline: none; background-color: #fff; color: #333; border: none; font-size: 20px }
.item_des_detail .controls button:nth-of-type(1) { border-right: 1px solid #eaeaea }
.item_des_detail button:nth-of-type(2) { border-left: 1px solid #eaeaea }
.item_des_detail .controls button:nth-of-type(1), .item_des_detail button:nth-of-type(2) { padding: 7px 15px }
.item_des_detail .controls button:hover { color: #fff; background: #d80c0c; }
.item_des_detail input { padding: 5px; border: none; text-align: center; width: 50px; color: #333; border-radius: 5px; outline: none; }
.product-qty .cart { display: flex; width: 100%; margin-top: 10px }
.product-qty .cart .add-cart { width: 49%; outline: none; border: none; font-size: 15px; color: #fff; text-decoration: none; padding: 10px 10px; font-weight: 700; border: 1px solid; background: #d80c0c; display: inline-block; border-radius: 5px; text-transform: uppercase; transition: all 0.3s }
.product-qty .cart #buynow { background: #111; }
.product-qty .cart .add-cart:hover { opacity: 0.9; }
.product-qty .show { margin-bottom: 5px; }
.row-add-cart { display: flex; flex-flow: wrap; }
.row-add-cart .controls { display: flex; margin-right: 10px; border: 1px solid #eaeaea; border-radius: 5px; overflow: hidden; }

/*===*/
.related-product .title-related-product { font-family: var(--font-main); font-size: 18px; color: #333; font-family: RobotoBold; margin-bottom: 20px; padding-bottom: 7px; position: relative; text-transform: uppercase; }
.related-product .title-related-product:after { content: ""; position: absolute; left: 0px; bottom: 0px; width: 70px; height: 1px; background: #333 }
.related-product .title-related-product:before { content: ""; position: absolute; left: 0px; bottom: 4px; width: 50px; height: 1px; background: #333 }
.slick-related-product .slick-prev { left: 15px; }
.slick-related-product .slick-next { right: 15px; }

/*====*/
.box-video { width: calc(100% / 4); margin-bottom: 15px }
.box-video .img-video img { width: 100% }
.box-video .img-video .play-video:after { content: ""; position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; margin: auto; background: url(images/icon/play_video.png); width: 50px; height: 50px; background-size: contain; }
.box-video h3 { line-height: 22px; margin-top: 5px; text-align: center; }
.box-video h3 a { font-size: 15px; font-family: 'RobotoBold'; text-transform: uppercase; color: #333; }
.box-video h3 a:hover { color: #ff0000 }

/*================albumhinhanh======================*/
.box-album { width: calc(100% / 4); margin-bottom: 10px }
.box-album .img-album img { width: 100% }
.box-album h3 { line-height: 20px; margin-top: 5px; text-align: center; }
.box-album h3 a { font-size: 14px; font-family: 'RobotoBold'; text-transform: uppercase; color: #333; line-height: 20px; display: -webkit-box; width: 100%; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.box-album h3 a:hover { color: #ff0000 }
.content-album img { max-width: 100% !important; height: auto !important; }
.article-main .title-related-album { font-family: var(--font-main); font-size: 18px; color: #333; font-family: RobotoBold; margin-bottom: 20px; padding-bottom: 7px; position: relative; text-transform: uppercase; }
.article-main .title-related-album:after { content: ""; position: absolute; left: 0px; bottom: 0px; width: 70px; height: 1px; background: #333 }
.article-main .title-related-album:before { content: ""; position: absolute; left: 0px; bottom: 4px; width: 50px; height: 1px; background: #333 }

/*---------tranglienhe--------*/
.left-content-contact { width: 48% }
.right-content-contact { width: 48% }
#frm-contact .row-ct_input { display: flex; justify-content: space-between; margin-bottom: 10px }
#frm-contact input { font-family: 'RobotoBold'; font-size: 13px; color: #333; width: 49%; height: 40px; border: 1px solid #ced4da; outline: none; background: transparent; padding-left: 15px }
#frm-contact textarea { font-family: 'RobotoBold'; font-size: 13px; color: #333; width: 100%; border: 1px solid #ced4da; outline: none; background: transparent; resize: none; padding-left: 15px; padding-top: 10px; }
#frm-contact input:focus, #frm-contact textarea:focus { box-shadow: 0 2px var(--color-r); border-bottom: 1px solid var(--color-r); }
#frm-contact input:focus::placeholder, #frm-contact textarea:focus::placeholder { color: var(--color-r); }
.send-contact { color: #fff; background: #333; border: none; padding: 8px 30px; font-family: 'RobotoBold'; font-size: 13px; text-transform: uppercase; outline: none; }
.send-contact:hover { background: #d00000 }
.wrap-map-contact { height: 500px; overflow: hidden; border: 10px solid #eaebf3; }
.wrap-map-contact iframe { width: 100%; height: 100% }

/*=====footer========*/
#footer { background: url(images/bg_ft.png) no-repeat; background-size: cover; }
.ten_cty { font-family: 'Conv_SFUDinEngAlt'; font-size: 43px; color: #fff; text-transform: uppercase; margin-bottom: 20px; line-height: 1; }
.title_ft { margin-bottom: 16px; position: relative; color: #fff; text-transform: uppercase; }
.title_ft p { color: #fefefd; font-size: 14px; font-family: 'RobotoBold'; }
.content_ft { padding: 40px 0px 30px 0; display: flex; justify-content: space-between; flex-flow: wrap; color: #fff; font-family: 'RobotoRegular'; font-size: 14px; }
.cot1_ft { width: 37%; }
.cot2_ft {width: 18%;padding-top: 25px;}
.cot3_ft {width: 16%;padding-top: 25px;}
.cot4_ft {width: 25%;overflow: hidden;padding-top: 25px;}
.w_bando { height: 200px; overflow: hidden; }
.w_bando iframe { width: 100%; height: 100% }
#copyright { background: var(--color-r); font-size: 13px; color: #fff; padding: 14px 0px; }
#copyright .flex { display: flex; justify-content: space-between; font-family: 'RobotoRegular'; position: relative; }
.lienket_ft { margin-top: 20px; display: flex; align-items: center; }
.lienket_ft a:last-child { margin-right: 0px; }
.lienket_ft a { margin: 0px 5px 0px 0px; }
.lienket_ft img { border: none; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; -transition: 0.5s; }
.lienket_ft img:hover { opacity: 0.6; }
a.bv_ft {display: table;margin-bottom: 8px;font-family: 'RobotoRegular';font-size: 14px;transition: 0.45s;}
a.bv_ft:hover {color: var(--color-r);transition: 0.45s;padding-left: 25px;}

/* ===== tiêu chí ====*/
.item-tieuchi { display: flex !important; justify-content: space-between; padding: 0 10px; }
a.name_tieuchi { color: #262626; font-size: 20px; text-transform: capitalize; font-family: 'RobotoBold'; display: block; margin-bottom: 10px; }
p.mota_tieuchi { color: #4c4c4c; font-size: 14px; font-family: 'RobotoRegular'; LINE-HEIGHT: 1.7; }
.chay_tieuchi { margin: 0 -10px; }
a.ig_tieuchi { display: block; overflow: hidden; width: 50px; }
.inffo-tieuchi { width: calc(100% - 50px); padding-left: 10px; }
.php-tieuchi { background: #f9f9f9; position: relative; box-shadow: 0px 3px 3px #d4d4d4; }

/*dịch vụ*/
.php-khachhang { background: #e5eefa; }
a.ig_khachhang { display: block; overflow: hidden; }
a.ig_khachhang img { width: 100%; }
.item-khachhang { margin: 0 10px 2px 10px; box-shadow: 0px 1px 3px #d6d3d3; }
.chay_khachhang { margin: 0 -10px; }
.inffo-khachhang { padding: 10px 20px 10px 20px; text-align: center; background: #fff; }
a.name_khachhang { text-transform: uppercase; font-size: 15px; color: #262626; font-family: 'RobotoBold'; margin-bottom: 5px; display: block; }
p.mota_khachhang { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #4c4c4c; font-family: 'RobotoRegular'; line-height: 1.7; }
.thumb_spbc { border: 1px solid #f3efef; }
a.ig_spbc { display: block; overflow: hidden; }
a.ig_spbc img { width: 100%; }
.item-spbc { margin: 0 10px 0px 10px; }
.chay_spbc { margin: 0 -15px; }
.inffo-spbc { padding: 15px 20px 15px 20px; text-align: center; background: #fff; }
a.name_spbc { text-transform: uppercase; font-size: 15px; color: #262626; font-family: 'RobotoBold'; margin-bottom: 5px; display: block; }
p.mota_spbc { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #4c4c4c; font-family: 'RobotoRegular'; line-height: 1.7; }

/*===== tin tức===*/
.w_tintuc { width: 786px; }
.left_news { width: 365px; }
a.ig_news1 { display: block; overflow: hidden; }
a.ig_news1 img { width: 100%; }
.info_news { padding: 10px 0; }
a.name_news1 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #333; font-family: 'Mulish', sans-serif; font-weight: 700; }
p.mota_news1 { font-family: 'Mulish', sans-serif; font-size: 15px; color: #333; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; font-weight: 500; margin-bottom: 5px; }
a.them_tt { display: inline-block; font-size: 15px; color: #333; font-family: 'RobotoRegular'; border: 1px solid #000; padding: 8px 20px; }
.item_news2 { display: flex !important; margin-bottom: 15px; }
a.ig_news2 img { width: 100%; height: 100%; object-fit: cover; }
a.name_news2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: #262626; font-size: 14px; font-family: 'RobotoBold'; margin-bottom: 0px; text-transform: uppercase; }
p.mota_news2 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-family: 'RobotoRegular'; color: #4c4c4c; text-align: justify; font-size: 13px; }
.w_face { width: 375px; }
.item_tintuc:nth-child(even) { display: flex !important; justify-content: space-between; flex-direction: row-reverse; }
a.ig_news2 { width: 150px; height: 110px; overflow: hidden; }
a.ig_news2 img { width: 100%; }
.php_tintuc_sukien .tit-title { color: #000; }
.right_news { padding-left: 15px; width: calc(100% - 365px); }
a.ig_news2 img { height: 100%; width: 100%; object-fit: cover; }
.info_news2 { width: calc(100% - 150px); padding-left: 15px; }

/* ===giớ thiệu=======*/
.php_gioithieu {background: url(images/bg_gt.png) no-repeat;background-size: cover;padding: 58px 0 0 0;}
.left_gt {width: 42%;}
.right_gt {max-width: 648px;text-align: right;position: relative;width: 57%;}

/*=== đăng ký nhận tin ====*/
a.ig_tintuc { display: block; overflow: hidden; width: 290px; }
a.ig_tintucimg { width: 100%; }
.item-tintuc {padding: 0 15px;/* margin-bottom: 30px; */}
.chay_tintuc { margin: 0 -15px; }
.inffo-tintuc { width: calc(100% - 290px); background: #fff; padding: 0px 20px 0px 25px; order: 2; position: relative; }
a.name_tintuc { text-transform: uppercase; font-size: 16px; color: #333333; font-family: 'Roboto', sans-serif; margin-bottom: 5px; display: block; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; font-weight: 600; }
p.mota_tintuc { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; color: #000; font-family: 'Roboto', sans-serif; line-height: 1.8; margin-bottom: 14px; }
.bor_news { border: 1px solid #f4f4f4; display: flex !important; justify-content: flex-start; align-items: center; }
a.them_tintuc {width: 100px;height: 37px;display: flex;justify-content: center;align-items: center;background: var(--color-r);color: #fff;transition: 0.5s;font-family: 'Roboto', sans-serif;margin-left: -110px;position: absolute;bottom: -47px;z-index: 8;transition: 0.45s;}
.item-tintuc:nth-child(even) .bor_news a.ig_tintuc { order: 0; }
.item-tintuc:nth-child(even) .bor_news .inffo-tintuc { order: 0; }
.item-tintuc:nth-child(even) { display: flex !important; justify-content: space-between; align-items: center; flex-direction: row-reverse; }
.chay_tintuc .slick-slide > div:nth-child(2n) a.ig_tintuc { order: 2; }
.chay_tintuc .slick-slide > div:nth-child(2n) .inffo-tintuc { order: 1; }

/*=== */
.see_all:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; background-color: rgb(255 250 243); -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; -webkit-transform: scale(0.5, 1); transform: scale(0.5, 1); }
.see_all { border: 1px solid var(--color-r); border-radius: 5px; width: 124px; margin: 19px 15px 0 0px; text-align: center; position: relative; height: 42px; display: inline-block; display: flex; justify-content: center; align-items: center; text-align: center; background: var(--color-r); overflow: hidden; }
.see_all:hover:before { opacity: 1; -webkit-transform: scale(1, 1); transform: scale(1, 1) }
.see_all:hover a, .see_all:hover:after { text-decoration: none; outline: none; color: var(--color-r); z-index: 2; }
.see_all a { color: var(--color-r); font-size: 16px; text-transform: uppercase; font-family: Arial; position: relative; z-index: 2; margin-top: 0; margin-bottom: 0; line-height: 35px; }
.see_all:hover:after { -webkit-transform: translateX(10px) translateY(-50%); transform: translateX(10px) translateY(-50%); background-image: url(../images/right-arrow.svg); }
.see_all:after { font-size: 30px; content: "â†’"; color: var(--color-r); position: absolute; right: 20px; top: 50%; display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0) translateY(-50%); transform: translateZ(0) translateY(-50%); -webkit-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-property: transform; transition-property: transform; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; background-image: url(../images/right-arrow-yellow.svg); background-size: 100%; background-position: center; background-repeat: no-repeat; text-indent: -999999px; width: 20px; height: 20px; }
.see_all a:hover { color: var(--color-r); }
.see_all a { border-radius: 4px; color: #fff; text-transform: uppercase; font-size: 14px; letter-spacing: 2px; background-color: transparent; transition: color 0.3s linear; -webkit-transition: color 0.3s linear; -moz-transition: color 0.3s linear; -o-transition: color 0.3s linear; position: relative; z-index: 1; font-family: 'RobotoRegular'; }

/*-- xuogn */
.item_kh { padding: 0px 15px }
.box_kh { margin: 0px -15px; }
.cls_item_tv img {width: 100%;height: 100%;object-fit: cover;}
.cls_item_tv { position: relative; }
.ten_thuvien_home { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; justify-content: center; align-items: center; opacity: 0; flex-direction: column; z-index: 97; }
.cls_item_tv:hover .ten_thuvien_home {opacity: 1;color: #fff;text-transform: capitalize;background: rgba(0, 0, 0, 0.55);transition: 0.6s;}
.cls_item_tv { overflow: hidden; }
p.ten_tv1 {text-transform: capitalize;color: #fff;font-size: 22px;margin-bottom: 17px;border-bottom: 1px solid #fff;padding-bottom: 9px;}
p.mota_tv2 { color: #fff; font-size: 14px; font-family: 'RobotoRegular'; }
.grid-container {display: grid;grid-template-columns: repeat(3,1fr);/* grid-template-rows: 1fr 1fr; *//* grid-template-rows: repeat(2, 295px); */grid-gap: 10px;/* grid-template-areas:
"item1 item1 item2 item2 item3 item3"
"item4 item4 item4 item5 item5 item5"; */display: -ms-grid;display: grid;-ms-grid-columns: repeat(3,1fr);grid-template-columns: repeat(3,1fr);}
.item1 {/* grid-area: item1; */}
.item2 {/* grid-area: item2; */}
.item3 {/* grid-area: item3; */}
.item4 { grid-area: item4; }
.item5 { grid-area: item5; }
.til_gt p { font-size: 60px; color: #282828; font-family: 'Conv_SFUAdineKirnbergRegular'; line-height: 1; }
.til_gt a { color: var(--color-a); text-transform: uppercase; font-family: 'Conv_SFUDinEngAlt'; font-size: 53px; line-height: 1.2; }
.til_gt { margin-bottom: 15px; }
.mota_gt { color: #282828; font-size: 15px; font-family: 'RobotoRegular'; line-height: 1.8; }
.right_gt:after {position: absolute;content: "";left: 0;bottom: 0;width: 610px;height: 444px;border: 1px solid #e0e0e0;border-right: none;border-bottom: none;}
.tit-title {display: block;text-align: center;margin-bottom: 30px;position: relative;padding-top: 96px;}
.tit-title h2 { text-transform: uppercase; font-size: 45px; color: #0054ce; font-family: 'Conv_SFUDinEngAlt'; line-height: 1.1; margin-bottom: 11px; }
.tit-title span { color: #333333; font-size: 16px; font-family: 'RobotoRegular'; line-height: 1.2; letter-spacing: 1px; }
.php_xuongsanxuat {background: #f2f6fd;padding: 0px 0;padding-bottom: 30px;}
.tit-title:after {position: absolute;content: "";left: calc(100%/2 - 30.5px);top: 0;width: 56px;height: calc(100% - 86px);background: url(images/til.png) no-repeat bottom center;}
.tab_sp1.cls_tab11 { position: absolute; top: 39px; left: 115px; z-index: 12; }
.title_d1_sp { position: relative; }
a.title_dp1 { border: 1px solid #8b8b8b; padding: 8px 12px; display: inline-block; text-transform: uppercase; background: #8b8b8b; color: #fff; font-size: 15px; margin-right: 5px; cursor: pointer; transition: 0.45s; }
a.title_dp1.a_active { background: var(--color-r); color: #fff; border: 1px solid var(--color-r); }
a.title_dp1:hover { transition: 0.45s; background: var(--color-r); color: #fff; border: 1px solid var(--color-r); }
.contac_tpl_lienhe iframe { width: 100%; height: 350px; }
div#gotop { display: none; }
.pdb-50 { padding-bottom: 50px; }
.chay_tintuc .slick-slide > div:nth-child(2n) a.ig_tintuc a.them_tintuc { margin-right: -110px; position: absolute; bottom: -47px; z-index: 8; }
.chay_tintuc .slick-slide > div:nth-child(2n) a.them_tintuc { margin-right: 210px; position: absolute; bottom: -47px; z-index: 8; right: -100%; }
.item-thumbpro {width: 50%;}
.item-inf {width: 50%;background: #ccddf5;display: flex;justify-content: center;align-items: flex-start;flex-direction: column;padding: 19px 25px 20px 40px;}
.item-inf h3 a { font-family: 'Conv_SFUDinEngAlt'; text-transform: uppercase; font-size: 31px; color: var(--color-r); display: inline-block; padding-bottom: 15px; }
.item-inf h3:after { position: absolute; content: ""; left: 0; bottom: 0; width: 140px; height: 1px; border-bottom: 1px solid var(--color-r); }
.item-inf h3 { position: relative; margin-bottom: 30px; padding-bottom: 5px; }
.item-inf h3:before { position: absolute; content: ""; left: 40px; bottom: -5px; width: 140px; height: 1px; z-index: 88; border-bottom: 1.5px solid var(--color-r); }
.item-1:nth-child(even) .item-inner { display: flex; flex-direction: row-reverse; justify-content: space-between; }
.item-thumbpro a { display: block; overflow: hidden; }
p.inf_item { font-family: 'Roboto', sans-serif; font-size: 15px; color: #000; margin-bottom: 7px; }
p.inf_item span { font-family: 'Roboto', sans-serif; font-weight: 700; margin-right: 9px; color: var(--color-r); }
.hotr-tuvan a {width: 138px;height: 38px;z-index: 5;border: 1px solid var(--color-r);display: flex;text-transform: uppercase;justify-content: center;align-items: center;border-radius: 5px;color: #fff;background: var(--color-r);}
.hotr-tuvan a h3 { font-size: 16px; }
ul.ul_menu1 {width: 100%;height: 61px;line-height: 61px;}
.logo a { display: block; overflow: hidden; }
.ul_menua {display: flex;justify-content: space-between;align-items: center;height: 36px;line-height: 36px;border-bottom: 1px solid var(--color-r);width: 100%;}
.fixmenu .ul_menua { display: none !important; }
.ul_menua i { margin-right: 3px; color: var(--color-r); font-size: 17px; }
.ul_menua .hotline_add span { color: var(--color-r); }
.pad-60s { padding: 0 0 60px 0; }
a.them_tintuc:hover { color: #fff; background: var(--color-a); transition: 0.45s; }
.bor_news:hover a.name_tintuc { color: var(--color-a); }
.title_nhantin span { font-family: 'Conv_SFUAdineKirnbergRegular'; font-size: 40px; line-height: 0.8; text-align: center; display: block; }
.title_nhantin p { font-family: 'Conv_SFUDinEngAlt'; text-transform: uppercase; font-size: 32px; text-align: center; line-height: 1; }
.title_nhantin { margin-bottom: 23px; }
div#dangkyhoc { text-align: center; width: 550px; }
.div_dknhantin { background: #cccccc6e; padding: 20px; }
.div_dknhantin input { width: 100%; height: 42px; border: 1px solid #ffffff; margin-bottom: 7px; padding-left: 15px; outline: none; font-family: 'Nunito Sans', sans-serif; font-weight: 500; font-size: 15px; }
.button-click button { height: 45px; cursor: pointer; outline: none; font-family: 'Montserrat', sans-serif; color: #fff; background: #a91616; font-size: 15px; width: 180px; border: 1px solid #9a87876b; display: inline-block; text-transform: uppercase; font-weight: 500; position: relative; margin-top: 0; }
textarea#noidungdk2 { height: 81px; float: left; background: #fff; width: 100%; outline: none; border: none; font-family: 'Montserrat', sans-serif; color: #1f1f1f; font-size: 15px; line-height: 1; border-bottom: 1px solid #fff; margin-bottom: 17px; padding-left: 15px; padding-top: 11px; }
div#dangky { width: 700px; }
input#dienthoaidk2 { float: left; width: 48%; }
input#emaildk2 { float: right; width: 50%; }

@media(max-width:1024px){
    p.inf_item{
    font-size: 13px;
    margin-bottom: 3px;
}
	.left_gt{
    width: 55%;
}
	.right_gt{
    width: 45%;
}
.item-thumbpro{
    width: 60%;
}
.item-inf{
    width: 40%;
    padding: 10px;
}
}
	
@media(max-width:768px){
	.list-product{}
	.list-product .item{
    margin-bottom: 10px;
    width: calc(100% / 2);
    }
	div#menu{
    position: static !important;
}
	.logo{width:100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: justify!important;-ms-flex-pack: justify!important;justify-content: space-between!important;-webkit-box-align: center!important;-ms-flex-align: center!important;align-items: center!important;z-index: 1;}
	.hotr-tuvan a h3{
    text-align: center;
    padding: 7px 0;
    font-size: 14px;
}
	.logo >a{max-width: calc(100% - 150px);}
	.logo .hotr-tuvan{display:block}
	.content_ft > div.cot2_ft{padding-top:60px}
	.content_ft > div{width:50%}
	.item-tintuc{
    padding: 0 10px;
}
	.box_product{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
    margin-left: -10px;
    margin-right: -10px;
}
.box_product .item-1 .item-inner{
    background: #ccddf5;
    height: 100%;
    display: block !important;
}
	.box_product .item-1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    /* margin-left: -10px; */
    /* margin-right: -10px; */
    padding: 10px;
}
	.left_gt{
    width: 100%;
}
	.right_gt{
    display:none;
    }


    .item-thumbpro{
    width: 100%;
    }
    .item-inf{
        width: 100%;
        padding: 10px;
    }
.item-1{/* margin-bottom:15px */}
.grid-container {
    
grid-template-columns: repeat(2,1fr);
    
/* grid-gap: 10px; */
}
a.ig_tintuc{
    width: 100%;
    float: none;
}
.inffo-tintuc{
    width: 100%;
    padding: 10px;
}
.bor_news {
    border: 1px solid #ececec;
    display: block !important;
    justify-content: flex-start;
    align-items: center;
}
.tit-title h2{
    font-size: 35px;
}
.tit-title{
    padding-top: 70px;
}
div#menu_mobi{display:block;position: sticky;top: 0;z-index: 123;}
ul.ul_menu1{display:none}
.div_flexx{
    height: auto;
    display: none;
    line-height: 1.5;
}
.ul_menua{
    display: block;
    height: auto;
    line-height: 1.5;
    border: 0;
}
.php_gioithieu{padding: 20px  0;}
}
	@media(max-width:480px){
		input#dienthoaidk2,input#emaildk2{width:100%}
		div#dangkyhoc{
    width: 100%;
    padding: 15px;
}
		.left-content-contact{width:100%}
		.right-content-contact{width:100%}
		.box-album{width: calc(100% / 2);}
		.details-product .product-image-block{
    width: 100%;
}
		.details-product .details-pro{
    width: 100%;
}
		.wrap_background_aside  > .margin-auto > .d-flex{
    display: block !important;
}
		.left-content{
    width: 100% !important;
}
		.right-content{
    width: 100% !important;
}
		.til_gt a{
    font-size: 34px;
}
		.tit-title{
    padding-top: 50px;
}
		.tit-title h2{
    font-size: 25px;
}
		#copyright .flex{
    flex-wrap: wrap;
    text-align: center;
}
		#copyright .flex >div{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
		.content_ft > div{width:100%}
	    p.ten_tv1{
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
}
	    
	.box_product .item-1{
    padding: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.logo .hotr-tuvan a{
    width: auto;
    height: auto;
    line-height: 1.5;
    padding:  0 10px;
}
.hotr-tuvan a h3 {
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
}
	}
.wrap-color span {
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.wrap-color span.active{
    background: url(images/bg-product.png) no-repeat right bottom; 
}