/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme - Theme robot clean home
Author: HaiLX - hailx.vcp@gmail.com
Template: flatsome Parent
Version: 3.0
#007BFF (Xanh Dương Gradient)
#FF8C00 (Cam Gradient)
#6C757D (Xám Trung Tính)
#F8F9FA (Sáng)
*/

/*************** HaiLx ADD CUSTOM CSS.   ***************/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap');
body,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .heading-font, 
body a,
body span,
body .off-canvas-center .nav-sidebar.nav-vertical > li > a,
body input,
body ul li,
body p,
body .nav > li > a {
	font-family: 'Roboto Slab', serif;
}
body .container-width, body .full-width .ubermenu-nav, body .container, body .row {
    max-width: 1220px;
}


.hotline-top {
	background-color: #ee3900;
	border: 1px solid #ee3900;
	padding: 0 5px;
	border-radius: 5px;
	width: 155px;
	padding-left: 45px;
}
.hotline-top:hover {
	background: white;
}
.hotline-top:hover a {
	color: #ee3900;
	transition-duration: 0.3s;
}
.hotline-top:before {
	content: "\e008";
	font-family: 'fl-icons' !important;
	position: absolute;
	left: 18px;
	top: 6px;
	font-size: 18px;
    color: white;
    transition-duration: 0.3s;
}
.hotline-top:hover:before {
	color: #ee3900;
	transition-duration: 0.3s;
}
.hotline-top a { color: white; }
.hotline-top a .phone-top {
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
}
.hotline-top a .text-top {
	font-size: 12px;
}
.nav > li > .wishlist-link { font-size: 12px;}
.header-nav .header-search-form {
	width: 90%;
}
.header-nav .header-search-form .ux-search-submit {
	width: 80px;
}
#wide-nav {
	background: #000;
}
#wide-nav ul li {
	padding: 0 10px;
	color: white;
	margin: 0;
}
#wide-nav ul li.active,
#wide-nav ul li:hover {
	background: #ee3900;
    border-radius: 5px;
}
#wide-nav ul.nav > li > a,
#wide-nav ul li a:hover {
	color: white !important;
	
}
#wide-nav ul li a {
	border-bottom: none !important;
}
#wide-nav .menu-item-has-children:hover .nav-dropdown-default {
	left: 0 !important;
}
body .header-top {
    background-color: #114d7a;
}
.header-nav-main {
	display: flex;
}
.header-nav-main li {
	flex-grow: 1;
	margin: 0;
	position: relative;
	padding-top: 20px;
}
ul.header-nav li a {
    text-transform: capitalize;
    padding: 10px 20px;
    color: #114d7a;
    font-size: 14px;
    transition-duration: 0.2s;
    max-width: 115px;
    text-align: center;
    line-height: 18px;
}
ul.header-nav li a:hover {
    color: #f08825;
}
ul.header-nav li.html_topbar_right {
    margin-bottom: 15px;
}
ul.header-nav li .top-hotline a {
    background: #f08825;
    color: white !important;
    border-radius: 33px;
    border: 2px solid #f08825;
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    margin-top: -30px;
    letter-spacing: 3px;
    text-shadow: 0 0 black;
}
ul.header-nav li .top-hotline a:hover {
    background: #114d7a;
    border: 2px solid #f08825;
}

ul.header-nav li.html_topbar_right:before {
    display: none;
}

ul.header-nav li:before {
    content: "";
    position: absolute;
    left: 51px;
    top: 0;
    width: 32px;
    height: 32px;
    background-size: 100% !important;
}
ul.header-nav li:nth-child(1):before {
    background: url(https://lamtheapec.org/wp-content/uploads/2026/05/icon-tich-hop.png) no-repeat top left rgba(0, 0, 0, 0);
    left: 40px;
}
ul.header-nav li:nth-child(2):before {
    background: url(https://lamtheapec.org/wp-content/uploads/2026/05/icon-dia-cau.png) no-repeat top left rgba(0, 0, 0, 0);
    left: 43px;
    width: 25px;
}
ul.header-nav li:nth-child(3):before {
    background: url(https://lamtheapec.org/wp-content/uploads/2026/05/icon-loa.png) no-repeat top left rgba(0, 0, 0, 0);
    left: 37px;
    width: 25px;
}
ul.header-nav li:nth-child(4):before {
    background: url(https://lamtheapec.org/wp-content/uploads/2026/05/icon-tim.png) no-repeat top left rgba(0, 0, 0, 0);
    left: 23px;
}
ul.header-nav li:nth-child(5):before {
    background: url(https://lamtheapec.org/wp-content/uploads/2026/05/icon-hop-tac.png) no-repeat top left rgba(0, 0, 0, 0);
    left: 25px;
}
/* Tạo đường border giả bằng ::after */
.header-nav li.menu-item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px; /* Độ dày của border */
    background-color: #f08825; /* Màu đen theo yêu cầu */
    
    /* Quan trọng: Thu nhỏ đường line về 0 ngay chính giữa */
    transform: scaleX(0);
    transform-origin: center; 
    
    /* Tạo hiệu ứng mượt mà khi biến đổi */
    transition: transform 0.3s ease-in-out;
}

/* Hiệu ứng khi hover vào thẻ a */
.header-nav li.menu-item a:hover::after {
    /* Phóng to đường line lên kích thước đầy đủ (100%) */
    transform: scaleX(1);
}
#home-banner .elementor-top-column .elementor-widget-wrap {
    padding: 0 !important;
}
.home #content {
    padding-top: 0 !important;
}
.khoi-apec{ 
    text-align: center;
    margin-bottom: 50px;
}
.sub-head {
    text-transform: uppercase;
    color: #f08825;
    font-weight: 700;
    font-size: 24px;
    font-family: Monospace;
    letter-spacing: 3px;
}
.h2-head h2 {
    font-family: 'Roboto Slab';
    font-weight: bold;
    color: #114d7a;
    text-transform: capitalize;
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 10px;
}

#why-apec-head {
    text-align: center;
}
#why-apec .elementor-image-box-img {
    width: 100% !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 10px;
    padding: 10px 0;
}
#why-apec .elementor-image-box-img img {
    max-height: 185px;
    width: auto;
    align-items: center;
}
#why-apec .elementor-container > div:nth-child(2n+1) {
    background-color: aliceblue;
}
#why-apec .elementor-container h3 {
    display: none;
}

.earth-map {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}
.earth-map iframe {
    width: 100vw;
    height: 100vh;
}
.close-map {
    width: 50px;
    height: 50px;
    position: absolute;
    background: white;
    left: 70%;
    top: 10%;
    border-radius: 50%;
    cursor: pointer;
}
.close-map:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #000;
    color: #000;
    position: absolute;
    transform: rotate(45deg);
    top: 23px;
    left: 16px;
}
.close-map:after {
    content: "";
    width: 20px;
    height: 1px;
    background: #000;
    color: #000;
    position: absolute;
    transform: rotate(-45deg);
    top: 23px;
    left: 16px;
}
#about-us {
    margin-top: 100px;
}
.about-us-wrap {
    color: black;
}
.about-us-wrap ul li {
    list-style: none;
    position: relative;
    padding-left: 10px;
}
.about-us-wrap ul li:before {
    content: "\e00a";
    font-family: 'fl-icons';
    position: absolute;
    top: 0;
    left: -15px;
    color: #114d7a;
}
#about-us img {
    border-radius: 30px;
}
.about-us-right {
    margin-left: 30px;
}
.about-us-exp {
    background: #114d7a;
    position: relative;
    padding: 30px 15px 30px 150px;
    color: white;
    font-size: 16px;
    line-height: 36px;
    font-style: italic;
    margin: 50px 0;
    border-radius: 15px;
}
.about-us-exp:before {
    content: "";
    width: 100px;
    height: 100px;
    background: url(https://lamtheapec.org/wp-content/uploads/2026/05/icon-ten-lua.png) no-repeat center center #fff;
    position: absolute;
    background-size: 60%;
    left: 30px;
    top: 35px;
    border-radius: 50%;
}
.about-us-exp p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.our-mission {
    padding: 0 30px;
    position: relative;
    margin-top: 35px;
}
.our-mission h3 {
    color: #f08825;
    text-transform: uppercase;
}
.our-mission:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #f08825;
    border-radius: 3px 3px;
}
.btn-dang-ky {
    margin: 10px auto;
}
.btn-dang-ky a {
    color: #114d7a;
    text-decoration: underline;
    font-style: italic;
    position: relative;
    padding-right: 50px;
}
.btn-dang-ky a:before {
    content: "\f105";
    font-family: 'fl-icons';
    position: absolute;
    right: 0;
    top: 0;
    color:  #114d7a;
}
.btn-dang-ky a:after {
    content: "\f105";
    font-family: 'fl-icons';
    position: absolute;
    right: 20px;
    top: 0;
    color:  #114d7a;
}
.btn-register {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}
.btn-apec-gradient {
  /* Định hình kích thước và chữ */
  padding: 14px 32px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  
  /* Bo góc hiện đại */
  border: none;
  border-radius: 50px;
  cursor: pointer;
  
  /* Màu Gradient phối từ Xanh Dương sang Cam của Logo */
  background: linear-gradient(135deg, #0c4a8a 0%, #1e75c5 40%, #f37022 100%);
  background-size: 200% auto; /* Để tạo hiệu ứng chuyển động khi hover */
  
  /* Đổ bóng đổ tạo chiều sâu bằng chính tone màu chủ đạo */
  box-shadow: 0 4px 15px rgba(30, 117, 197, 0.4);
  
  /* Mượt mà khi chuyển cảnh */
  transition: all 0.4s ease-in-out;
  outline: none;
}

/* Hiệu ứng khi rê chuột vào (Hover) */
.btn-apec-gradient:hover {
  /* Dịch chuyển dải màu tạo hiệu ứng ánh cam rực rỡ hơn */
  background-position: right center;
  
  /* Nút nhô nhẹ lên và bóng đổ sâu hơn */
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 112, 34, 0.5);
}

