@keyframes spin {
	to { transform: rotate(360deg); }
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0.4; }
	100% { opacity: 1; }
}
@keyframes shake-anim {
	0% { transform: rotate(0) scale(1) skew(1deg); }
	10%, 30% { -moz-transform: rotate(-25deg) scale(1) skew(1deg); }
	20%, 40% { -moz-transform: rotate(25deg) scale(1) skew(1deg); }
	100%, 50% { -moz-transform: rotate(0) scale(1) skew(1deg); }
}
@keyframes rotate {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
@keyframes fadeup {
	from { opacity: 0; transform: translateX(-20px); }
	to { opacity: 1; transform: translateX(0); }
}
@keyframes pulse-animation {
	0% { transform: scale3d(1, 1, 1); opacity: 0; }
	10% { transform: scale3d(1.1, 1.1, 1.1); opacity: 1; }
	100% { transform: scale3d(1.6, 1.6, 1.6); opacity: 0; }
}
@keyframes border-animation {
	0% { transform: scale3d(0.6, 0.6, 0.6); opacity: 0; }
	20% { transform: scale3d(1.2, 1.2, 1.2); opacity: 1; }
	100% { transform: scale3d(1.4, 1.4, 1.4); opacity: 0; }
}
:root { --color-main: #193682; --color-social: #193682; --color-hover: #d9221c; --color-text: #193682; --menu-border: rgb(255 255 255 / 20%); --menu-color: #fff; }
body {font-size: 14px;font-family: 'SFProDisplay' !important;top: 0 !important}
.max-width { max-width: 1200px; margin: 0px auto; }
.wrap-content { max-width: 1200px; margin: auto; width: calc(100% - 30px); position: relative; z-index: 1; }
.container-custom { padding: 0 15px; margin: 0px auto;}
img { max-width: 100%; }
* {/* box-sizing: border-box; */}
a { text-decoration: none; }
.social-plugin { display: flex; margin-top: 10px; }
.scale-img { overflow: hidden; display: block; transition: 1s; }
.scale-img img { transform: scale(1, 1); }
.scale-img:hover img { transform: scale(1.1, 1.1); }
.hover-img { position: relative; overflow: hidden; display: block; }
.text-split { overflow: hidden; text-overflow: ellipsis; white-space: normal; -webkit-box-orient: vertical; display: -webkit-box; }
.p-relative { position: relative; }

/* Transition All */
.transition, .btn-frame .kenit-alo-circle-fill, .control-owl button, .carousel-comment-media .carousel-control a span, .menu ul li a.has-child:after, .menu ul li ul, .menu ul li:hover > ul, .scale-img img, .scale-img:hover > img, .support-online .kenit-alo-circle-fill { transition: 0.3s all; }

/* effect */
.effect { display: block; overflow: hidden; }
.effect img { transition: 0.7s; width: 100%; }
.effect:hover img { -webkit-transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
.effect-1 { position: relative; overflow: hidden; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; display: block; }
.effect-1:after { position: absolute; top: 0; left: -66%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%); -webkit-transform: skewX(-10deg); transform: skewX(-10deg); }
.effect-1:hover:after { -webkit-animation: shine .75s; */ animation: shine .75s; }
@-webkit-keyframes shine {
    100% { left: 125%; }
}
@keyframes shine {
    100% { left: 125%; }
}

/*   Header   */
.header { position: relative; z-index: 9; }
.header_top { line-height: 45px; background: linear-gradient(90deg, var(--color-main), var(--color-hover)); }
.header_top a { width: 60%; color: #fff; font-family: 'SFProDisplay'; font-size: 15px; display: flex; justify-content: space-between; align-items: center; }
.header_top a i { font-size: 18px }
.header_top a marquee { display: block; position: relative; width: calc(100% - 25px); }
.header_bottom { background: url("../images/bg_header.png") no-repeat center; background-size: cover;}
.menu.fix {z-index: 99;-webkit-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);-moz-box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);box-shadow: 0px 5px 5px 0px rgb(148 145 148 / 38%);position: fixed;top: 0;left: 0;width: 100%;-webkit-animation: fadeInDown 1.3s ease backwards;-moz-animation: fadeInDown 1.3s ease backwards;-o-animation: fadeInDown 1.3s ease backwards;-ms-animation: fadeInDown 1.3s ease backwards;}

.right-header { display: none; }
.hotline{background: url("../images/hotline.png") no-repeat left bottom;padding: 0 20px 12px 60px;}
.hotline p{margin-bottom:5px;color: #193682;font-size:15px;text-decoration: underline;text-underline-offset: 3px;font-style: italic;}
.hotline span{display: block;color: #ef1d26;font-family: 'SFProDisplayBold';font-size: 22px;line-height: 28px;}
.logo-header{ max-width:140px; }
.banner-header{ max-width:750px; }

.w-flags{display: flex;justify-content: space-between;align-items: center;}
.w-flags a{display: inline-block;margin: 0 2px}
iframe.skiptranslate,#google_language_translator{ display:none }
/* Button menu */
#hamburger {display: block;width: 35px;height: 23px;position: relative;margin-right: 15px;display: block;padding-top: 25px;color: var(--color-main);font-family: 'SFProDisplayBold';margin-bottom: 12px;}
#hamburger:before, #hamburger:after, #hamburger span {background: var(--color-main);content: "";display: block;width: 100%;height: 3px;position: absolute;left: 0px;}
#hamburger:before { top: 0px; }
#hamburger span { top: 10px; }
#hamburger:after { top: 20px; }
#hamburger:before, #hamburger:after, #hamburger span { -webkit-transition: none 0.5s ease 0.5s; transition: none 0.5s ease 0.5s; -webkit-transition-property: transform, top, bottom, left, opacity; transition-property: transform, top, bottom, left, opacity; }
.menu-mobile-opened #hamburger:before, .menu-mobile-opened #hamburger:after { top: 10px; }
.menu-mobile-opened #hamburger span { left: -50px; opacity: 0; }
.menu-mobile-opened #hamburger:before { transform: rotate(45deg); }
.menu-mobile-opened #hamburger:after { transform: rotate(-45deg); }
.mm-menu_opened { display: block !important; }


/* Menu */
.menu {position: relative;z-index: 999;background: var(--color-main);line-height: 50px;}
.menu ul { padding: 0px; margin: 0; list-style: none; }
.menu ul li { position: relative; z-index: 99; }
.menu ul li.line { width: 2px; height: 16px; background: url("../images/line.png") no-repeat center; }
.menu ul li a {font-size: 14px;color: #FFF;padding: 0 23px;margin: 0px;text-transform: uppercase;position: relative;z-index: 1;text-align: center;text-decoration: none !important;display: block;line-height: 50px;font-family: 'SFProDisplayBold';white-space: nowrap;}
.menu ul li a:hover, .menu ul li a.active {background: var(--color-hover);}
.menu > ul > li > a:hover::before, .menu > ul > li > a.active::before {position: absolute;content: "";width: 46px;height: 46px;background: #489fa6;border-radius: 50%;overflow: hidden;top: 50%;left: 50%;z-index: -1;transform: translate(-50% , -50%);}
.menu ul li ul li a:hover, .menu ul li ul li a.active {color: var(--color-hover);background:  #fff}
.menu ul li ul { position: absolute; min-width: 250px; left: 0; background: #fff; box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3); -webkit-transform: perspective(600px) rotateX(-90deg); transform: perspective(600px) rotateX(-90deg); -webkit-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; visibility: hidden; transition: all .5s; }
.menu ul li:hover > ul { -webkit-transform: perspective(600px) rotateX(0); transform: perspective(600px) rotateX(0); -webkit-transform-origin: 0 0 0; opacity: 1; visibility: visible; transition: all .7s; }
.menu ul li ul li { text-align: left; border-bottom: 1px solid rgb(173 173 173 / 32%); }
.menu ul li ul li:last-child { border-bottom: 0px; }
.menu ul li ul li a {padding: 10px;display: block;text-decoration: none !important;line-height: 20px;text-align: left;color: #000;font-size: 15px;}
.menu ul li ul li ul { top: 0px; left: 100%; }


/* Search */
.search {background: #FFFFFF;border-radius: 10px;flex: 1 1 auto;width: 280px;overflow: hidden;}
.search input {width: calc(100% - 40px);height: 37px;outline: none;padding: 0px 14px;border: 0;background: #0000;font-size: 14px;color: #333;border-radius: 50px;outline: none;}
.search p {width: 40px;height: 37px;cursor: pointer;line-height: 37px;text-align: center;font-size: 19px;color: #000;}
.search input::placeholder { color: #766C5D; }
.search input:focus { border: none !important; outline: none !important; box-shadow: none; }


.search_rp {background: #FFFFFF;border-radius: 10px;margin: 0 auto 10px;border: 1px solid var(--color-main);width: calc(100% - 20px);overflow: hidden;}
.search_rp input {width: calc(100% - 40px);height: 37px;outline: none;padding: 0px 14px;border: 0;background: #0000;font-size: 14px;color: #333;border-radius: 50px;outline: none;}
.search_rp p {width: 50px;height: 37px;cursor: pointer;line-height: 37px;text-align: center;font-size: 19px;color: #fff;background: var(--color-main);}
.search_rp input::placeholder { color: #766C5D; }
.search_rp input:focus { border: none !important; outline: none !important; box-shadow: none; }



/*   SLider */
.slideshow { position: relative; overflow: hidden; }
.slideshow::after{position:absolute;content:"";width:100%;height: 85px;bottom:0;background:url("../images/af_slider.png") no-repeat center top;background-size: 100% 100%;}
.slideshow a { display: block; cursor: pointer; }
.slick-prev:before,.slick-next:before{display:none;}
.item_slider a img { width: 100%; }
.slideshow:hover .control-slideshow { opacity: 0.3; }
.slideshow .control-slideshow:hover { opacity: 0.8; }
.item_slider { position: relative; overflow: hidden; }
.info_slider { position: absolute; left: 0; top: 0; z-index: 9; width: 100%; height: 100%; display: flex; align-items: center; color: #fff; text-align: center; }
.main_div { width: 100%; margin: auto; text-align: center;}
.info_slider p { margin-bottom: -10px; color: #FFF; text-align: center;  font-family: 'BarlowCondensed-SemiBold'; font-size: 100px; text-transform: uppercase; }
.content_slider { color: #FFF; text-align: center;  font-family: 'SVNGilroySemiBold'; font-size: 35px; }
.slideshow .slick-active .info_slider p { -webkit-animation: fadeInLeft 1s ease-in-out backwards; -moz-animation: fadeInLeft 1s ease-in-out backwards; -o-animation: fadeInLeft 1s ease-in-out backwards; -ms-animation: fadeInLeft 1s ease-in-out backwards; -webkit-animation-delay: 0.5s; -o-animation-delay: 0.5s; animation-delay: 0.5s; }
.slideshow .slick-active .info_slider div { -webkit-animation: fadeInLeft 2s ease-in-out backwards; -moz-animation: fadeInLeft 2s ease-in-out backwards; -o-animation: fadeInLeft 2s ease-in-out backwards; -ms-animation: fadeInLeft 2s ease-in-out backwards; -webkit-animation-delay: 0.7s; -o-animation-delay: 0.7s; animation-delay: 0.7s; }
.slideshow .slick-active img { transform: matrix(1.1, 0, 0, 1.1, 0, 0); -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0); -webkit-animation: minus 7s 0s ease both infinite; -moz-animation: minus 7s 0s ease both infinite; animation: minus 7s 0s ease both infinite; animation-iteration-count: 1; -webkit-animation-iteration-count: 1; }
@-webkit-keyframes minus {
	from { -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0); transform: matrix(1.1, 0, 0, 1.1, 0, 0); }
	to { -webkit-transform: matrix(1, 0, 0, 1, 0, 0); transform: matrix(1, 0, 0, 1, 0, 0); }
}
@keyframes minus {
	from { -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0); transform: matrix(1.1, 0, 0, 1.1, 0, 0); }
	to { -webkit-transform: matrix(1, 0, 0, 1, 0, 0); transform: matrix(1, 0, 0, 1, 0, 0); }
}
.slider_slick { display: none;}
.slider_slick .slick-prev {opacity: 1;transition: 0.5s;font-size: 0;line-height: 0;position: absolute;display: block;width: 40px;height: 40px;padding: 0;cursor: pointer;color: transparent;border: none;outline: none;background: url(../images/right1.png) center no-repeat;z-index: 50;transition: 1s;transform: rotate(180deg);margin-top: -12px;left: 15px;opacity: 0.3;opacity: 0.5;}
.slider_slick .slick-next { opacity: 1; transition: 0.5s; font-size: 0; line-height: 0; position: absolute; display: block; width: 40px; height: 40px; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: url(../images/right1.png) center no-repeat; z-index: 50; transition: 1s; margin-top: 9px; right:15px; opacity: 0.5;}

/* boxtour */
.boxtour {display: flex;align-items: center;justify-content: space-between;border-radius: 20px;background: #FFF;box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);padding: 30px;width: 100%;max-width: 810px;margin: -70px auto 10px;position: relative;z-index: 9;}
.boxtour_left {display: inline-flex;flex-direction: column;align-items: flex-start;gap: 10px;width: 270px;}
.boxtour_left h3 {color: #0E1855;font-family: 'BarlowCondensed-SemiBold';font-size: 35px;line-height: 30px;text-transform: uppercase;margin-bottom: 0;width: 100%;}
.boxtour_left span {color: #1A1A1A;font-size: 16px;line-height: 25px;width: 100%;}
.boxtour_right { width: calc(100% - 290px); display: flex;align-items: center;justify-content: space-between;}
.item_tour {width: calc((100% - 60px) / 4);border-radius: 10px;background: linear-gradient(90deg, #6AB526 0%, #AEE504 100%);display: flex;width: 100px;height: 80px;flex-direction: column;justify-content: center;align-items: center;}
.item_tour p {color: #0E1855;text-align: center;font-family: 'SVNGilroySemiBold';font-size: 35px;line-height: 25px;margin: 5px 0 8px;}
.item_tour span {color: #0E1855;font-size: 16px;line-height: 25px;}


/* News */
.grid-tintuc { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; flex-flow: row wrap; -webkit-flex-flow: row wrap; justify-content: space-between; }
.news { display: block; margin-bottom: 20px; display: block; }
.pic-news { border-radius: 10px; display: block; overflow: hidden; position: relative; }
.pic-news img { width: 100%; }
a.views { display: inline-block; text-decoration: none; margin-top: 10px; border: solid 1px #ccc; padding: 7px 20px; border-radius: 20px; color: #000; font-size: 16px; }
a.views:hover { border: solid 1px #fed402; color: #fed402; }
.info-news { }
.info-news h3 { }
.name-news { color: #1b1b1b; font-size: 18px; line-height: 22px; max-height: 40px; -webkit-line-clamp: 2 !important; font-weight: 400; }
a.name-news.name1 { font-size: 25px; line-height: 32px; max-height: 64px; }
.name-news:hover { color: #fed402; }
.time-news { color: #fed402; margin-bottom: 0px; font-size: 12px; margin: 7px 0; font-style: italic; font-weight: 500; }
.share { padding: 17px 10px 10px 10px; line-height: normal; background: rgba(128, 128, 128, 0.15); margin-top: 15px; border-radius: 5px; }
.share b { display: block; margin-bottom: 5px; }
.a2a_kit { margin-right: 2px; }
.a2a_kit .a2a_svg { width: 30px; height: 30px; line-height: 30px; }
.othernews b { margin-bottom: 10px; }
.list-news-other { padding-left: 17px; list-style: square; }
.list-news-other li { margin-bottom: 2px; }
.list-news-other li a { text-transform: none; color: #333333; }
.list-news-other li a:hover { color: #fed402; }

/* Toc */
a.mucluc-dropdown-list_button { }
a.mucluc-dropdown-list_button:before { content: "\f03a"; font-family: "Font Awesome 6 Pro"; font-style: normal; font-weight: 400; background: #fff; color: #006ACB !important; font-size: 20px; width: 35px; height: 35px; display: inline-block; line-height: 38px; text-align: center; border: 1px solid #ddd; }
.meta-toc-clone.fiedx { position: fixed; left: 5px; top: 200px; z-index: 111; }
.meta-toc-clone:not(.fiedx) .box-readmore { display: block !important; }
.box-readmore { padding: 10px; background-color: #f5f5f5; width: 100%; margin-top: 2px; border: 1px solid #dddddd; font-size: 13px; margin-bottom: 10px; }
.meta-toc-clone .box-readmore { width: 350px; display: none; max-height: 50vh; overflow-y: auto; overflow-x: hidden; margin-bottom: 0px; }
.box-readmore { padding: 8px 15px; border: 1px solid #dedede; margin-bottom: 2rem; border-radius: 5px; background-color: #eeeeee; }
.box-readmore li ul > li { margin: 0; margin-bottom: 8px }
.box-readmore li ul > li:before { content: counters(item, ".") " " }
.box-readmore ul { list-style-type: none; counter-reset: item; margin-bottom: 0px; padding-left: 0px !important; margin-top: 8px; }
.box-readmore ul li { display: table; counter-increment: item; margin-bottom: 5px }
.box-readmore ul li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 5px }
.box-readmore ul li a { color: #333333; cursor: pointer; font-weight: 600; }
.box-readmore ul li a:hover { color: #767676; }


/* Footer */
.footer-article { padding: 50px 0px; position: relative; }
.title_footer { font-family: 'SFProDisplayBold'; font-size: 20px; text-transform: uppercase; color: #fff; margin-bottom: 10px; }
.footer-info { color: #fff; line-height: 25px; font-size: 16px; }
.footer-info p { margin-bottom: 7px; }
.title_ft { color: #fff; font-family: 'SFProDisplayBold'; margin-bottom: 15px; font-size: 16px; text-transform: uppercase; }
.footer-ul { padding: 0; margin: 0; }
.footer-ul li { list-style: inside; border-bottom: 1px solid #3b558c; color: #fff; line-height: 25px; padding: 12px 0 5px; }
.footer-ul li a { color: #fff; font-size: 15px; }
.footer-ul li:hover a { color: yellow; }
.title_box_ft { line-height: 20px; background: #d9221c; padding: 0 15px; border-radius: 5px 5px 0 0; color: #fff; font-family: 'SFProDisplayBold'; text-transform: uppercase; display: inline-block; }
.maps_ft { position: relative; border-radius: 5px; overflow: hidden; margin-top: -1px }
.maps_ft iframe { display: block; position: relative; height: 80px; border-radius: 5px; overflow: hidden; }
.box_ft { display: flex; align-items: start; justify-content: space-between; margin-bottom: 8px; }
.item_ft { margin-right: 8px; max-width: calc((100% - 16px)/3); }
.item_ft a { display: block; position: relative; margin-top: -1px}

.tagsft { position: relative; }
.title_tags { background: #102556; display: inline-block; border: 1px solid #51699a; width: 125px; line-height: 32px; color: #fff; font-family: 'SFProDisplayBold'; font-size: 14px; text-transform: uppercase; border-radius: 5px; text-align: center; left: 35px; bottom: -16px; position: relative; }
.box_tagsft { border: 1px solid #51699a; padding: 35px 25px 20px; border-radius: 5px; overflow: hidden; }
.box_tagsft a {display: inline-block;color: #fff;font-size: 16px;padding: 0 10px 5px 25px;line-height: 25px;position: relative;}
.box_tagsft a::before { position: absolute; content: ""; width: 6px; height: 6px; border-radius: 50%; overflow: hidden; left: 10px;top: 10px;background: #fff}
.box_tagsft a:hover,.box_tagsft a:hover::before{ color:yellow; }




.footer-powered { color: #fff; font-size: 14px; line-height: 25px; position: relative; padding: 15px 0; text-align: center; background: linear-gradient(90deg , #112655 , #12275e);border-top:1px solid #26437f; }
.footer-powered a { color: #fff; }
.footer-powered span { text-transform: uppercase; }
.title-detail { margin-bottom: 20px }
.title-detail h1 {font-family: "Phudu", sans-serif;color: var(--color-hover);font-size: 35px;text-transform: capitalize;}

/* css block actions  */
.ul-actions { display: flex; justify-content: center; margin: 20px; gap: 15px; align-items: flex-start; }
.ul-actions li, .ul-actions > div { list-style-type: none; margin: 0; padding: 0; width: 80px; text-align: center; }
.ul-actions .active .box__tabr, .ul-actions .box__tabr:hover { border-color: #fd6e1d; }
.ul-actions .box__tabr { align-items: center; border: 1px solid #e0e0e0; border-radius: 2px; display: flex; justify-content: center; min-height: 55px; padding: 4px; height: 60px; width: 80px; }
.icon-action { background-image: url('../images/icon_chitiet@2x-min.png'); background-repeat: no-repeat; display: inline-block; height: 30px; width: 30px; line-height: 30px; vertical-align: middle; background-size: 300px 180px; }
.icon-dnb { background-position: 0 0; height: 28px; width: 28px; }
.icon-tskt { background-position: -105px 0; height: 30px; width: 30px; }
.icon-ttsp { background-position: -140px 0; height: 19px; width: 23px; }
.ul-actions p { font-size: 14px; line-height: 1.3; margin-top: 5px; white-space: normal; color: #000; }

/* modal-detail */
.modal-detail::-webkit-scrollbar { width: 10px; }
.modal-detail::-webkit-scrollbar-thumb { width: 10px; background: #4d90e0; border-radius: 10px; height: 50px; }
.modal-detail { position: fixed; z-index: 999; background: #000000c4; top: 0px; left: 0px; width: 100%; height: 100%; overflow-y: scroll; }
.content-modal-detail { background: #fff; max-width: 1200px; margin: 0px auto; min-height: 100vh; }
.content-modal-detail .tabs { display: flex; cursor: pointer; padding: 0; list-style: none; justify-content: center; border-bottom: 1px solid #e0e0e0; position: sticky; top: 0px; background: #fff; z-index: 99; }
.content-modal-detail .tabs li { padding: 20px 20px; margin-right: 5px; font-weight: bold; position: relative; border-bottom: 4px solid #fff; }
.content-modal-detail .tabs li.active { color: #2d9cdb; border-bottom: 4px solid #2d9cdb; }
.content-modal-detail .tab-content { padding: 20px; max-width: 900px; margin: 0px auto; }
.content-modal-detail .tab-content.active { display: block; }
.close-tab { position: fixed; top: 15px; right: 20px; z-index: 10; }
.btn-closemenu { position: fixed; top: 10px; right: 20px; background-color: #fff; border: 1px solid #e0e0e0; border-radius: 4px; color: #333; cursor: pointer; line-height: 21px; padding: 7px; text-align: right; width: 72px; }
.btn-closemenu::before { transform: rotate(45deg); }
.btn-closemenu::after { transform: rotate(-45deg); }
.btn-closemenu::before, .btn-closemenu::after { background-color: #333; content: ''; left: 13px; height: 14px; position: absolute; top: 10px; width: 1px; }
.cursor-pointer { cursor: pointer; }

/*css CT */
.box-ct { display: flex; justify-content: start; align-items: center; background-color: rgb(233, 230, 230); padding: 10px; border-radius: 10px; }
.box-ct img { border-radius: 50%; margin-right: 10px; }
.ds-ct h3 a { font-size: 17px; color: #333; }
.ds-ct h3 a:hover { color: #f00; }

/*css khuyen mai*/
.block__promo { border: 1px solid #e0e0e0; border-radius: 4px; margin-bottom: 10px; }
.promoadd__list { padding: 10px; }
.promoadd__list li { margin-bottom: 15px; background: url(../images/tick.png) no-repeat 0px 3px; background-size: 15px; padding-left: 25px; }
.pr-top { background-color: #f6f6f6; border-bottom: 1px solid #e0e0e0; padding: 8px 10px; }
.pr-txtb { font-weight: bold; }
.pr-top .pr-txt { color: #666; font-size: 12px; line-height: 1.4; margin-top: 5px; font-style: normal; }
.pr-content .pr-item:last-child { border: none; }
.pr-content .pr-item { padding: 15px 10px 10px 10px; }
.divb { margin-bottom: -10px; }
.divb .nb { background-color: #4a90e2; border-radius: 50%; color: #fff; display: inline-block; font-size: 11px; float: left; height: 16px; line-height: 16px; margin-top: 2px; text-align: center; width: 16px; }
.divb-right { padding-left: 26px; }
.pr-content .pr-item p { margin: 0px 0px 0px 0px; }
.divb-right a { color: #4a90e2; }

/* Tien ich */
.wrap-ti { padding: 20px 0px; }
.box-ti { background: #f1f1f1; padding: 15px; border-radius: 10px; display: flex; justify-content: space-between; min-height: 135px; }
.wrap-ti .owl-item:nth-child(n + 1) .box-ti { background-color: rgb(220, 238, 255); }
.wrap-ti .owl-item:nth-child(n + 2) .box-ti { background-color: rgb(254, 245, 207); }
.wrap-ti .owl-item:nth-child(n + 3) .box-ti { background-color: rgb(255, 239, 219); }
.wrap-ti .owl-item:nth-child(n + 4) .box-ti { background-color: rgb(225, 254, 207); }
.ds-ti { width: calc(100% - 45px); }
.ds-ti h3 { font-size: 15px; }
.ds-ti h3 a { color: #333; }
.ds-ti h3 a:hover { color: #f00; }

/* Contact */
.contact-detail { display: flex; justify-content: space-between; }
.left-contact-detail { width: 60%; }
.right-contact-detail { width: calc(100% - 60% - 60px); }
.contact-map { position: relative; margin-top: 10px; }
.contact-map iframe { position: relative; height: 450px; width: 100%; display: block; }
.row-contact { display: flex; justify-content: space-between; margin-top: 40px; flex-wrap: wrap; }
.social-contact { text-align: center; }
.social-contact > div { display: inline-flex; align-items: center; justify-content: center; background: var(--color-main); padding: 5px 30px; margin-top: 30px; border-radius: 5px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.social-contact > div a { display: inline-block; margin: 0 2px; }
.contact-item { width: calc((100% / 3) - 10px); text-align: center; font-size: 15px; }
.contact-item i { display: inline-block; margin-bottom: 10px; }
.contact-item img { width: 40px; height: 40px !important; }
.contact-item p { margin-bottom: 10px; font-weight: 700; }
.contact-item span { font-size: 14px; }
.row-contact-input { display: flex; justify-content: space-between; align-items: end; }
.row-contact-input .contact-input:nth-child(1) { width: 80%; }
.row-contact-input .contact-input:nth-child(2) { width: calc(100% - 80% - 8px); }
.row-contact-input .contact-input:nth-child(2) label { margin-bottom: 15px; }
.contact-input label {font-size: 12px;font-weight: 600;color: #22292f;transition: all 0.8s;padding: 0;}
.contact-input input { border-radius: 0; border: none; border-bottom: 1px solid #ccc; padding: 0; height: 45px; margin-bottom: 15px; overflow: hidden; }
.contact-input input::placeholder { font-size: 15px; color: #ced4da; transition: all 0.5s !important; }
.contact-input textarea { border-radius: 0; border: none; border-bottom: 1px solid #ccc; padding: 0; height: 70px; margin-bottom: 20px; }
.contact-input textarea::placeholder { font-size: 15px; color: #ced4da; transition: all 0.5s !important; }
.contact-form button { display: inline-flex; align-items: center; justify-content: center; max-width: 300px; width: 100%; height: 40px; background: var(--color-main); border-radius: 30px; margin: auto; font-size: 14px; font-weight: 500; text-transform: uppercase; color: #fff; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; transition: all 0.3s; }
.contact-form button:hover { box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; background: #000; }
.contact-input { display: flex; flex-direction: column-reverse }
.contact-input .form-control {overflow: hidden;padding: 0;height: 40px;margin-bottom: 0;font-size: 14px;}
.contact-input .form-control:focus { color: #212529; border-color: var(--color-main); outline: 0; box-shadow: unset }
.contact-input .form-control:focus::placeholder { transform: translateY(-200%); }
.contact-input .form-control:focus + label { color: var(--color-main); }
.contact-input input input[type=number]::-webkit-inner-spin-button, .contact-input input input[type=number]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }
.contact-input input[type="file"] { display: none; }
.custom-file-upload { display: inline-block; padding: 10px; cursor: pointer; transition: all 0.4s; font-size: 20px; display: block; text-align: center; }
.file-input.has-file label { color: var(--color-main); }
.custom-file-upload i { font-size: 25px; }
.custom-file-upload:hover { color: var(--color-main); }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { margin: 0; -webkit-appearance: none; }


/*  breadCrumbs */
.breadCrumbs {padding: 10px 0px;background: #ddd;margin-bottom: 10px;}
.breadCrumbs ol { margin: 0px; }
.breadCrumbs ol li a { color: #333; }
.breadCrumbs ol li a:hover { color: #f00; }

/* Zalo */
/*.btn-phone { bottom: 315px; }*/
.btn-messenger { bottom: 150px; }
.btn-frame svg { max-width: 32px; }
.btn-zalo { bottom: 230px; }
#qrzalo .modal-dialog { max-width: 250px; margin: 0.5rem auto; }

/* paging */
.pagination { margin: 20px 0px; }
.pagination li a { cursor: pointer; }
.btn-frame { display: block; width: 50px; height: 50px; position: fixed; right: 20px; z-index: 10; cursor: pointer; }
.btn-frame i { width: 50px; height: 50px; border-radius: 50%; background: var(--color-main); position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; }
.btn-frame i img { vertical-align: middle; width: 70%; }
.btn-frame .animated.infinite { animation-iteration-count: infinite; }
.btn-frame .kenit-alo-circle { width: 60px; height: 60px; top: -5px; right: -5px; position: absolute; background-color: transparent; border-radius: 100%; border: 2px solid rgba(7, 41, 103, 0.8); opacity: 0.1; border-color: var(--color-main); opacity: 0.5; }
.btn-frame .zoomIn { animation-name: zoomIn; }
.btn-frame .animated { animation-duration: 1s; animation-fill-mode: both; }
.btn-frame .kenit-alo-circle-fill { width: 70px; height: 70px; top: -10px; right: -10px; position: absolute; border-radius: 100%; border: 2px solid transparent; background-color: rgba(7, 41, 103, 0.35); opacity: 0.4; }
.btn-frame .pulse { animation-name: pulse; }
.grid-properties { display: flex; gap: 10px; align-items: flex-start; flex-wrap: wrap; }
.grid-properties span { position: relative; border: 1px solid #CDCDCD; padding: 5px 15px; cursor: pointer; border-radius: 3px; font-size: 14px; color: #595959; }
.grid-properties span:hover, .grid-properties span.active { border: 1px solid var(--color-main); color: #fff; background: var(--color-main); }
.grid-properties span:hover:after, .grid-properties span.active:after { content: ""; border: 0.9375rem solid transparent; border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d); bottom: 0; position: absolute; right: -0.9375rem; }
.grid-properties span.outstock { pointer-events: none; background-color: #fafafa; color: rgba(0, 0, 0, 0.26); cursor: not-allowed; }

/* Xu huong */
.wrap-xh { background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%); padding: 10px; border-radius: 10px; }
.title-xh { font-size: 25px; margin: 20px 0px; color: #333; font-weight: 700; text-align: left; text-transform: uppercase; }
.image-xh { border-radius: 10px; overflow: hidden; }
.name-xh { text-align: center; color: #333; font-size: 16px; margin: 10px 0px 0px; }

/* scrollToTop */
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }

/* Hidden Google Captcha */
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; }
[x-cloak] { display: none !important; }
.swiper .swiper-wrapper { width: inherit; height: inherit; }
.swiper.swiper-initialized .swiper-wrapper { margin: 0; width: 100%; height: 100%; }
.swiper.swiper-initialized .swiper-slide { padding: 0; margin: 0px; }

/* Tin tức */
.owl-news { margin-top: 30px; }
.row-news { margin: 0px -11.5px; }
.col-news { padding: 0px 11.5px; margin-bottom: 30px; }
.img_news{ border-radius:15px;overflow:hidden; }
.info-news { padding-top: 15px; }
.info-news h3 {margin-bottom: 5px;}
.info-news h3 a {color: #1C1B19;font-size: 15px;font-family: 'SVNGilroyBold';line-height: 1.5;text-transform: capitalize;}
.info-news h3 a.text-split {-webkit-line-clamp: 2;}
.info-news h3 a:hover { color: var(--color-main); }
.desc-news { line-height: 1.7; font-size: 14px; color: #333; margin-bottom: 0px; margin-top: 5px; height: auto; }
.desc-news.text-split { -webkit-line-clamp: 3; }
.info-news span {color: #6c6969;font-size: 14px;font-style: italic;}
.info-news span i { margin-right: 7px; }
.sort-product { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-bottom: 15px; }
.item-sort { display: inline-block; padding: 5px 15px; border-radius: 5px; border: 1px solid #ccc; font-size: 14px; color: #333; cursor: pointer; }
.item-sort i { margin-left: 10px; }
.item-sort:hover, .item-sort.active { color: #fff; background: #A86B11; border-color: #A86B11; }
.chitietsanpham { position: relative; }
.wrap-show-content {position: relative;padding: 16px 20px 3px;background-color: #fff;background-clip: border-box;-webkit-box-shadow: 0 0 3px 0 #dee2e6;box-shadow: 0 0 3px 0 #dee2e6;border-radius: 6px;}
.wrap-show-content.max-height { max-height: 500px; overflow: hidden; }
.wrap-show-content.active { max-height: 100%; }
.btn-show-content { text-align: center; position: absolute; left: 0px; right: 0px; bottom: 0px; background: linear-gradient(180deg, transparent, #FAFAFA); padding-top: 100px; }
.btn-show-content span { background: var(--color-main); color: #fff; padding: 8px 20px; border-radius: 5px; cursor: pointer; display: inline-block; }
.btn-show-content span i { margin-left: 10px; }
.wrap-show-content.active .btn-show-content { position: relative; padding: 20px; background: none; }


/* About Home */
.abouthome {padding: 40px 0 130px;position: relative;overflow: hidden;background: url("../images/bg_about.jpg") no-repeat bottom center;background-size: cover;overflow: hidden;}
.img_about { width: 33.75% }
.right_about { width: calc(66.25% - 40px); }
.info_about { position: relative; }
.info_about h3 { margin-bottom: 10px; }
.info_about h3 a { text-decoration: underline; text-underline-offset: 5px; color: var(--color-hover); font-size: 20px; }
.descabout { font-size: 18px; color: #000 }
.slick_about_top, .slick_about_bottom { display: none }
.about_bottom { width: calc(100% + 275px); left: -260px; position: relative;z-index: 5}
.about_bottom::before { position: absolute; content: ""; background: url("../images/af_about_bottom.png") no-repeat center; width: 779px; height: 41px; right: 25px;bottom: -60px;z-index: -2}
.about_bottom::after {position: absolute;content: "";background: #fff;width: 320px;height: 190px;left: -32px;bottom: -62px;border-radius: 5px;-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 17%);-moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 17%);box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 17%);z-index: -1}
.slick_about_bottom .col-12 { padding: 0 15px }
.item_about { border-radius: 5px; overflow: hidden; position: relative; cursor: pointer; }
.item_about > span { position: relative; }
.item_about > span::before { position: absolute; content: ""; width: 100%; height: 60%; bottom: 0; background: linear-gradient(transparent, var(--color-main)); z-index: 1; pointer-events: none }
.item_about span img { border-radius: 5px; overflow: hidden; }
.item_about h3 { position: absolute; bottom: 0; left: 0; width: 100%; margin-bottom: 0; padding: 10px 20px 20px; text-align: center; z-index: 9 }
.item_about h3 p { margin-bottom: 0; font-family: 'SFProDisplayBold'; font-size: 18px; text-transform: uppercase; color: #fff; line-height: 25px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; }
.item_about:hover h3 p { color: yellow; }
.more_about{line-height: 50px;width: 135px;text-align: center;background: var(--color-main);margin-bottom: 0;display: inline-block;font-family: 'SFProDisplayMedium';font-size: 18px;color: #fff;clip-path: polygon(100% 0, 100% calc(100% - 18px), calc(100% - 8px) 100%, 0 100%, 0 0);transition: all 1s}
.more_about:hover { background: var(--color-hover); transition: all 1s;color: #fff}
.slick_about_bottom .slick-prev { width: 10px; height: 15px; background: url('../images/left.png') !important; left: 210px; z-index: 9; top: calc(100% + 35px); }
.slick_about_bottom .slick-next { width: 10px; height: 15px; background: url('../images/right.png') !important; right: calc(100% - 260px); top: calc(100% + 35px);}
.slick_about_bottom .slick-prev:before { content: ''; }
.slick_about_bottom .slick-next:before { content: ''; }


/* criteria */
.criteria { margin: 30px 0; position: relative;border-bottom: 1px solid #c3cbde;padding-bottom: 25px;}
.slick_criteria { display: none; margin-left: -15px; margin-right: -15px; }
.slick_criteria .col-12 { padding: 0 15px; }
.item_criteria { display: flex; justify-content: space-between; align-items: center; }
.img_criteria { width: 62px; }
.item_criteria > span { display: block; width: calc(100% - 70px); color: #01133c; line-height: 25px; font-family: 'SFProDisplayMedium'; font-size: 18px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; text-transform: capitalize; }

/*  */
.producthome { position: relative; padding: 40px 0; }
.list-product { border-bottom: 1px solid #c5cde0; padding-bottom: 5px; margin-bottom: 15px; display: block; white-space: nowrap; overflow: overlay }
.list-product::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.list-product::-webkit-scrollbar { height: 4px; background-color: #F5F5F5; }
.list-product::-webkit-scrollbar-thumb { background-color: var(--color-main); }
.list-product span {color: var(--color-main);font-size: 16px;font-family: 'SFProDisplaySemibold';padding: 0 30px;text-transform: uppercase;position: relative;cursor: pointer;}
.list-product span::before {position: absolute;content: "";width: 6px;height: 6px;background: var(--color-main);left: 14px;top: 7px;border-radius: 50%;overflow: hidden;}
.list-product span.active { color: #d9221c }
.list-product span.active::before{ background: #d9221c }
.item_product {margin-bottom: 20px;text-align: center;border: 1px solid #ebe7e1;-webkit-box-shadow: 4px 6px 0px 0px rgba(247,247,247,1);-moz-box-shadow: 4px 6px 0px 0px rgba(247,247,247,1);box-shadow: 4px 6px 0px 0px rgba(247,247,247,1);}
.info_product { text-align: center; padding: 10px 15px 15px; }
.info_product h3 {margin-bottom: 4px;position: relative;}
.info_product h3 a { display: block; color: var(--color-main); line-height: 25px; font-size: 15px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical; text-transform: uppercase; font-family: 'SFProDisplayBold';height: 50px}
.item_product:hover .info_product h3 a { color: var(--color-hover); }
.info_product span { display: block; position: relative; color: var(--color-hover); font-size: 15px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;line-height: 25px;height: 50px;}
.info_product > a { color: var(--color-hover); font-size: 15px; font-family: 'SFProDisplayBold'; font-size: 15px; text-align: center; }



/* cat-product */
.cat-product {padding-bottom: 5px;margin-bottom: 5px;display: block;white-space: nowrap;overflow: overlay;text-align: center;}
.cat-product span {line-height: 36px;padding: 0 20px;color: #fff;border: 1px solid var(--color-main);border-radius: 5px;display:inline-block;color: var(--color-main);font-size: 16px;font-family: 'SFProDisplaySemibold';cursor: pointer;margin: 0 2px;}
.cat-product span.active,.cat-product span:hover{ background:var(--color-main);color:#fff; }
.cat-product::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.cat-product::-webkit-scrollbar { height: 4px; background-color: #F5F5F5; }
.cat-product::-webkit-scrollbar-thumb { background-color: var(--color-main); }


/* albumhome */
.albumhome { padding: 80px 0 50px; background: #f3f5f9 }
.title_album {text-align: center;margin-bottom: 30px;position: relative;}
.title_album::before{position:absolute;content:"";width: 367px;height:123px;background: url("../images/bf_album.png") no-repeat center;top: 40%;left:50%;transform:translate(-50% , -50%);}
.title_album span { color: #333333; text-transform: uppercase; font-size: 40px; font-family: 'SFProDisplayBold'; }
.title_album p { color: #333333; margin-bottom: 0; font-size: 18px; margin-top: -5px}
.slick_album{ display:none }
.slick_album .slick-slide > div{ display:block }
.item_albumhome{display: block !important;margin: 0 0 20px}
.item_albumhome{ padding:0 10px }
.item_albumhome a,.item_albumhome a img{ border-radius:5px;overflow:hidden; }

/* center */
.center { padding: 80px 0 40px; position: relative; }
.center_top { display: flex; align-items: center; justify-content: space-between; background: #e8ebf2; border-radius: 5px; overflow: hidden; margin-bottom: 20px;}
.img_center_top { width: 55% }
.img_center_top a,.img_center_top a img{ border-radius:5px;overflow:hidden; }
.info_center_top { width: 45%; padding: 25px; }
.info_center_top h3 {margin-bottom: 2px;position: relative;display: block;}
.info_center_top h3 a{ display: block; color: #333333; line-height: 1.4;font-family: 'SFProDisplayMedium'; font-size: 24px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;}
.center_top .info_center_top h3 a:hover{color: var(--color-hover);}
.info_center_top span{ color: #333333; line-height: 1.6; font-size: 18px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical;margin-bottom: 10px;}
.slick_center { display: none; margin-left: -15px; margin-right: -15px; }
.slick_center .col-12 { padding: 10px 15px; }
.item_center { position: relative; -webkit-box-shadow: 0px 0px 10px 0px rgba(191, 185, 191, 1); -moz-box-shadow: 0px 0px 10px 0px rgba(191, 185, 191, 1); box-shadow: 0px 0px 10px 0px rgba(191, 185, 191, 1); background: #fff;border-radius: 5px;overflow: hidden;}
.img_center > a, .img_center img { border-radius: 5px 5px 0 0; overflow: hidden; }
.info_center {padding: 0 20px 20px;position: relative;z-index: 1;}
.info_center > p{margin-bottom: 10px;width: 120px;line-height: 30px;text-align: center;color: #fff;background: linear-gradient(90deg, var(--color-main) , var(--color-hover));font-size: 13px;margin-top: -13px;}
.info_center > h3 {margin-bottom: 5px;position: relative;display: block;}
.info_center > h3 a{display: block;color: #333333;line-height: 25px;font-family: 'SFProDisplayBold';font-size: 18px;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;height: 50px;}
.item_center .info_center > h3 a:hover{color: var(--color-hover);}
.info_center > span{ display: block; color: #333333; line-height: 25px; font-size: 14px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;height: 50px;}

/* solution */
.solution { padding: 80px 0 50px; }
.tab_solution{text-align: center;white-space: nowrap;overflow-x: overlay;}
.list-product::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #F5F5F5; }
.list-product::-webkit-scrollbar { height: 4px; background-color: #F5F5F5; }::-webkit-scrollbar { height: 4px; background-color: #F5F5F5; }
.list-product::-webkit-scrollbar-thumb { background-color: var(--color-main); }::-webkit-scrollbar-thumb { background-color: var(--color-main); }
.tab_solution span { min-width: 345px; line-height: 53px; background: var(--color-main); text-align: center; color: #fff; font-family: 'SFProDisplaySemibold'; font-size: 18px; text-transform: uppercase;display: inline-block;border-radius: 5px;overflow: hidden;margin: 3px;cursor: pointer;}
.tab_solution span.active ,.tab_solution span:hover{ background:var(--color-hover); }
.box_solution {background: url("../images/bg_solution.jpg") no-repeat center right;background-size: cover;padding: 75px 0 65px;margin-top: -30px;}
.slick_solution{ display:none }
.item_solution { display: flex; align-items: center; justify-content: space-between; }
.img_solution { width: 49%; }
.img_solution a,.img_solution a img{ border-radius:5px;overflow:hidden; }
.info_solution { width: calc(51% - 45px); }
.info_solution h3 {margin-bottom: 5px;position: relative;display: block;}
.info_solution h3 a{ display: block; color: #000; line-height: 1.4;font-family: 'SFProDisplayBold'; font-size: 21px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; display: -webkit-box; -webkit-box-orient: vertical;text-transform: uppercase;}
.item_solution .info_solution h3 a:hover{color: var(--color-hover);}
.info_solution span{ color: #333333; line-height: 1.8; font-size: 18px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 7; display: -webkit-box; -webkit-box-orient: vertical;margin-bottom: 10px;}

/* tab */
.box_content_tab { position: absolute; width: 100%; top: 0; left: 0; margin: 0; }
.tab_content { opacity: 0; visibility: hidden; position: relative; width: 100%; }
.tab_content.active { opacity: 1; visibility: visible; position: relative; }
.tab_content.active .box_content_tab { position: relative }

/*why */
.why { background: url("../images/bg_criteria.jpg") no-repeat center; padding: 65px 0 50px; background-size: cover;    overflow: hidden; }
.slick_why { display: none; margin-left: -15px; margin-right: -15px; }
.slick_why .col-12 { padding: 0 15px; }
.item_why { padding-bottom: 50px; background: url("../images/linewhy.png") no-repeat bottom left; }
.img_why { max-width: 80px; margin-bottom: 10px; }
.info_why h3 { margin-bottom: 8px; color: #fff; font-family: 'SFProDisplayBold'; font-size: 18px; text-transform: uppercase; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; display: -webkit-box; -webkit-box-orient: vertical; }
.info_why span { color: #fff; line-height: 1.8; font-size: 16px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; }

/*  */






















/*  */
.title-main { text-align: center; margin-bottom: 20px; position: relative; }
.title-main span { color: #333333; font-size: 40px; text-transform: uppercase; position: relative; z-index: 1; font-family: 'SFProDisplayBold'; }


/* product detail */
.grid-pro-detail { display: flex; justify-content: space-between; }
.grid-pro-detail .left-pro-detail { width: 40%; }
.grid-pro-detail .right-pro-detail { width: 56.5%; }
.grid-pro-detail .right-pro-detail ul { list-style: none; padding: 0px; }
.grid-pro-detail .right-pro-detail ul li { margin-bottom: 20px; }
.grid-pro-detail .right-pro-detail .title-pro-detail {font-size: 20px;font-family: 'SFProDisplayBold';color: var(--color-main);}
.grid-pro-detail .right-pro-detail .title-pro-detail1 {font-size: 20px;font-family: 'SFProDisplayBold';color: var(--color-hover);}
.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail { display: inline-block; margin-bottom: 0px; }
.grid-pro-detail .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail { font-weight: 700; font-size: 20px; color: #f00; }
.album-product { position: relative; max-width: 550px; margin: 10px auto 0px; }
.row-pro-detail { margin: 0px -5px; }
.col-pro-detail { padding: 0px 5px; }
.swiper-pro-detail .swiper-button-prev { left: 0px; }
.swiper-pro-detail .swiper-button-next { right: 0px; }
.swiper-pro-detail .swiper-button-prev, .swiper-pro-detail .swiper-button-next { top: calc(50% + 7px); width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; background: rgb(0 0 0 / 50%); border-radius: 5px; color: #fff; }
.swiper-pro-detail .swiper-button-next:after, .swiper-pro-detail .swiper-button-prev:after { font-size: 15px; }
.swiper-pro-detail .swiper-button-prev:hover, .swiper-pro-detail .swiper-button-next:hover { background: var(--color-main); color: #fff; }
.item-detail { color: #8E8E8E; font-size: 14px; padding: 0px 19px; position: relative; }
.item-detail::after { position: absolute; right: 0px; top: 3px; width: 1px; height: 14px; background: #8E8E8E; content: ''; }
.item-detail:last-child::after { display: none; }
.item-detail i { margin-right: 5px; }
.item-detail-comment-star { position: relative; font-size: 13px; margin-right: 19px; }
.item-detail-comment-star::after { position: absolute; right: -19px; top: 3px; width: 1px; height: 14px; background: #8E8E8E; content: ''; }
.item-detail-comment-star span { position: absolute; left: 0px; top: 0px; color: #FFCD00; white-space: nowrap; overflow: hidden; }
.product-sold-detail { color: #9F9F9F; font-size: 14px; }
.product-sold-detail span { color: #474747; font-weight: 600; }
.product-price-detail {/* background: #F5F5F5; *//* padding: 12px 20px; */border-radius: 6px;}
.product-price-detail strong { color: #474747; font-size: 16px; font-weight: 500; margin-right: 15px; }
.product-price-detail .attr-content-pro-detail { display: flex; align-items: center; }
.product-price-detail .price-new-pro-detail {color: var(--color-hover);font-size: 25px;font-family: 'SFProDisplayBold';}
.product-price-detail .price-old-pro-detail { color: #9E9E9E; font-size: 15px; margin-right: 35px; }
.product-price-detail .percent-pro-detail { color: #fff; font-size: 13px; padding: 1px 10px; border-radius: 2px; background: var(--color-main); }
.attr-label-pro-detail { font-weight: 500; color: #474747; }
.price-new-pro-detail { font-weight: 700; font-size: 20px; color: #ff2e00 }
.price-old-pro-detail { font-weight: 500; color: #666; text-decoration: line-through; padding-left: 10px }
.color-pro-detail.active, .size-pro-detail.active, .size-pro-detail:hover { color: #fff !important; background: var(--color-main); }
.quantity-pro-detail { margin-top: 10px; width: 100%; max-width: 164px; line-height: normal; display: flex; align-items: center; justify-content: space-between; text-align: center; border: 1px solid #000; margin-right: 20px; border-radius: 15px; font-weight: 500; border: none; border-radius: 0px; }
.quantity-pro-detail span { line-height: 31px; padding: 0; width: 37px; height: 33px; color: #000; cursor: pointer; font-size: 18px; border-radius: 3px; }
.quantity-pro-detail span.quantity-plus-pro-detail { margin-left: -1px; }
.quantity-pro-detail span.quantity-minus-pro-detail { margin-right: -1px; }
.quantity-pro-detail input { height: 33px; width: calc(100% - 72px); text-align: center; padding: 5px; border-radius: 3px; font-size: 16px; font-weight: normal; border: 1px solid #ddd; }
.quantity-pro-detail .quantity-minus-pro-detail, .quantity-pro-detail .quantity-plus-pro-detail { background-color: #FFFFFF; border: 1px solid #ddd; }
.cart-pro-detail { margin-bottom: 1rem; display: flex; align-items: flex-end; }
.cart-pro-detail a { text-align: center; color: #fff; padding: 10px 20px; text-transform: capitalize; cursor: pointer; border-radius: 3px; font-weight: 500; font-size: 15px; line-height: 23px; border: 1px solid var(--color-main); }
.cart-pro-detail a.addnow { margin-right: 10px; color: var(--color-main) }
.cart-pro-detail a.addnow:hover { background-color: var(--color-main); color: #fff; border-color: var(--color-main); }
.cart-pro-detail a.buynow { background-color: var(--color-main) }
.cart-pro-detail a.buynow:hover { background-color: var(--color-main); color: #fff }
.cart-pro-detail a i { vertical-align: top; margin-top: 3px; margin-right: 8px }
.social-product-detail { display: flex; justify-content: space-between; align-items: flex-start; margin-top: 25px; margin-bottom: 15px; flex-wrap: wrap; }
.left-social-product-detail { width: 61.7%; }
.right-social-product-detail { width: 34.8%; padding-top: 15px; }
.title-product-tuvan { border-bottom: 1px solid #E3E3E3; margin-bottom: 15px; }
.title-product-tuvan span { display: inline-block; color: #1C1B19; font-size: 15px; font-weight: 600; padding-bottom: 5px; margin-bottom: -1px; border-bottom: 1px solid var(--color-main); text-transform: capitalize; }
.title-product-tuvan span i { color: var(--color-main); font-size: 18px; margin-right: 10px; }
.item-social-product-detail { display: inline-block; border: 1px solid #D8D8D8; border-radius: 10px; padding: 6px; margin-right: 6px; }
.item-social-product-detail img { border-radius: 10px; }
.customer-benefits { padding: 10px 25px; background: #F6F6F6; border-radius: 15px; }
.title-customer-benefits { border-bottom: 1px solid #EBEBEB; margin-bottom: 10px; }
.title-customer-benefits span { color: #1C1B19; font-size: 14px; font-weight: 600; text-transform: capitalize; border-bottom: 1px solid #CCCCCC; display: inline-block; padding-bottom: 5px; margin-bottom: -1px; }
.content-customer-benefits { color: #585858; font-size: 14px; }
.left-content-detail { width: calc(100% - 320px); background: #FAFAFA; padding: 30px 20px; border: 1px solid #E0E0E0; border-radius: 10px; }
.right-content-detail { width: 300px; }
.title-product-detail {background: #EEEEEE;color: #1C1B19;padding: 12px 18px;border-radius: 3px;font-size: 17px;font-weight: 600;text-transform: uppercase;margin-bottom: 5px;}
.sub-right { margin-bottom: 30px; }
.title-right { color: #1C1B19; font-size: 17px; text-transform: uppercase; font-weight: 500; padding: 13px 18px; margin-bottom: 5px; border-bottom: 2px solid var(--color-main); border-radius: 3px; background: #F9F9F9; }
.item-properties { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.item-properties .attr-label-pro-detail { width: 100px; }
.item-properties .grid-properties { width: calc(100% - 110px); }
.tabs-pro-detail { margin-top: 1rem; }
.tabs-pro-detail .nav-tabs .nav-link { font-size: 15px; color: #000; font-weight: 500; text-transform: capitalize; border: none; background: #cccccc96; font-family: 'SFProDisplayBold';}
.tabs-pro-detail .nav-tabs .nav-link:hover, .tabs-pro-detail .nav-tabs .nav-link.active, .tabs-pro-detail .nav-tabs .nav-item.show .nav-link { background: var(--color-main); color: #fff; border: none; }

/*  */
.title_left { border-bottom: 0; background-color: var(--color-hover); border-radius: 0; display: block; padding: 10px 0; color: #fff; text-align: center; font-size: 22px; font-family: 'SFProDisplayBold'; text-transform: uppercase; margin-bottom: 0; }
.box-left-product { padding: 15px; background: #f9f9f9; border: 1px solid #ededed; border-top: 0; }
.box-left-product > li { font-family: 'SFProDisplayBold'; color: #000000; border: 1px solid #ededed; display: block; padding-left: 25px; padding-right: 15px; position: relative; background: url("../images/plus.jpg") no-repeat 10px center #fff; margin-bottom: 15px;}
.box-left-product > li.active,.box-left-product > li:hover { border-color: var(--color-hover); color: var(--color-hover); background: url("../images/x.jpg") no-repeat 10px center #fff; }
.box-left-product li a { padding: 10px 0; display: block; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; color: #000000 }
.box-left-product li .toggle { position: absolute; top: 0; right: 10px; height: 40px; width: 1em; min-height: 1em; margin: 0 0 0 5px; }
.box-left-product li ul { border-left: 1px solid #ddd; margin: 0 0 10px 3px; padding-left: 15px; width: 100%; display: none; }
.box-left-product li.active ul { display: block !important }
.box-left-product li ul li { }
.box-left-product li ul li a { font-size: .9em; padding: 3px 0; display: inline-block; }
.box-left-product li ul li a:hover{ color: var(--color-hover); }
.active > .toggle { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }