@charset "utf-8"; 
		body { margin: 0px auto; font-size: 15px; line-height: 27px; font-family: 'Lora', serif; font-weight: 500; color: #505050; }
* { margin: 0px auto; padding: 0px auto; outline: none; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clr { clear: both; }
a {color: #e54220}
p { margin-top: 0; margin-bottom: 10px; }
img { border: 0; }
::selection { background-color: #e54220; color: #fff; }
::-webkit-selection { background-color: #e54220; color: #fff; }
-webkit-::selection { background-color: #e54220; color: #fff; }
::-moz-selection { background-color: #e54220; color: #fff; }
ul { padding: 0px; list-style: none; }
.dv-header { width: 100%; transition: all .5s; position: relative; z-index: 9; background: #f4f4f4; min-height: 100px; }
.dv-header-top { position: absolute; width: 100%; }
.pagewrap { position: relative; width: 1200px; margin: 0 auto; }
.flex { display: flex; display: -webkit-flex; flex-wrap: wrap; -webkit-flex-wrap: wrap; }
.logo_top { float: left; margin: 0; }
.logo_top img { height: 113px; float: left;}
.dv-header-top.fixed .logo_top img{height: 70px;}
.dv-header-right { width: calc(100% - 230px); float: right; margin: 0; }
.dv-header-t { background-image: linear-gradient(to right,#79c925 0%,#0967a6 51%,#79c925 100%); }
.dv-header-bt { display: flex; padding: 15px 10px; align-items: center; justify-content: space-between; }
.dv-header-top .pagewrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; background: #fff; }
.dv-header-top hr { width: 1px; background-color: #fff; margin: 0 0 -2px 0; display: inline-block; height: 35px; padding: 0; border: none; }
.dv-header-top .navbar-left { color: #fff; display: flex; justify-content: space-evenly; align-items: center; padding: 10px 0; }
.dv-header-top .right-top { float: right; }
.right-top div { float: left; margin-left: 17px; position: relative; }
.right-top { float: right; margin: 0; }
.right-top div:last-child { margin-right: 0; }
.right-top div a i { font-size: 20px; position: relative; color: #505050; }
.right-top div a span { position: absolute; background: #e54220; color: #ffffff; width: 20px; height: 20px; text-align: center; line-height: 20px; border-radius: 50%; right: -13px; top: -5px; font-size: 13px; font-weight: 600; }
.navbar-left span { padding: 0 10px; margin: 0; display: flex; align-items: center; }
.navbar-left span:first-child { padding-left: 0; }
.navbar-left span i { color: #fff000; font-size: 30px; margin-right: 20px; text-align: center; line-height: 15px; position: relative; float: left; }
.text-box { float: right; line-height: 1.5; }
.text-box p { margin-bottom: 0; }
.text-box .desc { text-transform: uppercase; font-size: 15px; letter-spacing: 1px; }
.ltx-social { float: right; margin: 10px 0; }
.language { float: right; color: #fff; list-style: none; margin: 0; }
.language i { font-size: 14px; }
.language a { color: #fff; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; }
.language span { padding: 0 7px; }
.dv-header-top ul { float: left; margin: 0; }
.dv-header-top ul li img { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.dv-header-top ul li i { padding-right: 5px; }
.dv-header-top.fixed { box-shadow: -1px 0px 5px 0px rgb(163 163 163); top: 0; transition: all .5s; position: fixed; z-index: 9999; width: 100%; -webkit-animation-name: fadeInDown; animation-name: fadeInDown; webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; background: #fff; }
.dv-header-top.fixed .logo_top { padding: 10px 0; }
.dv-header-top.fixed .dv-header-bt { padding: 0; }
.dv-header-top.fixed .dv-header-t { display: none; transition: all .5s; }
.dv-header-bt.fixed .logo_top img { height: 40px; transition: all 0.5s; }
.dv-header-bt .pagewrap { justify-content: space-between; align-items: center; }
.phone.hidden-xs { float: right; margin: 0; }
.phone.hidden-xs a { color: #fff; padding: 9px 15px; border: 1px solid; text-transform: uppercase; }
.phone.hidden-xs a:hover { background: #fff; color: #e54220; }
.box_menu { float: left; position: relative; margin: 0; }
.menu { padding: 0; }
.menu > li { float: left; position: relative; }
.menu>li.menu-sub:hover>a:after { display: block; }
.menu>li.menu-sub>a:after { content: ""; position: absolute; bottom: -22px; left: 50%; margin-left: -10px; z-index: 1; border: solid 10px transparent; border-bottom-color: #f94943; width: 0; height: 0; display: none; transition: all 2s; }
.menu * { list-style: none; }
.menu > li.active a { color: #e54220; }
.menu > li:hover a { color: #e54220; }
.menu > li:first-child > a { padding-left: 0; }
.menu > li > a { display: block; line-height: 20px; position: relative; z-index: 2; font-size: 16px; text-decoration: none; color: #505050; font-weight: 600; padding: 0px 10px; }
.menu > li > a, .menu > li > a:after, .menu > li > ul > li > a, .menu > li li > ul > li > a { transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; }
.box_menu .menu > li > ul ul { left: 105%; top: 0; margin-top: 0; }
.menu > li > ul, .menu > li > ul ul { position: absolute; top: 0; opacity: 0; visibility: hidden; z-index: 3; margin: 0; padding: 0; display: block; transition: all 0.4s ease 0s; -moz-transition: all 0.4s ease 0s; -webkit-transition: all 0.4s ease 0s; -ms-transition: all 0.4s ease 0s; transform-origin: center top 0px; -moz-transform-origin: center top 0px; -webkit-transform-origin: center top 0px; transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1); -moz-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1); -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0.008, 0, -1, 0, 0, 0, 0, 0, 1); padding: 15px; background: #fff; width: 310px; left: 0; margin-top: 41px; border-top: 2px solid #e54220; }
.menu > li > ul img { float: left; width: 250px; display: inline-block; }
.menu > li:hover > ul, .menu li:hover > ul { opacity: 1; visibility: visible; transform: none; -webkit-transform: none; -moz-transform: none; }
.menu > li > ul > li, .menu > li > ul > li li { z-index: 2; position: relative; margin: 0; color: #fff; font-weight: 500; font-size: 14px; padding: 2px 15px; background: #fff; border-bottom: 1px solid #ffffff4a; }
.menu > li > ul > li:last-child { border-bottom: 0; }
.menu > li > ul > li:hover>a{ color: #e54220 !important; }
.menu > li > ul > li li:hover a { color: #e54220 !important; }
.dv-header-bt h4 { float: right; }
.menu > li > ul > li > a, .menu > li > ul > li li a { display: block; white-space: nowrap; color: inherit; line-height: 30px; font-size: inherit; background: rgba(255, 255, 255, 0); padding: 0 5px 0 0; text-decoration: none !important; text-align: left; font-size: 15px; color: #505050 !important; font-weight: 500; }
.dv-header-bt h4 a { color: #ffffff; background: #e54220; font-size: 16px; text-transform: capitalize; font-weight: normal; padding: 22px 20px; display: inline-block; }
.dv-header-bt h4 a i { font-size: 20px; padding-left: 15px; margin-left: 15px; border-left: solid #fff 1px; }
.timkiem_top { float: left; margin: 0; width: auto; margin-right: 5px; }
.search a { width: 30px; text-indent: -10000px; background: url(images/search.png) no-repeat center 6px; float: right; border-left: 0px; height: 30px; background-size: 55%; }
.input_search { padding: 0px 20px; height: 41px; float: left; background: transparent; color: #666; border: none; font-size: 15px; line-height: 28px; font-family: 'Lora', serif; font-weight: 400; width: 255px; display: none; }
.language { position: relative; }
.language-select img { height: 23px; margin: 0; margin-right: 10px; }
.language .language-select { width: 136px; line-height: 40px; border: 1px solid #ebebeb; padding: 0 10px; font-weight: 400; height: 38px; cursor: pointer; color: #505050; font-size: 14px; display: flex; align-items: center; justify-content: space-between; }
.background-overlay{ height: 100%; width: 100%; top: 0; left: 0; position: absolute; background-image: url(images/overlay2.png); background-position: center center; background-repeat: no-repeat; background-size: cover; opacity: 1; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; }
.banner li { float: left; width: 100%; list-style: none; background-position: center center; background-size: cover; background-repeat: no-repeat; cursor: default; position: relative; }
.slogan .evenex-event-slide--term { border: 1px solid #e54220; color: #fff; padding: 1px 15px 3px; display: inline-block; border-radius: 3px; }
.bannerMain .slogan { position: absolute; color: #fff; text-align: center; z-index: 9; top: 45%; transform: translateY(-50%); width: 1200px; right: 0; left: 0; }
.banner .slogan li { float: left; width: auto; margin: 0 20px; position: relative; font-size: 18px; font-weight: 400; }
.evenex-event-slide--meta li:before { content: ""; display: inline-block; background-color: #e54220; height: 8px; width: 8px; border-radius: 100px; margin-right: 10px; vertical-align: middle; }
.evenex-event-slide--meta { display: flex; justify-content: center; align-items: center; }
.slogan .title { font-weight: 700; font-size: 50px; text-align: center; color: #ffffff; position: relative; text-transform: uppercase; line-height: 1.3; letter-spacing: 5px; margin: 20px 0; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px #ffffff; }
.bannerMain .slogan .title img { width: 93px; display: inline-block; margin: 0 20px; }
.slogan h4 { font-size: 30px; font-weight: 400; text-align: center; color: #ffffff; margin: 30px 0 0; display: inline-block; line-height: 35px; width: 100%; text-transform: uppercase; }
.slogan .read_more { margin-top: 25px; text-align: center; }
.read_more a { color: #ffffff; font-size: 15px; font-weight: 400; text-transform: uppercase; padding: 8px 30px 7px; display: inline-table; transition: 0.5s; border: 2px solid #e54220; background: linear-gradient(to right,#F94743 0%,#FF7C49 51%,#F94743 100%); }
.read_more a:hover { background: #fec12f !important }
.read_more a.read_baogia { background: transparent; color: #fff; border: 2px solid; margin-right: 10px; }
.read_more a i { display: inline-block; margin-left: 5px; font-size: 15px; line-height: 8px; position: relative; top: 0px; }
.bannerMain .banner li:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(34, 34, 34, 0.05); transition: .3s all ease; z-index: 2; }
.bannerMain .banner li.absolute:after { background: rgba(34, 34, 34, 0.15); }
.jeg_post_meta { display: flex; justify-content: flex-start; align-items: center; position: relative; min-height: 27px}
.jeg_post_meta:before { content: ''; clear: both; width: 100px; display: block; height: 2px; background: #e54220; left: 0; position: absolute; bottom: 35px; }
.jeg_post_meta>div { margin: 0 20px 0 0; font-size: 14px; }
.jeg_post_meta>div i { color: #e54220; margin-right: 5px; }
.more-option { position: relative; text-align: center; margin-top: 15px; }
.border-icon { display: block; }
.border-icon:before { content: ""; position: absolute; width: 200px; border-top: 1px solid #ccc; top: 45%; left: 0; right: 0; }
.border-icon:before, .border-icon:after { margin: auto; z-index: 0; }
.more-option:hover .border-icon:before, .more-option:hover .border-icon:after { border-color: #e54220; }
.border-icon-bg { display: inline-block; width: 60px; background: #fff; z-index: 1; position: relative; }
.plus-icon { font-size: 20px; background: #fff; width: 40px; height: 40px; display: inline-block; border: 1px solid rgba(204, 204, 204, 0.65); border-radius: 100%; line-height: 40px; z-index: 99; color: #515151; cursor: pointer; }
.plus-icon:hover { background: #e54220; border-color: #e54220; color: #fff; }
.plus-icon:hover a { color: #fff; }
.border-icon-bg span a { line-height: 2.0; }
.border-icon:after { content: ""; position: absolute; width: 170px; border-bottom: 1px solid #ccc; top: 55%; left: 0; right: 0; }
.form-intro { width: 55%; float: right; }
.form-intro img { width: 100%; }
.col-xs-6 { float: left; margin: 0px 10px; width: calc(100% / 2 - 20px); }
.row { margin: 0 -10px; }
.col-xs-6 img { width: 100%; border-radius: 3px; }
.features {padding: 60px 0}
.features-item{float: left; margin: 0px; width: calc(100% / 1); text-align: center; border: 1px solid #eaeaea; padding: 20px; border-radius: 4px;}
.features-item i {font-size: 50px; color: #e54220; margin-bottom: 10px;}
.features-item h4 {text-transform: uppercase;}
.col-lg-12 {margin: 0 -10px}
.col-lg-6 {float: left; margin: 0px 10px; width: calc(100% / 2 - 20px);}
.col-lg-6 img { width: 100%; }
.item_product2 .box_image { height: 500px; display: block; width: 100%; position: relative; overflow: hidden; }
.dv-home-dulieu { background: #e54220; background-position-x: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; padding: 75px 0; }
.dv-home-gioithieu { padding: 70px 0; position: relative; }
.dv-home-gioithieu:before { content: ''; background-image: url(images/home_speaker_memphis2.png); background-position: center right; background-repeat: no-repeat; opacity: 1; transition: background 0.3s,border-radius 0.3s,opacity 0.3s; top: 0; right: 0; position: absolute; z-index: 1; height: 100%; width: 100px; }
.dv-home-dichvu:before { content: ''; background-image: url(images/news_memphis1.png); background-position: center right; background-repeat: no-repeat; opacity: 1; transition: background 0.3s,border-radius 0.3s,opacity 0.3s; top: 0; left: 0; position: absolute; z-index: 1; height: 100%; width: 58px; }
.banner-items:hover:before, .banner-items:hover:after { opacity: 1; transform: scale(1, 1); }
.banner-items:before { border-top: 2px solid #fff; border-bottom: 2px solid #fff; transform: scale(0, 1); }
.col-xs-6 .image:before,.col-xs-6 .image:after { content: ''; position: absolute; top: 30px; left: 30px; right: 30px; bottom: 30px; opacity: 0; transition: all 0.3s ease-in-out; z-index: 2; pointer-events: none; }
.col-xs-6 .image { position: relative; }
.col-xs-6 .image:hover:before,.col-xs-6 .image:hover:after { opacity: 1; transform: scale(1, 1); }
.col-xs-6 .image:after { border-left: 2px solid #fff; border-right: 2px solid #fff; transform: scale(1, 0); }
.col-xs-6 .image:before { border-top: 2px solid #fff; border-bottom: 2px solid #fff; transform: scale(0, 1); }
.dv-home-gioithieu .col-md-6:last-child { width: calc(100% / 2 + 55px); }
.dv-home-gioithieu .col-md-6:first-child { padding: 40px; background: #fff; margin-right: -65px; z-index: 1; margin-top: 40px; position: relative; padding-left: 70px; }
.sc_item_button { margin-top: 30px; }
.dv-home-dichvu .sc_item_button { margin-top: 15px; }
.sc_button { cursor: pointer; display: inline-block; text-transform: uppercase; white-space: nowrap; padding: 17px 30px; font-size: 12px; font-weight: 600; line-height: 1; letter-spacing: 0.2em; border: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; letter-spacing: 3px; position: relative; overflow: hidden; color: #ffffff; background-color: #e54220; font-weight: 500; }
.sc_button:after { background: #fff; content: ""; height: 200px; left: -95px; opacity: .2; position: absolute; top: -50px; -webkit-transform: rotate(35deg); -ms-transform: rotate(35deg); transform: rotate(35deg); -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1); transition: all 550ms cubic-bezier(0.19,1,0.22,1); width: 50px; z-index: 10; }
.sc_button:hover:after { left: 120%; -webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1); transition: all 550ms; }
.content ul { padding-left: 20px; }
.dv-home-gioithieu .banner-items { float: left; margin: 0px 10px; width: calc(100% / 3 - 20px); position: relative; }
.banner-items:before, .banner-items:after { content: ''; position: absolute; top: 30px; left: 30px; right: 30px; bottom: 30px; opacity: 0; transition: all 0.3s ease-in-out; z-index: 2; pointer-events: none; }
.banner-items:before { border-top: 2px solid #fff; border-bottom: 2px solid #fff; transform: scale(0, 1); }
.banner-items:after { border-left: 2px solid #fff; border-right: 2px solid #fff; transform: scale(1, 0); }
.banner-items:hover:before, .banner-items:hover:after { opacity: 1; transform: scale(1, 1); }
.banner-items img { width: 100%; }
.bt_bb_button { text-align: center; margin-top: 20px; position: relative; display: table; }
.bt_bb_button a { font-size: 16px; font-style: italic; padding: 7px 20px 10px; position: relative; overflow: hidden; background: #e54220; color: #fff; border-radius: 50px; cursor: pointer; }
.bt_bb_button a:hover { background: #fff; color: #e54220; border: 1px solid; }
.place-picture { position: absolute; left: 10px; top: 10px; color: #ffffff; padding: 5px; background-color: rgba(0,0,0,0.4); border-radius: 3px; }
.img-box { position: relative; }
.col { float: left; margin: 0px 10px; width: calc(100% / 2 - 20px); }
.dv-home-gioithieu .img-box .one { position: relative; padding-top: 50px; }
.img-box .about-img { position: relative; }
.img-fluid { max-width: 100%; height: auto; transition: all 0.5s; }
.img-box .about-img img { -webkit-box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%); box-shadow: 0 1px 73px 0 rgb(11 12 38 / 7%); border-radius: 3px; }
.img-box .about-img .experience-about { position: absolute; width: 175px; top: 0; margin-bottom: 0; background-color: #FFF; padding: 30px; left: 50%; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); padding-top: 0; }
.img-box .about-img .experience-about i { font-size: 35px; background-color: #e54220; color: #FFF; width: 60px; height: 60px; line-height: 60px; text-align: center; margin-bottom: 20px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
.about-img .experience-about .counter { font-size: 40px; font-weight: 600; line-height: 1; margin-bottom: 10px; }
.about-img .experience-about h5 { font-size: 18px; font-weight: 700; letter-spacing: .5px; text-transform: capitalize; line-height: 1.6; }
.sec-title>img { display: block; text-align: center; width: 70px; }
.sec-title h2 { text-transform: uppercase; letter-spacing: 0.5px; font-size: 16px; line-height: 1; font-weight: 500; color: #222; position: relative; display: block; text-align: center; margin: 23px 0 10px; font-family: 'Lora', serif; }
.sec-title h2:before { content: ""; background: #222; height: 1px; position: absolute; top: 7px; width: 44px; margin-left: -55px; }
.sec-title h2:after { content: ""; background: #222; height: 1px; position: absolute; top: 7px; width: 44px; margin-left: 10px; }
.sec-title .align-left { text-align: left; }
.sec-title h4, .sec-title span.desc {display: block; text-align: left; color: #e54220; font-size: 20px; }
.sec-title .title { font-weight: 700; font-size: 37px; line-height: 1.2; position: relative; color: #041a57; text-align: left; margin-bottom: 20px; text-transform: uppercase; margin-top: 10px; }
.dv-home-gioithieu .col-md-6:first-child:before { position: absolute; content: ""; top: 50%; left: 18px; height: 100%; width: 20px; background: #E0E2E8; transform: translateY(-50%); border-radius: inherit; z-index: -1; pointer-events: none; }
.sec-title .title span { color: #505050; }
.sec-title p { font-weight: 400; line-height: 27px; font-size: 16px; margin-bottom: 30px; position: relative; text-align: center; width: 850px; }
.text-box .sec-title { margin-bottom: 20px; }
.text-box ul { overflow: hidden; }
.text-box ul li { width: 50%; float: left; padding-right: 10px; position: relative; font-weight: 500; margin: 7px 0; text-transform: capitalize; color: #687076; padding-left: 23px; }
.text-box ul li:after { content: ''; border: 2px solid #687076; width: 10px; height: 10px; border-radius: 50%; display: inline-block; position: absolute; left: 0; top: 14px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.text-box .any-question { font-size: 16px; border-top: 1px solid rgb(155 155 155 / 30%); margin-top: 5px; padding-top: 10px; text-transform: capitalize; }
.text-box .any-question a { font-weight: 700; }
.col-md-6 { float: left; margin: 0px 10px; width: calc(100% / 2 - 20px); position: relative; }
.col-md-6 img { width: 100%; }
.video-content { text-align: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); }
.ekit-video-popup-btn { width: 100px; height: 100px; color: #e54220; background-color: #fff; display: block; text-align: center; font-size: 30px; border-radius: 50%; padding: 10px; top: 50%; position: relative; }
.ekit-video-popup-btn i { line-height: 80px; }
.video-content a::before { content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #e54220; border-radius: 50%; box-shadow: 0 0 0 0 currentColor; -webkit-animation: button-ripple 3s infinite; animation: button-ripple 3s infinite; opacity: .6; z-index: -1; }
.video-content a::after { content: " "; position: absolute; top: 50%; left: 0; width: 100%; height: 100%; color: #e54220; border-radius: 50%; box-shadow: 0 0 0 0 currentColor; -webkit-animation: button-ripple 3s infinite; animation: button-ripple 3s infinite; opacity: .6; z-index: -1; -webkit-animation-delay: .3s; animation-delay: .3s; right: 0; transform: translateY(-50%); }
@-webkit-keyframes button-ripple{ 70%{box-shadow:0 0 0 15px currentColor;opacity:0}
100%{box-shadow:0 0 0 0 currentColor;opacity:0}
}
@keyframes button-ripple{ 70%{box-shadow:0 0 0 15px currentColor;opacity:0}
100%{box-shadow:0 0 0 0 currentColor;opacity:0}
}
.col-md-12 { margin: 0 10px; margin-bottom: 10px; }
.col-md-9 { float: left; margin: 0px 10px; width: calc(75% - 20px); margin-bottom: auto; }
.col-md-3 { float: left; width: calc(25% - 20px); margin: 0px 10px; }
.col-md-3 .btn { height: 40px; float: right; padding: 0 20px; margin: 0; background: #e54220; border: none; color: #fff; width: 100%; border-radius: 4px; line-height: 42px; font-family: 'Lora', serif; font-size: 16px; }
.col-lg-4 { float: left; margin: 10px 10px; width: calc(100% / 4 - 20px); margin-bottom: 20px; }
.dv-home-dichvu1 .col-lg-4 { width: calc(100% / 4 - 20px); }
.jeg_post_category { position: absolute; z-index: 3; bottom: 10px; left: 10px; margin: 0; line-height: 1; }
.jeg_post_category span { display: inline-block; font-size: 11px; color: #fff; margin-right: 5px; padding: 5px 6px; background: #ff0000; text-transform: uppercase; letter-spacing: 1px; transition: .2s; }
.dv-home-dichvu1 .scale_hover_img .info .title { font-size: 18px; display: -webkit-box; overflow: hidden; line-height: 28px; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding: 0; margin: 20px 0; }
.dv-home-dichvu1 .scale_hover_img .info .title:after { display: none; }
.dv-home-dichvu1 .scale_hover_img .info .title a { color: #4b4b4b; line-height: 1.5; }
.dv-home-dichvu1 .scale_hover_img .info .title a:hover { color: #e54220; }
.col-lg-4 img { width: 100%; }
.box_page .owl-carousel .col-lg-4 { margin: 0px; width: calc(100% / 1); }
#dichvu_slide .col-lg-4 { margin: 0; width: calc(100% / 1); }
.scale_hover_img .info { display: inline-block; z-index: 9; width: 100%; text-align: left; }
.scale_hover_img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.5s; }
.scale_hover { overflow: hidden; position: relative; }
.scale_hover_img .info { transition: all 0.5s; }
.scale_hover_img .info .title { font-size: 15px; font-weight: 600; padding: 20px 0 20px; display: inline-block; letter-spacing: 1px; position: relative; line-height: 1.8; }
.rowItemContentInner { display: flex; justify-content: space-between; align-items: center; }
.btBtn { background: #e54220; color: #fff; font-size: 15px; padding: 8px 23px; text-transform: uppercase; margin: 0; }
.btBtn:hover { background: #222; color: #fff; }
.scale_hover_img .info .title:after { content: ''; clear: both; width: 100px; display: block; height: 2px; background: #e54220; left: 0; position: absolute; bottom: 10px; }
.box_page .scale_hover_img .info .title { font-size: 18px; }
.tin_left .scale_hover_img .info .title a:hover { color: #e54220; }
.scale_hover_img .info .title a { color: #e54220; }
.scale_hover_img .info .title a:hover span, .scale_hover_img .info .title a:hover h2 { color: #e54220; }
.scale_hover_img .info span, .scale_hover_img .info h2 { display: block; float: left; width: 100%; color: #4b4b4b; text-transform:uppercase; font-size: 19px; }
.scale_hover_img .info span.headline, .scale_hover_img .info h2.headline { font-size: 20px; color: #ef6945; }
.btSuperTitle { text-transform: uppercase; font-size: 16px; position: relative; }
.btSuperTitle:after { content: ''; width: 80px; display: inline-block; height: 1px; background: #505050; bottom: 6px; left: 10px; position: relative; }
.sec-title .align-center { text-align: center; }
.dv-home-taisao { padding: 70px 0 35px; }
.dv-home-ts { display: inline-block; margin-bottom: 25px; }
.icon-ts { width: 15%; float: left; }
.text-ts { width: 80%; float: right; }
.text-ts h5, .text-ts .title { font-size: 23px; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
.dv-home-dichvu { position: relative; background: url(images/speaker_bg.png); padding: 70px 0 0px; }
.provide .img-box { background-image: url(images/01_provide.jpg); background-position: right; background-repeat: no-repeat; background-size: cover; position: relative; height: 100%; }
.provide .text-box { background-color: #e54220; padding: 60px 100px; }
.provide .text-box .sec-title .title { margin-bottom: 25px; color: #FFF; }
.provide .text-box .sec-title p { color: #F1F1F1; }
.align-items-center { align-items: center; }
.provide .text-box .provide-features li h4 { color: #FFF; font-weight: 500; text-transform: capitalize; position: relative; margin-bottom: 4px; padding-left: 25px; font-size: 18px; line-height: 23px; }
.provide .text-box ul li { width: 100%; clear: both; padding-left: 0; }
.provide .text-box ul li:after {display: none;}
.provide .text-box .provide-features li h4:after { content: "\f00c"; font-family: 'FontAwesome'; position: absolute; font-size: 8px; left: 0; width: 15px; line-height: 15px; height: 15px; background-color: #FFF; color: #e54220; text-align: center; border-radius: 2px; font-weight: 900; top: calc(50% - 0px); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.provide .text-box .provide-features-box { padding: 30px; background-color: #FFF; border-radius: 3px; padding-top: 0; margin-top: 10px; }
.provide .text-box .provide-features-box i { font-size: 35px; background-color: #e54220; color: #FFF; width: 60px; height: 60px; line-height: 60px; text-align: center; margin-bottom: 20px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; display: inline-block; }
.provide .text-box .provide-features-box h5 { font-size: 15px; font-weight: 700; letter-spacing: .5px; text-transform: capitalize; line-height: 1.6; }
.provide .img-box .video-box { background-color: #FFF; position: absolute; bottom: 100px; right: 120px; width: 180px; padding: 30px; border-radius: 3px; -webkit-box-shadow: 0 3px 25px 0 rgb(40 40 40 / 20%); box-shadow: 0 3px 25px 0 rgb(40 40 40 / 20%); }
.provide .img-box .video-box span { font-weight: 600; font-size: 16px; line-height: 1.5; display: inline-block; text-transform: capitalize; color: #222; margin-bottom: 25px; }
.pulse { background-color: #e54220; width: 60px; height: 60px; border-radius: 3px; text-align: center; display: inline-block; -webkit-animation: video-pulse-presentation 2s linear infinite; animation: video-pulse-presentation 2s linear infinite; }
.pulse:hover{ background-color: #222; }
.provide .img-box .video-box .pulse i { color: #FFF; line-height: 58px; }
.provide .img-box .video-box:after { content: ''; border: 20px solid; position: absolute; bottom: -15px; right: 0; border-color: transparent #FFF transparent transparent; }
@-webkit-keyframes video-pulse-presentation{ 0%{ -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0.7), 0 0 0 0 rgba(225, 29, 7, 0.7); box-shadow: 0 0 0 0 rgba(225, 29, 7, 0.7), 0 0 0 0 rgba(225, 29, 7, 0.7); }
40%{ -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 0 rgba(225, 29, 7, 0.7); box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 0 rgba(225, 29, 7, 0.7); }
80%{ -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0); box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0); }
100%{ -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0); box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0); }
}
@keyframes video-pulse-presentation{ 0%{ -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0.7), 0 0 0 0 rgba(225, 29, 7, 0.7); box-shadow: 0 0 0 0 rgba(225, 29, 7, 0.7), 0 0 0 0 rgba(225, 29, 7, 0.7); }
40%{ -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 0 rgba(225, 29, 7, 0.7); box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 0 rgba(225, 29, 7, 0.7); }
80%{ -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0); box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0); }
100%{ -webkit-box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0); box-shadow: 0 0 0 0 rgba(225, 29, 7, 0), 0 0 0 30px rgba(225, 29, 7, 0); }
}
.sec-title .col-lg-4 { float: left; width: 33.3333333333%; }
.sec-title .col-lg-5 { float: left; width: 41.6666666667%; padding: 0 20px; }
.scale_hover_img { background: #fff; }
.scale_hover_img:hover img { transform: scale(1.1); }
.sec-title .col-lg-3 { float: left; width: 25%; }
.row {clear: both;}
.services .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); }
.d-flex { display: flex; }
.services{ background: #fff; position: relative; background-position: center; padding: 70px 0 40px; }
.services .col-lg-4 {width: 33.33%}
.services .services-item{ margin-bottom: 30px; background-color: #FFF; padding: 40px; border-radius: 3px; padding-top: 0; position: relative; overflow: hidden; }
.services .services-item span, .work .item-work span{ position: absolute; z-index: 1; display: block; width: 0px; height: 0px; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 5px; opacity: 1; background-color: #e54220; transition: all 0.5s; }
.services .services-item:hover span, .work .item-work:hover span{ width: 1000px; height: 1000px; }
.services .services-item i{ font-size: 40px; background-color: #e54220; color: #FFF; width: 70px; height: 70px; line-height: 70px; display: inline-block; text-align: center; margin-bottom: 30px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; position: relative; z-index: 1; }
.services .services-item:hover i{ background-color: #FFF; color: #e54220; }
.services .services-item h4{ font-size: 25px; font-weight: 500; margin-bottom: 20px; text-transform: capitalize; position: relative; z-index: 1; }
.services .services-item:hover h4, .services .services-item:hover p{ color: #FFF; }
.services .services-item p{ margin-bottom: 0; position: relative; z-index: 1; }
.services .services-item .more{ margin-top: 20px; text-transform: uppercase; font-size: 13px; font-weight: 700; line-height: 1; display: inline-block; color: #222; position: relative; z-index: 1; border: 1px solid; padding: 10px 20px; }
.services .services-item .more:hover {background: #222}
.services .services-item:hover .more{ color: #FFF; }
.services-home-2{ background: transparent url(images/01_services.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
.services-home-2 .sec-title .title, .provide-2-home-2 .sec-title .title{ color: #FFF; }
.services-home-2 .sec-title p, .provide-2-home-2 .sec-title p{ color: #F1F1F1; }
.services-home-2 .services-item{ background-color: transparent; border: 1px solid #FFF; }
.services-home-2 .services-item i{ color: #e54220; background-color: #FFF; }
.services-home-2 .services-item h4{ color: #FFF; }
.services-home-2 .services-item p{ color: #F1F1F1 }
.services-home-2 .services-item .more{ color: #FFF; }
.services-home-3{ background-image: url(images/03_pattern.png) }
.services-home-3 .services-item{ padding: 40px; }
.services-home-3 .services-item i{ background-color: transparent; color: #e54220; width: auto; height: auto; text-align: left; display: inline-block; line-height: 1.1; border-radius: 0; font-size: 50px; }
.services-home-3 .services-item:hover i{ background: transparent; color: #FFF; }
.justify-content-end { justify-content: flex-end; }
.btn-1 { text-transform: capitalize; position: relative; text-align: center; z-index: 1; font-size: 14px; font-weight: 600; min-width: 180px; height: 55px; line-height: 54px; letter-spacing: 1px; border-radius: 3px; overflow: hidden; font-family: 'Roboto', sans-serif; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; background-color: #e54220; display: inline-block; cursor: pointer; color: #fff; }
.btn-1:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background-color: #222; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: bottom center; -ms-transform-origin: bottom center; transform-origin: bottom center; -webkit-transition: -webkit-transform 0.4s ease-in-out; transition: -webkit-transform 0.4s ease-in-out; -o-transition: transform 0.4s ease-in-out; transition: transform 0.4s ease-in-out; transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
.btn-1:hover { color: #fff;}
.btn-1:hover:after { -webkit-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; }
.work {background: #f1f1f1; padding: 70px 0 50px;}
.work .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); }
.item-work{ position: relative; overflow: hidden; border-radius: 2px; margin-bottom: 20px; }
.work .item-work span{ background-color: rgb(225 29 7 / 0.8); }
.item-work:hover .img-box img{ -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); -webkit-transition: all 2s ease-out; -o-transition: all 2s ease-out; transition: all 2s ease-out; }
.item-work .hover-box{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; z-index: 1; }
.item-work .hover-box .open-item-work{ font-size: 16px; background-color: #FFF; color: #e54220; width: 50px; height: 50px; line-height: 50px; text-align: center; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; position: absolute; top: -51px; left: 30px; }
.item-work:hover .hover-box .open-item-work{ top: 0; transition: all 0.5s; }
.item-work .hover-box .text-box{ padding: 30px; text-align: left; margin: 0; width: 100%; }
.item-work .hover-box .text-box .tags {color: #fff; opacity: 0; margin-bottom: 5px;}
.item-work .hover-box .text-box .tags a{ font-size: 14px; line-height: 1; font-weight: 500; margin-bottom: 10px; text-transform: capitalize; color: #FFF; display: inline-block; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); visibility: hidden; opacity: 0; -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s; }
.item-work .hover-box .text-box .desc a{ color: #FFF; text-transform: uppercase; font-weight: 600; line-height: 33px; letter-spacing: .3px; font-size: 26px; display: inline-block; -webkit-transform: translateY(10px); -ms-transform: translateY(10px); transform: translateY(10px); visibility: hidden; opacity: 0; -webkit-transition-delay: 0.4s; -o-transition-delay: 0.4s; transition-delay: 0.4s; }
.item-work:hover .hover-box .text-box .tags {opacity: 1; transition: all 0.5s}
.item-work:hover .hover-box .text-box .tags a, .item-work:hover .hover-box .text-box .desc a{ -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); visibility: visible; opacity: 1; }
.work-list-filter .list-name-work{ margin-bottom: 45px; display: inline-block; }
.work-list-filter .list-name-work li{ display: inline-block; font-size: 13px; color: #222; text-transform: capitalize; padding: 0 20px; line-height: 40px; border-radius: 3px; letter-spacing: 0.25px; position: relative; text-align: center; font-weight: 600; border: 1px solid #E9E9E9; margin: 0 8px 5px 0; cursor: pointer; }
.work-list-filter .list-name-work li.active{ background-color: #e54220; color: #FFF; border: 1px solid #e54220; }
.work-list-filter .list-name-work li:last-of-type{ margin: 0; }
.mix { -webkit-transition: unset; -o-transition: unset; transition: unset; }
.work .col-md-6 {float: left; margin: 0px 10px; width: calc(100% / 3 - 20px);}
.item-work .hover-box .open-item-work i { line-height: 50px;}
.contact { margin: 20px 0; }
.overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(images/feature-event-background-image.png) fixed; background-position: 0px 0px; background-repeat: no-repeat; background-size: cover; mix-blend-mode: multiply; transition: background 0.3s, border-radius 0.3s, opacity 0.3s; }
.menu_style { float: left; margin: 0px 10px; width: calc(100% / 4 - 20px); text-align: center; border: 1px solid #fff000; padding: 30px 20px; color: #fff; }
.menu_style i { font-size: 45px; }
.count { font-size: 40px; color: #fff000; line-height: 40px; margin: 15px 0 10px; font-weight: bold; letter-spacing: 2px; }
.menu_style .title { font-size: 16px; font-weight: 500; margin: 0; text-transform: uppercase; }
.menu_style .title a {color: #fff}
.menu_style .title a:hover {color: #fff000}
.menu-so1 { margin: 0 -10px; }
#pro_tabs { position: relative; display: flex; margin: 20px 0 25px; }
.listtabs li{ float: left; }
.listtabs li img{ display: block; width: 100%; height: 100%; object-fit: contain; }
.listtabs { width: 100%; }
.listtabs li a{ color: #505050; display: inline-block; padding: 10px 15px; border: 1px solid #d3d3d3; background-color: rgba(0,0,0,0.04); text-transform: uppercase; cursor: pointer; display: flex; align-items: center; width: 100%; justify-content: center; }
.listtabs li a h3 { font-size: 15px; margin: 0 0 0 10px; }
.listtabs li { width: calc(100% / 6 - 10px); float: left; margin: 0 5px; }
.listtabs li a span { height: 33px; margin: 0; }
.listtabs li a:hover, .listtabs li a.selected, .listtabs li a.selected:hover{ color: #e54220 !important; font-weight: 600; border: 2px solid #e54220 !important; background-color: rgba(255,255,255,0.8); }
.count1 .count-item { text-align: center; margin-bottom: 20px; border: 1px solid #e54220; padding: 10px; }
.count1 .count-item p { font-size: 23px; font-weight: bold; margin-bottom: 5px; color: #e54220; }
.count1 .count-item h5 { font-size: 16px; font-weight: 500; font-style: italic; }
.viewmore { clear: both; margin-top: 13px; display: inline-block; text-align: center; width: 100%; }
.viewmore .btn { background: #e54220; color: #fff; padding: 13px 30px; text-transform: uppercase; }
.viewmore .btn:hover { background: #222; }
.head-content h3 { font-size: 20px; margin-bottom: 10px; }
.head-content p { margin-bottom: 20px; }
.offset-md-1 { width: 100%; text-align: center; color: #fff; }
.contact .sec-title .title { color: #FFF; margin-bottom: 25px; font-size: 50px; text-transform: uppercase; line-height: 1; }
.contact .sec-title .title span { background: rgba(255,255,255,0.7); color: #e54220; padding: 1px 10px; font-size: 50px; font-family: 'Lora', serif; border-radius: 10px; }
.pro_home_id { margin: 0 -10px; clear: both; }
.pro_home_id ul { float: left; width: calc(100% / 4 - 20px); -webkit-transition: all .3s ease; position: relative; text-align: center; background: #fff; margin: 25px 10px 0px; padding-bottom: 15px; border-radius: 5px; }
.page_conten_page .pro_home_id ul { width: calc(100% / 3 - 20px); }
.page_conten_page .pro_home_id#pro_slide { margin: 0; }
.page_conten_page .pro_home_id#pro_slide ul { width: calc(100% / 1); margin: 0; }
.page_conten_page .pro_home_id ul h3 { height: 56px; font-size: 18px; }
.page_conten_page .pro_home_id ul h3 a { color: #505050; }
.page_conten_page .pro_home_id ul h3 a:hover { color: #e54220; }
.pro_home_id ul li { overflow: hidden; display: block; }
.pro_home_id ul img { width: 100%; transition: all 0.5s; border-radius: 4px 4px 0 0; }
.pro_home_id ul:hover img{ -webkit-transform: scale(1.1) rotate(5deg); -moz-transform: scale(1.1) rotate(5deg); -ms-transform: scale(1.1) rotate(5deg); -o-transform: scale(1.1) rotate(5deg); transform: scale(1.1) rotate(5deg); transition: all 0.5s; }
.pro_home_id ul h3 { font-size: 16px; font-weight: 500; display: -webkit-box; overflow: hidden; line-height: 28px; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; padding: 0 20px; margin-top: 15px; font-family: 'Lora', serif; text-transform: uppercase; }
.pro_home_id ul h4 { position: relative; color: #ff0000; font-weight: 600; font-size: 15px; text-transform: uppercase; line-height: 25px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; padding: 0 20px; font-family: 'Lora', serif; }
.pro_home_id ul h4 span,.pro_home_id ul h5 span { color: #909090; font-weight: normal; font-size: 15px; text-transform: capitalize; }
.pro_home_id ul h5 { position: relative; color: #7c7c7c; font-weight: 600; font-size: 15px; text-transform: uppercase; line-height: 30px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; padding: 0 20px; font-family: 'Lora', serif; }
.contact .sec-title p { color: #F1F1F1; font-size: 17px; margin-bottom: 30px; }
.team {padding: 70px 0}
.team .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(var(--bs-gutter-y) * -1); }
.team .col-md-6 { float: left; margin: 0px 10px; width: calc(100% / 3 - 20px); }
.team-box .img-box{ position: relative; overflow: hidden; border-radius: 2px; }
.team-box:hover .img-box img{ -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); -webkit-transition: all 2s ease-out; -o-transition: all 2s ease-out; transition: all 2s ease-out; }
.team-box .img-box ul{ position: absolute; top: 15px; left: -40px; opacity: 0; visibility: hidden; transition: all 0.5s; }
.team-box:hover .img-box ul{ left: 15px; opacity: 1; visibility: visible; }
.team-box .img-box ul li i{ display: block; margin-bottom: 8px; -webkit-box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5); box-shadow: 0px 0px 10px 0px rgb(200 157 102 / 0.5); background-color: #e54220; font-size: 14px; color: #FFF; text-transform: capitalize; width: 44px; height: 44px; line-height: 44px; position: relative; text-align: center; font-weight: 600; border-radius: 3px; cursor: pointer; }
.team-box .img-box ul li:hover i{ color: #e54220; background-color: #FFF; -webkit-box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5); box-shadow: 0px 0px 10px 0px rgb(255 255 255 / 0.5); }
.team .col-lg-12 .col-lg-4 { float: left; margin: 0px 10px; width: calc(100% / 4 - 20px);}
.team-box .text-box{ margin-top: 25px; padding: 0 15px; text-align: center; }
.team-box .text-box h5{ line-height: 1; text-transform: capitalize; font-size: 26px; font-weight: 500; color: #222; }
.team-box .text-box span{ display: inline-block; line-height: 23px; font-weight: 500; color: #e54220; margin: 10px 0 0 0; text-transform: uppercase; font-size: 14px; }
.team-home-2 .team-box .img-box ul{ background-color: #e54220; top: -50px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: -webkit-max-content; width: -moz-max-content; width: max-content; }
.team-home-2 .team-box:hover .img-box ul{ top: 15px; }
.team-home-2 .team-box .img-box ul li{ display: inline-block; }
.team-home-2 .team-box .img-box ul li i{ -webkit-box-shadow: none; box-shadow: none; margin: 0; border-radius: 0; }
.bolg { background: #f1f1f1; padding: 70px 0 50px;}
.bolg .col-lg-12 .col-lg-4 { float: left; margin: 0px; width: calc(100% / 1); }
.bolg .col-lg-12 {margin: 0}
.blog-item{ margin-bottom: 30px; }
.blog-item .img-box{ position: relative; overflow: hidden; border-radius: 2px; }
.blog-item .img-box .open-item-blog{ font-size: 16px; background-color: #e54220; color: #FFF; width: 50px; height: 50px; line-height: 50px; text-align: center; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; position: absolute; top: -51px; left: 30px; z-index: 1; transition: all 0.5s; }
.blog-item .img-box .open-item-blog i {line-height: 48px}
.blog-item:hover .img-box .open-item-blog{ top: 0; transition: all 0.5s; }
.blog-item:hover .img-box .open-post img{ -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); -webkit-transition: all 1.5s ease-in-out; -o-transition: all 1.5s ease-in-out; transition: all 1.5s ease-in-out }
.blog-item .img-box ul{ position: absolute; bottom: 0; left: 30px; background-color: #e54220; padding: 2px 15px; border-top-left-radius: 3px; border-top-right-radius: 3px; }
.blog-item .img-box ul li{ display: inline-block; }
.blog-item .img-box ul li a{ font-size: 13px; text-transform: capitalize; color: #fff; }
.blog-item .img-box ul li a:hover{ color: #fff000; }
.blog-item .img-box ul li:hover a{ color: #fff000; }
.blog-item .text-box{ padding: 23px 0 0; }
.blog-item .text-box .title-blog{ display: block; }
.blog-item .text-box h5{ position: relative; font-size: 24px; line-height: 30px; margin: 0 0 15px 0; font-weight: 600; color: #222; text-transform: capitalize; }
.fa-calendar:before {margin-right: 5px;}
.blog-item .text-box .title-blog:hover, .blog-item .text-box h5:hover{ color: #e54220; }
.blog-item .text-box .blog-date{ margin-bottom: 15px; display: block; }
.blog-item .text-box .link{ font-size: 14px; color: #222; display: inline-block; text-transform: capitalize; font-weight: 600; border: 1px solid; padding: 4px 20px; }
.blog-item .text-box .link:hover{ background: #e54220; color: #fff; }
.dv-home-doitac {padding: 50px 0 60px}
.text-center h3 {text-align: center;}
.logo_doitac ul { width: calc(100% / 1); padding: 10px; background: #f8f8f8; float: left; text-align: center; transition: all .3s; box-shadow: 0px 1px 6px rgb(0 0 0 / 20%); height: 100px; vertical-align: middle; display: flex; margin: 10px 0; }
.logo_doitac ul li { margin: auto; }
.logo_doitac ul li, .logo_doitac ul li img { width: 100%; webkit-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -moz-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -ms-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); -o-transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); transition: all 450ms cubic-bezier(0.645, 0.045, 0.355, 1); position: relative; overflow: hidden; display: block; }
.awe-section-4 { position: relative; padding-bottom: 25px; }
.awe-section-4 .col-lg-4 { border-radius: 7px; }
.lm-item { -webkit-transform: scale(0.95); transform: scale(0.95); vertical-align: top; width: 100%; float: left; display: inline-block; border: solid 1px #ebebeb; position: relative; -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s; transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s; transition: transform 0.3s ease-out, filter 0.3s; transition: transform 0.3s ease-out, filter 0.3s, -webkit-transform 0.3s ease-out, -webkit-filter 0.3s; }
.lm-item-top { padding-top: 30px; text-transform: uppercase; border-top-left-radius: 7px; border-top-right-radius: 7px; text-align: center; position: relative; height: 175px; }
.lm-item-1 .lm-item-top { background-image: url(//bizweb.dktcdn.net/100/300/962/themes/644192/assets/price_table_1.png?1556106401747); background-size: cover; background-repeat: no-repeat; background-position: top left; }
.lm-item-2 .lm-item-top { background-image: url(//bizweb.dktcdn.net/100/300/962/themes/644192/assets/price_table_2.png?1556106401747); background-size: cover; background-repeat: no-repeat; background-position: top left; }
.lm-item-3 .lm-item-top { background-image: url(//bizweb.dktcdn.net/100/300/962/themes/644192/assets/price_table_3.png?1556106401747); background-size: cover; background-repeat: no-repeat; background-position: top left; }
.lm-item-title { color: #fff; font-size: 30px; }
.lm-underline:after { position: absolute; content: ' '; right: 5%; left: 5%; bottom: 0%; height: 1px; background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent)); background-image: linear-gradient( 90deg , transparent, #fff, transparent); }
.lm-item-price { background: rgba(0,0,0,0.5); margin-top: 20px; font-size: 33px; line-height: 50px; color: #fff000; text-transform: none; position: absolute; bottom: 0; width: 100%; padding: 6px 0; }
.lm-item-body { padding: 15px; background: #fff; border: 1px solid #e8e8e8; }
.lm-item-desc { text-align: center; margin-bottom: 15px; text-transform: uppercase; }
.lm-item-desc strong { color: #555; }
.lm-item-desc p { color: #b4b4b4; margin: 0; }
.lm-item-list { margin: 0; padding: 0; list-style: none; }
.lm-item-bottom { text-align: center; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: 15px; color: rgba(255,255,255,0.5); font-weight: 100; min-height: 20px; }
.lm-item-1 .lm-item-bottom { background-color: #341b37; background-image: linear-gradient( -45deg , #85468c, #241326); }
.lm-item-2 .lm-item-bottom { background-color: #e30a51; background-image: linear-gradient( -45deg , #f6266b, #7e052d); color: #fff; }
.lm-item-3 .lm-item-bottom { background-color: #286caa; background-image: linear-gradient( -45deg , #4d93d5, #1a466f); }
.lm-underline { position: relative; }
.lm-item-bottom span { color: #fff; font-weight: 400; margin-right: 3px; -webkit-transform: skewX( -10deg ); transform: skewX( -10deg ); display: inline-block; }
.lm-item-list li { color: #777; border-bottom: 1px solid #e2e2e2; margin-bottom: 5px; line-height: 25px; font-size: 16px; padding: 7px 0 10px; }
.lm-item-list i { float: right; color: #e54220; }
.lm-item-link { text-align: center; display: block; clear: both; margin-top: 15px; }
.lm-item-link a { border: 1px solid #e54220; padding: 5px 20px; border-radius: 50px; display: inline-block; }
.lm-item-link a:hover { background: #e54220; color: #fff; }
.dv-home-hinhanh .new_id_bs { width: calc(100% / 4 - 20px); overflow: hidden; border: 0; position: relative; }
.dv-home-hinhanh .new_id_bs li img { width: 100%; height: 100%; object-fit: cover; }
.dv-home-hinhanh .new_id_bs ul { width: 100%; background: #e54220; padding: 10px; position: absolute; bottom: 0px; display: block; margin-top: 0; float: left; z-index: 1; text-align: left; left: 0; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.dv-home-hinhanh .new_id_bs ul a { margin-top: 0; color: #fff; text-align: center; }
.dv-home-hinhanh .new_id_bs ul:hover { background: #222; }
.dv-home-hinhanh .new_id_bs:hover ul { bottom: 0; }
.blog_masonry_date_holder { position: absolute; top: 0; left: 20px; text-align: center; background-color: #f3f3f3; z-index: 100; display: block; }
.masonry_date_pattern { background-image: url(../layout/images/space_around_content_patern.png); background-size: auto; background-repeat: repeat; height: 15px; display: block; }
.blog_masonry_date_holder_inner { padding: 12px 15px; display: block; }
.date_month, .date_year { font-size: 13px; line-height: normal; font-style: italic; color: #e54220; display: block; }
.date_day { font-size: 40px; line-height: 25px; color: #333; display: block; margin: 10px 0; }
.dv-khachhang { position: relative; padding: 70px 0 40px; background: #ecf2f0; margin-top: 70px; }
.testimonial-img { display: flex; align-items: center; }
.meta-info { width: 17%; float: left; margin: 0; margin-right: 3%; text-align: center; }
.meta-info p { text-transform: uppercase; margin: 10px 0 0px; }
.meta-info h5 { font-size: 25px; letter-spacing: 1px; }
.meta-info img{ width: 100%; border-radius: 50%; }
.testimonial-content { width: 80%; float: right; margin: 0; font-size: 25px; line-height: 1.8; }
.testimonial-content i { font-size: 40px; color: #e54220; }
.testimonial-content p { padding-left: 20px; }
.dv-home-tintuc { position: relative; padding: 60px 0 50px; }
.dv-home-tintuc .new_id_bs ul { padding: 15px 10px; }
.dv-home-tintuc .new_id_bs ul .title a { font-size: 18px; padding: 0px 0 10px; }
.new_id_bs ul p { line-height: 25px; font-size: 14px; }
.formEvent .col-md-6 { margin-bottom: 20px; }
.formEvent .formBox { width: 900px; max-width: 100%; margin: 0 auto; border: solid 1px #e54220; padding: 50px; z-index: 1; position: relative; }
.formEvent .formBox p { text-align: center; color: #fff; font-size: 16px; margin-bottom: 15px; }
.formEvent .tit { position: absolute; left: calc(50% - 150px); line-height: 40px; z-index: 2; background: #fff; width: 300px; margin-bottom: 0; top: -30px; padding: 10px; border-radius: 3px; }
.formEvent { background: url(../layout/images/e-239.jpg) fixed; background-position-x: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; padding: 100px 0 70px; }
.col-md-8 { width: calc(100% / 1.5 - 20px); float: left; margin: 0 10px; }
.dv-home-hinhanh { padding: 70px 0 60px; background: url(../layout/images/01_header.jpg); background-size: 100%; position: relative; }
.dv-home-hinhanh .sec-title h4, .dv-home-hinhanh .sec-title p.desc { color: #fff; }
.dv-home-hinhanh .sec-title .title { color: #fec12f; margin-bottom: 10px; }
.tt_page_top.flex { clear: both; margin: 0 -10px; }
.dv-home-hinhanh .sec-title p { width: 100%; text-align: left; }
.dv-home-uudai .banner li:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(34, 34, 34, 0.5); transition: .3s all ease; z-index: 2; }
.dv-home-uudai .slogan { position: absolute; color: #fff; text-align: left; z-index: 9; top: 52%; transform: translateY(-50%); width: 1200px; right: 0; left: 0; }
.dv-home-uudai .slogan .title { font-weight: 700; font-size: 40px; text-align: left; margin: 0; color: #ffffff; position: relative; text-transform: uppercase; line-height: 50px; letter-spacing: 1px; text-shadow: 1px 1px rgb(0 0 0 / 40%); width: 50%; border-bottom: 1px solid #fff; padding-bottom: 10px; margin-bottom: 30px; }
.btn-static { color: #fff; font-size: 13px; font-weight: bold; background: #e54220; padding: 13px 20px; position: relative; line-height: 38px; border: solid 1px #e54220; text-transform: uppercase; letter-spacing: 1px; padding-left: 30px; }
.btn-static:hover{ background: transparent; color: #fff; border: 1px solid; }
.btn-static:after { content: ""; position: absolute; top: 0; left: -27px; bottom: 0; width: 45px; height: 10px; margin: auto; background: url(../layout/images/long-arrow-black.png) no-repeat center center; transition: all 0.5s; }
.btn-static:hover:after { left: -20px; }
.dv-home-uudai .slogan h4 { font-weight: 400; text-align: left; color: #ffffff; margin: 30px 0 0; line-height: 35px; text-transform: inherit; font-size: 18px; width: 50%; clear: both; display: block; margin-bottom: 15px; }
.dv-home-sanpham { padding: 30px 0px 70px; }
.dv-home-sanpham .col-lg-4{ margin: 20px 10px 0; }
.tintuc-l { width: 100%; float: left; }
.dangky-r { width: 25%; float: right; padding: 40px 20px 50px; overflow: hidden; background-image: url(//bizweb.dktcdn.net/100/270/290/themes/801924/assets/bg_form_blog.jpg?1600310439310); background-repeat: no-repeat; background-size: cover; background-position: bottom; text-align: center; }
.dangky-r h4 { color: #e54220; font-size: 20px; margin-bottom: 30px; }
.ifooter { display: inline-block; width: 100%; border-top: 1px solid #ffffff47; border-bottom: 1px solid #ffffff47; padding: 15px 0 20px; margin-top: 30px; }
.ifooter ul { display: flex; }
.ifooter ul a { color: #fff; }
.ifooter ul a:hover { color: #fff000; }
.ifooter .title { text-transform: uppercase; margin: 10px 0 15px; font-weight: 600; font-size: 20px; position: relative; color: #fff; }
.footer { background:rgb(31 123 200); padding: 50px 0 0px; position: relative; }
.footer:after { content: ""; background: url(../layout/images/schedule-bg-pattern2.png) top no-repeat; position: absolute; right: 0; width: 100%; bottom: 0; background-size: cover; height: 441px; z-index: -1; }
.top-footer { position: relative; }
.top-footer:before { content: " "; width: 100%; height: 1px; position: absolute; z-index: 0; left: 0px; background: #ebebeb; top: 50%; }
.top-footer p { width: 650px; font-size: 16px; margin-top: 20px; }
.footer .logo_img { z-index: 1; position: relative; text-align: center; padding: 0 20px; }
.footer .logo_img img{ background: #fff; padding: 0 20px; }
.center-footer .menu-footer{ float: left; margin: 0px 20px; width: calc(100% / 4 - 40px); color: #fff; }
.center-footer .menu-footer iframe { border-radius: 5px; }
.center-footer .menu-footer img{ margin-bottom: 20px; }
.center-footer { margin: 0 -20px; }
.center-footer .menu-footer .btn-1 {margin-top: 15px;}
.dt-sc-subscribe-frm {border: 1px solid #ccc; border-radius: 3px;}
.dt-sc-subscribe-frm input[type="email"] { width: 76%; font-size: 14px; color: #ffffff; padding: 11px 20px; background: transparent; font-family: 'Lora', serif; border: none; }
.dt-sc-subscribe-frm input[type="submit"] { position: relative; color: #ffffff; text-transform: uppercase; font-size: 18px; padding: 9px 20px; font-weight: 500; width: 23%; display: inline-block; text-indent: -10000px; background: #e54220 url(../layout/images/plane-o-icon.png) no-repeat center 7px; float: right; border-left: 0px; background-size: 33%; border: none; border-radius: 0 3px 3px 0; cursor: pointer; }
.social li { float: left; margin-right: 10px; margin-top: 10px; }
.social li a { width: 33px; height: 33px; display: inline-block; text-align: center; color: #fff; background: transparent; border: 1px solid; border-radius: 50%; }
.social li a i { line-height: 31px; }
.social li a:hover { background: #fec12f; color: #fff; border: 1px solid; }
.center-footer .menu-footer .title { text-transform: uppercase; margin: 10px 0 15px; font-weight: 600; font-size: 20px; position: relative; color: #fff; }
.footer .title:after { content: ""; width: 50px; height: 1px; background-color: #fff; position: absolute; top: 20px; margin-left: 10px; }
.center-footer .menu-footer li { margin-bottom: 10px; }
.center-footer .menu-footer li a, .center-footer .menu-footer a{ color: #fff; }
.bottom_ft { padding-top: 13px; padding-bottom: 15px; text-align: center; margin: auto; background-image: linear-gradient(to right, #79c925 0%, #0967a6 51%, #79c925 100%); }
.bottom_ft p{ margin: 0; color: #fff}
.bottom_ft a { -webkit-transition: 0.1s background-color linear, 0.1s color linear; -moz-transition: 0.1s background-color linear, 0.1s color linear; -o-transition: 0.1s background-color linear, 0.1s color linear; transition: 0.1s background-color linear, 0.1s color linear; color: #fff; }
.bottom_ft a img { height: 22px; padding: 0 10px; display: inline-block; position: relative; top: 5px; }
.center-footer .menu-footer li a:hover, .center-footer .menu-footer a:hover { color: #fff000; }
.bottom_ft a:hover{ color: #fff000; }
#back-top { position: fixed; bottom: 30px; right: 10px; z-index: 1; }
#back-top a { display: inline-flex; width: 40px; line-height: 40px; background: #e54220; outline: none; color: #ffffff; font-size: 20px; text-align: center; transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s; -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s; height: 40px; border-radius: 3px; }
#back-top a i { line-height: 36px; width: 40px; height: 40px; }
#back-top a:hover { color: #fff; background: #fec12f; border: 1px solid; }
.banner_detail { padding-top: 330px; background-position: center center; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; -ms-background-size: cover; padding-bottom: 0px; position: relative; }
.banner_detail .title, .banner_detail h4 { text-align: center; color: #fff000; text-transform: uppercase; font-size: 40px; bottom: 50px; position: relative; letter-spacing: 2px; }
.link_page div ul { background: #fff; display: table; padding: 10px 50px; border-radius: 3px 3px 0 0; }
.link_page ul li { list-style: none; font-size: 16px; text-transform: capitalize; float: right; font-weight: 500; width: 100%; text-align: left; }
.link_page ul li a { color: #333; padding: 0 5px; }
.link_page ul li span.active { color: #e54220; }
.link_page ul li i { padding-right: 7px; }
.link_page ul li span { padding: 0 5px; }
.link_page ul li a:hover { color: #e54220; }
.page_conten_page { padding: 45px 0 50px; }
.tin_left { width: 73%; float: right; }
.tin_right{ width: 25%; float: left; }
.tin_left p { clear: both; }
.nums { table-layout: auto; margin-top: 20px; text-align: right; }
.nums li { list-style: none; display: inline-table; }
.nums a { font-size: 16px; display: block; margin: 0 6px 0 0; padding: 3px; line-height: 23px; height: 30px; width: 30px; table-layout: inherit; text-align: center; color: #505050; background: transparent; text-decoration: none; font-weight: 400; border: 1px solid #e8e8e8; }
.nums a i { line-height: 23px; }
.nums a:hover, .nums a.active, .nums a.stay:hover { background: #e54220; color: #ffffff; }
.contact-maps li { display: initial; }
.right_contact .contact { margin: 0; background: #fff; padding: 0; margin-top: 25px; }
.left_contact { float: left; width: 47%; }
.contact-maps { width: 100%; margin-top: 30px; display: inline-block; }
.right_contact { width: 50%; float: right; display: inline-block; }
.left_contact h1, .right_contact .title { text-align: left !important; margin-bottom: 20px !important; font-size: 28px !important; line-height: 32px !important; color: #333; padding-bottom: 10px; font-weight: 500 !important; position: relative; border-bottom: 1px dotted #ccc; text-transform: uppercase; }
.contact .left { width: 49%; float: left; }
.contact .right { width: 49%; float: right; }
.formBox li { display: block; position: relative; z-index: 0; margin-bottom: 10px; }
.formBox li input, .formBox li textarea { border: solid 1px #e3e3e3; height: 45px; color: #999; padding: 0 20px 0 20px; font-family: 'Lora', serif; font-size: 16px; box-sizing: border-box; width: 100%; border-radius: 3px; font-weight: 400; }
.formBox>li.mess { width: 100%; }
.page_conten_page .contact_datphong .formBox li span { width: 80%; float: right; padding-right: 0; }
.page_conten_page .contact_datphong .formBox li { height: 48px; }
.page_conten_page .contact_datphong .formBox li.mess { height: auto; }
.page_conten_page .contact_datphong .formBox li label { line-height: 42px; }
.page_conten_page .contact_datphong .formBox li select { border: solid 1px #e3e3e3; height: 45px; color: #999; padding: 0 10px 0 15px; font-family: 'Lora', serif; box-sizing: border-box; width: 100%; border-radius: 3px; font-weight: 300; font-size: 15px; }
.formBox li span { position: absolute; right: 0; top: 2px; line-height: 42px; padding: 0 10px; font-weight: 700; z-index: 2; letter-spacing: 1px; user-select: none; -webkit-user-select: none; -moz-user-select: none; -o-user-select: none; -ms-user-select: none; color: #ed1c24; font-size: 18px; }
.formBox li textarea { height: 99px; padding: 15px 20px; }
.formBox .button { float: left; text-transform: uppercase; font-size: 16px; padding: 3px 35px; margin-right: 10px; line-height: 42px; margin-top: 10px; color: #ffffff; background: #e54220; white-space: nowrap; transition: all 0.2s ease-in-out; border-radius: 5px; font-weight: 500; letter-spacing: 1px; }
.formBox .button:hover{ background: #222; }
.col-md-10 { width: 89.33333333%; }
.col-md-10 .row { display: inline-block; }
.col-md-7 { width: 58.33333333%; float: left; padding: 0 30px; }
.col-md-7 h2 { margin-bottom: 20px; line-height: 33px; font-size: 28px; text-transform: uppercase; }
.col-md-5 { width: 41.66666667%; float: left; }
.col-md-5 img { width: 100%; }
.about-us-home-2 {padding: 60px 0}
.about-us-home-2 .about-services{ margin-bottom: 30px; }
.about-us-home-2 .about-services:last-of-type{ margin-bottom: 0; }
.about-us-home-2 .about-services i{ color: #e54220; font-size: 50px; line-height: 1; float: left; }
.about-us-home-2 .about-services .about-services-box{ padding-left: 80px; }
.about-us-home-2 .about-services .about-services-box h5{ color: #222; font-size: 24px; font-weight: 500; line-height: 1; margin-bottom: 15px; text-transform: capitalize; }
.about-us-home-2 .about-services .about-services-box p{ margin-bottom: 0; }
.services-home-2 { background: transparent url(../layout/images/01_services_1.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
.services.services-home-2 .col-lg-4 { width: calc(100% / 3 - 20px); margin: 0px 10px; }
.services-home-2 .sec-title h2{ color: #fff000; }
.page_conten_page .work { background: transparent; padding: 0; }
.page_conten_page .sec-title h2{ margin-top: 10px; }
.page_conten_page .sec-title .title{ margin: 0; }
.viewLeft { width: 45%; float: left; position: relative; z-index: 0; }
.viewRight { width: 53%; float: right; }
.viewRight h4 { font-size: 16px; color: #333; text-transform: capitalize; margin: 5px 0; font-weight: 700; }
/*.viewRight h1 { font-size: 22px; color: #ff0000; line-height: 30px; font-weight: 500; border-bottom: 1px solid #ebebeb; padding: 10px 0 15px; margin-bottom: 10px; }*/
#bridal_images { border: 1px solid #ebebeb; background: #fff; padding: 5px; width: 100%; overflow: hidden; position: relative; z-index: 0; float: left; }
#bridal_images img { border: none; width: 100%; height: auto; margin: 0px auto; }
#bridal_images_list { display: block; float: right; width: 100%; position: relative; margin-top: 11px; }
.pro_slide_prev, .pro_slide_next { position: absolute; width: 12px; border: solid 1px #ccc; bottom: 50%; height: 50px; margin-bottom: -25px; text-indent: -10000px; }
.pro_slide_prev { left: 0px; border-radius: 5px 0px 0px 5px; background: url(../layout/images/pro_slide_prev_1.png) no-repeat center center #f4f4f4; }
a.pro_slide_prev.disabled, a.pro_slide_next.disabled { opacity: .5; }
a.pro_slide_prev.disabled, a.pro_slide_next.disabled { cursor: default; }
.pro_slide_next { right: 0px; border-radius: 0px 5px 5px 0px; background: url(../layout/images/pro_slide_next_1.png) no-repeat center center #f4f4f4; }
#bridal_images_list li { list-style: none; height: auto; width: 97px; border: 1px solid #eaeaea; background: #fff; text-align: center; overflow: hidden; float: left; margin: 2px 11px 2px 0; }
#bridal_images_list img { width: 100%; border: none; }
.bottom20 .btn { display: inline-block; padding: 7px 20px; margin-bottom: 5px; font-size: 16px; font-weight: 400; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 50px; background: #e54220; color: #fff; margin-right: 10px; }
.bottom20 .btn.btn-success { background: #e54220; }
.bottom20 .btn.btn-info { background: #fec12f; }
.bottom20 .btn i { padding-right: 5px; }
.wp-caption-text { margin: 3px 0 0; font-size: 12px; color: #a0a0a0; text-align: center; }
.titleView { position: relative; line-height: 1.4; font-size: 28px; color: #505050; font-weight: 500; text-transform: uppercase; border-bottom: 1px solid; padding-bottom: 10px; margin-bottom: 20px; }
.number-down, .number-up { border: 1px solid #eaebf3; outline: none; background: transparent; height: 30px; width: 30px; text-align: center; vertical-align: top; padding: 0; color: #222; font-size: 15px; line-height: 30px; float: left; cursor: pointer; }
#number { border: 1px solid #eaebf3; border-left: 0; border-right: 0; height: 30px; font-size: 12px; text-align: center; width: 45px; vertical-align: top; min-height: 30px; padding: 0; float: left; }
.viewRight .number-down,.viewRight .number-up{ height: 45px; width: 45px; line-height: 45px; }
.viewRight .so-luong-mua { float: left; }
.viewRight #number{ height: 45px; width: 65px; min-height: 45px; }
.viewRight .desc { margin-top: 15px; }
.viewRight .desc li { line-height: 26px; margin-bottom: 10px; text-indent: 15px; list-style: none; background: url(../layout/images/icon-check-pink.png) no-repeat left 6px; margin-left: 15px; }
.ct_add { margin-top: 15px; }
.ct_add ul { clear: both; }
.ct_add ul h3 { float: left; margin-left: 10px; }
.ct_add ul h3 a { display: block; color: #ffffff; font-size: 15px; text-transform: uppercase; padding: 5px 28px; line-height: 35px; transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s; -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s; font-weight: 500; background: #e54220; border-radius: 3px; letter-spacing: 1px; }
.ct_add ul h3 a.clor_02 { background: #222; }
.ct_add ul h3 a:hover {background: #222}
#sharelink { padding-top: 20px; margin-top: 20px; border-top: solid #CCC 1px; }
.fl-post-meta-bottom { margin-top: 20px; padding-top: 15px; margin-bottom: 25px; }
.fl-post-meta .fl-post-cats-tags i { font-size: 20px; color: #e54220; margin-right: 10px; position: relative; top: 2px; }
.fl-post-meta .fl-post-cats-tags a { font-size: 13px; padding: 7px 15px; color: #9c9c9c; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; transition: all 0.4s; margin: 0 5px; font-weight: 500; background: #efefef; }
.fl-post-meta .fl-post-cats-tags a:hover{ background: #e54220; color: #fff; }
.detail-sp>h5, .detail-sp>.title { background: #e54220; padding: 10px 20px 8px; color: #fff; text-transform: uppercase; font-size: 18px; font-weight: 500; margin-top: 20px; }
.detail-sp img { width: 100%; margin: 20px 0; }
.detail-sp {margin-bottom: 20px;}
.detail-sp>div { padding: 20px 30px; border:1px solid #e6e6e6; }
.fb_iframe_widget_fluid_desktop iframe { width: 100% !important }
.title_page { text-align: left; width: 100%; background: #e54220; margin-bottom: 20px; }
.title_page ul .h_title { text-transform: uppercase; font-size: 20px; font-weight: 500; color: #ffffff; text-align: left; padding: 8px 20px }
.box_page .col-md-6{ width: calc(100% / 1); margin: 0; }
#ucstatisticbox11_b_b { background-color: #efefef; padding: 10px; }
.sb_online .t::after { content: ':'; float: right; }
.sb_online .v { padding: 3px 5px; float: left; }
.sb_online .t { float: left; width: 175px; padding: 3px 5px; }
.content_fck ul li { margin-bottom: 10px; }
.tt_page_top.dv-tintuc { margin: 0 !important; }
.tt_page_top.dv-tintuc.owl-carousel .new_id_bs li { width: 100%; }
.detail-title { text-transform: uppercase; margin: 10px 0; }
.page_conten_page .dv-home-tintuc { position: relative; padding: 0; }
.dv-tintuc .new_id_bs { float: left; margin: 0px 10px 20px; width: calc(100% / 2 - 20px); border-bottom: 1px solid #dedede; }
.dv-tintuc .new_id_bs ul .title a { text-align: left; padding: 0; padding-bottom: 5px; font-size: 18px; }
.dv-tintuc .new_id_bs ul { padding: 10px 0; }
.page_conten_page .col-lg-12 .col-lg-4 { float: left; margin: 0px 10px 20px; width: calc(100% / 3 - 20px); }
.page_conten_page .col-lg-12.dv-phongkhachsan .col-lg-4 { width: calc(100% / 3 - 20px); height: 495px; }
.tin_left .sec-title .col-lg-5 { float: left; width: 50%; padding: 0 20px; }
.tin_left .sec-title .col-lg-4 { float: left; width: 50%; }
.tin_right .input_search { display: block; }
.tin_right .timkiem_top { border: 1px solid #e7e7e7; width: 100%; margin: 0; margin-bottom: 30px; }
.tin_right .sc_button { width: 100%; text-align: center; }
.box_right_pro_view { margin: 30px 0; text-align: left; }
.box_right_pro_view iframe { margin-top: 10px; }
.box_right_pro_view:first-child { margin-top: 0; }
.title_right_pro_view { display: inline-block; width: 100%; overflow: hidden; background-color: #e542204d; border-width: 0; border-style: solid; border-color: #595959; border-radius: 2px; vertical-align: middle; box-sizing: border-box; background-position: left 0; background-repeat: repeat-y; line-height: 48px; padding-left: 15px; font-size: 18px; letter-spacing: 1px; font-weight: 500; font-style: normal; text-transform: uppercase; color: #222; position: relative; margin-bottom: 5px; }
.box_right_pro_view li { list-style: none; display: block; border-bottom: 1px solid #E6E8EC; padding: 10px; text-align: left; }
.box_right_pro_view.box_right_pro_tt li { width: 38%; float: left; border-bottom: none; padding: 0; margin: 15px 10px; }
.box_right_pro_view.box_right_pro_tt ul { float: right; width: 55%; padding: 0; }
.box_right_pro_view.box_right_pro_tt ul h3 a{ text-align: left; text-transform: capitalize; padding: 0; line-height: 25px; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; font-size: 16px; }
.box_right_pro_view.box_right_pro_tt .new_id_bs { width: calc(100% / 1); margin: 0; border-bottom: 1px solid #E6E8EC; padding: 0; }
.box_right_pro_view li a { color: #505050; font-weight: 500; text-transform: capitalize; }
.box_right_pro_view li a i { font-size: 12px; position: relative; top: 0px; padding-right: 5px; }
.box_right_pro_view li a:hover{ color: #e54220; }
.tin_right .blog-item .img-box{ width: 35%; float: left; }
.tin_right .blog-item .text-box{ width: 60%; float: right; padding: 0; }
.tin_right .blog-item .text-box h5 { position: relative; font-size: 16px; line-height: 25px; margin: 0; font-weight: 500; }
.tin_right .blog-item { margin-bottom: 0px; display: flex; flex-wrap: wrap; border-bottom: 1px solid #E6E8EC; padding: 15px 0px; }
.box_right_pro_view:last-child{ margin: 0; }
.box_right_pro_view:last-child ul li{ display: inline-block; border-bottom: none; padding: 3px; }
.box_right_pro_view:last-child ul li a { display: inline-block; padding: 4px 10px; margin: 0; border: 1px solid #e6e6e6; background-color: #f1f1f1; color: #A5A5A5; border-radius: 3px; text-transform: capitalize; }
.box_right_pro_view:last-child ul li a:hover{ background: #e54220; color: #fff; cursor: pointer; }
.title_news .title { line-height: 35px; text-align: left; font-size: 28px; color: #505050; font-weight: 500; position: relative; padding-bottom: 7px; text-transform: uppercase; border-bottom: 1px solid; margin-bottom: 10px; }
.title_news li { font-size: 14px; list-style: none; margin-bottom: 10px; font-weight: 500; font-style: initial; color: #a5a5a5; }
.showText p img { width: 100%; }
.ks-loc { background: #ececec; width: 100%; border-radius: 3px; padding: 15px; }
.ks-loc.flex { align-items: center; }
.ks-loc .timkiem_top { width: 31%; background: #fff; margin: 0; }
.ks-loc .box_right_pro_view { margin: 0 3.5%; text-align: left; width: 31%; float: left; }
.page_conten_page .tt_page_top { margin: 0 -10px; display: inline-block; }
.page_conten_page .tt_page_top.owl-carousel { margin: 0; }
.new_id_bs { position: relative; width: calc(100% / 3 - 20px); margin: 20px 10px 10px; float: left; }
.new_id_bs img { width: 100%; }
.new_id_bs li { float: left; list-style: none; position: relative; overflow: hidden; line-height: 0; width: 100%; }
.new_id_bs ul { float: right; width: 100%; position: relative; }
.box_page { margin-top: 20px; }
.tin_left .tt_video .new_id_bs ul .title a { font-size: 18px; text-align: center; }
.tin_left .new_id_bs ul .title a { font-size: 18px; }
.new_id_bs ul .title a { font-size: 16px; font-weight: 500; color: #505050; padding-bottom: 10px; display: block; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; margin-top: 10px; text-align: left; text-transform: capitalize; padding: 0 10px; }
.new_id_bs li a::after { background: #232323 none repeat scroll 0 0; content: ""; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; -moz-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out; }
.new_id_bs li a:hover::after { opacity: 0.6; }
.tt_video .new_id_bs li a i { position: absolute; top: 50%; left: 50%; text-align: center; transform: translateY(-50%) scale(0); background: #e54220; color: #fff; width: auto; transition: all 0.5s; margin-left: -22px; border-radius: 50%; height: 40px; width: 40px; line-height: 40px; font-size: 16px; }
.tt_video .new_id_bs li a:hover i { transform: translateY(-50%) scale(1); transition: all 0.5s; z-index: 9; }
.new_id_bs ul .title a:hover{ color: #e54220; }
.album-zoom-gallery { margin: 0 -10px; }
div#lightgallery > div { width: calc(100% / 3 - 20px); margin: 10px; float: left; overflow: hidden; }
.album-zoom-gallery a { position: relative; cursor: pointer; float: left; width: 100%; opacity: 1; transition: .8s ease; backface-visibility: hidden; display: block; height: 100%; object-fit: cover; }
div#lightgallery > div a img { width: 100%; }
#tintuc_slide .new_id_bs,#tintuc_slide1 .new_id_bs { width: calc(100% / 1); margin: 0; }
.page_conten_page .row-8Gutter { padding: 0; }
.row-8Gutter { padding: 30px; border-radius: 0; background-image: url(../layout/images/bg_modal_image.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; }
.row-8Gutter .form-group { margin: 0; padding: 0 0 20px; border: 0; }
.row-8Gutter label,.row-8Gutter legend { display: block; margin-bottom: 5px; text-align: left; }
.tuvanbaogia_popup { padding: 0 0 30px; width: 100%; text-align: center; }
textarea.form-control{ height: 99px; padding: 10px 12px; }
.form-control { display: block; width: 100%; height: 40px; padding: 5px 12px; font-size: 15px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #e8e8e8; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; resize: vertical; box-sizing: border-box; font-family: 'Lora', serif; }
.tuvanbaogia_popup h4 a,.submit-lienhe .btn { display: inline-table; color: #f9f9f9; padding: 0px 50px; font-size: 18px; font-weight: normal; text-transform: uppercase; line-height: 46px; transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s; -moz-transition: color .33s cubic-bezier(.33, 0, .2, 1) 0s, fill .33s cubic-bezier(.33, 0, .2, 1) 0s, background .33s cubic-bezier(.33, 0, .2, 1) 0s; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; background: #e54220; margin-top: 20px; border: none; cursor: pointer; }
.tuvanbaogia_popup h4 a:hover,.submit-lienhe .btn:hover { background: #222; }
.tuvanbaogia_popup ul li{ width: 96%; margin: 0 2%; float: left; margin-bottom: 10px; }
.tuvanbaogia_popup ul li.mess{ width: 96%; }
.tuvanbaogia_popup ul h4{ clear: both; }
.tuvanbaogia_popup h4 a i { padding-left: 7px; }
.tuvanbaogia_popup ul{ padding: 0 20px; margin-top: 30px; }
.tuvanbaogia_popup h3 { font-size: 23px; line-height: 30px; font-weight: 500; color: #ffffff; text-transform: uppercase; background: #e54220; padding: 15px 100px; justify-content: center; align-items: center; display: flex; }
.tuvanbaogia_popup h3 img { width: 130px; }
.item-careers{ border: 1px solid #E9E9E9; border-radius: 2px; padding: 40px; margin-bottom: 30px; }
.item-careers h4 a{ display: block; color: #222; font-size: 25px; font-weight: 500; margin-bottom: 20px; text-transform: capitalize; position: relative; }
.item-careers h4:hover a{ color: #e54220; }
.item-careers ul li{ display: inline-block; font-weight: 500; margin-right: 10px; }
.item-careers ul li.active{ background-color: #e54220; padding: 2px 15px; color: #FFF; border-radius: 3px; }
.item-careers p{ margin: 15px 0; }
.item-careers a{ font-size: 14px; color: #e54220; display: inline-block; text-transform: capitalize; font-weight: 600; }
#ftwp-postcontent h1 { margin: 20px 0; }
.sort-cate-left { float: right; width: 31%; margin: 0; }
.sort-cate-left select { border: 1px solid #e0e0e0; width: 280px; padding: 8px 10px; border-radius: 3px; font-family: 'Lora', serif; font-size: 15px; }
.sort-cate-left h3 { float: left; font-weight: 400; font-size: 16px; margin-right: 10px; position: relative; top: 6px; }
.ui-widget.ui-widget-content { border: none !important; margin-bottom: 25px; width: calc(100% - 15px); margin-left: 0px; }
.ui-widget.ui-widget-content { height: 4px; background: #ebebeb; }
.aside-item .aside-content { width: 100%; z-index: 0; position: relative; margin-top: 25px; }
.ui-slider-horizontal .ui-slider-handle { height: 18px !important; width: 18px !important; border-radius: 50% !important; top: -7px !important; background: #cc2121 !important; border: solid 2px #fff !important; box-shadow: 0px 4px 8px 0px rgb(204 33 33 / 30%); margin-left: 0 !important; }
.ui-slider-range.ui-corner-all.ui-widget-header { background: #cc2121; }
#start { width: 36%; float: left; margin-right: 0; margin-top: 7px; }
#start input { font-family: 'Lora', serif; color: #666; font-size: 14px; font-weight: 600; text-align: left; border-radius: 0px; border: 0px solid #e1e1e1; box-shadow: none; background: transparent; }
#stop { width: 36%; float: left; margin-left: 0; margin-top: 7px; text-align: right; position: relative; }
#stop:before { content: "-"; position: absolute; left: -6px; font-size: 17px; top: -2px; }
#stop input { font-family: 'Lora', serif; color: #666; font-size: 14px; font-weight: 600; text-align: left; border-radius: 0px; border: 0px solid #e1e1e1; box-shadow: none; background: transparent; }
.variations { margin: 20px 0; border: 0; width: 100%; }
.variations td.label { min-width: 80px; text-align: left; }
.variations label { font-size: 16px; color: #333; text-transform: capitalize; margin: 5px 0; font-weight: 700; }
.variations td { display: block; clear: both; margin-bottom: 10px; }
.variable-items-wrapper { display: flex; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; }
.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item { background-color: transparent; -webkit-box-shadow: none !important; box-shadow: none !important; border: 1px solid transparent; width: auto; padding: 2px 20px; border-radius: 3px; text-align: center; margin: 0 5px; border: 1px solid #ccc; margin-bottom: 10px; }
variable-item:hover,.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected { border-color: #ff0000; }
.button-variable-item.selected span { font-weight: 700; }
.button-variable-item.selected span span { color: #ff0000; }
.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover, .woo-variation-swatches-stylesheet-enabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected { border-color: #ff0000; cursor: pointer; }
ul.color { display: flex; flex-wrap: wrap; align-items: center; padding: 10px; list-style: none; }
ul.color li { margin: 0; }
ul.color li a { display: block; width: 30px; height: 30px; margin: 0 8px 8px 0; border: solid 2px #fff; transition: all .2s ease; }
ul.color li.active a,ul.color li a:hover { border: solid 2px #000; }
ul.color li:nth-child(1) a { background: #fff; }
ul.color li:nth-child(2) a { background: #ccc; }
ul.color li:nth-child(3) a { background: #ff0000; }
ul.color li:nth-child(4) a { background: #e54220; }
a#filter-value { padding: 0 10px; font-size: 16px; text-transform: none; font-weight: 400; width: 67px; float: right; text-align: center; margin-top: 0; background: #222; color: #fff; border-radius: 50px; text-transform: uppercase; }
.sidebar .easy-basket-filter { margin: 50px 0 40px; position: relative; }
.sidebar .fill { height: 3px; width: 100%; background-color:#e54220; position: absolute; top: 0; left: 0; z-index: 2; }
.sidebar .easy-basket-filter-info { box-sizing: border-box; padding: 0; width: 100%; justify-content: space-between; position: absolute; top: -45px; left: 0; }
.sidebar .easy-basket-filter-info p{ color: #222; padding: 5px 14px; border-radius: 50px; background: #e8e8e8; margin: 0; }
.sidebar .easy-basket-filter-info .iLower{ float:left; display: inline-block; }
.sidebar .easy-basket-filter-info .iUpper{ float:right; display: inline-block; }
.option.filter_price { padding: 0 10px; }
.sidebar .easy-basket-filter-info input{ border: none; color: #1b473b; width: 35px; text-align: center; background: none; padding: 0; font-weight: bold; }
.sidebar .filter_price .range { position: absolute; left: 0; top: 0; }
.sidebar .filter_price input[type=range] { -webkit-appearance: none; width: 100%; margin: 0; background: transparent; padding: 0; }
.sidebar .filter_price input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; cursor: pointer; position: relative; z-index: 3; }
.sidebar .filter_price input[type=range]:focus, input[type=text]:focus { outline: none; }
.sidebar .filter_price input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; height:20px; width: 20px; border: 5px solid #f1f1f1; box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.5); border-radius: 100%; background: #fac122; cursor: pointer; margin-top: -9px; }
.sidebar .filter_price input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 3px; cursor: pointer; background: #707D7D; border-radius: 1.3px; }
.sidebar .filter_price input[type=range].lower::-webkit-slider-runnable-track { background: red; }
.sidebar .easy-basket-filter-ticks { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 5px; padding-top: 8px; font-size: 15px; cursor: default; left: 0; bottom: 0; width: 95%; }
.sidebar .easy-basket-filter-ticks > div { height: 100%; width: 1px; background: #DDD; color: #888; }
.sidebar .easy-basket-filter-ticks > div:nth-child(10n - 9) { height: 150%; }
.sidebar .easy-basket-filter-ticks > div:nth-child(10n - 9)::before { display: block; content: attr(data-value); -webkit-transform: translate(-50%, 50%); transform: translate(-50%, 50%); text-align: center; width: 40px; }
.sidebar .check_select { display: block; position: relative; padding-left: 30px; margin-bottom: 15px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: 15px; }
.sidebar .check_select:last-child {margin-bottom: 0}
.sidebar .check_select input { position: absolute; opacity: 0; cursor: pointer; height: 0; width: 0; }
.sidebar .checkmark { position: absolute; top: 5px; left: 0; height: 20px; width: 20px; background-color: #eee; border-radius: 50px; }
.sidebar .check_select input ~ .checkmark { background-color: #ccc; }
.sidebar .check_select input:checked ~ .checkmark { background-color: #e54220; }
.sidebar .checkmark:after { content: ""; position: absolute; display: none; }
.sidebar .check_select input:checked ~ .checkmark:after { display: block; }
.sidebar .check_select .checkmark:after { left: 6px; top: 2px; width: 5px; height: 10px; border: solid #fff; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.sidebar ul.color { display: flex; flex-wrap: wrap; align-items: center; padding: 10px; list-style: none; }
.sidebar ul.color li { margin: 0; }
.sidebar ul.color li a { display: block; width: 30px; height: 30px; margin: 0 8px 8px 0; border: solid 2px #fff; transition: all .2s ease; }
.sidebar ul.color li.active a, .sidebar ul.color li a:hover { border: solid 2px #000; }
.sidebar ul.color li:nth-child(1) a { background: #e25392; }
.sidebar ul.color li:nth-child(2) a { background: #21c3db; }
.sidebar ul.color li:nth-child(3) a { background: #e4c1b1; }
.sidebar ul.color li:nth-child(4) a { background: red; }
.sidebar ul.color li:nth-child(5) a { background: #1746bb; }
.filter-item--check-box input+.fa:before { content: ""; margin-right: 0; border-radius: 50%; font-size: 18px; border: solid 2px #4b4b4b; line-height: 40px; position: absolute; top: -16px; height: 15px !important; width: 15px; background: #fff; }
.filter-item--check-box input:checked+.fa:before, .filter-item--check-box input+span:before { border-color: #222; }
label[for] { cursor: pointer; }
.filter-item { margin: 0; cursor: pointer; line-height: 24px; min-width: 100%; padding: 0px; position: relative; }
.tin_right input[type="checkbox"],.tin_right input[type="radio"] { display: inline; margin: 0; padding: 0; width: 100%; position: absolute; background: transparent; outline: none; opacity: 0; }
.filter-item--check-box input:checked+.fa:after, .filter-item--check-box input+span:after { font-family: 'FontAwesome'; content: ""; color: #222; position: absolute; width: 9px; height: 9px; line-height: 9px; border-radius: 50%; background: #222; top: -11px; left: 5px; }
.filter-item--check-box .fa { margin-right: 15px; width: 14px; font-size: 18px; line-height: 40px; position: relative; top: 2px; }
.filter-item--check-box input:checked+.fa, .filter-item--check-box input+span { color: #ed3952; }
.page_conten_page .poup_page { width: 600px; background: #e9e9e9; padding: 20px 50px 50px; border-radius: 10px; }
.fhs-input-box { clear: both; padding: 7px 0; }
.poup_page label { display: inline-block; }
.fhs-input-group { position: relative; display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-align-items: center; }
.fhs-selectbox, .fhs-textbox { width: 100%; padding: 10px; font-size: 14px; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
.fhs-input-box.fhs-input-display .fhs-input-group > .fhs-input-icon { display: block; position: absolute; right: 12px; color: #007bff; cursor: pointer; user-select: none; }
.fhs-forget-pass { color: #e54220; cursor: pointer; user-select: none; text-align: right; padding: 8px 0; font-weight: 600; }
.fhs-btn-box { display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-align-items: center; -webkit-justify-content: center; justify-content: center; }
.fhs-btn-box > button:disabled { background: rgb(224,224,224); background: -moz-linear-gradient(90deg, rgba(224,224,224,1) 0%, rgba(224,224,224,1) 100%); background: -webkit-linear-gradient( 90deg , rgba(224,224,224,1) 0%, rgba(224,224,224,1) 100%); background: linear-gradient( 90deg , rgba(224,224,224,1) 0%, rgba(224,224,224,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0e0e0",endColorstr="#e0e0e0",GradientType=1); border: none; color: #636363; }
.fhs-btn-box > button { display: flex; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-align-items: center; -webkit-justify-content: center; justify-content: center; width: 270px; max-width: 100%; font-size: 1.1em; font-weight: 500; transition: all 0.3s; box-shadow: 0px 4px 6px hsl(0deg 0% 90%); -moz-box-shadow: 0px 4px 6px hsl(0, 0%, 90%); -webkit-box-shadow: 0px 4px 6px hsl(0deg 0% 90%); border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; padding: 10px 20px; margin: 7px 0; cursor: pointer; }
.fhs-btn-box > .fhs-btn-cancel { color: #ff0000; border: 1px solid #ff0000; }
.fhs-btn-box > .fhs-btn-fb { background-color: #007bff; color: white; border: 1px solid #007bff; }
.fhs-btn-box > button:enabled:hover { box-shadow: 0px 6px 8px hsl(0deg 0% 90%); -moz-box-shadow: 0px 6px 8px hsl(0, 0%, 90%); -webkit-box-shadow: 0px 6px 8px hsl(0deg 0% 90%); transform: scale(1.03); cursor: pointer; }
.fhs-input-box.fhs-input-send .fhs-input-group > .fhs-input-icon { display: block; position: absolute; right: 12px; color: #007bff; cursor: pointer; user-select: none; }
.fhs-selectbox[autocomplete='off']:read-only:disabled, .fhs-textbox[autocomplete='off']:read-only:disabled { background-color: #f2f2f2; }
.fhs-register-term { text-align: center; padding: 8px 0; font-size: 0.9em; line-height: 1.5em; }
.bangdo_poup .listtabs li a { color: #505050; background-color: rgba(255,255,255,0.7); border-top: 2px solid rgba(0,0,0,0.2); border-left: 1px solid rgba(0,0,0,0.2); border-right: 1px solid rgba(0,0,0,0.2); }
.bangdo_poup #pro_tabs { border-bottom: 1px solid rgba(0,0,0,0.2); }
.popup_giohang { width: 850px; }
.popup_giohang h3 { font-size: 16px; font-weight: 400; padding: 10px 15px; background: #1b473b; border-top-right-radius: 3px; border-top-left-radius: 3px; color: #fff; }
.popup_giohang h3 a { color: #222; }
.heading-counter { font-weight: 400; font-size: 16px; line-height: 18px; cursor: pointer; color: #222; width: 100%; float: left; background: #fff; padding: 15px; margin-bottom: 0; }
.page_conten_page .heading-counter { padding: 0 0 20px; }
.heading-counter .count_cart{ color: #ff0000; }
.cart_summary tr td { padding: 15px 15px 15px; border-bottom: 1px solid #eaebf3; }
.cart_summary tr:first-child th { border: none; color: #222; font-weight: 500; padding: 10px 15px; background: #ececec; }
table .c-th-sp a.sp { display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; height: 120px; border: 1px solid #ebebeb; border-radius: 0; background: #fff; margin: 0; float: left; margin-right: 15px; }
table th { line-height: 35px; text-align: left; font-size: 15px; font-weight: 500; text-transform: capitalize; }
table.product-table { width: 94%; }
table.total-line-table { width: 100%; }
table .c-th-sp a.sp img { max-width: 100%; max-height: 100%; }
table .c-th-sp a { color: #222; text-decoration: none; line-height: 25px; display: block; margin-bottom: 5px; }
table .c-th-sp a.del { color: #ff0000; cursor: pointer; }
table .c-th-sp { text-align: left; }
table .c-th-sluong { text-align: center; }
table .c-th-ttien { text-align: center; }
table .c-th-gia { text-align: center; }
table .c-th-ttien b,table .c-th-gia b { color: #ff0000; }
.number-down,.number-up { border: 1px solid #eaebf3; outline: none; background: transparent; height: 30px; width: 30px; text-align: center; vertical-align: top; padding: 0; color: #222; font-size: 15px; line-height: 30px; float: left; cursor: pointer; }
#number { border: 1px solid #eaebf3; border-left: 0; border-right: 0; height: 30px; font-size: 12px; text-align: center; width: 45px; vertical-align: top; min-height: 30px; padding: 0; float: left; }
.so-luong-mua { display: -webkit-inline-box; }
.button-cart { margin: 15px 15px 30px; }
.button-cart a.close { margin-top: 10px; float: left; color: #1b473b; cursor: pointer; }
.button-cart .btn-checkout{ float: right; text-transform: uppercase; font-size: 16px; padding: 1px 30px 2px; line-height: 42px; color: #ffffff; background: #1b473b; white-space: nowrap; transition: all 0.2s ease-in-out; border-radius: 50px; box-shadow: inset 0 -5px 0 0 rgb(0 0 0 / 15%); font-weight: 500; }
.button-cart .btn-checkout:hover{ background: #222; }
.button-cart a.close:hover{ color: #222; }
.block-total-left { width: 68%; float: left; }
.block-total-cart { float: right; width: 30%; border: 1px solid #e8e8e8; padding: 20px 0; }
.number-cart-page-right { flex-basis: 35%; display: flex; text-align: right; }
.title-final-total .number-cart-page-right .price { color: #ff0000; font-size: 17px; }
.method-button-cart button { text-transform: uppercase; font-size: 16px; padding: 14px 30px; color: #FFF; background: #e54220; white-space: nowrap; webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; font-weight: 500; cursor: pointer; border: none; margin-bottom: 10px; font-family: 'Lora', serif; letter-spacing: 1px; }
.title-final-total { font-weight: 650; margin: 10px 0; }
.method-button-cart button:hover { background: #222; cursor: pointer; }
.title-final-total { font-weight: 650; margin: 10px 0; }
.border-product { width: 95%; margin: auto; border-bottom-width: 1px; border-bottom-color: #ededed; border-bottom-style: solid; }
.title-cart-page-left { flex-basis: 70%; }
.total-cart-page { display: flex; font-size: 15px; padding: 5px 15px; }
.cart_product img {height: 115px}
#placeSlide_main {overflow-x: hidden;}
.product-thumbnail__image { position: absolute; top: 0; left: 0; right: 0; bottom: 0; max-width: 100%; max-height: 100%; margin: auto; }
.product-thumbnail__wrapper { width: 100%; height: 100%; position: relative; overflow: hidden; border-radius: 8px; }
.product-thumbnail__quantity { background-color: #ff0000; color: #fff; position: absolute; z-index: 3; box-sizing: border-box; text-align: center; top: -5px; right: -10px; height: 20px; width: 20px; line-height: 20px; border-radius: 50%; }
.product-thumbnail { width: 60px; height: 70px; background: #fff; position: relative; margin-right: 15px; float: left; margin-top: 15px; }
.order-summary__section { border-top: 1px solid rgba(175,175,175,.34); }
.btn--disabled { background: #e54220; color: #fff; padding: 13px 20px; border: none; float: right; border-radius: 4px; cursor: pointer; opacity: 0.7; font-family: 'Lora', serif; }
.field__input-wrapper input {border-radius: 4px; display: block; box-sizing: border-box; padding: 10px; border: 1px #d9d9d9 solid; height: 42px; background-color: #fff; color: #333; font-family: 'Lora', serif; font-size: 14px; width: 75%; float: left;}
.payment-due__price { font-size: 1.5em; font-weight: 500; letter-spacing: -.04em; line-height: 1em; color: #ff0000; }
td:last-child, th:last-child { text-align: right; }
.order-summary__nav.method-button-cart button {float: right;}
.order-summary__nav.method-button-cart {margin: 20px 0;}
.edit_checkout { margin: 20px 0; display: inline-block; width: 100%;}
.discount-code {padding: 0 20px;}
.sidebar .sidebar__title { padding: 10px 20px; font-weight: 500; font-size: 20px; text-transform: uppercase; padding-top: 0;}
#placeSlide_main .sidebar {width: 36%; float: right; border-left: 1px solid #ccc;}
.content-box__row .fa-money { font-size: 25px; color: #0073ab; float: right;}
.content-box__row__desc {clear: both;}
.radio__input { float: left;}
.radio__label { float: left; margin-left: 7px; position: relative; top: -9px; width: 93%}
.content-box__row { display: inline-block; border: 1px solid #ccc; border-radius: 4px; width: 100%; padding: 20px;}
.thanhtoan-2 h2 { font-weight: 500; font-size: 20px; text-transform: uppercase; margin-bottom: 10px;}
.thanhtoan-2 {width: 30%; float: left; margin: 0 20px}
.alert--info { color: #505050; background-color: #ececec; border-color: #ececec; padding: 14px 20px; border-radius: 4px; margin-bottom: 20px; }
.top_td select,.top_td input,.top_td textarea { border-radius: 4px; display: block; box-sizing: border-box; padding: 10px; border: 1px #d9d9d9 solid; height: 42px; background-color: #fff; color: #333; font-family: 'Lora', serif; font-size: 14px; width: 100%; margin-bottom: 10px; }
.top_td {border-bottom: none;}
.top_td textarea {height: 80px}
#chitiet_news {width: 30%; float: left;}
#cartRow_969208 .price>div {margin: 5px 0}
#cartRow_969208 .price,#cartRow1_969208.price {color: #ff0000}
.dv-gr-vanchuyen { border-radius: 4px; width: 100%; padding: 15px 20px; position: relative; border: 1px solid #d9d9d9; margin-bottom: 20px; line-height: 18px; }
.dv-gr-vanchuyen.dv-gr-thanhtoan label { float: left; width: 100%; margin-bottom: 15px; }
.radio__input { float: left; }
input.lb_ghdck:checked, .input_style_1:checked { border: none; box-shadow: 0 0 0 10px #e54220 inset; }
.input_style_radio { border-radius: 100px; }
input.lb_ghdck, .input_style_1 { color: inherit; font: inherit; margin: 0; padding: 0; -webkit-appearance: none; -webkit-font-smoothing: inherit; background: transparent; line-height: normal; width: 18px; height: 18px; box-shadow: 0 0 0 0 #bbbbbb inset; transition: all 0.2s ease-in-out; position: relative; cursor: pointer; vertical-align: -4px; outline: 0; border: 1px solid; border-color: #bbbbbb; margin-right: 8px; float: left; overflow: hidden; }
.dv-gr-vanchuyen .blank-slate { background-color: #ececec; padding: 15px 20px; margin: 5px -20px -15px; line-height: 25px; }
input.lb_ghdck:checked:after, .input_style_1:checked:after { -webkit-transform: scale(1); transform: scale(1); opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); background-image: url(../fonts/checkbox-tick-0.svg),none; filter: alpha(opacity=100); content: ""; display: block; position: absolute; top: 50%; left: 50%; width: 10px; height: 8px; margin-left: -5px; margin-top: -4px; }
.input_style_radio:checked:after { background: none; width: 4px; height: 4px; margin-left: -2px; margin-top: -2px; background-color: #fff; border-radius: 50%; }

/*Edit*/
.navbar-left span img {
	margin: 0 20px 0 0;
    float: left;
}
.text-box a {color: #fff}
.text-box a:hover {color: #fec12f}
.overlay {background: initial;}
.banner_detail .path_link {
	    display: inline-block;
    padding: 15px 0px 0px;
    width: 100%;
} 
.banner_detail .path_link li {
	    list-style: none;
    font-size: 15px;
    text-transform: capitalize;
    float: right;
    font-weight: 500;
    width: 100%;
    text-align: center;
    color: #ffffff8f;
}
.banner_detail .path_link li a {
	    color: #fff;
    padding: 0 5px;
}
.banner_detail .path_link li a:hover {color: #fff000;}
#landing .row{
	width: 100%;
    margin: 0;
}

/*End Edit*/

@media only screen and (max-width: 1199px) {.pagewrap { width: 100%; padding-left: 10px; padding-right: 10px}
.text-box .desc { font-size: 14px; }
.slogan .title { font-size: 30px; line-height: 1.4; }
.bannerMain .slogan { width: 100%; top: 50%; }
.footer { overflow: hidden; }
.logo_top {
    padding: 15px 0;
    float: none;
    margin: auto;
}
.dv-header-right {
    width: 100%;
    float: none;
    margin: 0;
}
.col-md-10.pull-right { width: 100%; }
.col-md-10.pull-right .row { margin: 0; }
.col-md-10.pull-right .col-md-7 { padding: 0 10px; }
.col-md-10.pull-left { width: 100%; }
.col-md-10.pull-left .row { margin: 0; }
.banner_detail .title, .banner_detail h4 { font-size: 30px; line-height: 1.4; letter-spacing: 0; }
.banner_detail {
    padding-top: 22vw;
    margin-top: 100px;
}
.banner_detail .title, .banner_detail h4 {bottom: 0}
}
@media only screen and (max-width: 992px) {
.logo_top {
    float: left;
    margin: initial;
}
	.navbar-left span ~ span { display: none; }
.navbar-left span ~ hr { display: none; }
.dv-header-top .navbar-left { display: block; width: auto; }
.dv-header-right { width: auto; text-align: right; }
.text-box .title { display: none; }
.box_menu { display: block; position: absolute; right: 10px; top: 52px; }
.dv-header-bt {
    padding: 10px;
    margin-right: 44px;
    height: 50px;
}
a.a_trangchu_mb { display: none; }
.menu-bar.hidden-md.hidden-lg { background: #e54220; }
.dv-header-t { width: auto; display: inline-block; padding: 0 15px; }
.input_search { display: none !important; }
.timkiem_top {
    margin-right: 10px;
    position: absolute;
    right: 50px;
}
.sec-title p { width: 100%; }
.sec-title .title { font-size: 30px; }
.dv-header-top.fixed .box_menu { top: 15px; }
.dv-header-top.fixed .dv-header-bt { margin-right: 50px; }
.dv-header-top.fixed {}
section.provide.dv-home-dichvu .col-lg-4 { width: calc(100% / 3 - 20px); }
.mm-panel.mm-hasnavbar .mm-navbar { display: block; background: #e54220; }
.banner_detail {
    margin-top: 0;
}
.new_id_bs {
    width: calc(100% / 2 - 20px);
}

}
@media only screen and (max-width: 767px) { .bannerMain .slogan { display: none; }
.dv-home-gioithieu .col-md-6:last-child { width: calc(100% / 1 - 20px); }
.dv-home-gioithieu .col-md-6:first-child { width: calc(100% / 1 - 20px); padding: 0; margin: 0 10px 20px; }
.dv-home-gioithieu .col-md-6:first-child:before { display: none; }
.dv-home-gioithieu { padding: 40px 0; }
.menu_style { width: calc(100% / 2 - 20px); margin-bottom: 20px; }
section.dv-home-dulieu { padding: 40px 0; }
section.provide.dv-home-dichvu.wow.fadeIn { padding: 40px 0; }
section.provide.dv-home-dichvu .col-lg-4 { width: calc(100% / 2 - 20px); }
section.dv-home-taisao { padding: 40px 0 20px; }
.dv-home-hinhanh .col-md-8 { width: calc(100% / 1 - 20px); }
.dv-home-tintuc.wow.fadeIn { padding: 40px 0 20px; }
.center-footer .menu-footer { width: calc(100% / 2 - 40px); margin-bottom: 20px; }
.col-md-10.pull-right .col-md-5,.col-md-10.pull-right .col-md-7 { width: 100%; }
.col-md-10.pull-right .col-md-7 { padding: 0 0 20px; }
.col-md-10.pull-left .col-md-5 { width: 100%; }
.col-md-10.pull-left .col-md-7 { width: 100%; padding: 0; }
.ifooter ul { display: block; }
}
@media only screen and (max-width: 479px) { .menu_style { width: calc(100% / 1 - 20px); padding: 20px 10px; }
section.provide.dv-home-dichvu .col-lg-4 { width: calc(100% / 1 - 20px); }
section.dv-home-taisao .col-md-6 { width: calc(100% - 20px); }
.dv-home-hinhanh { padding: 40px 0; }
.center-footer .menu-footer { width: calc(100% / 1 - 40px); }
.dv-header-right { position: absolute; right: 0px; top: 5px; }
.dv-header { background: #fff; min-height: 75px;}
.dv-header-t {display: none;}
}
.sc_item_button.sc_button_wrap.sc_align_left { margin-top: 0; }
iframe { max-width: 100%; }
img { max-width: 100%; height: auto; }
div#lightgallery > div a { display: block; width: 100%; height: 100%; }
div#lightgallery > div a img { width: 100%; height: 100%; object-fit: cover; }
.tin_right .timkiem_top { display: none; }
.box_right_pro_view { margin-top: 0; }
.poup_page { max-width: 100%; }
#back-top { z-index: 1111; }
.tuvanbaogia_popup { max-width: 100%; }
@media only screen and (max-width: 1199px) { .tin_right { width: 286px; }
.tin_left { width: calc(100% - 286px); padding-left: 20px; }
div#lightgallery > div { width: calc(100% / 4 - 20px); }
.footer .title:after {display: none;}

}
@media only screen and (max-width: 991px) { .menu > li { padding: 0; }
.page_sp_ct { width: 100%; padding: 20px; }
.page_conten_page .col-lg-12 .col-lg-4 { width: calc(100% / 2 - 20px); }
.sc_button {font-size: x-small;}
}
@media only screen and (max-width: 767px) {
	.tin_right {
    width: 100%;
    max-width: 480px;
    float: none;
}
.tin_left { width: 100%; padding-left: 0; padding-bottom: 20px;}
.left_contact { width: 100%; padding: 0 0 20px; }
.right_contact { width: 100%; }
div#lightgallery > div { width: calc(100% / 3 - 20px); }
.contact-maps { width: 100%; }
.poup_page { padding: 20px; }
.contact .left { width: 100%; }
.contact .right { width: 100%; }
.new_id_bs { width: calc(100% / 2 - 20px) }
.popup_giohang { width: 100%; }
.item-careers { padding: 20px; }
.cuahang-1 .col-lg-5 { width: 100%; margin-bottom: 20px; }
.cuahang-1 .col-lg-7 { width: 100%; }
.store-information { width: calc(100% / 2 - 20px); margin-top: 20px; }
.viewRight { width: 100%; }
.viewLeft { width: 100%; margin-bottom: 15px; }
.dv-home-dichvu .desc {display: none;}
.icon-ts {
	width: 100px;
    margin-right: 10px;
}
.text-ts {
    width: 100%;
    float: none;
}
.text-ts h5, .text-ts .title {
    font-size: 20px;
}
}
@media only screen and (max-width: 479px) { .page_conten_page .col-lg-12 .col-lg-4 { width: calc(100% / 1 - 20px); }
.dv-tintuc .new_id_bs { width: calc(100% / 1 - 20px); }
div#ftwp-postcontent { padding: 15px; }
div#lightgallery > div { width: calc(100% / 2 - 20px); }
.new_id_bs { width: calc(100% / 1 - 20px) }
.dv-about-1 .col-lg-6 { width: calc(100% - 20px); margin-bottom: 20px; }
.dv-about-1 { padding: 40px 0 20px; }
.dv-about-2 { padding-bottom: 20px; }
.dv-about-2 .col-lg-6 { width: calc(100% - 20px); margin-bottom: 20px; }
.dv-about-2 .col-lg-6:last-child { padding: 0; }
.f-right.language.margin-top-20.hidden-sm.hidden-xs {
    position: absolute;
    right: 60px;
    bottom: -48px;
}

.dv-header-bt {
    padding: 0;
    height: initial;
}
.box_menu {
    right: 10px;
    top: 15px;
}
.timkiem_top {
    top: 20px;
}
.tuvanbaogia_popup .col-md-6 {
	    float: none;
    width: calc(100% - 20px);
}

}
.thanhtoan-2 { width: calc(34% - 40px); }
.btn--disabled { padding: 0; }
.field__input-wrapper input { width: 100%; }
.cart_summary tr td sup { display: inline-block; }
@media only screen and (max-width: 767px) { table .c-th-sp { width: auto; text-align: left; }
table .c-th-gia { width: auto; text-align: center; }
table .c-th-sluong { width: auto; text-align: center; }
table .c-th-ttien { width: auto; text-align: center; }
.block-total-left { width: 100%; }
.block-total-cart { width: 100%; margin-top: 20px; }
table .c-th-sp a.sp { display: inline-block; padding: 0; margin: 0 0 15px; }
table .c-th-sp a.del i { display: inline-block; }
table .c-th-gia b sup { display: inline-block; }
div#chitiet_news { width: 100%; }
.thanhtoan-2 { width: 100%; padding: 0; margin: 20px 0; }
#placeSlide_main .sidebar { width: 100%; margin: 0; padding: 0; border: none; }
.sidebar .sidebar__title { padding: 0; }
.discount-code { padding: 0; }
.dv-dichvu .col-lg-4 { width: calc(100% / 1 - 20px); margin: 0 10px 20px; }
}