/* Hiệu ứng khi click chuột (Active) */
.btn-apec-gradient:active {
  /* Nút lún xuống tạo cảm giác vật lý thực tế */
  transform: translateY(1px);
  box-shadow: 0 2px 10px rgba(12, 74, 138, 0.3);
}
#our-award .elementor-image-box-img {
    width: 100% !important;
}

#our-award h3 {
    display: none;
}
#home-dich-vu {
    margin-top: 50px;
}
#home-dich-vu .head-group {
    text-align: center;
}
#sec-dich-vu .sv-detail h3 {
    color: #114d7a;
    padding: 20px 0 10px;
    font-size: 18px;
}
.act-group {
    margin-top: 15px;
}
.act-group .act-btn a {
    position: relative;
    color: #f08825;
    padding-right: 10px;
}
.act-group .act-btn a:after {
    content: "\f105";
    font-family: 'fl-icons';
    position: absolute;
    right: 0;
    top: 0;
    color: #f08825;
}
.act-group .act-btn a:before {
    content: "\f105";
    font-family: 'fl-icons';
    position: absolute;
    right: 0;
    top: 0;
    color: #f08825;
    opacity: 1;
}
@keyframes hover_link {
    from {
        right: 0;
        opacity: 0;
    } to {
        right: -10px;
        opacity: 1;
    }
}
.act-group .act-btn:hover a:before {
    animation: hover_link 1s infinite;
    opacity: 1;
}
.btn-apec-gradient:hover {
    color: white !important;
}
.all-service {
    margin: 50px 0;
    text-align: center;
}
.quy-dinh-right .elementor-widget-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.quy-dinh-right .elementor-widget-wrap .title-right {
    color: black;
    line-height: 30px;
}
#quy-dinh img {
    border-radius: 30px;
}
#quy-dinh .elementor-accordion .elementor-tab-title {
    background: #114d7b;
}
#quy-dinh .elementor-widget-accordion .elementor-active .elementor-accordion-title {
    color: #e8ca8a;
}
#quy-dinh .elementor-widget-accordion .elementor-accordion-item a {
    padding-left: 38px;
    position: relative;
    color: #f08825;
}
#quy-dinh .elementor-widget-accordion .elementor-accordion-item a:before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: -7px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #111;
}
#quy-dinh .elementor-widget-accordion .elementor-accordion-item:nth-child(1) a:before {
    content: "1";
}
#quy-dinh .elementor-widget-accordion .elementor-accordion-item:nth-child(2) a:before {
    content: "2";
}
#quy-dinh .elementor-widget-accordion .elementor-accordion-item:nth-child(3) a:before {
    content: "3";
}
#quy-dinh .elementor-widget-accordion .elementor-accordion-item:nth-child(4) a:before {
    content: "4";
}
#quy-dinh .elementor-widget-accordion .elementor-accordion-item:nth-child(5) a:before {
    content: "5";
}
#quy-dinh .elementor-widget-accordion .elementor-accordion-item:nth-child(6) a:before {
    content: "6";
}
#quy-dinh .elementor-widget-accordion .elementor-tab-content {
    color: black;
}
#quy-dinh .elementor-widget-accordion .elementor-tab-content ul li {
    list-style: none;
    position: relative;
    color: black;
    padding-left: 50px;
    padding-left: 30px;
    margin-left: 0;
}
#quy-dinh .elementor-widget-accordion .elementor-accordion-item:nth-child(4) .elementor-tab-content {
    padding-left: 100px;
    background: url(https://lamtheapec.org/wp-content/uploads/2026/05/icon-hop-tac.png) no-repeat 0px 37px rgba(0, 0, 0, 0);
    background-size: 100px;
}

#quy-dinh .elementor-widget-accordion .elementor-tab-content ul li:before {
    content: "\e00a";
    font-family: 'fl-icons';
    position: absolute;
    top: 0;
    left: 0;
    color: green;
}
#blog-list .pt-cv-meta-fields .entry-date,
#blog-list .pt-cv-taxoterm.above_title {
    display: none;
}
#blog-list .pt-cv-title {
    margin-top: 30px !important;
}
#blog-list .pt-cv-content {
    text-align: justify;
}
#blog-list .pt-cv-rmwrap {
    display: none;
}
.pt-cv-title a {
    line-height: 26px;
}
.pt-cv-rmwrap, .pt-cv-meta-fields {
    text-align: center;
}
@keyframes zoom_small {
    from {
        transform: scale(1);
    } to {
        transform: scale(1.1);
    }
}
#blog-list .pt-cv-thumb-wrapper, .pt-cv-thumb-wrapper   {
    overflow: hidden;
}
#blog-list .pt-cv-thumb-wrapper img:hover,
.pt-cv-thumb-wrapper img:hover {
    animation: zoom_small 0.5s;
    transform: scale(1.1);
}
.pt-cv-view.iscvblock .pt-cv-content-item a:hover {
    color: #f08825;
}
#breadcrumbs {
    color: white;
    text-align: center;
    padding: 30px;
    background-size: 125px;
    font-size: 13px;
    background: linear-gradient(135deg, #0c4a8a 0%, #1e75c5 40%, #f37022 100%);
   
}
#breadcrumbs:before {
    width: 250px;
    position: absolute;
    height: 80px;
    content: "";
    background: url(https://lamtheapec.org/wp-content/uploads/2026/06/logo-apec-small.png) no-repeat;
    opacity: 0.5;
    background-size: 100%;
    right: 10%;
    top: 0;
}
#breadcrumbs a {
    color: #f08825;
}
#breadcrumbs a:hover {
    text-decoration: underline;
}
.single-post #content {
    padding-top: 0 !important;
}

#blog-home,
#head-lien-he {
    margin-top: 50px;
}
.pt-cv-rmwrap .pt-cv-readmore {
    background: #f08825 !important;
    padding-right: 30px;
    position: relative;
}
.pt-cv-rmwrap .pt-cv-readmore:before {
    content: "\f105";
    font-family: 'fl-icons';
    position: absolute;
    right: 15px;
    top: 6px;
    color: white;
    opacity: 1;
}
.pt-cv-rmwrap .pt-cv-readmore:hover {
    background-color: #114d7a !important;
}
.pt-cv-meta-fields > span {
    display: none;
}
.pt-cv-meta-fields > span:nth-child(1) {
    display: block;
}
#head-lien-he .head-group {
    text-align: center;
}

