/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


h1.entry-title{
	display: none;
}

p{
	margin-bottom: 0 !important;
}

h3.elementor-icon-box-title{
	margin: 0 !important;
}

.hd-bg01 h2.elementor-heading-title span{
	padding: 5px 15px;
    background-color: #152860;
    border-radius: 100px;
	margin-right: 20px;
}

.btn-icarrow2 i,
.btn-icarrow2 svg {
    transform: rotate(-45deg);
}

.btn-icarrow3 i,
.btn-icarrow3 svg {
    transform: rotate(-45deg);
}

.btn-icarrow i,
.btn-icarrow svg {
    transform: rotate(-45deg);
    transition: 0.3s ease;
}

/* สีปกติ */
.btn-icarrow i,
.btn-icarrow svg {
    color: #ffffff;
    fill: #ffffff;
    transition: 0.3s ease;
}

/* ตอน Hover */
.btn-icarrow:hover i,
.btn-icarrow:hover svg {
    color: #04123C;
    fill: #04123C;
}

/* เริ่มต้นซ่อนไอคอน hover */
.loop-hover .icon-hover {
   display: none;
    transform: scale(0.8);
}

/* ตอนเอาเมาส์ชี้ Card */
.loop-hover:hover .icon-normal {
    display: none;
    transform: scale(0.8);
}

.loop-hover:hover .icon-hover{
    display: block;
    transform: scale(1);
}