/*** GIOI THIEU PAGE ***/
#thu-ngo {
    
}
#thu-ngo img {
    border-radius: 15px;
}
#thu-ngo .trich-dan {
    padding: 55px 25px;
    position: relative;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-style: italic;
    font-size: 18px;
}
#thu-ngo .elementor-widget-wrap,
#gt-su-menh .elementor-widget-wrap {
    align-content: center;
}
#thu-ngo .trich-dan:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #114d7a;
    background: url('assets/imgs/quote.png') no-repeat center center rgba(0, 0, 0, 0);
    background-size: 100%;
}
#thu-ngo .trich-dan:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #114d7a;
    background: url('assets/imgs/quote.png') no-repeat center center rgba(0, 0, 0, 0);
    background-size: 100%;
}
#gt-su-menh {
    margin-top: 50px;
}
#gt-su-menh img {
    border-radius: 20px;
}
#lich-su {
    text-align: center;
}
#history-detail {
    color: black;
}
#history-detail h3 {
    color: #114d7a;
}
#history-detail h4 {
    color: #f08825;
}
#history-detail ul li p {
    color: black;
}
#lien-he-main {
    padding: 100px 0;
    border-radius: 30px;
    overflow: hidden;
    color: black;
}
#lien-he-main .contact-infor {
    color: black;
}
#lien-he-main .contact-infor h2 {
    color: #f08825;
    text-transform: uppercase;
    font-family: monospace;
    text-shadow: 0 0 black;
    font-size: 26px;
}
.contact-des {
    font-style: italic;
    margin-bottom: 20px;
}
#lien-he-main .contact-infor ul li {
    list-style: none;
    position: relative;
    padding-left: 50px;
    color: rgb(17, 77, 122);
}
#lien-he-main .contact-infor ul li b {
    color: rgb(240, 136, 37);
}
#lien-he-main .contact-infor ul li:before {
    content: "";
    background: url(https://lamtheapec.org/wp-content/uploads/2026/06/icon-gold-social.png) no-repeat -5px -7px rgba(0, 0, 0, 0);
    position: absolute;
    left: 0px;
    top: 0;
    width: 30px;
    height: 28px;
    background-size: 125px;
}
#lien-he-main .contact-infor ul li:nth-child(2):before {
    background: url(https://lamtheapec.org/wp-content/uploads/2026/06/icon-gold-social.png) no-repeat -34px -5px rgba(0, 0, 0, 0);
    background-size: 125px;
}
#lien-he-main .contact-infor ul li:nth-child(3):before {
    background: url(https://lamtheapec.org/wp-content/uploads/2026/06/icon-gold-social.png) no-repeat -34px -35px rgba(0, 0, 0, 0);
    background-size: 125px;
}
#lien-he-main .contact-infor ul li:nth-child(4):before {
    background: url(https://lamtheapec.org/wp-content/uploads/2026/06/icon-gold-social.png) no-repeat -64px -5px rgba(0, 0, 0, 0);
    background-size: 125px;
}
#lien-he-main .contact-infor ul li:nth-child(5):before {
    background: url(https://lamtheapec.org/wp-content/uploads/2026/06/icon-gold-social.png) no-repeat -94px -5px rgba(0, 0, 0, 0);
    background-size: 125px;
}
#lien-he-main .contact-infor ul li:nth-child(6):before {
    background: url(https://lamtheapec.org/wp-content/uploads/2026/06/icon-gold-social.png) no-repeat -94px -35px rgba(0, 0, 0, 0);
    background-size: 125px;
}
#lien-he-main .contact-infor ul li:nth-child(7):before {
    background: url(https://lamtheapec.org/wp-content/uploads/2026/06/icon-gold-social.png) no-repeat -64px -35px rgba(0, 0, 0, 0);
    background-size: 125px;
}

/* Khởi tạo cấu trúc 1 ngôi sao băng */
#lien-he-main .shooting-star {
            position: absolute;
            top: 0;
            left: 0;
            height: 2px;
            /* Tạo vệt đuôi dài bằng gradient mờ dần */
            background: linear-gradient(-45deg, #5f9ea0, rgba(0, 0, 255, 0));
            filter: drop-shadow(0 0 6px #fff);
            transform: rotate(-45deg); /* Xoay góc để sao lao chéo xuống */
            animation: fall linear infinite;
            opacity: 0;
            pointer-events: none;
}

/* Hiệu ứng hoạt ảnh chuyển động rơi */
@keyframes fall {
            0% {
                transform: rotate(-45deg) translateX(0);
                opacity: 1;
            }
            70% {
                opacity: 1;
            }
            100% {
                /* Đẩy ngôi sao lao đi dọc theo trục X đã xoay */
                transform: rotate(-45deg) translateX(-1000px);
                opacity: 0;
            }
}
.contact-note {
    font-style: italic;
    font-size: 14px;
}
.related-wrap {
    margin: 0 auto;
    padding: 50px 15px;
    background: aliceblue;
    margin-top: 50px;
}

.related-wrap .related-course {
    max-width: 1220px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.related-wrap .related-course .widgettitle {
    text-transform: uppercase;
    color: #f08825;
    text-align: center;
    margin-bottom: 50px;
    font-family: fangsong;
}
.related-wrap .related-course .widgettitle:before {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    background-size: 100% 100%;
    background: url(https://lamtheapec.org/wp-content/uploads/2026/05/icon-a.png) no-repeat center center rgba(0, 0, 0, 0);
    background-size: 100%;
    margin-left: -60px;
    margin-top: -8px;
    border-radius: 50%;
    padding: 15px;
}









.home .banner {
	background: rgba(0, 0, 0, 0);
}
.home #content .row-main,
.home #content .row-main .banner,
.home #content .row-main .banner .banner-inner,
.home #content .row-main .banner .banner-inner .container { max-width: 100% !important; }
.home #content .row-main .large-12 {
	margin: 0;
	padding: 0;
}
.home #content .row-main .col-inner > .row,
.home #content .row-main .col-inner > .container {
	margin: 0 auto;
}
input[type='submit'], 
input[type='submit'].button, 
input[type='submit'], 
.primary {
    background-color: cornflowerblue;
}
.product-footer .tab-panels h2 {
	font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 20px;
    position: relative;
	padding-bottom: 10px;
    color: brown;
}
.product-footer .tab-panels h2:before {
	content: "";
	width: 5px;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	background: cornflowerblue;
}
body .product-info .breadcrumbs {
    font-size: 0.65em;
}
h1.product-title {
 	font-size: 16px;
}
.badge-container { display: none; }
.price-wrapper .price ins {
	float: right;
}
.price-wrapper .price ins span {
	display: inline-block;
    overflow: hidden;
    font-size: 24px;
    color: #121A4B;
    vertical-align: middle;
    margin-right: 10px;
    font-weight: 600;
}  
.box-text-products .price-wrapper .price ins span {
	font-size: 16px;
}
.price-wrapper .price del span {
	font-size: 18px;
    color: #bbb;
}
.box-text-products .price-wrapper .price del span {
	font-size: 14px;
}
.product-short-description {
	margin-bottom: 10px;
}
.product-short-description p {
	margin-bottom: 7px;
	color: black;
	font-size: 14px;
}
.tab-panels {
	color: black;
}
#comments { font-size: 14px; padding-bottom: 10px; }
#comments h3 { font-size: 16px; }
#respond, #respond h3 {
	font-size: 13px;
}
#review_form .has-border {
    border: 1px solid #121A4B;
    padding: 10px;
}
.slider-wrapper { margin-bottom: 30px; }
.section-title-container h3 {
	text-align: left;
	position: relative;
	display: block;
}
.section-title-container h3:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #121A4B;
	position: absolute;
	bottom: 0;
	left: 0;
}
.section-title-container h3 span {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
  width: auto;
}
.product-footer a {
	color: blue;
}

.section-title-container h3 span:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 38px solid transparent;
  border-left: 20px solid #121A4B;
  border-bottom: 0px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  top: 0px;
  right: -20px;
}

.section-title-container h3 span {
  background: #121A4B;
  padding: 10px 20px 8px 20px;
  color: white;
  position: relative;
  display: inline-block;
  margin: 0;
}
.section-title-container h3 {

}
#footer {
    background: url(https://lamtheapec.org/wp-content/uploads/2026/06/footer-bg.png) no-repeat top center rgba(0, 0, 0, 0);
    background-size: 100% 100%;
    padding: 50px 0 0;
}
#footer .footer-2 {
	background: rgba(0, 0, 0, 0) !important;
}
#footer .footer-2 ul li,
#footer .footer-2 ul li p {
	color: #fff;
}
#footer .footer-2 ul li span {
	color: white;
}
#footer .footer-2 ul li a:hover {
    text-decoration: underline;
}
.gt-main {
	display: inline-block;
}
.gt-main-left {
	width: 70%;
	float: left;
}
.gt-main-left h3 {
	text-transform: uppercase;
    color: #121A4B;
    padding-left: 7px;
    border-left: 2px solid;
}
.gt-main-left ul li {
	list-style: none;
}
.gt-head {
	margin-bottom: 20px;
}
.gt-main-right {
	position: sticky;
    top: 70px;
    float: right;
    width: 30%;
    border: 1px solid #ccc;
    border-radius: 0 0 5px 5px;
}
.gt-main-right h3 {
	background: #121A4B;
	color: white;
	padding: 10px;
}
.gt-main-right ul {
	margin-bottom: 0;
	border-radius: 0 0 5px 5px;
}
.gt-main-right ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 24px;
    padding: 10px;
    color: black;
}
.gt-main-right ul li:last-child {
	background: red;
	color: white;
	font-size: 20px;
	letter-spacing: 1px;
}
.gt-main-right h2 {
	font-size: 16px;
}
body .banner p {
	font-size: 13px;
	text-shadow: 0 0 3px #000;
}
.gt-main-right ul li:last-child a {
	color: white;
    margin: 0 auto;
    text-align: center;
    display: inherit;
}
.hot-contact {
	margin-bottom: 30px;
}
.hot-contact .hot-number {
	background: cornflowerblue;
    width: 230px;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
}
.hot-contact .hot-number span {
	font-size: 12px;
}
.hot-contact .hot-number strong {
	font-size: 30px;
    line-height: 24px;
}
#home-contact {
    padding-top: 30px;
    padding-bottom: 50px;
}
#home-contact img {
    max-width: 240px;
}







.main-banner .flickity-enabled.is-draggable .flickity-viewport {
    margin: 0 auto;
}
.section-title b {
	display: none;
}
.absolute-footer.dark {
	background: #f08825 !important;
    text-align: center;
    color: black;
    margin-top: 50px;
}
.wrap_module_service {
    background: #f7f7f7;
    border-radius: 0;
    border: 1px solid #ececec;
}
.wrap_module_service .item_service {
    padding: 0px 10px;
    border-bottom: dashed 1px #ececec;
}
.wrap_module_service .item_service .wrap_item_ {
    position: relative;
    padding: 15px 0;
    display: table;
}
.wrap_module_service .item_service .wrap_item_ .image_service {
    display: table-cell;
    width: 40px;
    vertical-align: middle;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.wrap_module_service .item_service .wrap_item_ .content_service {
    margin-left: 10px;
    color: #000;
}
.wrap_module_service .item_service .wrap_item_ .content_service p {
    font-weight: 500;
    margin-bottom: 0;
}
.wrap_module_service .item_service .wrap_item_ .content_service span {
    color: #707070;
    font-size: 13px;
}
#product-sidebar {
	padding: 0 0 30px 15px;
}
#product-sidebar ul li a {
	font-size: 14px;
}
.home .tabbed-content h4 {
	padding: 20px 0;
}
.home .tabbed-content .nav {
	margin-bottom: 20px;
}
.widget-title.shop-sidebar {
	margin: 0;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-left: solid #121A4B 4px;
    background-color: cornflowerblue;
    display: inline-block;
    width: 100%;
}
.widget .is-divider {
	display: none;
}
.footer-2 .widget .widget-title {
    font-size: 16px;
    display: inline-block;
    font-family: 'Roboto';
    font-weight: bold;
    padding-bottom: 40px;
}
.footer-2 .widget ul li {
	font-size: 14px;
}
.footer-2 .widget ul.ul-footer-contact li a.a-phone {
    color: #fff;
}
.btn-call-now {
    display: flex;
    align-items: center;
    position: fixed;
    width: 175px;
    bottom: 20px;
    background: #121A4B;
    -webkit-box-shadow: 0 0 5px #ddd;
    -moz-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    z-index: 999999999;
    left: 20px;
    top: initial!important;
    color: #FFF;
    font-weight: 700;
    font-size: 18px;
    border-radius: 25px;
    padding: 5px;
    -moz-animation-duration: 500ms;
    -moz-animation-name: calllink;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -webkit-animation-duration: 500ms;
    -webkit-animation-name: calllink;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-duration: 500ms;
    animation-name: calllink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.btn-call-now .fa {
		color: #b70100;
		font-size: 26px;
		background: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		margin-right: 5px;
		text-align: center;
	}
	@keyframes calllink {
		0%{color:#eba11e;}
		50%{color:#fff;}
		100%{color:#ebfa48;}
	}
	@media (max-width:767px) {
		.btn-call-now span {
			display: none;
		}
		.btn-call-now .fa {
			margin: 0;
		}
		.btn-call-now {
			width: initial;
		}
	}

.page-title-inner .is-large {
	font-size: 13px;
}
.woocommerce-result-count {
	display: none;
}
.page-wrapper h1.entry-title {
	font-size: 20px;
}
.tab-panels .row.slider {
	margin: 0 auto;
}
.product-small .name.product-title {
	text-align: center;
}
.home .page-wrapper h1.entry-title {
	display: none;
}
.home .tabbed-content .nav-line>li>a:before {
	background-color: #121A4B;
}
.tabbed-content .nav-line>li {
	margin-right: 15px;
}
.form-regist .title-form {
	margin: 0;
    margin-right: 106px;
    padding-bottom: 0;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.03em;
    font-weight: 500;
    max-width: 120px;
    padding-top: 8px;
}
body .secondary,
body .checkout-button,
body .button.checkout,
body .button.alt,
body .grid-tools a {
    background-color: cornflowerblue;
}
.form-regist {
	margin-bottom: 0;
}
.form-regist .input-form {
	width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 14px;
}
.copyright-footer {
	font-size: 13px;
	letter-spacing: 1px;
}
.footer-1 {
	background: #121A4B;
    color: #ffffff;
    padding: 10px 0; 
}
.form-regist form {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 0;
}
.form-regist form .input-form .button {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.form-regist form .input-form .button:hover {
	background: #121A4B;
	transition-duration: 0.3s;
}
.register-news #custom_html-3 {
	padding: 0 15px;
	margin-bottom: 0;
	height: 35px;
}
.box-text-products .title-wrapper {
	padding-bottom: 10px;
}
.box-text-products .title-wrapper .product-cat {
	display: none;
}
.product-small .box-image {
	text-align: center;
	height: 205px;
}
.product-small .box-image img {
	width: auto !important;
}
.product-small .box-image img.show-on-hover {
	width: 100% !important;
}
.blog-post-inner h5:hover {
	color: #121A4B;
}
#product-sidebar .hide-for-off-canvas { display: none; }
.woocommerce-shipping-totals {
	display: none;
}









@media only screen and (max-width: 1400px) {
	.main-banner .flickity-enabled.is-draggable .flickity-viewport {
		/*height: 525px !important;*/
	}
}

@media only screen and (max-width: 1024px) {
	.main-banner .flickity-enabled.is-draggable .flickity-viewport {
		height: 400px !important;
	}
	.product-small .box-image {
		height: auto;
	}
}
@media only screen and (max-width: 768px) {
	.product-small .box-text {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.gt-main-right,.gt-main-left {
		position: relative;
		top: 20px;
		float: left;
		width: 100%;
	}
	.main-banner .flickity-enabled.is-draggable .flickity-viewport {
		height: 300px !important;
	}
	.social-footer { display: none; }
	.form-regist .title-form {
		text-align: center;
		font-size: 14px;
		padding-bottom: 5px;
		max-width: inherit;
	}
	.form-regist form {
		display: inline-block;
	}
	.register-news #custom_html-3 {
		height: 90px;
	}
	.form-regist form .input-form .button {
		top: 39px;
	}
}
@media only screen and (max-width: 500px) {
	.main-banner .flickity-enabled.is-draggable .flickity-viewport {
		height: 175px !important;
	}
}